Skip to content

Commit

Permalink
[create-pull-request] automated change (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: larshp <[email protected]>
  • Loading branch information
github-actions[bot] and larshp authored Jun 30, 2024
1 parent 86d7f49 commit 942e4ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/zif_abapgit_aff_sprv_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ INTERFACE zif_abapgit_aff_sprv_v1

TYPES:
BEGIN OF ty_servprovider,
provider_name TYPE c LENGTH 30,
namespace TYPE c LENGTH 255,
prefix TYPE c LENGTH 10,
provider_name TYPE zif_abapgit_aff_types_v1=>ty_object_name_30,
namespace TYPE c LENGTH 255,
prefix TYPE c LENGTH 10,
implementing_class TYPE zif_abapgit_aff_types_v1=>ty_object_name_30,
END OF ty_servprovider.
TYPES:
BEGIN OF ty_main,
Expand Down

0 comments on commit 942e4ec

Please sign in to comment.