I_SchedgAgrmtSubcontrgCompTP

DDL: I_SCHEDGAGRMTSUBCONTRGCOMPTP SQL: ISAGSUBCOMPTP Type: view TRANSACTIONAL Package: APPL_MM_PUR_OA_SCHD

SA Subcontracting Components

I_SchedgAgrmtSubcontrgCompTP is a Transactional CDS View that provides data about "SA Subcontracting Components" in SAP S/4HANA. It reads from 1 data source (I_SchedgAgrmtSubcontrgComp) and exposes 61 fields with key fields SchedulingAgreement, SchedulingAgreementItem, ScheduleLine, ReservationItem, RecordType. It has 3 associations to related views. Part of development package APPL_MM_PUR_OA_SCHD.

Data Sources (1)

SourceAliasJoin Type
I_SchedgAgrmtSubcontrgComp I_SchedgAgrmtSubcontrgComp from

Associations (3)

CardinalityTargetAliasCondition
[1..1] I_SchedgagrmthdrWithDraft _SchedgAgrmtHdrWithDraft $projection.SchedulingAgreement = _SchedgAgrmtHdrWithDraft.SchedulingAgreement
[1..1] I_SchedgAgrmtItmWithDraft _SchedgAgrmtItmWithDraft $projection.SchedulingAgreement = _SchedgAgrmtItmWithDraft.SchedulingAgreement and $projection.SchedulingAgreementItem = _SchedgAgrmtItmWithDraft.SchedulingAgreementItem
[1..1] I_SchedglineWithDraft _SchedgLineWithDraft $projection.SchedulingAgreement = _SchedgLineWithDraft.SchedulingAgreement and $projection.SchedulingAgreementItem = _SchedgLineWithDraft.SchedulingAgreementItem and $projection.ScheduleLine = _SchedgLineWithDraft.ScheduleLine

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName ISAGSUBCOMPTP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.representativeKey ReservationItem view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled true view
ObjectModel.writeDraftPersistence SCHDGCOMP_D view
EndUserText.label SA Subcontracting Components view

Fields (61)

KeyFieldSource TableSource FieldDescription
KEY SchedulingAgreement SchedulingAgreement Scheduling Agreement
KEY SchedulingAgreementItem SchedulingAgreementItem Schedule Item Number
KEY ScheduleLine ScheduleLine Schedule Line
KEY ReservationItem ReservationItem Reservation Item
KEY RecordType RecordType Reservation Record Type
Reservation Reservation Reservation
Material Material Vehicle Model
BaseUnit BaseUnit Unit of Measure
RequiredQuantity RequiredQuantity Requirement qty
RequirementDate RequirementDate Requirement Date
RequirementTime RequirementTime Time qty req'd
Plant Plant Valuation Area
LatestRequirementDate LatestRequirementDate Latest Requirement Date
OrderLevelValue OrderLevelValue Order level
OrderPathValue OrderPathValue Order path
BillOfMaterialItemNumber BillOfMaterialItemNumber Item
SortField SortField Sort Field
BOMItemCategory BOMItemCategory Item Category
MaterialComponentIsPhantomItem MaterialComponentIsPhantomItem Phantom Item
IsBulkMaterialComponent IsBulkMaterialComponent Bulk material
AccountAssignmentCategory AccountAssignmentCategory Acct Assgmt Cat
InventorySpecialStockType InventorySpecialStockType Special Stock Type
ConsumptionPosting ConsumptionPosting Consumption Posting
InventorySpecialStockValnType InventorySpecialStockValnType Valuation
IsMaterialProvision IsMaterialProvision Mat. Prov. Ind.
DebitCreditCode DebitCreditCode Single-Character Flag
ReservationIsFinallyIssued ReservationIsFinallyIssued Res Final Issue
QuantityInEntryUnit QuantityInEntryUnit Quantity in Unit of Entry
EntryUnit EntryUnit Unit of Entry
MaterialQtyToBaseQtyNmrtr MaterialQtyToBaseQtyNmrtr Numerator
MaterialQtyToBaseQtyDnmntr MaterialQtyToBaseQtyDnmntr Denominator
WithdrawnQuantity WithdrawnQuantity Withdrawn Quantity
QuantityIsFixed QuantityIsFixed Qty. is fixed
ComponentScrapInPercent ComponentScrapInPercent Component Scrap
OperationScrapInPercent OperationScrapInPercent Operation Scrap
IsNetScrap IsNetScrap Net Indicator
LeadTimeOffset LeadTimeOffset Lead-tm offset
QuantityDistributionKey QuantityDistributionKey Distribution
MaterialRevisionLevel MaterialRevisionLevel Revision Level
MaterialCompIsVariableSized MaterialCompIsVariableSized Var-Sized Item
NumberOfVariableSizeComponents NumberOfVariableSizeComponents
VariableSizeComponentQuantity VariableSizeComponentQuantity VSI Quantity
UnitOfMeasureForSize1To3 UnitOfMeasureForSize1To3 Size unit
Size1 Size1 Size 1
Size2 Size2 Size 2
Size3 Size3 Size 3
FormulaKey FormulaKey VSI Formula
StorageLocation StorageLocation StorageLocation
ProductionSupplyArea ProductionSupplyArea Supply Area
Batch Batch Lot No.
BOMItemDescription BOMItemDescription Item Text
BOMItemText2 BOMItemText2 Item Text
ChangeNumber ChangeNumber Change Number
_SchedgAgrmtHdrWithDraft _SchedgAgrmtHdrWithDraft
_SchedgAgrmtItmWithDraft _SchedgAgrmtItmWithDraft
_SchedgLineWithDraft _SchedgLineWithDraft
_Material _Material
_VariableSize1To3Unit _VariableSize1To3Unit
_Product _Product
_BaseUnit _BaseUnit
_EntryUnit _EntryUnit

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 I_SchedgAgrmtSubcontrgCompTP.
-- 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.
-- SQL view name: ISAGSUBCOMPTP

CREATE VIEW I_SchedgAgrmtSubcontrgCompTP AS
SELECT
  SchedulingAgreement,
  SchedulingAgreementItem,
  ScheduleLine,
  ReservationItem,
  RecordType,
  Reservation,
  Material,
  BaseUnit,
  RequiredQuantity,
  RequirementDate,
  RequirementTime,
  Plant,
  LatestRequirementDate,
  OrderLevelValue,
  OrderPathValue,
  BillOfMaterialItemNumber,
  SortField,
  BOMItemCategory,
  MaterialComponentIsPhantomItem,
  IsBulkMaterialComponent,
  AccountAssignmentCategory,
  InventorySpecialStockType,
  ConsumptionPosting,
  InventorySpecialStockValnType,
  IsMaterialProvision,
  DebitCreditCode,
  ReservationIsFinallyIssued,
  QuantityInEntryUnit,
  EntryUnit,
  MaterialQtyToBaseQtyNmrtr,
  MaterialQtyToBaseQtyDnmntr,
  WithdrawnQuantity,
  QuantityIsFixed,
  ComponentScrapInPercent,
  OperationScrapInPercent,
  IsNetScrap,
  LeadTimeOffset,
  QuantityDistributionKey,
  MaterialRevisionLevel,
  MaterialCompIsVariableSized,
  NumberOfVariableSizeComponents,
  VariableSizeComponentQuantity,
  UnitOfMeasureForSize1To3,
  Size1,
  Size2,
  Size3,
  FormulaKey,
  StorageLocation,
  ProductionSupplyArea,
  Batch,
  BOMItemDescription,
  BOMItemText2,
  ChangeNumber
FROM I_SchedgAgrmtSubcontrgComp
LEFT OUTER JOIN I_SchedgagrmthdrWithDraft AS _SchedgAgrmtHdrWithDraft ON SchedulingAgreement = _SchedgAgrmtHdrWithDraft.SchedulingAgreement  -- association [1..1]
LEFT OUTER JOIN I_SchedgAgrmtItmWithDraft AS _SchedgAgrmtItmWithDraft ON SchedulingAgreement = _SchedgAgrmtItmWithDraft.SchedulingAgreement AND SchedulingAgreementItem = _SchedgAgrmtItmWithDraft.SchedulingAgreementItem  -- association [1..1]
LEFT OUTER JOIN I_SchedglineWithDraft AS _SchedgLineWithDraft ON SchedulingAgreement = _SchedgLineWithDraft.SchedulingAgreement AND SchedulingAgreementItem = _SchedgLineWithDraft.SchedulingAgreementItem AND ScheduleLine = _SchedgLineWithDraft.ScheduleLine  -- association [1..1]
;