diff --git a/file-formats/scp1/type/zif_aff_scp1_v1.intf.abap b/file-formats/scp1/type/zif_aff_scp1_v1.intf.abap index 39cc6edec..e900f65ba 100644 --- a/file-formats/scp1/type/zif_aff_scp1_v1.intf.abap +++ b/file-formats/scp1/type/zif_aff_scp1_v1.intf.abap @@ -25,11 +25,11 @@ INTERFACE zif_aff_scp1_v1 "! $values {@link zif_aff_scp1_v1.data:co_type} "! $default {@link zif_aff_scp1_v1.data:co_type.simple} "! $required - type TYPE ty_type, + type TYPE ty_type, "!
Scoping Relevant
"! Scope Relevant "! $showAlways - scope_relevant TYPE abap_bool, + is_relevant_for_scope TYPE abap_bool, END OF ty_attributes. "!Customizing Object Type
@@ -228,11 +228,11 @@ INTERFACE zif_aff_scp1_v1 BEGIN OF ty_sub_bcset, "!Name
"! Name of the BC Set - name TYPE c LENGTH 32, + name TYPE c LENGTH 32, "!Position
"! Position of BC Set in Hierarchical BC Set - "! $maxLength 10 - position TYPE i, + "! $maximum 10 + position_in_hierarchy TYPE i, END OF ty_sub_bcset. "!Sub-BC Sets
@@ -244,8 +244,6 @@ INTERFACE zif_aff_scp1_v1 "!Business Configuration Set
"! Metadata information of BC Set BEGIN OF ty_main, - "!Format Version
- "! Format version "! $required format_version TYPE zif_aff_types_v1=>ty_format_version, "!Header