mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
downport 702
This commit is contained in:
parent
173351c13f
commit
a1e010c0fc
|
@ -31,6 +31,10 @@ CLASS zcl_abapgit_ecatt_helper DEFINITION
|
||||||
RAISING
|
RAISING
|
||||||
cx_ecatt_apl_xml.
|
cx_ecatt_apl_xml.
|
||||||
|
|
||||||
|
PRIVATE SECTION.
|
||||||
|
CONSTANTS:
|
||||||
|
co_xml TYPE int4 VALUE 1. " downport of if_apl_ecatt_xml=>co_xml
|
||||||
|
|
||||||
ENDCLASS.
|
ENDCLASS.
|
||||||
|
|
||||||
|
|
||||||
|
@ -91,7 +95,7 @@ CLASS zcl_abapgit_ecatt_helper IMPLEMENTATION.
|
||||||
TRY.
|
TRY.
|
||||||
CALL METHOD cl_apl_ecatt_xml=>('CREATE') " doesn't exist in 702
|
CALL METHOD cl_apl_ecatt_xml=>('CREATE') " doesn't exist in 702
|
||||||
EXPORTING
|
EXPORTING
|
||||||
im_type = if_apl_ecatt_xml=>co_xml
|
im_type = co_xml
|
||||||
RECEIVING
|
RECEIVING
|
||||||
re_xml = lo_xml.
|
re_xml = lo_xml.
|
||||||
|
|
||||||
|
@ -126,7 +130,7 @@ CLASS zcl_abapgit_ecatt_helper IMPLEMENTATION.
|
||||||
|
|
||||||
CALL METHOD cl_apl_ecatt_xml=>('CREATE') " doesn't exist in 702
|
CALL METHOD cl_apl_ecatt_xml=>('CREATE') " doesn't exist in 702
|
||||||
EXPORTING
|
EXPORTING
|
||||||
im_type = if_apl_ecatt_xml=>co_xml
|
im_type = co_xml
|
||||||
RECEIVING
|
RECEIVING
|
||||||
re_xml = lo_xml.
|
re_xml = lo_xml.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user