E_MPBillPlanFixed

DDL: E_MPBILLPLANFIXED SQL: EMPBPF Type: view EXTENSION

Extenstion view for Mstr Proj Bill Plan Fixed Price

E_MPBillPlanFixed is a Extension CDS View that provides data about "Extenstion view for Mstr Proj Bill Plan Fixed Price" in SAP S/4HANA. It reads from 1 data source (/cpd/pws_rcb_bpf) and exposes 2 fields with key fields MstrProjBillgPlnUUID, BillingPlan.

Data Sources (1)

SourceAliasJoin Type
/cpd/pws_rcb_bpf Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName EMPBPF view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #EXTENSION view
EndUserText.label Extenstion view for Mstr Proj Bill Plan Fixed Price view
ClientHandling.algorithm #AUTOMATED view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MstrProjBillgPlnUUID /cpd/pws_rcb_bpf guid UUID 22 char.
KEY BillingPlan /cpd/pws_rcb_bpf dliid Unique ID

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_MPBillPlanFixed.
-- 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.
-- SQL view name: EMPBPF

CREATE VIEW E_MPBillPlanFixed AS
SELECT
  Persistence.guid AS MstrProjBillgPlnUUID,
  Persistence.dliid AS BillingPlan
FROM /cpd/pws_rcb_bpf AS Persistence
;