Skip to content

Commit

Permalink
Update file-formats/aifi/type/zif_aff_aifi_v1.intf.abap
Browse files Browse the repository at this point in the history
Co-authored-by: Katharina Wurz <katharina.wurz@sap.com>
  • Loading branch information
D052766 and wurzka authored Nov 5, 2024
1 parent fa8dd43 commit 01124a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions file-formats/aifi/type/zif_aff_aifi_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,10 @@ INTERFACE zif_aff_aifi_v1
"! General key field settings
BEGIN OF ty_key_field_settings,
" (type /aif/key_fieldname, field of index table)
"! <p class="shorttext">Key Field Name</p>
"! <p class="shorttext">Name</p>
"! Key field name
"! $required
key_field_name TYPE zif_aff_types_v1=>ty_object_name_30,
name TYPE zif_aff_types_v1=>ty_object_name_30,

Check failure on line 244 in file-formats/aifi/type/zif_aff_aifi_v1.intf.abap

View check run for this annotation

abaplint / abaplint

Align TYPE expressions to column 26

https://rules.abaplint.org/align_type_expressions
" (type rollname)
"! <p class="shorttext">Data Element</p>
"! Data element
Expand Down

0 comments on commit 01124a0

Please sign in to comment.