I_JITOUTBCALLCOMPDOCREF

CDS View

Interface for Document Reference

I_JITOUTBCALLCOMPDOCREF is a CDS View in S/4HANA. Interface for Document Reference. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_JITOutbCallDelivDocRef view inner COMPOSITE Material Document Reference for Delivery
R_JITOutbCallCompDocRefTP view_entity from TRANSACTIONAL JIT Outbound Call Document Reference
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Interface for Document Reference'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #XXL,
  dataClass: #TRANSACTIONAL
}
define view entity I_JITOutbCallCompDocRef
  as select from njit_call_d_dref as _JITOutbCallCompDocRef
  association [0..1] to I_JITOutbCallDelivDocRef as _JITOutbCallDelivDocRef on(
    $projection.BusinessTransactionDocument    = _JITOutbCallDelivDocRef.DeliveryDocument
    and $projection.BusinessTransactionDocItem = _JITOutbCallDelivDocRef.DeliveryDocumentItem
  )
{
  key _JITOutbCallCompDocRef.db_key            as JITDocRefUUID,
      _JITOutbCallCompDocRef.root_key          as JITHeaderUUID,
      _JITOutbCallCompDocRef.parent_key        as JITCallComponentUUID,
      _JITOutbCallCompDocRef.int_call_num      as InternalJITCallNumber,
      _JITOutbCallCompDocRef.call_item_num     as JITCallItemNumber,
      _JITOutbCallCompDocRef.btd_type_code     as BusinessTransactionDocType,
      _JITOutbCallCompDocRef.btd_id            as BusinessTransactionDocument,
      _JITOutbCallCompDocRef.btd_item_id       as BusinessTransactionDocItem,
      _JITOutbCallCompDocRef.btd_status        as BusinessTransactionDocStatus,
      _JITOutbCallCompDocRef.ref_btd_type_code as JITRefBizTransacDocTypeCode,
      _JITOutbCallCompDocRef.ref_btd_id        as JITRefBizTransacDoc,
      _JITOutbCallCompDocRef.ref_btd_item_id   as JITRefBizTransacDocItm,
      _JITOutbCallCompDocRef.logsys            as LogicalSystemID,
      _JITOutbCallCompDocRef.lchg_date_time    as LastChangeDateTime,
      _JITOutbCallCompDocRef.comp_grp_num      as CompGrpNumber,
      _JITOutbCallDelivDocRef
}