mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Update zcl_abapgit_object_http.clas.abap
This commit is contained in:
parent
f9f29235f3
commit
b2ae6d3d99
|
@ -247,6 +247,7 @@ CLASS zcl_abapgit_object_http IMPLEMENTATION.
|
|||
lt_handler TYPE TABLE OF ty_uconservhttphandler,
|
||||
ls_description TYPE ty_uconhttpservtext,
|
||||
lx_root TYPE REF TO cx_root,
|
||||
lv_icfnode TYPE ty_icf_node,
|
||||
lv_name TYPE c LENGTH 30.
|
||||
|
||||
TRY.
|
||||
|
@ -283,7 +284,6 @@ CLASS zcl_abapgit_object_http IMPLEMENTATION.
|
|||
|
||||
TRY.
|
||||
"link to icf node (in releases older than 757, a http service requires a icf node to function)
|
||||
DATA lv_icfnode TYPE ty_icf_node.
|
||||
CALL METHOD lo_serv->('IF_UCON_API_HTTP_SERVICE~GET_ICF_SERVICE') IMPORTING ev_icfservice = lv_icfnode.
|
||||
io_xml->add(
|
||||
iv_name = 'HTTPICFNODE'
|
||||
|
|
Loading…
Reference in New Issue
Block a user