I_ProjBillgElmObjectLink
Project Billing Element Object Link
I_ProjBillgElmObjectLink is a Basic CDS View that provides data about "Project Billing Element Object Link" in SAP S/4HANA. It reads from 1 data source (prjblgelmobjlnk) and exposes 8 fields with key field PrjBlgElmObjLnkUUID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| prjblgelmobjlnk | ProjBillgElmObjectLink | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_ProjectBillingElement | _ProjectBillingElement | $projection.ProjectBillingElementUUID = _ProjectBillingElement.ProjectBillingElementUUID |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPBEOBJLNK | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Project Billing Element Object Link | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PrjBlgElmObjLnkUUID | prjblgelmobjlnk | prjblgelmobjlnkuuid | |
| ProjectBillingElementUUID | prjblgelmobjlnk | projectbillingelementuuid | ||
| SalesDocument | prjblgelmobjlnk | salesdocument | ||
| SalesDocumentItem | prjblgelmobjlnk | salesdocumentitem | ||
| SDDocumentCategory | prjblgelmobjlnk | sddocumentcategory | ||
| PartnerCompanyCode | prjblgelmobjlnk | partnercompanycode | ||
| ReceiverCompanyCode | prjblgelmobjlnk | receivercompanycode | ||
| _ProjectBillingElement | _ProjectBillingElement |
@AbapCatalog.sqlViewName: 'IPBEOBJLNK'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Project Billing Element Object Link'
@ObjectModel.usageType: {
serviceQuality: #A,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_ProjBillgElmObjectLink
as select from prjblgelmobjlnk as ProjBillgElmObjectLink
association [1..1] to I_ProjectBillingElement as _ProjectBillingElement on $projection.ProjectBillingElementUUID = _ProjectBillingElement.ProjectBillingElementUUID
{
key ProjBillgElmObjectLink.prjblgelmobjlnkuuid as PrjBlgElmObjLnkUUID,
ProjBillgElmObjectLink.projectbillingelementuuid as ProjectBillingElementUUID,
ProjBillgElmObjectLink.salesdocument as SalesDocument,
ProjBillgElmObjectLink.salesdocumentitem as SalesDocumentItem,
ProjBillgElmObjectLink.sddocumentcategory as SDDocumentCategory,
ProjBillgElmObjectLink.partnercompanycode as PartnerCompanyCode,
ProjBillgElmObjectLink.receivercompanycode as ReceiverCompanyCode,
_ProjectBillingElement
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"PRJBLGELMOBJLNK"
],
"ASSOCIATED":
[
"I_PROJECTBILLINGELEMENT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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