/APE/I_BODMStructure_DR

DDL: /APE/I_BODMSTRUCTURE_DR Type: view BASIC

BO Structure Draft

/APE/I_BODMStructure_DR is a Basic CDS View that provides data about "BO Structure Draft" in SAP S/4HANA. It reads from 1 data source (/ape/bodmstr_dr) and exposes 11 fields with key fields mandt, draftuuid.

Data Sources (1)

SourceAliasJoin Type
/ape/bodmstr_dr /ape/bodmstr_dr from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName /APE/B_BOSTR_DR view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label BO Structure Draft view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY mandt mandt Editing Client
KEY draftuuid draftuuid UUID
config_key config_key Char
seq_no seq_no Value Number
path path Path rule
field field Logical Field
name_ext name_ext
type type Worklist Type
ddic_type ddic_type Data Type
qualif_path qualif_path
qualif_field qualif_field

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view /APE/I_BODMStructure_DR.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW /APE/I_BODMStructure_DR AS
SELECT
  mandt,
  draftuuid,
  config_key,
  seq_no,
  path,
  field,
  name_ext,
  type,
  ddic_type,
  qualif_path,
  qualif_field
FROM /ape/bodmstr_dr
;