C_ProjectBillgElmntEntrFlwTP
Flow Details of Billing Element
C_ProjectBillgElmntEntrFlwTP is a Consumption CDS View that provides data about "Flow Details of Billing Element" in SAP S/4HANA. It reads from 1 data source (R_ProjectBillgElmntEntrFlwTP) and exposes 37 fields with key field ProjBillgElmntEntrItmFlowUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ProjectBillgElmntEntrFlwTP | R_ProjectBillgElmntEntrFlwTP | projection |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Flow Details of Billing Element | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view |
Fields (37)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjBillgElmntEntrItmFlowUUID | ProjBillgElmntEntrItmFlowUUID | PBE Flow UUID | |
| ProjBillgElmntEntrItmUUID | ProjBillgElmntEntrItmUUID | PBE Entry UUID | ||
| ProjectBillingElementUUID | ProjectBillingElementUUID | PBE UUID | ||
| BillingDocument | BillingDocument | SD Document | ||
| BillingDocumentItem | BillingDocumentItem | Item | ||
| BillingDocumentType | BillingDocumentType | Billing Type | ||
| SDDocumentCategory | SDDocumentCategory | Document Cat. | ||
| ProjectBillingRequest | ProjectBillingRequest | PBR | ||
| BillingDocRequestItemReference | BillingDocRequestItemReference | |||
| DocumentBillingStatus | DocumentBillingStatus | PBEE BDR Status | ||
| BillingDate | BillingDate | Billing Date | ||
| TransactionCurrency | TransactionCurrency | Transaction Currency | ||
| ProjectCurrency | ProjectCurrency | Project Currency | ||
| GlobalCurrency | GlobalCurrency | GM Billing Element: Global Currency | ||
| DocumentCurrency | DocumentCurrency | Document Currency | ||
| NetPriceAmountInDocCrcy | NetPriceAmountInDocCrcy | Net Price | ||
| NetPriceQuantity | NetPriceQuantity | Price Unit | ||
| NetPriceQuantityUnit | NetPriceQuantityUnit | SettlmtPrcUnit | ||
| QuantityUnit | QuantityUnit | Unit of measure | ||
| BillingRequestedQuantity | BillingRequestedQuantity | Billg Reqd Quantity | ||
| BillgReqdAmtInTransacCrcy | BillgReqdAmtInTransacCrcy | Billg Reqd Amount | ||
| BillgReqdAmtInProjectCrcy | BillgReqdAmtInProjectCrcy | Billg Reqd Amount | ||
| BillgReqdAmtInGlobalCrcy | BillgReqdAmtInGlobalCrcy | Billg Reqd Amount | ||
| WrittenOffQuantity | WrittenOffQuantity | Written-off Quantity | ||
| WrittenOffAmtInTransacCrcy | WrittenOffAmtInTransacCrcy | Written-off Amount | ||
| WrittenOffAmtInProjectCrcy | WrittenOffAmtInProjectCrcy | Written-off Amount | ||
| WrittenOffAmtInGlobalCrcy | WrittenOffAmtInGlobalCrcy | Written-off Amount | ||
| PostponedQuantity | PostponedQuantity | Postponed Quantity | ||
| PostponedAmountInTransacCrcy | PostponedAmountInTransacCrcy | Postponed Amount | ||
| PostponedAmountInProjectCrcy | PostponedAmountInProjectCrcy | Postponed Amount | ||
| PostponedAmountInGlobalCrcy | PostponedAmountInGlobalCrcy | Postponed InGCrcy | ||
| BillgReqdRevenueAmtInDocCrcy | BillgReqdRevenueAmtInDocCrcy | Billg Reqd Revn | ||
| WrittenOffRevenueAmtInDocCrcy | WrittenOffRevenueAmtInDocCrcy | Written-off Revenue | ||
| PrjBlgElmEntrFlwCreatedByUser | PrjBlgElmEntrFlwCreatedByUser | Entry Flow Crted By | ||
| PrjBlgElmEntrFlwCrtedAtDteTme | PrjBlgElmEntrFlwCrtedAtDteTme | Entry Flow Crted On | ||
| PrjBlgElmEntrFlwChangedByUser | PrjBlgElmEntrFlwChangedByUser | Entry Flow Chgd By | ||
| PrjBlgElmEntrFlwChgdAtDteTme | PrjBlgElmEntrFlwChgdAtDteTme | Entry Flow Chgd On |
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 C_ProjectBillgElmntEntrFlwTP.
-- 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 C_ProjectBillgElmntEntrFlwTP AS
SELECT
ProjBillgElmntEntrItmFlowUUID,
ProjBillgElmntEntrItmUUID,
ProjectBillingElementUUID,
BillingDocument,
BillingDocumentItem,
BillingDocumentType,
SDDocumentCategory,
ProjectBillingRequest,
BillingDocRequestItemReference,
DocumentBillingStatus,
BillingDate,
TransactionCurrency,
ProjectCurrency,
GlobalCurrency,
DocumentCurrency,
NetPriceAmountInDocCrcy,
NetPriceQuantity,
NetPriceQuantityUnit,
QuantityUnit,
BillingRequestedQuantity,
BillgReqdAmtInTransacCrcy,
BillgReqdAmtInProjectCrcy,
BillgReqdAmtInGlobalCrcy,
WrittenOffQuantity,
WrittenOffAmtInTransacCrcy,
WrittenOffAmtInProjectCrcy,
WrittenOffAmtInGlobalCrcy,
PostponedQuantity,
PostponedAmountInTransacCrcy,
PostponedAmountInProjectCrcy,
PostponedAmountInGlobalCrcy,
BillgReqdRevenueAmtInDocCrcy,
WrittenOffRevenueAmtInDocCrcy,
PrjBlgElmEntrFlwCreatedByUser,
PrjBlgElmEntrFlwCrtedAtDteTme,
PrjBlgElmEntrFlwChangedByUser,
PrjBlgElmEntrFlwChgdAtDteTme
FROM R_ProjectBillgElmntEntrFlwTP
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA