Skip to content

Commit

Permalink
Add zif_aff_types_v1=>ty_header_80_cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
schneidermic0 committed Oct 18, 2024
1 parent 06134bd commit 9d3f807
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions file-formats/zif_aff_types_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,17 @@ INTERFACE zif_aff_types_v1 PUBLIC.
abap_language_version TYPE ty_abap_language_version,
END OF ty_header_80.

TYPES:

Check failure on line 144 in file-formats/zif_aff_types_v1.intf.abap

View check run for this annotation

abaplint / abaplint

Indentation problem, expected 2 spaces

https://rules.abaplint.org/indentation

Check failure on line 144 in file-formats/zif_aff_types_v1.intf.abap

View check run for this annotation

abaplint / abaplint

Indentation problem, expected 2 spaces

https://rules.abaplint.org/indentation

Check failure on line 144 in file-formats/zif_aff_types_v1.intf.abap

View check run for this annotation

abaplint / abaplint

Indentation problem, expected 2 spaces

https://rules.abaplint.org/indentation
"! <p class="shorttext">Header(no key user)</p>
"! The header for an ABAP main object (without source code) with a description of 80 characters (no key user)
BEGIN OF ty_header_80_cloud,

Check failure on line 147 in file-formats/zif_aff_types_v1.intf.abap

View check run for this annotation

abaplint / abaplint

Fix in-statement indentation

https://rules.abaplint.org/in_statement_indentation

Check failure on line 147 in file-formats/zif_aff_types_v1.intf.abap

View check run for this annotation

abaplint / abaplint

Type "ty_header_80_cloud" not used

https://rules.abaplint.org/unused_types
"! $required
description TYPE ty_description_80,
"! $required
original_language TYPE ty_original_language,
abap_language_version TYPE ty_abap_language_version_cloud,
END OF ty_header_80_cloud.

Check failure on line 153 in file-formats/zif_aff_types_v1.intf.abap

View check run for this annotation

abaplint / abaplint

Fix in-statement indentation

https://rules.abaplint.org/in_statement_indentation

TYPES:
"! <p class="shorttext">Header</p>
"! The header for an ABAP main object (without source code) with a description of 100 characters
Expand Down

0 comments on commit 9d3f807

Please sign in to comment.