R_PURGDOCSUBCONTRGCOMPONENT
Internal Basic View for Subcontracting Components
R_PURGDOCSUBCONTRGCOMPONENT is a CDS View in S/4HANA. Internal Basic View for Subcontracting Components. It contains 59 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_SchedgAgrmtSubcontrgComp | view | from | BASIC | Internal Basic View for SA Subcontracting Components |
| R_POSubcontractingComponent | view | from | BASIC | Internal Basic View for PO Subcontracting Components |
| R_STOSubcontractingComponent | view_entity | from | BASIC | Subcontracting Component for STO |
Fields (59)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | RecordType | RecordType | 1 |
| KEY | ReservationItem | ReservationItem | 1 |
| KEY | ScheduleLine | ScheduleLine | 1 |
| _BaseUnit | _BaseUnit | 1 | |
| _EntryUnit | _EntryUnit | 1 | |
| _Material | _Material | 1 | |
| _Product | _Product | 1 | |
| _VariableSize1To3Unit | _VariableSize1To3Unit | 1 | |
| _VariableSizeCompUnit | _VariableSizeCompUnit | 1 | |
| AccountAssignmentCategory | AccountAssignmentCategory | 1 | |
| BaseUnit | BaseUnit | 1 | |
| Batch | Batch | 1 | |
| BOMItemCategory | BOMItemCategory | 1 | |
| BOMItemDescription | BOMItemDescription | 1 | |
| BOMItemText2 | BOMItemText2 | 1 | |
| ChangeNumber | ChangeNumber | 1 | |
| ComponentScrapInPercent | ComponentScrapInPercent | 1 | |
| ConsumptionPosting | ConsumptionPosting | 1 | |
| DebitCreditCode | DebitCreditCode | 1 | |
| EntryUnit | EntryUnit | 1 | |
| FormulaKey | FormulaKey | 1 | |
| InventorySpecialStockType | InventorySpecialStockType | 1 | |
| InventorySpecialStockValnType | InventorySpecialStockValnType | 1 | |
| IsBulkMaterialComponent | IsBulkMaterialComponent | 1 | |
| IsNetScrap | IsNetScrap | 1 | |
| LatestRequirementDate | LatestRequirementDate | 1 | |
| LeadTimeOffset | LeadTimeOffset | 1 | |
| Material | Product | 1 | |
| MaterialCompIsVariableSized | MaterialCompIsVariableSized | 1 | |
| MaterialComponentIsPhantomItem | MaterialComponentIsPhantomItem | 1 | |
| MaterialProvisionType | MaterialProvisionType | 1 | |
| MaterialQtyToBaseQtyDnmntr | MaterialQtyToBaseQtyDnmntr | 1 | |
| MaterialQtyToBaseQtyNmrtr | MaterialQtyToBaseQtyNmrtr | 1 | |
| MatlCompFreeDefinedAttribute | MatlCompFreeDefinedAttribute | 1 | |
| OperationScrapInPercent | OperationScrapInPercent | 1 | |
| OrderLevelValue | OrderLevelValue | 1 | |
| OrderPathValue | OrderPathValue | 1 | |
| Plant | Plant | 1 | |
| ProductionSupplyArea | ProductionSupplyArea | 1 | |
| QuantityDistributionKey | QuantityDistributionKey | 1 | |
| QuantityInEntryUnit | QuantityInEntryUnit | 1 | |
| QuantityIsFixed | QuantityIsFixed | 1 | |
| RequiredQuantity | RequiredQuantity | 1 | |
| RequirementDate | RequirementDate | 1 | |
| RequirementTime | RequirementTime | 1 | |
| Reservation | Reservation | 1 | |
| ReservationIsFinallyIssued | ReservationIsFinallyIssued | 1 | |
| SalesOrder | SalesOrder | 1 | |
| SalesOrderItem | SalesOrderItem | 1 | |
| Size1 | Size1 | 1 | |
| Size2 | Size2 | 1 | |
| Size3 | Size3 | 1 | |
| StorageLocation | StorageLocation | 1 | |
| UnitOfMeasureForSize1To3 | UnitOfMeasureForSize1To3 | 1 | |
| VariableSizeComponentQuantity | VariableSizeComponentQuantity | 1 | |
| VariableSizeComponentUnit | VariableSizeComponentUnit | 1 | |
| VariableSizeItemQuantity | VariableSizeItemQuantity | 1 | |
| VariableSizeItemUnit | VariableSizeItemUnit | 1 | |
| WithdrawnQuantity | WithdrawnQuantity | 1 |
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #XL
@AbapCatalog.sqlViewName: 'RMMPURSUBCOMP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Internal Basic View for Subcontracting Components'
define view R_PurgDocSubcontrgComponent
as select from I_SubcontractingComponent
{
key PurchasingDocument,
key PurchasingDocumentItem,
key ScheduleLine,
key ReservationItem,
key RecordType,
Reservation,
Material,
BaseUnit,
RequiredQuantity,
RequirementDate,
RequirementTime,
Plant,
LatestRequirementDate,
OrderLevelValue,
OrderPathValue,
BillOfMaterialItemNumber_2 as BillOfMaterialItemNumber,
@VDM.lifecycle.status: #DEPRECATED
@VDM.lifecycle.successor: 'MatlCompFreeDefinedAttribute'
SortField,
MatlCompFreeDefinedAttribute,
BOMItemCategory,
MaterialComponentIsPhantomItem,
IsBulkMaterialComponent,
AccountAssignmentCategory,
InventorySpecialStockType,
ConsumptionPosting,
InventorySpecialStockValnType,
@VDM.lifecycle.status: #DEPRECATED
@VDM.lifecycle.successor: 'MaterialProvisionType'
IsMaterialProvision,
MaterialProvisionType,
SalesOrder,
SalesOrderItem,
WBSElementInternalID,
DebitCreditCode,
ReservationIsFinallyIssued,
QuantityInEntryUnit,
@ObjectModel.foreignKey.association:'_EntryUnit'
EntryUnit,
MaterialQtyToBaseQtyNmrtr,
MaterialQtyToBaseQtyDnmntr,
WithdrawnQuantity,
QuantityIsFixed,
ComponentScrapInPercent,
OperationScrapInPercent,
IsNetScrap,
LeadTimeOffset,
QuantityDistributionKey,
MaterialRevisionLevel_2 as MaterialRevisionLevel,
MaterialCompIsVariableSized,
@VDM.lifecycle.status: #DEPRECATED
@VDM.lifecycle.successor: 'VariableSizeItemQuantity'
NumberOfVariableSizeComponents,
VariableSizeItemQuantity,
VariableSizeItemUnit,
VariableSizeComponentUnit,
VariableSizeComponentQuantity,
UnitOfMeasureForSize1To3,
Size1,
Size2,
Size3,
FormulaKey,
StorageLocation,
ProductionSupplyArea,
Batch,
BOMItemDescription,
BOMItemText2,
ChangeNumber,
_Material,
_VariableSize1To3Unit,
_VariableSizeCompUnit,
_Product,
_BaseUnit,
_EntryUnit
} where PurchasingDocument <> ''