T438A SAP (MRP Type) Table details

Dictionary Type: Table
Description: MRP Type




ABAP Code to SELECT data from T438A
Related tables to T438A
Access table T438A




Table field list including key, data, relationships and ABAP select examples

T438A is a standard SAP Table which is used to store MRP Type data and is available within R/3 SAP systems depending on the version and release level.

The T438A table consists of various fields, each holding specific information or linking keys about MRP Type data available in SAP. These include DISMM (MRP Type), DISVF (MRP procedure), PROKZ (Forecast indicator), PROVB (Consumption indicator of forecast).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = T438T


SAP T438A table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
DISMMMRP Type DISMMCHAR2DISMM
DISVFMRP procedure DISVFCHAR1DISVF
PROKZForecast indicator PROKZCHAR1PROKZ
PROVBConsumption indicator of forecast PROVBCHAR1PROVB
PROOSMRP indicator of forecast PROOSCHAR1PROOS
KZSIBIndicator: calculate safety stock KZSIBCHAR1XFELD
KZMEBIndicator: calculate reorder level KZMEBCHAR1XFELD
PRREDReduce forecast requirements PRREDCHAR1PRPED
FXARTFirming Type of the Planning Result FXARTCHAR1FXART
RESPLIndicator: delete firm planned orders RESPLCHAR1RESPL
KZREGIndicator: plan material regularly KZREGCHAR1XFELD
ICBEDReorder point planning with external requirements ICBEDCHAR1ICBED
RYBEDTime-phased planning with requirements (MRP) RYBEDCHAR1XFELD
DYFOLScreen sequence for the header details DYFOLCHAR3T449FDYFOL
CBPPTMethod by which a material is planned CBP_PLANTYPECHAR1CBP_PLANTYPE
BBBEDMaterial staging reqmts (subcontr. reqmts) MRP element BB BBBEDCHAR1XFELD
U1BEDRelease for stock transfer order U1BEDCHAR1XFELD
U2BEDDelivery schedule for a stock transfer requisition U2BEDCHAR1XFELD
U4BEDDelivery schedule for stock transport scheduling agreement U4BEDCHAR1XFELD
A1BEDDependent reservation - standard orders A1BEDCHAR1XFELD
A2BEDDependent reservation - plant maintenance orders and network A2BEDCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table T438A using ABAP code

The following ABAP code Example will allow you to do a basic selection on T438A to SELECT all data from the table
DATA: WA_T438A TYPE T438A.

SELECT SINGLE *
FROM T438A
INTO CORRESPONDING FIELDS OF WA_T438A
WHERE...

How to access SAP table T438A

Within an ECC or HANA version of SAP you can also view further information about T438A and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!