mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
downport: fix syntax error in zcl_abapgit_object_tabl_ddl
(#6749)
This commit is contained in:
parent
2b55eecaee
commit
75ecfdaffe
|
@ -471,7 +471,7 @@ CLASS ZCL_ABAPGIT_OBJECT_TABL_DDL IMPLEMENTATION.
|
|||
IMPORTING
|
||||
eo_object_data = li_object_data.
|
||||
|
||||
li_object_data->get_content( IMPORTING p_data = rv_ddl ).
|
||||
CALL METHOD li_object_data->('GET_CONTENT') IMPORTING p_data = rv_ddl.
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user