I_SDMAREAOFRESPONSIBILITY

CDS View

MRP SDM Area of Responsibility

I_SDMAREAOFRESPONSIBILITY is a CDS View in S/4HANA. MRP SDM Area of Responsibility. It contains 3 fields. 44 CDS views read from this table.

CDS Views using this table (44)

ViewTypeJoinVDMDescription
C_BufBelowReorderPtIndCht view inner CONSUMPTION Replenishment Planning Card
C_BufBelowSftyStkIndCht view inner CONSUMPTION Replenishment Execution Card
C_CacheMRPMfgOrder view inner CONSUMPTION MRP Manufacturing Orders
C_ConvertPlannedOrder view inner CONSUMPTION Convert Planned Orders
C_DemandDrivenBOMComponents view inner CONSUMPTION Lists out BOM Components
C_DemandDrivenReplnmt view inner CONSUMPTION Demand Driven Replenishment
C_DmndDrivenSupDmndList view inner CONSUMPTION Lists out Demand Driven MRP Elements
C_MaterialCoverage view inner CONSUMPTION MRP Material Coverage Net Segment
C_MaterialCoverageIndivSegment view inner CONSUMPTION MRP Material Coverage Individual Segment
C_MRPAreaValHelp view inner CONSUMPTION MRP Area Value Help
C_MRPChangeRequestList view_entity inner CONSUMPTION List of MRP Change Requests
C_MRPControllerByAreaOfRespyVH view from CONSUMPTION MRP Controller By Area of Responsibility
C_MRPGroupValHelp view inner CONSUMPTION MRP Group Value Help
C_MRPPurReqForHandoverSts view inner CONSUMPTION MRP PurchRequisition for Handover Status
C_PlannedOrderMRPAreaVH view_entity inner CONSUMPTION MRP Area
C_PlannedOrders view inner CONSUMPTION Manage Planned Orders
C_PlannedOrderTP view_entity inner CONSUMPTION Manage Planned Orders
C_PlantByAreaOfRespyVH view inner CONSUMPTION Plant By Area Of Responsibility VH
C_PlndOrdMRPControllerByAORVH view_entity from CONSUMPTION MRP Controller by Area of Responsibility
C_PlndOrdPlantByAreaOfRespyVH view_entity inner CONSUMPTION Plant by Area of Responsibility
C_ProductInformation view inner CONSUMPTION Product Information of Materials
C_SchedProdnMRPAreaVH view inner CONSUMPTION Value Help for MRP Area
C_SchedProdnMRPControllerVH view from CONSUMPTION Value Help for MRP Controller
C_SchedProdnOpSetupGroupVH view inner CONSUMPTION Value Help for Setup Group
C_SchedProdnPlantVH view inner CONSUMPTION Value Help for Plant
C_SchedProdnProductGroupVH view inner CONSUMPTION Value Help for Product Group
C_SchedProdnProductVH view inner CONSUMPTION VH - Product
C_SchedProdnSetupGrpCategoryVH view inner CONSUMPTION Value Help for Setup Group Category
C_SDMAreaOfResponsibility view from CONSUMPTION MRP SDM Area of Responsibility
I_CapEvalByAreaOfRespy view inner COMPOSITE Work Center By Area Of Responsibility
I_DDHistlBufferedProduct view_entity from COMPOSITE DD Buffered Products
I_DDHistlBufferedProduct view_entity union_all COMPOSITE DD Buffered Products
I_MassMaintCapAreaOfRespy view_entity inner COMPOSITE Work Center Capacity AOR
I_MassMaintCapAreaOfRespyPlant view_entity union COMPOSITE Unique plants Workcenter Capacity AOR
I_MaterialTimeDependentStock view_entity inner COMPOSITE List of Time Dependent Stock Materials
P_AreaOfRespyBOOOperation view_entity inner COMPOSITE Area Of Responsibility BOO Operation
P_DDMATERIAL view inner COMPOSITE
P_MaterialPlantAreaOfRespy view_entity inner COMPOSITE Material and Plant data
P_MntrWrkCtrByAreaOfRespy view inner COMPOSITE
P_MRPAreaByAreaOfRespy view from CONSUMPTION MRP Areas By Area of Responsibility
P_MRPAreaByAreaOfRespy2 view_entity from CONSUMPTION MRP Area of Responsibility
P_SchedProdnAORIndustryType view inner COMPOSITE
P_SchedProdnOperationBasic view inner COMPOSITE
P_WrkCtrMntrAlternateWrkCtr view inner CONSUMPTION

Fields (3)

KeyField CDS FieldsUsed in Views
KEY MRPController MRPController 7
KEY Plant MRPArea,Plant 7
KEY UserID UserID 4

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- MRP SDM Area of Responsibility
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SDMAREAOFRESPONSIBILITY (
    MRPCONTROLLER,
    PLANT,
    USERID,
    PRIMARY KEY (MRPCONTROLLER, PLANT, USERID)
);