V438M SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V438M is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V438M table consists of various fields, each holding specific information or linking keys about Generated Table for View 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP V438M table view 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
TEXT40Text, 40 Characters Long TEXT40CHAR40TEXT40
PRRLTDescription of Checking Rule PRRLTCHAR40TEXT40
STTXTText, 40 Characters Long TEXT40CHAR40TEXT40
AUAR2Order type for process order AUAR2CHAR4T003OAUFART
PLSELIssue Storage Location Selection PLSELCHAR1PLSEL
RESVPPeriod of adjustment for planned independent requirements RESVPDEC3RESVP

Key field Non-key field



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

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

SELECT SINGLE *
FROM V438M
INTO CORRESPONDING FIELDS OF WA_V438M
WHERE...

How to access SAP table V438M

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