R_ProjBillgReqItemPrpsdNoteTP
Proj Billg Req Itm Prpsd Note - TP
R_ProjBillgReqItemPrpsdNoteTP is a Transactional CDS View that provides data about "Proj Billg Req Itm Prpsd Note - TP" in SAP S/4HANA. It reads from 1 data source (I_ProjBillgReqItemPrpsdNote) and exposes 5 fields with key field ProjectBillingRequestItemUUID. It has 1 association to related views. Part of development package VDM_PROJECTBILLINGREQITEM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProjBillgReqItemPrpsdNote | I_ProjBillgReqItemPrpsdNote | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | R_ProjectBillingRequestTP | _ProjectBillingRequestTP | $projection.ProjectBillingRequestUUID = _ProjectBillingRequestTP.ProjectBillingRequestUUID |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| EndUserText.label | Proj Billg Req Itm Prpsd Note - TP | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectBillingRequestItemUUID | ProjectBillingRequestItemUUID | ||
| ProjectBillingRequestUUID | _ProjectBillingRequestItem | ProjectBillingRequestUUID | ||
| PrjBlgReqItmGnrtdLongText | PrjBlgReqItmGnrtdLongText | |||
| _ProjectBillingRequestItem | _ProjectBillingRequestItem | |||
| _ProjectBillingRequestTP | _ProjectBillingRequestTP |
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.usageType:{
sizeCategory: #XL,
dataClass: #TRANSACTIONAL,
serviceQuality: #C
}
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'Proj Billg Req Itm Prpsd Note - TP'
define view entity R_ProjBillgReqItemPrpsdNoteTP as select from I_ProjBillgReqItemPrpsdNote
association to parent R_ProjectBillingRequestItemTP as _ProjectBillingRequestItem on $projection.ProjectBillingRequestItemUUID = _ProjectBillingRequestItem.ProjectBillingRequestItemUUID
association [0..1] to R_ProjectBillingRequestTP as _ProjectBillingRequestTP on $projection.ProjectBillingRequestUUID = _ProjectBillingRequestTP.ProjectBillingRequestUUID
{
key ProjectBillingRequestItemUUID as ProjectBillingRequestItemUUID,
_ProjectBillingRequestItem.ProjectBillingRequestUUID as ProjectBillingRequestUUID,
PrjBlgReqItmGnrtdLongText as PrjBlgReqItmGnrtdLongText,
// _ProjectBillingRequestItem.WorkItem as WorkItem,
// _ProjectBillingRequestItem.ServicesRenderedDate as ServicesRenderedDate,
// _ProjectBillingRequestItem._PersonWorkAgreement_1.PersonFullName as PersonFullName,
// _ProjectBillingRequestItem._Material._Text[1:Language = $session.system_language].MaterialName as MaterialName,
// _ProjectBillingRequestItem.CostCtrActivityTypeDesc as CostCtrActivityTypeDesc,
// _ProjectBillingRequestItem.ProjBillingRequestItemLongText as ProjBillingRequestItemLongText,
// _ProjectBillingRequestItem.AccountingDocument as AccountingDocument,
// _ProjectBillingRequestItem.JournalEntrySemanticKey as JournalEntrySemanticKey,
// _ProjectBillingRequestItem._ProjectBillingElementEntryTP._WBSElement.WBSElementExternalID as WBSElement,
// _ProjectBillingRequestItem._ProjectBillingElementEntryTP._WBSElement.WBSDescription as WBSDescription,
// _ProjectBillingRequestItem._ProjectBillingElementEntryTP._ProjectBillingElement._WBSElement.WBSElementExternalID as BillingWBSElementExternalID,
// _ProjectBillingRequestItem._ProjectBillingElementEntryTP._ProjectBillingElement._WBSElement.WBSDescription as BillingWBSElementDescription,
_ProjectBillingRequestItem,
_ProjectBillingRequestTP
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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