mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 21:08:01 +08:00
parent
039fdad694
commit
e73b7973c6
|
@ -373,6 +373,9 @@ CLASS lcl_objects_files IMPLEMENTATION.
|
||||||
|
|
||||||
|
|
||||||
CONCATENATE LINES OF it_abap INTO lv_source SEPARATED BY gc_newline.
|
CONCATENATE LINES OF it_abap INTO lv_source SEPARATED BY gc_newline.
|
||||||
|
* when editing files via eg. GitHub web interface it adds a newline at end of file
|
||||||
|
lv_source = lv_source && gc_newline.
|
||||||
|
|
||||||
ls_file-path = '/'.
|
ls_file-path = '/'.
|
||||||
ls_file-filename = filename( iv_extra = iv_extra
|
ls_file-filename = filename( iv_extra = iv_extra
|
||||||
iv_ext = 'abap' ). "#EC NOTEXT
|
iv_ext = 'abap' ). "#EC NOTEXT
|
||||||
|
|
|
@ -222,6 +222,7 @@ CLASS lcl_xml_output IMPLEMENTATION.
|
||||||
li_doc = cl_ixml=>create( )->create_document( ).
|
li_doc = cl_ixml=>create( )->create_document( ).
|
||||||
|
|
||||||
CALL TRANSFORMATION id
|
CALL TRANSFORMATION id
|
||||||
|
OPTIONS initial_components = 'suppress'
|
||||||
SOURCE (lt_stab)
|
SOURCE (lt_stab)
|
||||||
RESULT XML li_doc.
|
RESULT XML li_doc.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user