Skip to content

Commit 4a8fe5f

Browse files
authored
Merge branch 'main' into hvam/foo2609
2 parents 7c87ce7 + d78d56d commit 4a8fe5f

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)