mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
use TADIR instead of SOBJ_NAME (#6084)
Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
This commit is contained in:
parent
cbfdd5355b
commit
ed1e005463
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue
Block a user