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