Skip to content

Commit

Permalink
added suggested feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
C5314720 committed May 24, 2024
1 parent ce8ed1d commit 382b595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion file-formats/apob/examples/z_aff_example_apob.apob.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"attributes": {
"aoKeyStructure": "ZKEY_STRUCT",
"sapObjectType": "ZOBJECT",
"dataCategoryName": "ZCATEGORY",
"dataCategory": "ZCATEGORY",
"ilmObject": "ZILM",
"applicationObjectDescription": [
{
Expand Down
2 changes: 1 addition & 1 deletion file-formats/apob/type/zif_aff_apob_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ INTERFACE zif_aff_apob_v1
sap_object_type TYPE c LENGTH 30,
"! <p class="shorttext">Data Category</p>
"! Name of the data category
data_category_name TYPE c LENGTH 30,
data_category TYPE c LENGTH 30,
"! <p class="shorttext">ILM Object</p>
"! Name of the ILM object
ilm_object TYPE c LENGTH 30,
Expand Down

0 comments on commit 382b595

Please sign in to comment.