R_JITOutbCallComponentDraft

DDL: R_JITOUTBCALLCOMPONENTDRAFT Type: view_entity BASIC

Component node Drft

R_JITOutbCallComponentDraft is a Basic CDS View that provides data about "Component node Drft" in SAP S/4HANA. It reads from 1 data source (njit_ocall_cmp_d) and exposes 28 fields with key field JITCallComponentUUID. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
njit_ocall_cmp_d JITOutbCallComponentDraft from

Associations (1)

CardinalityTargetAliasCondition
[1..1] E_JITOutbCallComponentDraft ExtensionComponentDraft $projection.JITCallComponentUUID = ExtensionComponentDraft.JITCallComponentUUID

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Component node Drft view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix JCI view
AbapCatalog.extensibility.quota.maximumFields 500 view
AbapCatalog.extensibility.quota.maximumBytes 50000 view

Fields (28)

KeyFieldSource TableSource FieldDescription
KEY JITCallComponentUUID njit_ocall_cmp_d jitcallcomponentuuid NodeID
JITHeaderUUID njit_ocall_cmp_d jitheaderuuid NodeID
JITCallCompGrpUUID njit_ocall_cmp_d jitcallcompgrpuuid NodeID
InternalJITCallNumber njit_ocall_cmp_d internaljitcallnumber JIT Call Number
CompGrpNumber njit_ocall_cmp_d compgrpnumber Component Group No.
JITCallItemNumber njit_ocall_cmp_d jitcallitemnumber Call Item Number
Material njit_ocall_cmp_d material Vehicle Model
RequestedQuantity njit_ocall_cmp_d requestedquantity Requested Quantity
ActualDeliveredQuantity njit_ocall_cmp_d actualdeliveredquantity Delivered Quantity
ReferenceJITComponentUUID njit_ocall_cmp_d referencejitcomponentuuid Ref Comp Mat UUID
JITIntProcessingStatus njit_ocall_cmp_d jitintprocessingstatus Transmitted Status
JITIntStatusUpdtdOnDteTme njit_ocall_cmp_d jitintstatusupdtdondtetme Int Status Updtd On
JITOutbStockTransferSts njit_ocall_cmp_d jitoutbstocktransfersts Stock Trnsfr Status
JITOutbTransferredQuantity njit_ocall_cmp_d jitoutbtransferredquantity Transferred Qty
JITOutbMinimumQuantity njit_ocall_cmp_d jitoutbminimumquantity Minimum Qty
JITOutbPickedQuantity njit_ocall_cmp_d jitoutbpickedquantity Picked Quantity
JITOutbOpenQuantity njit_ocall_cmp_d jitoutbopenquantity Open Qty
QuantityUnit njit_ocall_cmp_d quantityunit Unit of measure
DeliveryStatus njit_ocall_cmp_d deliverystatus Delivery Status
PickingStatus njit_ocall_cmp_d pickingstatus Status Value
JITCompMatlCreationDateTime njit_ocall_cmp_d jitcompmatlcreationdatetime CompMatlCrtnDteTme
JITCompMatlChangeDateTime njit_ocall_cmp_d jitcompmatlchangedatetime CompMatlChgDteTme
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_JITOutbCallComponentDraft.
-- 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_JITOutbCallComponentDraft AS
SELECT
  JITOutbCallComponentDraft.jitcallcomponentuuid AS JITCallComponentUUID,
  JITOutbCallComponentDraft.jitheaderuuid AS JITHeaderUUID,
  JITOutbCallComponentDraft.jitcallcompgrpuuid AS JITCallCompGrpUUID,
  JITOutbCallComponentDraft.internaljitcallnumber AS InternalJITCallNumber,
  JITOutbCallComponentDraft.compgrpnumber AS CompGrpNumber,
  JITOutbCallComponentDraft.jitcallitemnumber AS JITCallItemNumber,
  JITOutbCallComponentDraft.material AS Material,
  JITOutbCallComponentDraft.requestedquantity AS RequestedQuantity,
  JITOutbCallComponentDraft.actualdeliveredquantity AS ActualDeliveredQuantity,
  JITOutbCallComponentDraft.referencejitcomponentuuid AS ReferenceJITComponentUUID,
  JITOutbCallComponentDraft.jitintprocessingstatus AS JITIntProcessingStatus,
  JITOutbCallComponentDraft.jitintstatusupdtdondtetme AS JITIntStatusUpdtdOnDteTme,
  JITOutbCallComponentDraft.jitoutbstocktransfersts AS JITOutbStockTransferSts,
  JITOutbCallComponentDraft.jitoutbtransferredquantity AS JITOutbTransferredQuantity,
  JITOutbCallComponentDraft.jitoutbminimumquantity AS JITOutbMinimumQuantity,
  JITOutbCallComponentDraft.jitoutbpickedquantity AS JITOutbPickedQuantity,
  JITOutbCallComponentDraft.jitoutbopenquantity AS JITOutbOpenQuantity,
  JITOutbCallComponentDraft.quantityunit AS QuantityUnit,
  JITOutbCallComponentDraft.deliverystatus AS DeliveryStatus,
  JITOutbCallComponentDraft.pickingstatus AS PickingStatus,
  JITOutbCallComponentDraft.jitcompmatlcreationdatetime AS JITCompMatlCreationDateTime,
  JITOutbCallComponentDraft.jitcompmatlchangedatetime AS JITCompMatlChangeDateTime,
  DraftEntityCreationDateTime,
  DraftEntityLastChangeDateTime,
  DraftAdministrativeDataUUID,
  DraftEntityOperationCode,
  HasActiveEntity,
  DraftFieldChanges
FROM njit_ocall_cmp_d AS JITOutbCallComponentDraft
LEFT OUTER JOIN E_JITOutbCallComponentDraft AS ExtensionComponentDraft ON JITCallComponentUUID = ExtensionComponentDraft.JITCallComponentUUID  -- association [1..1]
;