use TADIR instead of SOBJ_NAME (#6084)

Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
This commit is contained in:
Lars Hvam 2023-02-25 10:34:19 +01:00 committed by GitHub
parent cbfdd5355b
commit ed1e005463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ INTERFACE zif_abapgit_longtexts
METHODS changed_by
IMPORTING
!iv_object_name TYPE sobj_name
!iv_object_name TYPE tadir-obj_name
!iv_longtext_id TYPE dokil-id
!it_dokil TYPE zif_abapgit_definitions=>ty_dokil_tt OPTIONAL
RETURNING
@ -41,7 +41,7 @@ INTERFACE zif_abapgit_longtexts
zcx_abapgit_exception .
METHODS delete
IMPORTING
!iv_object_name TYPE sobj_name
!iv_object_name TYPE tadir-obj_name
!iv_longtext_id TYPE dokil-id
RAISING
zcx_abapgit_exception .