We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5e654 commit a99a00fCopy full SHA for a99a00f
src/http/cl_http_entity.clas.abap
@@ -6,6 +6,7 @@ CLASS cl_http_entity DEFINITION PUBLIC CREATE PRIVATE.
6
ALIASES set_header_field FOR if_http_entity~set_header_field.
7
ALIASES append_cdata FOR if_http_entity~append_cdata.
8
ALIASES get_cdata FOR if_http_entity~get_cdata.
9
+ ALIASES set_cdata FOR if_http_entity~set_cdata.
10
PROTECTED SECTION.
11
DATA m_last_error TYPE i.
12
PRIVATE SECTION.
@@ -313,4 +314,4 @@ CLASS cl_http_entity IMPLEMENTATION.
313
314
APPEND ls_field TO mt_form_fields.
315
ENDMETHOD.
316
-ENDCLASS.
317
+ENDCLASS.
0 commit comments