R_SrvcConfFUPTimeSheetTP

DDL: R_SRVCCONFFUPTIMESHEETTP Type: view_entity TRANSACTIONAL

Follow-Up Time Sheet - TP

R_SrvcConfFUPTimeSheetTP is a Transactional CDS View that provides data about "Follow-Up Time Sheet - TP" in SAP S/4HANA. It reads from 1 data source (R_SrvcDocDocumentFlow) and exposes 3 fields with key fields ServiceConfirmation, TimeSheetRecord.

Data Sources (1)

SourceAliasJoin Type
R_SrvcDocDocumentFlow R_SrvcDocDocumentFlow from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Follow-Up Time Sheet - TP view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ServiceConfirmation ServiceDocument
KEY TimeSheetRecord
_ServiceConfirmationTP _ServiceConfirmationTP
@AccessControl: {
  authorizationCheck: #CHECK,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@Metadata:
{
  ignorePropagatedAnnotations: true
}
@EndUserText.label: 'Follow-Up Time Sheet - TP'
@ObjectModel: {
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #C,
     sizeCategory:   #L
   }
}
define view entity R_SrvcConfFUPTimeSheetTP
  as select from R_SrvcDocDocumentFlow
  association to parent R_ServiceConfirmationTP as _ServiceConfirmationTP on $projection.ServiceConfirmation = _ServiceConfirmationTP.ServiceConfirmation
{

  key        ServiceDocument               as ServiceConfirmation,
  key        cast( CustMgmtPrdcssrTransactionKey as catscounte ) as TimeSheetRecord,
             _ServiceConfirmationTP // Make association public

}
where
      ServiceObjectType           = 'BUS2000117' //Service Confirmation

  and PrdcssrSuccssrDocObjectType = 'CATS' //Goods Movement Document 

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_SRVCDOCDOCUMENTFLOW"
],
"ASSOCIATED":
[
"R_SERVICECONFIRMATIONTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/