P_SFINotAssldTrcblComponent1

DDL: P_SFINOTASSLDTRCBLCOMPONENT1 Type: view_entity COMPOSITE

SFI Not Assembled Traceable Components

P_SFINotAssldTrcblComponent1 is a Composite CDS View that provides data about "SFI Not Assembled Traceable Components" in SAP S/4HANA. It reads from 4 data sources (I_MatlPlntCompAssembleControl, I_OpActyInstanceComponent, I_OpActyNtwkInstanceBasic, I_ShopFloorItemStatus) and exposes 49 fields with key fields ShopFloorItem, OpActyNtwkInstance, OpActyNtwkElement, Reservation, ReservationItem.

Data Sources (4)

SourceAliasJoin Type
I_MatlPlntCompAssembleControl MfgOrderProductPlant inner
I_OpActyInstanceComponent OpActyInstanceComponent from
I_OpActyNtwkInstanceBasic OpActyNtwkInstanceBasic inner
I_ShopFloorItemStatus ShopFloorItemStatus inner

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label SFI Not Assembled Traceable Components view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #COMPOSITE view
VDM.private true view

Fields (49)

KeyFieldSource TableSource FieldDescription
KEY ShopFloorItem I_ShopFloorItemStatus ShopFloorItem Serial.Mat. ID
KEY OpActyNtwkInstance I_OpActyInstanceComponent OpActyNtwkInstance Instance ID
KEY OpActyNtwkElement I_OpActyInstanceComponent OpActyNtwkElement Element Number
KEY Reservation I_OpActyInstanceComponent Reservation Reservation
KEY ReservationItem I_OpActyInstanceComponent ReservationItem Reservation Item
KEY RecordType I_OpActyInstanceComponent RecordType Reservation Record Type
Material I_OpActyInstanceComponent Material Vehicle Model
MaterialName
Plant I_OpActyInstanceComponent Plant Valuation Area
StorageLocation I_OpActyInstanceComponent StorageLocation StorageLocation
MatlCompInstceAssyIsRequired I_OpActyInstanceComponent MatlCompInstceAssyIsRequired Instances Exist
BaseUnit I_OpActyInstanceComponent BaseUnit Unit of Measure
dec1343asbdmngasRequiredQuantity
EntryUnit I_OpActyInstanceComponent EntryUnit Unit of Entry
Batch I_OpActyInstanceComponent Batch Lot No.
MatlCompAssembleControl I_MatlPlntCompAssembleControl MatlCompAssembleControl
MatlCompAssembleControlName
ManufacturingOrder I_OpActyInstanceComponent ManufacturingOrder Order
OrderIntBillOfOperationsItem I_OpActyInstanceComponent OrderIntBillOfOperationsItem Order Internal Bill of Operations Item
ManufacturingOrderOperation OrderOperation Operation_2
MfgOrderOperationText OrderOperation OperationText Description
EffectivityParameterVariant
OpActyNtwkVersionCounter I_OpActyNtwkInstanceBasic OpActyNtwkVersionCounter Object Version
StatusAndActionSchema I_ShopFloorItemStatus StatusAndActionSchema Status Action Schema
StatusAndActionSchemaStatus I_ShopFloorItemStatus StatusAndActionSchemaStatus Status
SFIOpActyStsLastChgdByDoc I_ShopFloorItemStatus SFIOpActyStsLastChgdByDoc Document Number
SASStatusCategory
SASStatusName
BillOfMaterialInternalID
BOMItem I_OpActyInstanceComponent BOMItem
BOMItemInternalChangeCount I_OpActyInstanceComponent BOMItemInternalChangeCount Counter
BillOfMaterialVariant I_OpActyInstanceComponent BillOfMaterialVariant AlternativeBOM
BillOfMaterialVersion I_OpActyInstanceComponent BillOfMaterialVersion BOM Version
BillOfMaterialVariantUsage
BOMItemCategory I_OpActyInstanceComponent BOMItemCategory Item Category
InheritedBOMItemNode I_OpActyInstanceComponent InheritedBOMItemNode Nodes
BillOfMaterialItemUUID
BillOfMaterialItemNumber I_OpActyInstanceComponent BillOfMaterialItemNumber Item
MfgRefStructureItemDetailUUID I_OpActyInstanceComponent MfgRefStructureItemDetailUUID
MfgRefStrucItmDetIsContextual I_OpActyInstanceComponent MfgRefStrucItmDetIsContextual
_OpActyNtwkInstance
_OpActyNtwkInstanceBasic I_OpActyInstanceComponent _OpActyNtwkInstanceBasic
_OperationActivityInstance I_OpActyInstanceComponent _OperationActivityInstance
_ReservationHeader I_OpActyInstanceComponent _ReservationHeader
_ShopFloorItem I_ShopFloorItemStatus _ShopFloorItem
_SASSchema I_ShopFloorItemStatus _SASSchema
_SASStatus I_ShopFloorItemStatus _SASStatus
_SASStatusText I_ShopFloorItemStatus _SASStatusText
_SFIOpActyStsLastChgdByDoc I_ShopFloorItemStatus _SFIOpActyStsLastChgdByDoc

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 P_SFINotAssldTrcblComponent1.
-- 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 P_SFINotAssldTrcblComponent1 AS
SELECT
  ShopFloorItemStatus.ShopFloorItem AS ShopFloorItem,
  OpActyInstanceComponent.OpActyNtwkInstance AS OpActyNtwkInstance,
  OpActyInstanceComponent.OpActyNtwkElement AS OpActyNtwkElement,
  OpActyInstanceComponent.Reservation AS Reservation,
  OpActyInstanceComponent.ReservationItem AS ReservationItem,
  OpActyInstanceComponent.RecordType AS RecordType,
  OpActyInstanceComponent.Material AS Material,
  OpActyInstanceComponent._Material._Text[1: Language=$session.system_language].MaterialName AS MaterialName,
  OpActyInstanceComponent.Plant AS Plant,
  OpActyInstanceComponent.StorageLocation AS StorageLocation,
  OpActyInstanceComponent.MatlCompInstceAssyIsRequired AS MatlCompInstceAssyIsRequired,
  OpActyInstanceComponent.BaseUnit AS BaseUnit,
  cast(round(fltp_to_dec( OpActyInstanceComponent.MfgOrderComponentUsageNetQty as abap.dec(13,4) ), 3) as bdmng ) as RequiredQuantity AS dec1343asbdmngasRequiredQuantity,
  OpActyInstanceComponent.EntryUnit AS EntryUnit,
  OpActyInstanceComponent.Batch AS Batch,
  MfgOrderProductPlant.MatlCompAssembleControl AS MatlCompAssembleControl,
  MfgOrderProductPlant._MatlCompAssembleControl._Text[1: Language=$session.system_language].MatlCompAssembleControlName AS MatlCompAssembleControlName,
  OpActyInstanceComponent.ManufacturingOrder AS ManufacturingOrder,
  OpActyInstanceComponent.OrderIntBillOfOperationsItem AS OrderIntBillOfOperationsItem,
  OrderOperation.Operation_2 AS ManufacturingOrderOperation,
  OrderOperation.OperationText AS MfgOrderOperationText,
  ShopFloorItemStatus._ShopFloorItem._MfgOrder.EffectivityParameterVariant AS EffectivityParameterVariant,
  OpActyNtwkInstanceBasic.OpActyNtwkVersionCounter AS OpActyNtwkVersionCounter,
  ShopFloorItemStatus.StatusAndActionSchema AS StatusAndActionSchema,
  ShopFloorItemStatus.StatusAndActionSchemaStatus AS StatusAndActionSchemaStatus,
  ShopFloorItemStatus.SFIOpActyStsLastChgdByDoc AS SFIOpActyStsLastChgdByDoc,
  ShopFloorItemStatus._SASStatus.SASStatusCategory AS SASStatusCategory,
  ShopFloorItemStatus._SASStatus._Text[1: Language=$session.system_language].SASStatusName AS SASStatusName,
  cast( OpActyInstanceComponent.BillOfMaterialInternalID as mpe_exec_stnum preserving type ) AS BillOfMaterialInternalID,
  OpActyInstanceComponent.BOMItem AS BOMItem,
  OpActyInstanceComponent.BOMItemInternalChangeCount AS BOMItemInternalChangeCount,
  OpActyInstanceComponent.BillOfMaterialVariant AS BillOfMaterialVariant,
  OpActyInstanceComponent.BillOfMaterialVersion AS BillOfMaterialVersion,
  cast('' as stlan preserving type ) AS BillOfMaterialVariantUsage,
  OpActyInstanceComponent.BOMItemCategory AS BOMItemCategory,
  OpActyInstanceComponent.InheritedBOMItemNode AS InheritedBOMItemNode,
  OrderComponent._BillOfMaterialItem.BillOfMaterialItemUUID AS BillOfMaterialItemUUID,
  OpActyInstanceComponent.BillOfMaterialItemNumber AS BillOfMaterialItemNumber,
  OpActyInstanceComponent.MfgRefStructureItemDetailUUID AS MfgRefStructureItemDetailUUID,
  OpActyInstanceComponent.MfgRefStrucItmDetIsContextual AS MfgRefStrucItmDetIsContextual,
  OpActyInstanceComponent._OpActyNtwkInstanceBasic AS _OpActyNtwkInstanceBasic,
  OpActyInstanceComponent._OperationActivityInstance AS _OperationActivityInstance,
  OpActyInstanceComponent._ReservationHeader AS _ReservationHeader,
  ShopFloorItemStatus._ShopFloorItem AS _ShopFloorItem,
  ShopFloorItemStatus._SASSchema AS _SASSchema,
  ShopFloorItemStatus._SASStatus AS _SASStatus,
  ShopFloorItemStatus._SASStatusText AS _SASStatusText,
  ShopFloorItemStatus._SFIOpActyStsLastChgdByDoc AS _SFIOpActyStsLastChgdByDoc
FROM I_OpActyInstanceComponent AS OpActyInstanceComponent
INNER JOIN I_ShopFloorItemStatus AS ShopFloorItemStatus ON /* join condition not captured in parsed metadata */
INNER JOIN I_MatlPlntCompAssembleControl AS MfgOrderProductPlant ON /* join condition not captured in parsed metadata */
INNER JOIN I_OpActyNtwkInstanceBasic AS OpActyNtwkInstanceBasic ON /* join condition not captured in parsed metadata */
;