I_JITOutbCallCompDocRef
Interface for Document Reference
I_JITOutbCallCompDocRef is a Basic CDS View that provides data about "Interface for Document Reference" in SAP S/4HANA. It reads from 1 data source (njit_call_d_dref) and exposes 16 fields with key field JITDocRefUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| njit_call_d_dref | _JITOutbCallCompDocRef | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Interface for Document Reference | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | JITDocRefUUID | njit_call_d_dref | db_key | |
| JITHeaderUUID | njit_call_d_dref | root_key | ||
| JITCallComponentUUID | njit_call_d_dref | parent_key | ||
| InternalJITCallNumber | njit_call_d_dref | int_call_num | ||
| JITCallItemNumber | njit_call_d_dref | call_item_num | ||
| BusinessTransactionDocType | njit_call_d_dref | btd_type_code | ||
| BusinessTransactionDocument | njit_call_d_dref | btd_id | ||
| BusinessTransactionDocItem | njit_call_d_dref | btd_item_id | ||
| BusinessTransactionDocStatus | njit_call_d_dref | btd_status | ||
| JITRefBizTransacDocTypeCode | njit_call_d_dref | ref_btd_type_code | ||
| JITRefBizTransacDoc | njit_call_d_dref | ref_btd_id | ||
| JITRefBizTransacDocItm | njit_call_d_dref | ref_btd_item_id | ||
| LogicalSystemID | njit_call_d_dref | logsys | ||
| LastChangeDateTime | njit_call_d_dref | lchg_date_time | ||
| CompGrpNumber | njit_call_d_dref | comp_grp_num | ||
| _JITOutbCallDelivDocRef | _JITOutbCallDelivDocRef |
@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
}
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