/APE/R_BusinessObjectTxtDraft

DDL: /APE/R_BUSINESSOBJECTTXTDRAFT Type: view_entity BASIC

Business Object Description - Draft

/APE/R_BusinessObjectTxtDraft is a Basic CDS View that provides data about "Business Object Description - Draft" in SAP S/4HANA. It reads from 1 data source (/ape/d_bohdrt_c) and exposes 8 fields with key field language.

Data Sources (1)

SourceAliasJoin Type
/ape/d_bohdrt_c /ape/d_bohdrt_c from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Business Object Description - Draft view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY language language Report Text Language
description description Well Code Des.
Draftentitycreationdatetime draftentitycreationdatetime Draft Created On
Draftentitylastchangedatetime draftentitylastchangedatetime Draft Last Changed On
Draftadministrativedatauuid draftadministrativedatauuid UUID
Draftentityoperationcode draftentityoperationcode Draft - Operation Code
Hasactiveentity hasactiveentity TRUE
Draftfieldchanges draftfieldchanges Field Changes

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/R_BusinessObjectTxtDraft.
-- 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/R_BusinessObjectTxtDraft AS
SELECT
  language,
  description,
  Draftentitycreationdatetime,
  Draftentitylastchangedatetime,
  Draftadministrativedatauuid,
  Draftentityoperationcode,
  Hasactiveentity,
  Draftfieldchanges
FROM /ape/d_bohdrt_c
;