T438M SAP (Control Parameter for MRP -Material Level-) Table details

Dictionary Type: Table
Description: Control Parameter for MRP -Material Level-




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




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

T438M is a standard SAP Table which is used to store Control Parameter for MRP -Material Level- data and is available within R/3 SAP systems depending on the version and release level.

The T438M table consists of various fields, each holding specific information or linking keys about Control Parameter for MRP -Material Level- data available in SAP. These include WERKS (Plant), MTART (MRP Group), BANER (Creation Indicator for Purchase Requisitions), DISER (Creation Indicator for MRP Lists).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = T438X


SAP T438M 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 MANDTCLNT3T000MANDT
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MTARTMRP Group DISGRCHAR4DISGR
BANERCreation Indicator for Purchase Requisitions BANERCHAR1BANER
DISERCreation Indicator for MRP Lists DISERCHAR1DISER
UMTHZRescheduling horizon UMTHZNUMC3NUM03
FIXHZPlanning time fence FIXHZNUMC3NUM03
PLAHZPlanning horizon PLAHZNUMC3NUM03
SBDISShare of safety stock which can be used for planning SBDISNUMC3NUM03
LIFKZAutomatic Schedule Lines (Scheduling Agreements) LIFKZCHAR1LIFKZ
GTERMScheduling according to purchasing info record or agreement GTERMCHAR1XFELD
KZDRBIndicator: direct procurement/production MRP KZDRBCHAR1KZDRB
XFAT1Firm Only Schedule Lines Transmitted to Vendor by Purchasing XFAT1CHAR1XFELD
XFAT2Fant. 2 XFAT2CHAR1XFELD
VWVORTolerance value for bringing forward receipt elements VWVORNUMC2NUM02
VWVERTolerance value for displacement in the future VWVERNUMC2NUM02
PRREGChecking Rule for Availability Check PRREGCHAR2T441RPRREGPRR
VRMODConsumption mode VRMODCHAR1VRMOD
VINT1Consumption period: backward VINT1NUMC3VRINT
VINT2Consumption period: forward VINT2NUMC3VRINT
STRGRPlanning strategy group STRGRCHAR2T461PSTRGR
RESHZRoll forward period for the master plan RESHZDEC2RESHZ
ANDISNumber of Days After Which the Material Must Be Planned ANDISINT25INT2
AUARTOrder Type AUFARTCHAR4T003OAUFARTAAT
AUAR2Order type for process order AUAR2CHAR4T003OAUFART
PLSELIssue Storage Location Selection PLSELCHAR1PLSEL
RVPKZAdjustment of Planned Independent Requirements RVPKZCHAR1RVPKZ
RESVPPeriod of adjustment for planned independent requirements RESVPDEC3RESVP
SHFLGSafety time indicator (with or without safety time) SHFLGCHAR1SHFLG
SHZETSafety time (in workdays) SHZETNUMC2NUMC2
MDACHAction control: planned order processing MDACHCHAR2T46ACMDACH
PRASTAPeriod split PRASTACHAR5T459SPARAS
EXSGTDo not explode bulk material items EXSGDCHAR1EXSGD
BESALDetermination of explosion date for BOM and routing BESADCHAR1BESAD
BSARTMRP:doc.type purchase requisitions for standard purchase ord BBSRT_NBCHAR4T161BSART
BARTLMRP: Document type purchase requisition for subcontracting BBSRT_LBCHAR4T161BSART
BARTUMRP: purchase requisition for stock transfer - document type BBSRT_ULCHAR4T161BSART
GRRELRelevant for requirements grouping for project stock GRRELCHAR1XFELD
VERTRStart date of order proposals allowed in the past VERGRCHAR1VERGR
FKOBSATP check by full confirmation logic FKOBSCHAR1XFELD
EVAPREvaluation Profile for Range-of-Coverage Data MD_EVAPRCHAR3T465MD_EVAPR

Key field Non-key field



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

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

SELECT SINGLE *
FROM T438M
INTO CORRESPONDING FIELDS OF WA_T438M
WHERE...

How to access SAP table T438M

Within an ECC or HANA version of SAP you can also view further information about T438M 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!