Skip to content

Commit f9da648

Browse files
Add object name with max length 40
1 parent 6524902 commit f9da648

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

file-formats/zif_aff_types_v1.intf.abap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ INTERFACE zif_aff_types_v1 PUBLIC.
8282
"! Object name with max. length 30
8383
TYPES ty_object_name_30 TYPE c LENGTH 30.
8484

85+
"! <p class="shorttext">Object Name</p>
86+
"! Object name with max. length 40
87+
TYPES ty_object_name_40 TYPE c LENGTH 40.
88+
8589
"! <p class="shorttext">Original Language</p>
8690
"! Original language of the ABAP object
8791
TYPES ty_original_language TYPE sy-langu.

0 commit comments

Comments
 (0)