Skip to content

Commit

Permalink
Revert "[CDBO] Change Value for CDS Types (#549)" (#552)
Browse files Browse the repository at this point in the history
This reverts commit 712b303.
  • Loading branch information
huber-nicolas authored Aug 22, 2023
1 parent 712b303 commit c0a5bf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions file-formats/cdbo/examples/zcdb_adt_test.cdbo.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{
"formatVersion": "1",
"header": {
"description": "Testing CDBO saw2",
"originalLanguage": "en",
"abapLanguageVersion": "cloudDevelopment"
"description": "CDBO on ADT Testing",
"originalLanguage": "en"
},
"generalInformation": {
"objectType": "TABL",
"objectName": "ZCDB_ADT_TEST"
},
"fields": [
{
"name": "CLIENT",
"nature": "nonBusinessInformation"
"name": "MANDT",
"nature": "general"
},
{
"name": "TIME",
Expand Down
2 changes: 1 addition & 1 deletion file-formats/cdbo/type/zif_aff_cdbo_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ INTERFACE zif_aff_cdbo_v1
"! <p class="shorttext">Data Definition</p>
"! CDS data definition
"! $enumValue 'DDLS'
ddls TYPE ty_object_type VALUE '03',
ddls TYPE ty_object_type VALUE '02',
END OF co_object_type.

"! <p class="shorttext">Field Nature</p>
Expand Down

0 comments on commit c0a5bf7

Please sign in to comment.