Skip to content

Commit d78d56d

Browse files
adding opt. parameter vscan_scan_always to if_http_entity~get_data (#1017)
1 parent 6ad6174 commit d78d56d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/http/if_http_entity.intf.abap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ INTERFACE if_http_entity PUBLIC.
6464
content_type TYPE string.
6565

6666
METHODS get_data
67+
IMPORTING
68+
vscan_scan_always TYPE c OPTIONAL
6769
RETURNING
68-
VALUE(data) TYPE xstring.
70+
VALUE(data) TYPE xstring.
6971

7072
METHODS get_header_fields
7173
CHANGING

0 commit comments

Comments
 (0)