We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7d632 commit 269749bCopy full SHA for 269749b
src/.vuepress/public/assets/src/zabapgit_test_ssl.abap
@@ -90,12 +90,6 @@ CLASS lcl_report DEFINITION.
90
END OF ty_link,
91
ty_links TYPE STANDARD TABLE OF ty_link WITH NON-UNIQUE KEY line.
92
93
- TYPES:
94
- BEGIN OF ty_http_protocol,
95
- http_protocol TYPE c LENGTH 4,
96
- text TYPE c LENGTH 30,
97
- END OF ty_http_protocol.
98
-
99
DATA mt_links TYPE ty_links.
100
101
METHODS display_error
@@ -396,4 +390,4 @@ START-OF-SELECTION.
396
390
go_report->run( p_url2 ).
397
391
398
392
AT LINE-SELECTION.
399
- go_report->display_response( ).
393
+ go_report->display_response( ).
0 commit comments