downport: fix syntax error in zcl_abapgit_object_tabl_ddl (#6749)

This commit is contained in:
Christian Günter 2024-01-13 23:08:25 +01:00 committed by GitHub
parent 2b55eecaee
commit 75ecfdaffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.