T024D
MRP Controllers
T024D is an SAP database table in S/4HANA. MRP Controllers. It contains 11 fields. 10 CDS views read from this table.
CDS Views using this table (10)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| e_mrp_prod_demands | view | left_outer | ||
| I_JITOutbCtrlCycResp | view | from | BASIC | Basic View for JIT Responsible |
| I_MRPController | view | from | BASIC | MRP Controller |
| I_MRPControllerEmail | view | from | BASIC | MRP Controller Email Address |
| I_MRPCtrlrByAreaOfRespy | view | from | BASIC | MRP Controller for AOR |
| I_PlndIndepRqmtMRPCtrlrText | view | from | BASIC | MRP Controller Text View |
| N_MRPController | view | from | MRP Controller Aux | |
| P_DDMRPController | view | from | BASIC | |
| PPH_MRP_CTRLR | view | from | MRP Controller | |
| Pphmrp_Error_Mats | view | left_outer | Attributes for Displaying Materials with Issues in last MRP |
Fields (11)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | werks | werks_d | Plant | |||
| KEY | dispo | dispo | MRP Controller | |||
| dsnam | dsnam | Controller name | ||||
| dstel | dstel | Tel. no. MRP contrl. | ||||
| ekgrp | ekgrp | Purch. Group | ||||
| mempf | so_rec_nam | Recipient Name | ||||
| gsber | gsber | Business Area | ||||
| prctr | prctr | Profit Center | ||||
| usrtyp | mdusrtyp | Recipient type | ||||
| usrkey | mdusrkey | Recipient |
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 Controllers
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T024D (
MANDT, -- Client [mandt]
WERKS, -- Plant [werks_d]
DISPO, -- MRP Controller [dispo]
DSNAM, -- Controller name [dsnam]
DSTEL, -- Tel. no. MRP contrl. [dstel]
EKGRP, -- Purch. Group [ekgrp]
MEMPF, -- Recipient Name [so_rec_nam]
GSBER, -- Business Area [gsber]
PRCTR, -- Profit Center [prctr]
USRTYP, -- Recipient type [mdusrtyp]
USRKEY, -- Recipient [mdusrkey]
PRIMARY KEY (MANDT, WERKS, DISPO)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- 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
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA