T449U SAP (Settings for Collective Display of MRP List) Pooled Table details

Dictionary Type: Pooled Table
Description: Settings for Collective Display of MRP List




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




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

T449U is a standard SAP Pooled Table which is used to store Settings for Collective Display of MRP List data and is available within R/3 SAP systems depending on the version and release level.

The T449U table consists of various fields, each holding specific information or linking keys about Settings for Collective Display of MRP List data available in SAP. These include UNAME (User Name), WERKS (Plant), DISPO (MRP Controller (Materials Planner)), DTDFV (Numc3, internal use).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T449U pooled 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
UNAMEUser Name UNAMECHAR12UNAME
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
DISPOMRP Controller (Materials Planner) DISPOCHAR3T024DDISPODGRHS_T024D
DTDFVNumc3, internal use NUMC3NUMC3NUMC3
DTDFBNumc3, internal use NUMC3NUMC3NUMC3
BESKZProcurement Type BESKZCHAR1BESKZMBS
SOBSLSpecial procurement type SOBSLCHAR2T460ASOBSL
SLKZ1Selection indicator for exception groups AGRSLCHAR1XFELD
SLKZ2Selection indicator for exception groups AGRSLCHAR1XFELD
SLKZ3Selection indicator for exception groups AGRSLCHAR1XFELD
SLKZ4Selection indicator for exception groups AGRSLCHAR1XFELD
SLKZ5Selection indicator for exception groups AGRSLCHAR1XFELD
SLKZ6Selection indicator for exception groups AGRSLCHAR1XFELD
SLKZ7Selection indicator for exception groups AGRSLCHAR1XFELD
SLKZ8Selection indicator for exception groups AGRSLCHAR1XFELD
JBEKZSelection indicator for processed MRP lists BDBKZCHAR1XFELD
NBEKZSelection indicator for processed MRP lists BDBKZCHAR1XFELD
SCUEBOverview screen SCUEBNUMC1SCART
INPERInternal period indicator INPERCHAR1CHAR1
WRT05Output in multi-function column 05 WRT05CHAR4WRTXX
BERW1Stock Days' Supply Without Receipts BERW1DEC4(1) DECV3_1
BERW2First Receipt Days' Supply BERW2DEC4(1) DECV3_1
SMEKZStandard unit of measure SMEKZNUMC2SMEKZ
NAUKZSelection: all MRP lists with new exceptions NAUKSCHAR1CHAR1
DTDBVNumc3, internal use NUMC3NUMC3NUMC3
DTDBBNumc3, internal use NUMC3NUMC3NUMC3
MRPPPPPC planning calendar MRPPPCHAR3T439GMRPPP
PRASTPeriod split PRASTCHAR5T449APRAST
MAABCABC Indicator MAABCCHAR1TMABCMAABC
KDSRTSort individual customer segments in MRP lists KDSRTCHAR2CHAR2
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
DBRKZRadio button for MRP area DBRKZCHAR1CHAR1
BERW4Second Receipt Days' Supply BERW4DEC4(1) DECV3_1
WZFLGDisplay end of total replenishment lead time WZFLGCHAR1XFELD
MTREEDisplay Overview Tree MTREECHAR1XFELD
ATREEHide/show planning segment tree at number of segments ATREEINT410ATREE
BEDVLNew Input Values XFLAGCHAR1XFLAG
VRFWEID: Requirement/receipt date - availability/goods receipt VRFWECHAR1XFLAG
NAVPRNavigation profile NAVPRCHAR10Assigned to domainNAVPR
DFILTActivate display filter and selection rule DFILTCHAR1XFELD
PRREGChecking Rule for Availability Check PRREGCHAR2Assigned to domainPRREGPRR
ERGBZSelection rule ERGBZCHAR8CHAR8
FILBZName of display filter FILBZCHAR8CHAR8
SBZKZChanges to grouping of dependent requirements SBZKZCHAR1CHAR1
ADBKZSelection independent of processing indicator ADBKZCHAR1CHAR1
DTLFVStart of delivery date interval DTLFVDEC4DECV4
DTLFBEnd of delivery date interval DTLFBDEC4DECV4
MEMFLRead Order Report from Buffer MD_MEM_ORDREPCHAR1XFELD
DISMMMRP Type DISMMCHAR2Assigned to domainDISMM
MTRPOPosition of the Overview Tree MTRPOCHAR1MTRPO
MTRSZSize of Overview Tree MTRSZNUMC2NUMC2
ORDPRProfile for Order Report PROFID_ORD_REPCHAR12PROFID_ORD_REPPROFID
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
MDATSDisplay Tab Pages for Material Groupings MDATSCHAR1MDATS
MDNVMDo Not Aggregate Quantity of Material Groupings MDNVMCHAR1XFLAG
MDKUMNo Stock Transfers in Cross-Plant View MDKUMCHAR1XFLAG
BERWV1Stock Days' Supply Without Receipts BERW1DEC4(1) DECV3_1
BERWV2First Receipt Days' Supply BERW2DEC4(1) DECV3_1
BERWV4Second Receipt Days' Supply BERW4DEC4(1) DECV3_1

Key field Non-key field



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

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

SELECT SINGLE *
FROM T449U
INTO CORRESPONDING FIELDS OF WA_T449U
WHERE...

How to access SAP table T449U

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