R_PROJBILLGREQITEMPRPSDNOTETP

CDS View

Proj Billg Req Itm Prpsd Note - TP

R_PROJBILLGREQITEMPRPSDNOTETP is a CDS View in S/4HANA. Proj Billg Req Itm Prpsd Note - TP. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_ProjBillgReqItemPrpsdNoteTP view_entity projection CONSUMPTION Proj Billg Req Itm Prpsd Note TP
@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                                      
}