mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
replace seoclskey
with abap_classname
(#6305)
This commit is contained in:
parent
7ffec540be
commit
d17a5989aa
|
@ -67,9 +67,12 @@ INTERFACE zif_abapgit_exit
|
|||
VALUE(ri_client) TYPE REF TO if_http_client
|
||||
RAISING
|
||||
zcx_abapgit_exception .
|
||||
TYPES: BEGIN OF ty_class_key,
|
||||
clsname TYPE abap_classname,
|
||||
END OF ty_class_key.
|
||||
METHODS custom_serialize_abap_clif
|
||||
IMPORTING
|
||||
!is_class_key TYPE seoclskey
|
||||
!is_class_key TYPE ty_class_key
|
||||
!it_source TYPE zif_abapgit_definitions=>ty_string_tt OPTIONAL
|
||||
RETURNING
|
||||
VALUE(rt_source) TYPE zif_abapgit_definitions=>ty_string_tt
|
||||
|
|
Loading…
Reference in New Issue
Block a user