T459U SAP (Settings for Maintaining Planned Independent Requirements) Table details

Dictionary Type: Table
Description: Settings for Maintaining Planned Independent Requirements




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




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

T459U is a standard SAP Table which is used to store Settings for Maintaining Planned Independent Requirements data and is available within R/3 SAP systems depending on the version and release level.

The T459U table consists of various fields, each holding specific information or linking keys about Settings for Maintaining Planned Independent Requirements data available in SAP. These include UNAME (User Name), TRTYP (Transaction type), WERKS (Plant), BERID (MRP Area).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T459U 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
UNAMEUser Name UNAMECHAR12UNAME
TRTYPTransaction type TRTYPCHAR1TRTYP
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
BERIDMRP Area BERIDCHAR10MDLVBERIDBERID
BEDAERequirements type BEDAECHAR4Assigned to domainBEDAEBDA
ENTLUPeriod indicator (day, week, month, posting period) ENTLUCHAR1TPRGPRGBZ
HISKZIndicator: Process plan with or without history HISKZCHAR1XFELD
VERSBVersion number for independent requirements VERSBCHAR2Assigned to domainVERSBVES
VERVSIndicator: Version Active VERVSCHAR1VERVS
APROGReference type APROGCHAR1T459RAPROG
VERKZConsumption indicator for planning requirements VERVPCHAR1VERVP
URMKZOriginal quantity indicator URMKZCHAR1XFLAG
DTAENInformation screen when changing data DTAENCHAR1DTAEN
ANZUOSelection indicator for displaying assignments ANZUOCHAR1ANZUOAZU
UEBVODefault value for single or double-line overview UEBVOCHAR1UEBVO
URPETSchedule lines: period split or period totals URPETCHAR1URPET
PROPTPrint option dialog box PIOPTCHAR1XFELD
LTFLGLong text LTFPBCHAR1XFELD
PLBEGPlanning start PLBEGDATS8PLBEG
PCOLWITHColumn width COLWIDTHNUMC2NUMC2
MCOLWITHColumn width COLWIDTHNUMC2NUMC2
MD_OLD_LISTIndicator: Old List Output MD_OLD_LISTCHAR1MD_OLD_LIST
MD_LISTSelection Indicator Output List MD_LISTCHAR1MD_LISTMD_LIST

Key field Non-key field



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

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

SELECT SINGLE *
FROM T459U
INTO CORRESPONDING FIELDS OF WA_T459U
WHERE...

How to access SAP table T459U

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