diff --git a/file-formats/cdbo/examples/zcdb_adt_test.cdbo.json b/file-formats/cdbo/examples/zcdb_adt_test.cdbo.json index f7d71af6c..1960a636a 100644 --- a/file-formats/cdbo/examples/zcdb_adt_test.cdbo.json +++ b/file-formats/cdbo/examples/zcdb_adt_test.cdbo.json @@ -1,9 +1,8 @@ { "formatVersion": "1", "header": { - "description": "Testing CDBO saw2", - "originalLanguage": "en", - "abapLanguageVersion": "cloudDevelopment" + "description": "CDBO on ADT Testing", + "originalLanguage": "en" }, "generalInformation": { "objectType": "TABL", @@ -11,8 +10,8 @@ }, "fields": [ { - "name": "CLIENT", - "nature": "nonBusinessInformation" + "name": "MANDT", + "nature": "general" }, { "name": "TIME", 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 e7240533c..8e8f2689e 100644 --- a/file-formats/cdbo/type/zif_aff_cdbo_v1.intf.abap +++ b/file-formats/cdbo/type/zif_aff_cdbo_v1.intf.abap @@ -16,7 +16,7 @@ INTERFACE zif_aff_cdbo_v1 "!
Data Definition
"! CDS data definition "! $enumValue 'DDLS' - ddls TYPE ty_object_type VALUE '03', + ddls TYPE ty_object_type VALUE '02', END OF co_object_type. "!Field Nature