Skip to content

Commit

Permalink
update naming for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
D052766 committed Sep 2, 2024
1 parent 80b5095 commit 2732683
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions file-formats/aifi/aifi-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@
"type": "string",
"maxLength": 45
},
"categoryFieldname": {
"categoryFieldName": {
"title": "Category Field Name",
"description": "Category field name",
"type": "string",
Expand All @@ -631,8 +631,8 @@
"additionalProperties": false
},
"ruleKeyFieldNames": {
"title": "Enable Key Field Rules",
"description": "Enable key field rules",
"title": "Key Field Rules",
"description": "Key field rules",
"type": "array",
"items": {
"title": "Rule Key Field Name",
Expand Down Expand Up @@ -672,13 +672,13 @@
"type": "string",
"maxLength": 60
},
"isMessageMonitorShow": {
"isShowInMessageMonitor": {
"title": "Display in Message Monitoring",
"description": "Display in message monitoring",
"type": "boolean",
"default": true
},
"isMessageMonitorDefault": {
"isShownByDefault": {
"title": "Display in Message Monitoring by Default",
"description": "Display in message monitoring by default",
"type": "boolean"
Expand Down
12 changes: 6 additions & 6 deletions file-formats/aifi/examples/z_aff_example_aifi.aifi.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
}
],
"fioriFeatures": {
"isMessageMonitorShow": true,
"isMessageMonitorDefault": false
"isShowInMessageMonitor": true,
"isShownByDefault": false
}
},
{
Expand All @@ -109,8 +109,8 @@
}
],
"fioriFeatures": {
"isMessageMonitorShow": true,
"isMessageMonitorDefault": false
"isShowInMessageMonitor": true,
"isShownByDefault": false
}
},
{
Expand Down Expand Up @@ -145,8 +145,8 @@
}
],
"fioriFeatures": {
"isMessageMonitorShow": true,
"isMessageMonitorDefault": false
"isShowInMessageMonitor": true,
"isShownByDefault": false
}
}
]
Expand Down
10 changes: 5 additions & 5 deletions file-formats/aifi/type/zif_aff_aifi_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ INTERFACE zif_aff_aifi_v1
" (type /aif/alrt_catfn)
"! <p class="shorttext">Category Field Name</p>
"! Category field name
category_fieldname TYPE c LENGTH 32,
category_field_name TYPE c LENGTH 32,
" /AIF/IS_HIDDEN, swap to positive stature
"! <p class="shorttext">Show Tree Node</p>
"! Show tree node in view 1 tree
Expand Down Expand Up @@ -340,11 +340,11 @@ INTERFACE zif_aff_aifi_v1
"! <p class="shorttext">Display in Message Monitoring</p>
"! Display in message monitoring
"! $default 'X'
is_message_monitor_show TYPE abap_bool,
is_show_in_message_monitor TYPE abap_bool,
" /AIF/IS_DEFAULT_FIELD
"! <p class="shorttext">Display in Message Monitoring by Default</p>
"! Display in message monitoring by default
is_message_monitor_default TYPE abap_bool,
is_shown_by_default TYPE abap_bool,
END OF ty_fiori_features.

TYPES:
Expand Down Expand Up @@ -379,8 +379,8 @@ INTERFACE zif_aff_aifi_v1
"! <p class="shorttext">Key Field Selection</p>
"! Key field selection type and settings
key_field_selection TYPE ty_key_field_selection,
"! <p class="shorttext">Enable Key Field Rules</p>
"! Enable key field rules
"! <p class="shorttext">Key Field Rules</p>
"! Key field rules
rule_key_field_names TYPE ty_rule_key_field_names,
"! <p class="shorttext">SAP Fiori Features</p>
"! SAP Fiori specific features
Expand Down

0 comments on commit 2732683

Please sign in to comment.