From 30c13ef5893d5613e93ad43163cdde79ed7d2db9 Mon Sep 17 00:00:00 2001 From: Albert Mink Date: Thu, 6 Jun 2024 18:57:07 +0200 Subject: [PATCH] Align spaces (#617) Co-authored-by: Lars Hvam --- abaplint.jsonc | 1 + .../aobj/type/zif_aff_aobj_v1.intf.abap | 6 ++-- .../aplo/type/zif_aff_aplo_v1.intf.abap | 2 +- .../cdbo/type/zif_aff_cdbo_v1.intf.abap | 12 +++---- .../cfdf/type/zif_aff_cfdf_v2.intf.abap | 34 +++++++++---------- .../chko/type/zif_aff_chko_v1.intf.abap | 8 ++--- .../chkv/type/zif_aff_chkv_v1.intf.abap | 8 ++--- .../dobj/type/zif_aff_dobj_v1.intf.abap | 4 +-- .../dsfi/type/zif_aff_dsfi_v1.intf.abap | 4 +-- .../eeec/type/zif_aff_eeec_v1.intf.abap | 6 ++-- .../enho/type/zif_aff_enho_v1.intf.abap | 2 +- .../enhs/type/zif_aff_enhs_v1.intf.abap | 24 ++++++------- .../evtb/type/zif_aff_evtb_v1.intf.abap | 10 +++--- .../fugr/type/zif_aff_func_v1.intf.abap | 4 +-- .../gsmp/type/zif_aff_gsmp_v1.intf.abap | 14 ++++---- .../ilmb/type/zif_aff_ilmb_v1.intf.abap | 14 ++++---- .../nont/type/zif_aff_nont_v1.intf.abap | 2 +- .../ntta/type/zif_aff_ntta_v1.intf.abap | 2 +- .../ntty/type/zif_aff_ntty_v1.intf.abap | 8 ++--- .../sfpf/type/zif_aff_sfpf_v1.intf.abap | 14 ++++---- .../sito/type/zif_aff_sito_v1.intf.abap | 10 +++--- .../smbc/type/zif_aff_smbc_v1.intf.abap | 22 ++++++------ .../sprv/type/zif_aff_sprv_v1.intf.abap | 8 ++--- .../srvb/type/zif_aff_srvb_v1.intf.abap | 12 +++---- .../susi/type/zif_aff_susi_v1.intf.abap | 4 +-- .../uipg/type/zif_aff_uipg_v1.intf.abap | 14 ++++---- .../uist/type/zif_aff_uist_v1.intf.abap | 10 +++--- file-formats/zif_aff_types_v1.intf.abap | 4 +-- 28 files changed, 132 insertions(+), 131 deletions(-) diff --git a/abaplint.jsonc b/abaplint.jsonc index d131b5faf..8aaecad4e 100644 --- a/abaplint.jsonc +++ b/abaplint.jsonc @@ -17,6 +17,7 @@ }, "rules": { "align_parameters": true, + "align_type_expressions": true, "cds_comment_style": true, "cds_legacy_view": true, "cds_parser_error": true, diff --git a/file-formats/aobj/type/zif_aff_aobj_v1.intf.abap b/file-formats/aobj/type/zif_aff_aobj_v1.intf.abap index 187d03aa3..5bfeef2db 100644 --- a/file-formats/aobj/type/zif_aff_aobj_v1.intf.abap +++ b/file-formats/aobj/type/zif_aff_aobj_v1.intf.abap @@ -6,14 +6,14 @@ INTERFACE zif_aff_aobj_v1 "!

Write Class

"! Name of executable class or program which writes the data to the archive "! $required - write_class TYPE zif_aff_types_v1=>ty_object_name_30, + write_class TYPE zif_aff_types_v1=>ty_object_name_30, "!

Delete Class

"! Name of executable class or program which deletes the data from the tables "! $required - delete_class TYPE zif_aff_types_v1=>ty_object_name_30, + delete_class TYPE zif_aff_types_v1=>ty_object_name_30, "!

Reload Class

"! Name of executable class or program which reloads the data to the tables (may be empty) - reload_class TYPE zif_aff_types_v1=>ty_object_name_30, + reload_class TYPE zif_aff_types_v1=>ty_object_name_30, "!

Storage Class

"! Name of class which stores and retrieves archived data. The class needs to implement "! the interface IF_ARCH_STORAGE_MANAGER. diff --git a/file-formats/aplo/type/zif_aff_aplo_v1.intf.abap b/file-formats/aplo/type/zif_aff_aplo_v1.intf.abap index 2ca1e000a..2c1f45fb5 100644 --- a/file-formats/aplo/type/zif_aff_aplo_v1.intf.abap +++ b/file-formats/aplo/type/zif_aff_aplo_v1.intf.abap @@ -27,6 +27,6 @@ INTERFACE zif_aff_aplo_v1 "!

Subobjects

"! Table of all subobjects (may be empty) "! $required - subobjects TYPE SORTED TABLE OF ty_subobject WITH NON-UNIQUE KEY name, + subobjects TYPE SORTED TABLE OF ty_subobject WITH NON-UNIQUE KEY name, END OF ty_main. ENDINTERFACE. diff --git a/file-formats/cdbo/type/zif_aff_cdbo_v1.intf.abap b/file-formats/cdbo/type/zif_aff_cdbo_v1.intf.abap index 8e8f2689e..6795ab269 100644 --- a/file-formats/cdbo/type/zif_aff_cdbo_v1.intf.abap +++ b/file-formats/cdbo/type/zif_aff_cdbo_v1.intf.abap @@ -46,7 +46,7 @@ INTERFACE zif_aff_cdbo_v1 "!

Name

"! Name "! $required - name TYPE c LENGTH 30, + name TYPE c LENGTH 30, "!

Nature

"! Nature "! $required @@ -65,11 +65,11 @@ INTERFACE zif_aff_cdbo_v1 "!

Object Type

"! Object type "! $required - object_type TYPE ty_object_type, + object_type TYPE ty_object_type, "!

Object Name

"! Object name "! $required - object_name TYPE c LENGTH 40, + object_name TYPE c LENGTH 40, END OF ty_general_information. TYPES: @@ -79,11 +79,11 @@ INTERFACE zif_aff_cdbo_v1 "!

Format Version

"! Format version "! $required - format_version TYPE zif_aff_types_v1=>ty_format_version, + format_version TYPE zif_aff_types_v1=>ty_format_version, "!

Header

"! Header "! $required - header TYPE zif_aff_types_v1=>ty_header_60, + header TYPE zif_aff_types_v1=>ty_header_60, "!

General Information

"! General information "! $required @@ -91,7 +91,7 @@ INTERFACE zif_aff_cdbo_v1 "!

Fields

"! Fields "! $required - fields TYPE ty_fields, + fields TYPE ty_fields, END OF ty_main. ENDINTERFACE. diff --git a/file-formats/cfdf/type/zif_aff_cfdf_v2.intf.abap b/file-formats/cfdf/type/zif_aff_cfdf_v2.intf.abap index f73f52e00..91a7d993d 100644 --- a/file-formats/cfdf/type/zif_aff_cfdf_v2.intf.abap +++ b/file-formats/cfdf/type/zif_aff_cfdf_v2.intf.abap @@ -306,24 +306,24 @@ INTERFACE zif_aff_cfdf_v2 "! Custom field BEGIN OF ty_main, "! $required - format_version TYPE zif_aff_types_v1=>ty_format_version, + format_version TYPE zif_aff_types_v1=>ty_format_version, "!

Header

"! Header "! $required - header TYPE zif_aff_types_v1=>ty_header_60_no_abap_lv, + header TYPE zif_aff_types_v1=>ty_header_60_no_abap_lv, "!

External Name

"! External name "! $required - external_name TYPE ty_field_name, + external_name TYPE ty_field_name, "!

Type

"! Type "! $required "! $values {@link zif_aff_cfdf_v2.data:co_type} "! $default {@link zif_aff_cfdf_v2.data:co_type.text} - type TYPE ty_type, + type TYPE ty_type, "!

Type Details

"! Type details @@ -363,55 +363,55 @@ INTERFACE zif_aff_cfdf_v2 "!

Data Protection and Privacy

"! Data protection and privacy - data_protection_and_privacy TYPE ty_gs_dpp_properties, + data_protection_and_privacy TYPE ty_gs_dpp_properties, "!

Reference to Characteristic

"! Reference to characteristic - characteristic_reference TYPE ty_gs_characteristic_reference, + characteristic_reference TYPE ty_gs_characteristic_reference, "!

Labels and Tooltips

"! Labels and tooltips - ui_texts TYPE ty_gt_ui_text, + ui_texts TYPE ty_gt_ui_text, "!

Code List Values

"! Code list values - code_list_values TYPE ty_gt_code_list_value, + code_list_values TYPE ty_gt_code_list_value, "!

Code List Descriptions

"! Code list descriptions - code_list_descriptions TYPE ty_gt_code_list_value_descr, + code_list_descriptions TYPE ty_gt_code_list_value_descr, "!

Extended Business Context Details

"! Extended business context details - extended_business_contexts TYPE ty_gt_extended_bus_context, + extended_business_contexts TYPE ty_gt_extended_bus_context, "!

Extended CDS View Details

"! Extended CDS view details - extended_cds_views TYPE ty_gt_extended_cds_view, + extended_cds_views TYPE ty_gt_extended_cds_view, "!

Extended OData Service Details

"! Extended OData service details - extended_odata_services TYPE ty_gt_extended_odata_service, + extended_odata_services TYPE ty_gt_extended_odata_service, "!

Extended Business Scenario Details

"! Extended business scenario details - extended_business_scenarios TYPE ty_gt_extended_bus_scenario, + extended_business_scenarios TYPE ty_gt_extended_bus_scenario, "!

Extended Dynpro Context Details

"! Extended dynpro context details - extended_dynpro_contexts TYPE ty_gt_extended_dynpro_context, + extended_dynpro_contexts TYPE ty_gt_extended_dynpro_context, "!

Extended SOAP Service Details

"! Extended SOAP service details - extended_soap_services TYPE ty_gt_extended_soap_service, + extended_soap_services TYPE ty_gt_extended_soap_service, "!

Value Help Key Mapping Details

"! Value help key mapping details - value_help_key_mappings TYPE ty_gt_value_help_key_mapping, + value_help_key_mappings TYPE ty_gt_value_help_key_mapping, "!

Value Help Binding Details

"! Value help binding details - value_help_bindings TYPE ty_gt_value_help_binding, + value_help_bindings TYPE ty_gt_value_help_binding, END OF ty_main. CONSTANTS: diff --git a/file-formats/chko/type/zif_aff_chko_v1.intf.abap b/file-formats/chko/type/zif_aff_chko_v1.intf.abap index a3f652087..a59c6046a 100644 --- a/file-formats/chko/type/zif_aff_chko_v1.intf.abap +++ b/file-formats/chko/type/zif_aff_chko_v1.intf.abap @@ -7,13 +7,13 @@ INTERFACE zif_aff_chko_v1 BEGIN OF ty_parameter, "!

Parameter Name

"! Name of a parameter - name TYPE string, + name TYPE string, "!

Parameter Description

"! Description of a parameter - description TYPE c LENGTH 255, + description TYPE c LENGTH 255, "!

Is Hidden

"! The parameter is hidden - hidden TYPE abap_bool, + hidden TYPE abap_bool, END OF ty_parameter. TYPES: @@ -47,7 +47,7 @@ INTERFACE zif_aff_chko_v1 implementing_class TYPE zif_aff_types_v1=>ty_object_name_30, "!

Check Type

"! The check type of ATC check - check_type TYPE ty_check_type, + check_type TYPE ty_check_type, "!

Parameters

"! Parameters of the ATC check object parameters TYPE ty_parameters, diff --git a/file-formats/chkv/type/zif_aff_chkv_v1.intf.abap b/file-formats/chkv/type/zif_aff_chkv_v1.intf.abap index c04d5eecd..b9e9bdfd3 100644 --- a/file-formats/chkv/type/zif_aff_chkv_v1.intf.abap +++ b/file-formats/chkv/type/zif_aff_chkv_v1.intf.abap @@ -73,17 +73,17 @@ INTERFACE zif_aff_chkv_v1 "! ATC check variant properties BEGIN OF ty_main, "! $required - format_version TYPE zif_aff_types_v1=>ty_format_version, + format_version TYPE zif_aff_types_v1=>ty_format_version, "!

Header

"! Header "! $required - header TYPE zif_aff_types_v1=>ty_header_60_cloud, + header TYPE zif_aff_types_v1=>ty_header_60_cloud, "!

Remote-Enabled

"! The ATC check variant is remote-enabled - remote_enabled TYPE abap_bool, + remote_enabled TYPE abap_bool, "!

Selected Checks

"! The checks selected in the ATC check variant - selected_checks TYPE ty_checks, + selected_checks TYPE ty_checks, END OF ty_main. ENDINTERFACE. diff --git a/file-formats/dobj/type/zif_aff_dobj_v1.intf.abap b/file-formats/dobj/type/zif_aff_dobj_v1.intf.abap index acf384c94..7e9066361 100644 --- a/file-formats/dobj/type/zif_aff_dobj_v1.intf.abap +++ b/file-formats/dobj/type/zif_aff_dobj_v1.intf.abap @@ -23,7 +23,7 @@ INTERFACE zif_aff_dobj_v1 "!

Destruction Class

"! Destruction class "! $required - destruction_class TYPE zif_aff_types_v1=>ty_object_name_30, + destruction_class TYPE zif_aff_types_v1=>ty_object_name_30, END OF ty_attributes. TYPES: "!

Data Destruction Object

@@ -38,7 +38,7 @@ INTERFACE zif_aff_dobj_v1 "!

Attributes

"!Attributes "! $required - attributes TYPE ty_attributes, + attributes TYPE ty_attributes, "!

Structure Definition

"! Structure definition "! $required diff --git a/file-formats/dsfi/type/zif_aff_dsfi_v1.intf.abap b/file-formats/dsfi/type/zif_aff_dsfi_v1.intf.abap index 738bd0bcf..61336f38a 100644 --- a/file-formats/dsfi/type/zif_aff_dsfi_v1.intf.abap +++ b/file-formats/dsfi/type/zif_aff_dsfi_v1.intf.abap @@ -18,9 +18,9 @@ INTERFACE zif_aff_dsfi_v1 "!

General Information

BEGIN OF ty_main, "! $required - format_version TYPE zif_aff_types_v1=>ty_format_version, + format_version TYPE zif_aff_types_v1=>ty_format_version, "! $required - header TYPE zif_aff_types_v1=>ty_header_60_src, + header TYPE zif_aff_types_v1=>ty_header_60_src, "!

Scalar Function Name

"! The name of the scalar function "! $required diff --git a/file-formats/eeec/type/zif_aff_eeec_v1.intf.abap b/file-formats/eeec/type/zif_aff_eeec_v1.intf.abap index 9beec9118..1061a88ed 100644 --- a/file-formats/eeec/type/zif_aff_eeec_v1.intf.abap +++ b/file-formats/eeec/type/zif_aff_eeec_v1.intf.abap @@ -12,7 +12,7 @@ INTERFACE zif_aff_eeec_v1 "!

Type

"! Type "! $required - type TYPE ty_type, + type TYPE ty_type, "!

Entity Name

"! Entity name "! $required @@ -24,7 +24,7 @@ INTERFACE zif_aff_eeec_v1 "!

Event Consumption Model

BEGIN OF ty_main, "! $required - format_version TYPE zif_aff_types_v1=>ty_format_version, + format_version TYPE zif_aff_types_v1=>ty_format_version, "!

Header

"! Header "! $required @@ -38,7 +38,7 @@ INTERFACE zif_aff_eeec_v1 "! $required descriptor_class TYPE zif_aff_types_v1=>ty_object_name_30, "!

Event Types

- event_types TYPE ty_t_event_type, + event_types TYPE ty_t_event_type, END OF ty_main. ENDINTERFACE. diff --git a/file-formats/enho/type/zif_aff_enho_v1.intf.abap b/file-formats/enho/type/zif_aff_enho_v1.intf.abap index dd62e9638..33987b61e 100644 --- a/file-formats/enho/type/zif_aff_enho_v1.intf.abap +++ b/file-formats/enho/type/zif_aff_enho_v1.intf.abap @@ -256,7 +256,7 @@ INTERFACE zif_aff_enho_v1 "!

BAdI Implementation Customizing

"! Does the BAdI implementation support customizing "! $showAlways - customizing TYPE ty_customizing, + customizing TYPE ty_customizing, "!

Filter Values

"! Filter values for this BAdI implementation "! $callbackClass {@link cl_seef_aff_enho_filter_st} diff --git a/file-formats/enhs/type/zif_aff_enhs_v1.intf.abap b/file-formats/enhs/type/zif_aff_enhs_v1.intf.abap index 39c614ef5..4341f40b5 100644 --- a/file-formats/enhs/type/zif_aff_enhs_v1.intf.abap +++ b/file-formats/enhs/type/zif_aff_enhs_v1.intf.abap @@ -155,45 +155,45 @@ INTERFACE zif_aff_enhs_v1 "!

Name of the BAdI Definition

"! Name of the BAdI definition "! $required - name TYPE zif_aff_types_v1=>ty_object_name_30, + name TYPE zif_aff_types_v1=>ty_object_name_30, "!

Description of the BAdI Definition

"! Description of the BAdI definition "! $required - description TYPE c LENGTH 255, + description TYPE c LENGTH 255, "!

Interface of the BAdI Definition

"! Interface of the BAdI definition "! $required - interface TYPE zif_aff_types_v1=>ty_object_name_30, + interface TYPE zif_aff_types_v1=>ty_object_name_30, "!

Instantiation of the BAdI Definition

"! Instantiation of the BAdI definition "! $required - instantiation TYPE ty_instantiation, + instantiation TYPE ty_instantiation, "!

Single- or Multiple Use BAdI

"! Indicator whether the BAdI definition is single- or multiple usable "! $showAlways - multiple_use TYPE abap_bool, + multiple_use TYPE abap_bool, "!

SAP Internal

"! SAP internal - sap_internal TYPE abap_bool, + sap_internal TYPE abap_bool, "!

Example Classes of the BAdI Definition

"! Example classes of the BAdI definition - example_classes TYPE ty_example_classes, + example_classes TYPE ty_example_classes, "!

Name of the Default/Fallback Class

"! Name of the default/fallback class. "! The fallback class is executed if no BAdI implementation exists. - fallback_class TYPE zif_aff_types_v1=>ty_object_name_30, + fallback_class TYPE zif_aff_types_v1=>ty_object_name_30, "!

Limited Filter Use

"! Limited filter use - filter_limitation TYPE abap_bool, + filter_limitation TYPE abap_bool, "!

Documentation Id

"! Documentation Id - documentation_id TYPE c LENGTH 60, + documentation_id TYPE c LENGTH 60, "!

Amdp BAdI

"! BADI is an AMDP BAdI - amdp TYPE abap_bool, + amdp TYPE abap_bool, "!

Filters of the BAdI Definition

"! Filters of the BAdI definition - filters TYPE ty_badi_def_filters, + filters TYPE ty_badi_def_filters, END OF ty_badi_def. TYPES ty_badi_defs TYPE STANDARD TABLE OF ty_badi_def WITH DEFAULT KEY. diff --git a/file-formats/evtb/type/zif_aff_evtb_v1.intf.abap b/file-formats/evtb/type/zif_aff_evtb_v1.intf.abap index 58958fa53..0ed64d375 100644 --- a/file-formats/evtb/type/zif_aff_evtb_v1.intf.abap +++ b/file-formats/evtb/type/zif_aff_evtb_v1.intf.abap @@ -6,27 +6,27 @@ INTERFACE zif_aff_evtb_v1 BEGIN OF ty_event, "!

Major Version

"! Major version - event_version TYPE n LENGTH 4, + event_version TYPE n LENGTH 4, "!

Minor Version

"! Minor version "! $minimum 0 - event_minor_version TYPE i, + event_minor_version TYPE i, "!

Patch Version

"! Patch version "! $minimum 0 - event_patch_version TYPE i, + event_patch_version TYPE i, "!

Entity Name

"! Entity name "! $required - entity_name TYPE c LENGTH 30, + entity_name TYPE c LENGTH 30, "!

Entity Event Name

"! Entity event name "! $required - entity_event_name TYPE c LENGTH 30, + entity_event_name TYPE c LENGTH 30, END OF ty_event. TYPES: diff --git a/file-formats/fugr/type/zif_aff_func_v1.intf.abap b/file-formats/fugr/type/zif_aff_func_v1.intf.abap index ee44cdd52..332965e85 100644 --- a/file-formats/fugr/type/zif_aff_func_v1.intf.abap +++ b/file-formats/fugr/type/zif_aff_func_v1.intf.abap @@ -100,12 +100,12 @@ INTERFACE zif_aff_func_v1 "! Indicates the scope of function module calls. Modules whose call scope is not defined explicitly "! can be called from anywhere "! $required - rfc_scope TYPE ty_rfc_scope, + rfc_scope TYPE ty_rfc_scope, "!

RFC Version

"! Indicates which serializations are permitted for the function module. "! Among other things, the selected serializations determine where the function module can be enhanced "! $required - rfc_version TYPE ty_rfc_version, + rfc_version TYPE ty_rfc_version, "!

ABAP From Java

"! ABAP from Java abap_from_java TYPE abap_bool, diff --git a/file-formats/gsmp/type/zif_aff_gsmp_v1.intf.abap b/file-formats/gsmp/type/zif_aff_gsmp_v1.intf.abap index 43897f5e7..e977515ac 100644 --- a/file-formats/gsmp/type/zif_aff_gsmp_v1.intf.abap +++ b/file-formats/gsmp/type/zif_aff_gsmp_v1.intf.abap @@ -50,22 +50,22 @@ INTERFACE zif_aff_gsmp_v1 "!

Mode

"! Mode "! $required - mode TYPE ty_execution_mode, + mode TYPE ty_execution_mode, "!

Priority

"! Priority "! $required - priority TYPE ty_priority, + priority TYPE ty_priority, "!

Instantiation

"! Instantiation "! $showAlways - instantiation TYPE ty_instantiation, + instantiation TYPE ty_instantiation, "!

Scope Dependent

"! Scope dependent "! $required - scope_dependent TYPE abap_bool, + scope_dependent TYPE abap_bool, END OF ty_provider_execution, @@ -75,7 +75,7 @@ INTERFACE zif_aff_gsmp_v1 "!

JSON Data

"! JSON data - data TYPE string, + data TYPE string, END OF ty_model. @@ -176,11 +176,11 @@ INTERFACE zif_aff_gsmp_v1 "!

Execution

"! Execution "! $required - execution TYPE ty_provider_execution, + execution TYPE ty_provider_execution, "!

Model

"! Model - model TYPE ty_model, + model TYPE ty_model, END OF ty_main. diff --git a/file-formats/ilmb/type/zif_aff_ilmb_v1.intf.abap b/file-formats/ilmb/type/zif_aff_ilmb_v1.intf.abap index ce5dd2979..fcdc3aef9 100644 --- a/file-formats/ilmb/type/zif_aff_ilmb_v1.intf.abap +++ b/file-formats/ilmb/type/zif_aff_ilmb_v1.intf.abap @@ -8,27 +8,27 @@ INTERFACE zif_aff_ilmb_v1 "!

Condition Field

"! Condition field "! $required - condition_field TYPE zif_aff_types_v1=>ty_object_name_30, + condition_field TYPE zif_aff_types_v1=>ty_object_name_30, "!

Description

"! Description of condition field - description TYPE zif_aff_types_v1=>ty_description_60, + description TYPE zif_aff_types_v1=>ty_description_60, "!

Data Element

"! Data element - data_element TYPE zif_aff_types_v1=>ty_object_name_30, + data_element TYPE zif_aff_types_v1=>ty_object_name_30, "!

Source Table

"! Source table "! $required - source_table TYPE zif_aff_types_v1=>ty_object_name_30, + source_table TYPE zif_aff_types_v1=>ty_object_name_30, "!

Source Field

"! Source field "! $required - source_field TYPE zif_aff_types_v1=>ty_object_name_30, + source_field TYPE zif_aff_types_v1=>ty_object_name_30, "!

Indirect Value Determination

"! Indirect Value Determination - indirect_value TYPE abap_bool, + indirect_value TYPE abap_bool, "!

No Intervals

"! No intervals - no_intervals TYPE abap_bool, + no_intervals TYPE abap_bool, END OF ty_cond_field, "!

Condition Fields

"! Condition fields diff --git a/file-formats/nont/type/zif_aff_nont_v1.intf.abap b/file-formats/nont/type/zif_aff_nont_v1.intf.abap index 9b81c3683..70853ab8b 100644 --- a/file-formats/nont/type/zif_aff_nont_v1.intf.abap +++ b/file-formats/nont/type/zif_aff_nont_v1.intf.abap @@ -24,7 +24,7 @@ INTERFACE zif_aff_nont_v1 "!

Root Node

"! Indicates that the SAP Object Node Type corresponds to the referenced SAP Object Type. - root_node TYPE abap_bool, + root_node TYPE abap_bool, END OF ty_main. diff --git a/file-formats/ntta/type/zif_aff_ntta_v1.intf.abap b/file-formats/ntta/type/zif_aff_ntta_v1.intf.abap index d77736c0b..c599f9a1f 100644 --- a/file-formats/ntta/type/zif_aff_ntta_v1.intf.abap +++ b/file-formats/ntta/type/zif_aff_ntta_v1.intf.abap @@ -46,7 +46,7 @@ INTERFACE zif_aff_ntta_v1 general_information TYPE ty_general_information, "!

Note Types

"! Note types assigned to the SAP Object Node Type - note_types TYPE ty_notetypes, + note_types TYPE ty_notetypes, END OF ty_main. ENDINTERFACE. diff --git a/file-formats/ntty/type/zif_aff_ntty_v1.intf.abap b/file-formats/ntty/type/zif_aff_ntty_v1.intf.abap index fe1c0e092..d0a9f6658 100644 --- a/file-formats/ntty/type/zif_aff_ntty_v1.intf.abap +++ b/file-formats/ntty/type/zif_aff_ntty_v1.intf.abap @@ -18,10 +18,10 @@ INTERFACE zif_aff_ntty_v1 language_dependent TYPE abap_bool, "!

Multiple Notes

"! Multiple notes possible - multiple_notes TYPE abap_bool, + multiple_notes TYPE abap_bool, "!

Title Hidden

"! Title hidden - hide_title TYPE abap_bool, + hide_title TYPE abap_bool, END OF ty_general_information, "!

Content Settings

@@ -29,10 +29,10 @@ INTERFACE zif_aff_ntty_v1 BEGIN OF ty_content_settings, "!

Maximum Length

"! Maximum length - maximum_length TYPE ty_max_length, + maximum_length TYPE ty_max_length, "!

Formatting Profile

"! Formatting profile - formatting_profile TYPE ty_profile, + formatting_profile TYPE ty_profile, END OF ty_content_settings, "!

ABAP file format for Note Type objects

diff --git a/file-formats/sfpf/type/zif_aff_sfpf_v1.intf.abap b/file-formats/sfpf/type/zif_aff_sfpf_v1.intf.abap index 48e65e328..dbfb4330e 100644 --- a/file-formats/sfpf/type/zif_aff_sfpf_v1.intf.abap +++ b/file-formats/sfpf/type/zif_aff_sfpf_v1.intf.abap @@ -4,20 +4,20 @@ INTERFACE zif_aff_sfpf_v1 BEGIN OF ty_general_information, "!

Data Provider

"! RAP Service Definition that implements the business context for this form template - data_provider TYPE c LENGTH 40, + data_provider TYPE c LENGTH 40, "!

Font Embed

"! Automatically embed font files into the output. "! Useful if your output uses fonts that are not delivered by default, "! for asian fonts or to include your own branding. - font_embed TYPE abap_bool, + font_embed TYPE abap_bool, "!

Layout Mirroring

"! When activated if your form template is designed in an LTR language "! and your target output is an RTL language, "! layout will be automatically mirrored in the output. - layout_mirroring TYPE abap_bool, + layout_mirroring TYPE abap_bool, "!

Reduce Data Volume

"! Reduce data input volume based on the form design - reduce_data_volume TYPE abap_bool, + reduce_data_volume TYPE abap_bool, END OF ty_general_information. TYPES: @@ -27,14 +27,14 @@ INTERFACE zif_aff_sfpf_v1 "!

Format Version

"! Format version "! $required - format_version TYPE zif_aff_types_v1=>ty_format_version, + format_version TYPE zif_aff_types_v1=>ty_format_version, "!

Header

"! Header "! $required - header TYPE zif_aff_types_v1=>ty_header_60_cloud, + header TYPE zif_aff_types_v1=>ty_header_60_cloud, "!

General Information

"! General Information "! $required - general_information TYPE ty_general_information, + general_information TYPE ty_general_information, END OF ty_main. ENDINTERFACE. diff --git a/file-formats/sito/type/zif_aff_sito_v1.intf.abap b/file-formats/sito/type/zif_aff_sito_v1.intf.abap index 6a6a05c6c..efaf4af3e 100644 --- a/file-formats/sito/type/zif_aff_sito_v1.intf.abap +++ b/file-formats/sito/type/zif_aff_sito_v1.intf.abap @@ -375,21 +375,21 @@ INTERFACE zif_aff_sito_v1 "!

ID

"! Action id "! $required - id TYPE c LENGTH 32, + id TYPE c LENGTH 32, "!

Type

"! Action type of situation "! $required - type TYPE ty_sit2_do_action_type, + type TYPE ty_sit2_do_action_type, "!

Reusable

"! Object reusable "! $required - reusable TYPE abap_bool, + reusable TYPE abap_bool, "!

Scope

"! Scope "! $required - scope TYPE ty_sit2_do_scope, + scope TYPE ty_sit2_do_scope, "! $required - text TYPE ty_sit2_obj_act_t, + text TYPE ty_sit2_obj_act_t, navigation TYPE ty_sit2_obj_act_nav, callback TYPE ty_sit2_obj_act_cb, END OF ty_sit2_obj_act, diff --git a/file-formats/smbc/type/zif_aff_smbc_v1.intf.abap b/file-formats/smbc/type/zif_aff_smbc_v1.intf.abap index 662f70f6a..e5e3b72e1 100644 --- a/file-formats/smbc/type/zif_aff_smbc_v1.intf.abap +++ b/file-formats/smbc/type/zif_aff_smbc_v1.intf.abap @@ -109,7 +109,7 @@ INTERFACE zif_aff_smbc_v1 "! Defines whether data in the List Report is automatically loaded on first app start. "! $values {@link zif_aff_smbc_v1.data:co_initial_load} "! $default {@link zif_aff_smbc_v1.data:co_initial_load.enabled} - initial_load TYPE string, + initial_load TYPE string, "!

Variant Management

"! $values {@link zif_aff_smbc_v1.data:co_list_variant_management} "! $default {@link zif_aff_smbc_v1.data:co_list_variant_management.page} @@ -127,7 +127,7 @@ INTERFACE zif_aff_smbc_v1 "!

Variant Management

"! $values {@link zif_aff_smbc_v1.data:co_page_variant_management} "! $default {@link zif_aff_smbc_v1.data:co_page_variant_management.none} - variant_management TYPE string, + variant_management TYPE string, "!

Editable Header Content

"! If true, the header content is changeable in edit mode editable_header_content TYPE abap_bool, @@ -145,13 +145,13 @@ INTERFACE zif_aff_smbc_v1 "! Defines how the table handles the visible rows in the table "! $values {@link zif_aff_smbc_v1.data:co_row_count_mode} "! $default {@link zif_aff_smbc_v1.data:co_row_count_mode.fixed} - row_count_mode TYPE string, + row_count_mode TYPE string, "!

Row Count

"! Number of visible rows of the table "! $minimum 1 "! $maximum 1000 "! $default '5' - row_count TYPE i, + row_count TYPE i, "!

Table Creation Mode

"! $values {@link zif_aff_smbc_v1.data:co_creation_mode_name} "! $default {@link zif_aff_smbc_v1.data:co_creation_mode_name.new_page} @@ -179,7 +179,7 @@ INTERFACE zif_aff_smbc_v1 enable_full_screen TYPE abap_bool, "!

Enable Mass Edit

"! Mass editing allows users to simultaneously change multiple objects that share the same editable properties - enable_mass_edit TYPE abap_bool, + enable_mass_edit TYPE abap_bool, END OF ty_table_setting, "!

Object Page Configurations

ty_object_pages TYPE SORTED TABLE OF ty_object_page WITH UNIQUE KEY entity_set, @@ -197,29 +197,29 @@ INTERFACE zif_aff_smbc_v1 "!

Service Binding

"! Service Binding used for business configuration maintenance "! $required - service_binding TYPE c LENGTH 40, + service_binding TYPE c LENGTH 40, "!

Service Name

"! $required - service_name TYPE c LENGTH 40, + service_name TYPE c LENGTH 40, "!

Service Version

"! The major version number of the service to be used (as defined in the Service Binding) "! $required - service_version TYPE n LENGTH 4, + service_version TYPE n LENGTH 4, "!

Root Entity Set

"! Root Entity Set exposed by the Service Definition "! $required - root_entity_set TYPE c LENGTH 30, + root_entity_set TYPE c LENGTH 30, "!

Name

"! Name of the Business Configuration "! $required - name TYPE c LENGTH 50, + name TYPE c LENGTH 50, "!

Configuration Group

"! $showAlways configuration_group TYPE c LENGTH 30, "!

Skip Root Entity List Report

"! If true, the UI automatically navigates to the Object Page of the root entity "! $showAlways - skip_root_entity TYPE abap_bool, + skip_root_entity TYPE abap_bool, END OF ty_service_configuration. TYPES: diff --git a/file-formats/sprv/type/zif_aff_sprv_v1.intf.abap b/file-formats/sprv/type/zif_aff_sprv_v1.intf.abap index 18509781b..26c6cab88 100644 --- a/file-formats/sprv/type/zif_aff_sprv_v1.intf.abap +++ b/file-formats/sprv/type/zif_aff_sprv_v1.intf.abap @@ -13,22 +13,22 @@ INTERFACE zif_aff_sprv_v1 "!

Namespace

"! Namespace of the service provider "! $required - namespace TYPE c LENGTH 255, + namespace TYPE c LENGTH 255, "!

Object Name Prefix

"! Prefix for all generated objects "! $showAlways - prefix TYPE c LENGTH 10, + prefix TYPE c LENGTH 10, END OF ty_servprovider. TYPES: "!

SOAP Web Service Provider Model

"! SOAP web service provider model BEGIN OF ty_main, "! $required - format_version TYPE zif_aff_types_v1=>ty_format_version, + format_version TYPE zif_aff_types_v1=>ty_format_version, "!

Header

"! Header data "! $required - header TYPE zif_aff_types_v1=>ty_header_60_cloud, + header TYPE zif_aff_types_v1=>ty_header_60_cloud, "!

Service Provider

"! Service provider details "! $required diff --git a/file-formats/srvb/type/zif_aff_srvb_v1.intf.abap b/file-formats/srvb/type/zif_aff_srvb_v1.intf.abap index b214e2083..80e6293d4 100644 --- a/file-formats/srvb/type/zif_aff_srvb_v1.intf.abap +++ b/file-formats/srvb/type/zif_aff_srvb_v1.intf.abap @@ -21,14 +21,14 @@ INTERFACE zif_aff_srvb_v1 "!

Service Version

"! Service version "! $required - service_version TYPE c LENGTH 24, + service_version TYPE c LENGTH 24, "!

Service Build Version

"! Service build version - service_build_version TYPE n LENGTH 10, + service_build_version TYPE n LENGTH 10, "!

Service Definition

"! Service definition "! $required - service_definition TYPE c LENGTH 30, + service_definition TYPE c LENGTH 30, END OF ty_service_content. TYPES: ty_service_contents TYPE TABLE OF ty_service_content WITH DEFAULT KEY. TYPES: @@ -50,11 +50,11 @@ INTERFACE zif_aff_srvb_v1 "! Service Binding properties BEGIN OF ty_main, "! $required - format_version TYPE zif_aff_types_v1=>ty_format_version, + format_version TYPE zif_aff_types_v1=>ty_format_version, "!

Header

"! Header "! $required - header TYPE zif_aff_types_v1=>ty_header_60, + header TYPE zif_aff_types_v1=>ty_header_60, "!

Binding Type

"! Service Binding type "! $required @@ -66,7 +66,7 @@ INTERFACE zif_aff_srvb_v1 "!

Services

"! Services "! $required - services TYPE ty_services, + services TYPE ty_services, END OF ty_main. ENDINTERFACE. diff --git a/file-formats/susi/type/zif_aff_susi_v1.intf.abap b/file-formats/susi/type/zif_aff_susi_v1.intf.abap index e92997ee5..861c9273a 100644 --- a/file-formats/susi/type/zif_aff_susi_v1.intf.abap +++ b/file-formats/susi/type/zif_aff_susi_v1.intf.abap @@ -104,10 +104,10 @@ INTERFACE zif_aff_susi_v1 "!

From

"! From value "! $showAlways - low TYPE ty_val, + low TYPE ty_val, "!

To

"! To values - high TYPE ty_val, + high TYPE ty_val, END OF ty_authorization_field. TYPES: diff --git a/file-formats/uipg/type/zif_aff_uipg_v1.intf.abap b/file-formats/uipg/type/zif_aff_uipg_v1.intf.abap index 83875676e..623a1d4f9 100644 --- a/file-formats/uipg/type/zif_aff_uipg_v1.intf.abap +++ b/file-formats/uipg/type/zif_aff_uipg_v1.intf.abap @@ -89,11 +89,11 @@ INTERFACE zif_aff_uipg_v1 "!

Tile Key

"! Tile key "! $required - tile_key TYPE ty_catalog_item_key, + tile_key TYPE ty_catalog_item_key, "!

Target Mapping Key

"! Target mapping key - target_mapping_key TYPE ty_catalog_item_key, + target_mapping_key TYPE ty_catalog_item_key, END OF ty_tile_assignment. @@ -116,12 +116,12 @@ INTERFACE zif_aff_uipg_v1 "!

Launchpad App Descriptor Item ID

"! ID of a launchpad app descriptor item "! $required - ladi_id TYPE ty_ladi_id, + ladi_id TYPE ty_ladi_id, "!

Tile ID

"! ID of a tile in the the referenced Launchpad App Descriptor Item "! $required - tile_id TYPE ty_ladi_tile_id, + tile_id TYPE ty_ladi_tile_id, END OF ty_ladi_assignment. @@ -165,7 +165,7 @@ INTERFACE zif_aff_uipg_v1 "!

Display Format

"! Tile format for UI rendering. May not be applicable for all kinds of visualization. - display_format TYPE ty_tile_display_format, + display_format TYPE ty_tile_display_format, "!

Tile Assignment

"! Assignment of a launchpad catalog tile @@ -189,11 +189,11 @@ INTERFACE zif_aff_uipg_v1 "!

ID

"! Technical ID of the section. The personalization of the launchpad is based on this ID. "! $required - id TYPE c LENGTH 35, + id TYPE c LENGTH 35, "!

Title

"! Section title on the launchpad UI - title TYPE c LENGTH 100, + title TYPE c LENGTH 100, "!

Visualizations

"! Visualizations represent applications on the launchpad UI diff --git a/file-formats/uist/type/zif_aff_uist_v1.intf.abap b/file-formats/uist/type/zif_aff_uist_v1.intf.abap index 328cae857..afebefb8f 100644 --- a/file-formats/uist/type/zif_aff_uist_v1.intf.abap +++ b/file-formats/uist/type/zif_aff_uist_v1.intf.abap @@ -26,7 +26,7 @@ INTERFACE zif_aff_uist_v1 "!

Name

"! Name of the page template "! $required - name TYPE c LENGTH 35, + name TYPE c LENGTH 35, END OF ty_page, ty_pages TYPE STANDARD TABLE OF ty_page WITH KEY name. @@ -38,20 +38,20 @@ INTERFACE zif_aff_uist_v1 "!

Format Version

"! Format version "! $required - format_version TYPE zif_aff_types_v1=>ty_format_version, + format_version TYPE zif_aff_types_v1=>ty_format_version, "!

Header

"! Header "! $required - header TYPE zif_aff_types_v1=>ty_header_100_cloud, + header TYPE zif_aff_types_v1=>ty_header_100_cloud, "!

General Information

"! General information "! $required - general_information TYPE ty_general_information, + general_information TYPE ty_general_information, "!

Launchpad Page Templates

"! Assigned launchpad page templates - pages TYPE ty_pages, + pages TYPE ty_pages, END OF ty_main. ENDINTERFACE. diff --git a/file-formats/zif_aff_types_v1.intf.abap b/file-formats/zif_aff_types_v1.intf.abap index 7f1e0900f..26eb8bba9 100644 --- a/file-formats/zif_aff_types_v1.intf.abap +++ b/file-formats/zif_aff_types_v1.intf.abap @@ -120,9 +120,9 @@ INTERFACE zif_aff_types_v1 PUBLIC. "! with a description of 60 characters BEGIN OF ty_header_60_no_abap_lv, "! $required - description TYPE ty_description_60, + description TYPE ty_description_60, "! $required - original_language TYPE ty_original_language, + original_language TYPE ty_original_language, END OF ty_header_60_no_abap_lv. TYPES: