R_JITOutbCallCompDocRefTP

DDL: R_JITOUTBCALLCOMPDOCREFTP Type: view_entity TRANSACTIONAL

JIT Outbound Call Document Reference

R_JITOutbCallCompDocRefTP is a Transactional CDS View that provides data about "JIT Outbound Call Document Reference" in SAP S/4HANA. It reads from 1 data source (I_JITOutbCallCompDocRef) and exposes 14 fields with key field JITDocRefUUID. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_JITOutbCallCompDocRef I_JITOutbCallCompDocRef from

Associations (1)

CardinalityTargetAliasCondition
[0..1] R_JITOutboundCallTP _JITOutboundCallTP $projection.JITHeaderUUID = _JITOutboundCallTP.JITHeaderUUID

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label JIT Outbound Call Document Reference view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view

Fields (14)

KeyFieldSource TableSource FieldDescription
KEY JITDocRefUUID JITDocRefUUID
JITHeaderUUID JITHeaderUUID
JITCallComponentUUID JITCallComponentUUID
InternalJITCallNumber InternalJITCallNumber
JITCallItemNumber JITCallItemNumber
BusinessTransactionDocType BusinessTransactionDocType
BusinessTransactionDocument BusinessTransactionDocument
BusinessTransactionDocItem BusinessTransactionDocItem
BusinessTransactionDocStatus BusinessTransactionDocStatus
LogicalSystemID LogicalSystemID
LastChangeDateTime LastChangeDateTime
CompGrpNumber CompGrpNumber
_JITOutbCallComponentTP _JITOutbCallComponentTP
_JITOutboundCallTP _JITOutboundCallTP
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck   : #MANDATORY
@EndUserText.label                  : 'JIT Outbound Call Document Reference'
@VDM.viewType                       : #TRANSACTIONAL
@VDM.lifecycle.contract.type        : #SAP_INTERNAL_API
@ObjectModel: {
      usageType: {
            dataClass: #TRANSACTIONAL,
            serviceQuality: #C,
            sizeCategory: #XXL
       }
 }
define view entity R_JITOutbCallCompDocRefTP
  as select from I_JITOutbCallCompDocRef
  association to parent R_JITOutbCallComponentTP as _JITOutbCallComponentTP on $projection.JITCallComponentUUID = _JITOutbCallComponentTP.JITCallComponentUUID
  association [0..1] to R_JITOutboundCallTP      as _JITOutboundCallTP      on $projection.JITHeaderUUID = _JITOutboundCallTP.JITHeaderUUID
{
  key JITDocRefUUID,
      JITHeaderUUID,
      JITCallComponentUUID,
      InternalJITCallNumber,
      JITCallItemNumber,
      BusinessTransactionDocType,
      BusinessTransactionDocument,
      BusinessTransactionDocItem,
      BusinessTransactionDocStatus,
      LogicalSystemID,
      LastChangeDateTime,
      CompGrpNumber,
      
      //Associations

      _JITOutbCallComponentTP,
      _JITOutboundCallTP
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_JITOUTBCALLCOMPDOCREF"
],
"ASSOCIATED":
[
"R_JITOUTBCALLCOMPONENTTP",
"R_JITOUTBOUNDCALLTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/