mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +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
|
VALUE(ri_client) TYPE REF TO if_http_client
|
||||||
RAISING
|
RAISING
|
||||||
zcx_abapgit_exception .
|
zcx_abapgit_exception .
|
||||||
|
TYPES: BEGIN OF ty_class_key,
|
||||||
|
clsname TYPE abap_classname,
|
||||||
|
END OF ty_class_key.
|
||||||
METHODS custom_serialize_abap_clif
|
METHODS custom_serialize_abap_clif
|
||||||
IMPORTING
|
IMPORTING
|
||||||
!is_class_key TYPE seoclskey
|
!is_class_key TYPE ty_class_key
|
||||||
!it_source TYPE zif_abapgit_definitions=>ty_string_tt OPTIONAL
|
!it_source TYPE zif_abapgit_definitions=>ty_string_tt OPTIONAL
|
||||||
RETURNING
|
RETURNING
|
||||||
VALUE(rt_source) TYPE zif_abapgit_definitions=>ty_string_tt
|
VALUE(rt_source) TYPE zif_abapgit_definitions=>ty_string_tt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user