T459C SAP (Default values for independent requirements) Pooled Table details

Dictionary Type: Pooled Table
Description: Default values for independent requirements




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




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

T459C is a standard SAP Pooled Table which is used to store Default values for independent requirements data and is available within R/3 SAP systems depending on the version and release level.

The T459C table consists of various fields, each holding specific information or linking keys about Default values for independent requirements data available in SAP. These include BEDAR (Requirements class), VERVP (Consumption indicator for planning requirements), HISKZ (Indicator: Process plan with or without history), VERSB (Version number for independent requirements).. 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: Not classified


SAP T459C 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
BEDARRequirements class BEDARCHAR3T459KBEDAR
VERVPConsumption indicator for planning requirements VERVPCHAR1VERVP
HISKZIndicator: Process plan with or without history HISKZCHAR1XFELD
VERSBVersion number for independent requirements VERSBCHAR2T459VVERSBVES
VERVSIndicator: Version Active VERVSCHAR1VERVS
VERBIVersion number for indep. requirements in batch run VERBICHAR2T459VVERSB
APROGReference type APROGCHAR1T459RAPROG
INNUMInternal number assignment for requirements plan number INNUMCHAR1INNUM
HIABBIndicator: History for Plnd Ind. Rqmt, also During Reduction HISKZ_ABBAUCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T459C
INTO CORRESPONDING FIELDS OF WA_T459C
WHERE...

How to access SAP table T459C

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