R_JITOutbCallCompDocRefTP
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)
| Source | Alias | Join Type |
|---|---|---|
| I_JITOutbCallCompDocRef | I_JITOutbCallCompDocRef | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | R_JITOutboundCallTP | _JITOutboundCallTP | $projection.JITHeaderUUID = _JITOutboundCallTP.JITHeaderUUID |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
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