R_PurgDocSubcontrgComponent
Internal Basic View for Subcontracting Components
R_PurgDocSubcontrgComponent is a Basic CDS View that provides data about "Internal Basic View for Subcontracting Components" in SAP S/4HANA. It reads from 1 data source (I_SubcontractingComponent) and exposes 64 fields with key fields PurchasingDocument, PurchasingDocumentItem, ScheduleLine, ReservationItem, RecordType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SubcontractingComponent | I_SubcontractingComponent | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| AbapCatalog.sqlViewName | RMMPURSUBCOMP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| EndUserText.label | Internal Basic View for Subcontracting Components | view |
Fields (64)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurchasingDocument | PurchasingDocument | Purchasing Document | |
| KEY | PurchasingDocumentItem | PurchasingDocumentItem | Purchasing Doc. Item | |
| 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_2 | |||
| SortField | SortField | Sort Field | ||
| MatlCompFreeDefinedAttribute | MatlCompFreeDefinedAttribute | Sort String | ||
| 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. | ||
| MaterialProvisionType | MaterialProvisionType | Material Provision Type | ||
| 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_2 | |||
| MaterialCompIsVariableSized | MaterialCompIsVariableSized | Var-Sized Item | ||
| NumberOfVariableSizeComponents | NumberOfVariableSizeComponents | |||
| VariableSizeItemQuantity | VariableSizeItemQuantity | VSI Quantity | ||
| VariableSizeItemUnit | VariableSizeItemUnit | VSI unit | ||
| VariableSizeComponentUnit | VariableSizeComponentUnit | VSI UoM | ||
| 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 | ||
| _Material | _Material | |||
| _VariableSize1To3Unit | _VariableSize1To3Unit | |||
| _VariableSizeCompUnit | _VariableSizeCompUnit | |||
| _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 R_PurgDocSubcontrgComponent.
-- 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: RMMPURSUBCOMP
CREATE VIEW R_PurgDocSubcontrgComponent AS
SELECT
PurchasingDocument,
PurchasingDocumentItem,
ScheduleLine,
ReservationItem,
RecordType,
Reservation,
Material,
BaseUnit,
RequiredQuantity,
RequirementDate,
RequirementTime,
Plant,
LatestRequirementDate,
OrderLevelValue,
OrderPathValue,
BillOfMaterialItemNumber_2 AS BillOfMaterialItemNumber,
SortField,
MatlCompFreeDefinedAttribute,
BOMItemCategory,
MaterialComponentIsPhantomItem,
IsBulkMaterialComponent,
AccountAssignmentCategory,
InventorySpecialStockType,
ConsumptionPosting,
InventorySpecialStockValnType,
IsMaterialProvision,
MaterialProvisionType,
DebitCreditCode,
ReservationIsFinallyIssued,
QuantityInEntryUnit,
EntryUnit,
MaterialQtyToBaseQtyNmrtr,
MaterialQtyToBaseQtyDnmntr,
WithdrawnQuantity,
QuantityIsFixed,
ComponentScrapInPercent,
OperationScrapInPercent,
IsNetScrap,
LeadTimeOffset,
QuantityDistributionKey,
MaterialRevisionLevel_2 AS MaterialRevisionLevel,
MaterialCompIsVariableSized,
NumberOfVariableSizeComponents,
VariableSizeItemQuantity,
VariableSizeItemUnit,
VariableSizeComponentUnit,
VariableSizeComponentQuantity,
UnitOfMeasureForSize1To3,
Size1,
Size2,
Size3,
FormulaKey,
StorageLocation,
ProductionSupplyArea,
Batch,
BOMItemDescription,
BOMItemText2,
ChangeNumber
FROM I_SubcontractingComponent
;
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