V_T459K SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_T459K 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 V_T459K table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include BEDAR (Requirements class), BEZEI (Description), ATPPR (SD availability check), BEDSD (Transfer of requirements / Begin assembly order from SD).. 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 V_T459K 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
BEDARRequirements class BEDARCHAR3BEDAR
BEZEIDescription BEZEI20CHAR20TEXT20
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
KONFVConsumption of configuration KONFVCHAR1KONFV
KALKUControl of Costing KALKU_DCHAR1KALKU
KALARTCosting Method CK_KALARTCHAR1CK_KALART
KALVARCosting Variant CK_KLVARCHAR4TCK03KLVARKRT
KALSM_KCosting Sheet AUFKALSMCHAR6T683KALSM
KSUEBCopy Costing Sheet into Dependent Objects KSUEBCHAR1XFELD
MNTGAAssembly type MNTGANUMC1MNTGA
AUARTOrder Type AUFARTCHAR4T003OAUFARTAAT
VKOMPAvailability check at component level in assembly order VKOMPCHAR1XFELD
DIAGMAssembly: display production/planned order or components DIAGMCHAR1DIAGM
VKAPADisplay Capacity Availability VKAPACHAR1VKAPA
AUTPLAutomatic start of make-to-order in background mode AUTPLCHAR1XFELD
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
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
KZVBRIndicator: Consumption posting (Purchasing) EKVBRCHAR1EKVBR
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_T459K
INTO CORRESPONDING FIELDS OF WA_V_T459K
WHERE...

How to access SAP table V_T459K

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