R_JustInTimeOutboundCallDraft
drft CDS for manage forwarded JIS call header
R_JustInTimeOutboundCallDraft is a Basic CDS View that provides data about "drft CDS for manage forwarded JIS call header" in SAP S/4HANA. It reads from 1 data source (njit_ocall_hdr_d) and exposes 35 fields with key field JITHeaderUUID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| njit_ocall_hdr_d | JITOutbHeaderDraft | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | E_JustInTimeOutboundCallDraft | _ExtensionJITOutboundCall | $projection.JITHeaderUUID = _ExtensionJITOutboundCall.JITHeaderUUID |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | drft CDS for manage forwarded JIS call header | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| AbapCatalog.extensibility.extensible | true | view | |
| AbapCatalog.extensibility.elementSuffix | JCH | view | |
| AbapCatalog.extensibility.quota.maximumFields | 500 | view | |
| AbapCatalog.extensibility.quota.maximumBytes | 50000 | view |
Fields (35)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | JITHeaderUUID | njit_ocall_hdr_d | jitheaderuuid | NodeID |
| InternalJITCallNumber | njit_ocall_hdr_d | internaljitcallnumber | JIT Call Number | |
| ExternalJITCallNumber | njit_ocall_hdr_d | externaljitcallnumber | Ext. JIT Call Number | |
| JITLifecycleStatus | njit_ocall_hdr_d | jitlifecyclestatus | Life Cycle Status | |
| JITCallType | njit_ocall_hdr_d | jitcalltype | Call Type | |
| VehicleIdentificationNumber | njit_ocall_hdr_d | vehicleidentificationnumber | VIN | |
| JITVehicleModel | njit_ocall_hdr_d | jitvehiclemodel | Vehicle Model | |
| ActiveSupplier | njit_ocall_hdr_d | activesupplier | Vendor no. | |
| JITCallImmediateRequest | njit_ocall_hdr_d | jitcallimmediaterequest | Immediate Request | |
| JITMissingPartFlag | njit_ocall_hdr_d | jitmissingpartflag | Missing Part | |
| JITCallPriorityType | njit_ocall_hdr_d | jitcallprioritytype | Priority Type | |
| JITCallPriorityID | njit_ocall_hdr_d | jitcallpriorityid | Delivery Prior. | |
| JITIntSequenceNumber | njit_ocall_hdr_d | jitintsequencenumber | Internal Sequence No | |
| JITExtSequenceNumber | njit_ocall_hdr_d | jitextsequencenumber | Ext.Seq. Number | |
| JITCallCreationMode | njit_ocall_hdr_d | jitcallcreationmode | JIT- Creation Mode | |
| JITPlannedOrderNumber | njit_ocall_hdr_d | jitplannedordernumber | JIT Planned Order | |
| CreationDateTime | njit_ocall_hdr_d | creationdatetime | Timestamp | |
| CreatedByUser | njit_ocall_hdr_d | createdbyuser | User Name | |
| LastChangeDateTime | njit_ocall_hdr_d | lastchangedatetime | Timestamp | |
| LastChangedByUser | njit_ocall_hdr_d | lastchangedbyuser | User Name | |
| JITScenario | njit_ocall_hdr_d | jitscenario | JIT Scenario | |
| Plant | njit_ocall_hdr_d | plant | Valuation Area | |
| ReferenceJITCallUUID | njit_ocall_hdr_d | referencejitcalluuid | RefJITCallUUID | |
| JITIsReorderedExternally | njit_ocall_hdr_d | jitisreorderedexternally | Reorder | |
| JITCallIsForwarded | njit_ocall_hdr_d | jitcallisforwarded | Forwarded JIS Call | |
| JITCallIsExtReplenishment | njit_ocall_hdr_d | jitcallisextreplenishment | JITCall Is External | |
| JITMessageIsProcessed | njit_ocall_hdr_d | jitmessageisprocessed | JIT Msg Is Transm | |
| ReorderReferenceJITCallUUID | njit_ocall_hdr_d | reorderreferencejitcalluuid | Ref ReordJITCallUUID | |
| ExtCompGrpNumber | njit_ocall_hdr_d | extcompgrpnumber | Extl Comp. Group No. | |
| DraftEntityCreationDateTime | draftentitycreationdatetime | Draft Created On | ||
| DraftEntityLastChangeDateTime | draftentitylastchangedatetime | Draft Last Changed On | ||
| DraftAdministrativeDataUUID | draftadministrativedatauuid | UUID | ||
| DraftEntityOperationCode | draftentityoperationcode | Draft - Operation Code | ||
| HasActiveEntity | hasactiveentity | TRUE | ||
| DraftFieldChanges | draftfieldchanges | Field Changes |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view R_JustInTimeOutboundCallDraft.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
CREATE VIEW R_JustInTimeOutboundCallDraft AS
SELECT
JITOutbHeaderDraft.jitheaderuuid AS JITHeaderUUID,
JITOutbHeaderDraft.internaljitcallnumber AS InternalJITCallNumber,
JITOutbHeaderDraft.externaljitcallnumber AS ExternalJITCallNumber,
JITOutbHeaderDraft.jitlifecyclestatus AS JITLifecycleStatus,
JITOutbHeaderDraft.jitcalltype AS JITCallType,
JITOutbHeaderDraft.vehicleidentificationnumber AS VehicleIdentificationNumber,
JITOutbHeaderDraft.jitvehiclemodel AS JITVehicleModel,
JITOutbHeaderDraft.activesupplier AS ActiveSupplier,
JITOutbHeaderDraft.jitcallimmediaterequest AS JITCallImmediateRequest,
JITOutbHeaderDraft.jitmissingpartflag AS JITMissingPartFlag,
JITOutbHeaderDraft.jitcallprioritytype AS JITCallPriorityType,
JITOutbHeaderDraft.jitcallpriorityid AS JITCallPriorityID,
JITOutbHeaderDraft.jitintsequencenumber AS JITIntSequenceNumber,
JITOutbHeaderDraft.jitextsequencenumber AS JITExtSequenceNumber,
JITOutbHeaderDraft.jitcallcreationmode AS JITCallCreationMode,
JITOutbHeaderDraft.jitplannedordernumber AS JITPlannedOrderNumber,
JITOutbHeaderDraft.creationdatetime AS CreationDateTime,
JITOutbHeaderDraft.createdbyuser AS CreatedByUser,
JITOutbHeaderDraft.lastchangedatetime AS LastChangeDateTime,
JITOutbHeaderDraft.lastchangedbyuser AS LastChangedByUser,
JITOutbHeaderDraft.jitscenario AS JITScenario,
JITOutbHeaderDraft.plant AS Plant,
JITOutbHeaderDraft.referencejitcalluuid AS ReferenceJITCallUUID,
JITOutbHeaderDraft.jitisreorderedexternally AS JITIsReorderedExternally,
JITOutbHeaderDraft.jitcallisforwarded AS JITCallIsForwarded,
JITOutbHeaderDraft.jitcallisextreplenishment AS JITCallIsExtReplenishment,
JITOutbHeaderDraft.jitmessageisprocessed AS JITMessageIsProcessed,
JITOutbHeaderDraft.reorderreferencejitcalluuid AS ReorderReferenceJITCallUUID,
JITOutbHeaderDraft.extcompgrpnumber AS ExtCompGrpNumber,
DraftEntityCreationDateTime,
DraftEntityLastChangeDateTime,
DraftAdministrativeDataUUID,
DraftEntityOperationCode,
HasActiveEntity,
DraftFieldChanges
FROM njit_ocall_hdr_d AS JITOutbHeaderDraft
LEFT OUTER JOIN E_JustInTimeOutboundCallDraft AS _ExtensionJITOutboundCall ON JITHeaderUUID = _ExtensionJITOutboundCall.JITHeaderUUID -- association [1..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA