T459K SAP (Control table for customer requirements) Table details

Dictionary Type: Table
Description: Control table for customer requirements




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




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

T459K is a standard SAP Table which is used to store Control table for customer requirements data and is available within R/3 SAP systems depending on the version and release level.

The T459K table consists of various fields, each holding specific information or linking keys about Control table for customer requirements data available in SAP. These include BEDAR (Requirements class), ATPPR (SD availability check), BEDSD (Transfer of requirements / Begin assembly order from SD), NODIS (Requirements record not relevant to MRP).. 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: Can be enhanced (character-type)

Text table = T459Y


SAP T459K 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 BEDARCHAR3BEDAR
ATPPRSD availability check ATPPRCHAR1XFELD
BEDSDTransfer of requirements / Begin assembly order from SD BEDSDCHAR1XFELD
NODISRequirements record not relevant to MRP NODISCHAR1NODIS
VPZUOAllocation Indicator VPZUOCHAR1ZUVKZ
KNTTPAccount Assignment Category KNTTPCHAR1T163KKNTTPKNT
APROFSettlement profile APROFCHAR6TKB1AALPHAAPROF
ABGRSResults Analysis Key ABGR_SCHLCHAR6TKKAAABGR_SCHLACS
PABKZRequirements reduction indicator PABKZCHAR1PABKZ
PLNKZPlanning Indicator PLNKZCHAR1PLNKZ
ZUVKZConsumption indicator DZUVKZCHAR1ZUVKZ
BDTYPRequirements category BDTYPCHAR1BDYP
KONFIConfiguration allowed or required KONFICHAR1KONFI
KALKUControl of Costing KALKU_DCHAR1KALKU
KALSM_KCosting Sheet AUFKALSMCHAR6T683KALSM
KONFVConsumption of configuration KONFVCHAR1KONFV
MNTGAAssembly type MNTGANUMC1MNTGA
AUARTOrder Type AUFARTCHAR4T003OAUFARTAAT
VKOMPAvailability check at component level in assembly order VKOMPCHAR1XFELD
DIAGMAssembly: display production/planned order or components DIAGMCHAR1DIAGM
AUTPLAutomatic start of make-to-order in background mode AUTPLCHAR1XFELD
VKAPADisplay Capacity Availability VKAPACHAR1VKAPA
KALARTCosting Method CK_KALARTCHAR1CK_KALART
KALVARCosting Variant CK_KLVARCHAR4TCK03KLVARKRT
KSUEBCopy Costing Sheet into Dependent Objects KSUEBCHAR1XFELD
DIRKSTDirect cost recipient DIRKSTCHAR1XFELD
SDUPDNo update of confirmation in assembly SDUPDCHAR1XFELD
QUOTAProduct allocation active QUOTACHAR1XFELD
KZAKPIndicator for type of component check KZAKPCHAR1KZAKP
KZBWSValuation of Special Stock KZBWSCHAR1KZBWS
AUCOSTCosting activities indicator AUCOSTCHAR1AUCOST
BWST3Valuation with Standard Price of Make-to-Stock Inventory CK_BWST3CHAR1XFELD
MNTKALGenerate Sales Order Cost Estimate MNTKALCHAR1MNTKAL
KSCHL_KOCondition type for copying costs from line items KSCHL_KOCHAR4T685KSCHL
KSCHL_KOFCondition type for fixed cost transfer from line items KSCHL_KOFCHAR4T685KSCHL
OCMACTTrigger order change management CO_FLGOCMCHAR1CO_FLGOCM
FKBERFunctional Area FKBERCHAR16TFKBFKBERFBE
SLISTStrategy sequences for automatic generation of SETC SR_SLISTCHAR6TKB10SLASR_SLIST
MODFGChange behavior during automatic generation of SETC SR_MODIFLAGNUMC1SR_MODIFLAG
ICONCICON Availability Check ICONCCHAR1ICONC
.INCLU--AP 0
MILL_PLKNZPlanning type of object PLKNZCHAR1PLKNZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM T459K
INTO CORRESPONDING FIELDS OF WA_T459K
WHERE...

How to access SAP table T459K

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