E_BPCustomerCompanyGovDraft

DDL: E_BPCUSTOMERCOMPANYGOVDRAFT Type: view_entity EXTENSION Package: MDC_CUST_GOV_BO

BP Customer Company Gov - Extension

E_BPCustomerCompanyGovDraft is a Extension CDS View that provides data about "BP Customer Company Gov - Extension" in SAP S/4HANA. It reads from 1 data source (knb1_dft) and exposes 6 fields with key fields BusinessPartnerUUID, CustomerCompanyUUID, MasterDataChangeProcess, MDChgProcessSrceSystem, MDChgProcessSrceObject. Part of development package MDC_CUST_GOV_BO.

Data Sources (1)

SourceAliasJoin Type
knb1_dft Persistence from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label BP Customer Company Gov - Extension view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #EXTENSION view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartnerUUID businesspartneruuid UUID
KEY CustomerCompanyUUID customercompanyuuid UUID
KEY MasterDataChangeProcess masterdatachangeprocess Process ID
KEY MDChgProcessSrceSystem mdchgprocesssrcesystem Source System
KEY MDChgProcessSrceObject mdchgprocesssrceobject Source ID
KEY CompanyCode companycode Receiver Company Code

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 E_BPCustomerCompanyGovDraft.
-- 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 E_BPCustomerCompanyGovDraft AS
SELECT
  BusinessPartnerUUID,
  CustomerCompanyUUID,
  MasterDataChangeProcess,
  MDChgProcessSrceSystem,
  MDChgProcessSrceObject,
  CompanyCode
FROM knb1_dft AS Persistence
;