VBAKUK SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

VBAKUK 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 VBAKUK table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include VBELN (Sales Document), ERDAT (Date on Which Record Was Created), ERZET (Entry time), ERNAM (Name of Person who Created the Object).. 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 VBAKUK 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
VBELNSales Document VBELN_VACHAR10VBUKALPHAVBELNAUN
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ANGDTQuotation/Inquiry is valid from ANGDT_VDATS8DATUM
BNDDTDate until which bid/quotation is binding (valid-to date) BNDDTDATS8DATUM
AUDATDocument Date (Date Received/Sent) AUDATDATS8DATUM
VBTYPSD document category VBTYPCHAR1VBTYP
TRVOGTransaction group TRVOGCHAR1TRVOGVTV
AUARTSales Document Type AUARTCHAR4TVAKAUARTAUARTAAT
AUGRUOrder reason (reason for the business transaction) AUGRUCHAR3TVAUAUGRU
GWLDTWarranty Date GWLDTDATS8DATUM
SUBMICollective number (SD) SUBMI_SDCHAR10CHAR10
LIFSKDelivery block (document header) LIFSKCHAR2TVLSLIFSP
FAKSKBilling block in SD document FAKSKCHAR2TVFSFAKSP
NETWRNet Value of the Sales Order in Document Currency NETWR_AKCURR15(2) WERTV8
WAERKSD Document Currency WAERKCUKY5TCURCWAERSFWS
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVKOVVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TVTASPARTSPAC_SPART
VKGRPSales Group VKGRPCHAR3TVBVKVKGRPVKG
VKBURSales Office VKBURCHAR4TVKBZVKBURVKB
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
GSKSTBusiness area from cost center GSKSTCHAR4TGSBGSBER
GUEBGValid-from date (outline agreements, product proposals) GUEBGDATS8DATUM
GUEENValid-to date (outline agreements, product proposals) GUEENDATS8DATUM
KNUMVNumber of the document condition KNUMVCHAR10KNUMV
VDATURequested delivery date EDATU_VBAKDATS8DATUM
VPRGRProposed date type PRGRS_VBAKCHAR1PRGRS
AUTLFComplete delivery defined for each sales order? AUTLFCHAR1XFELD
VBKLAOriginal system with release and transaction control VBKLACHAR9CHAR9
VBKLTSD document indicator VBKLTCHAR1VBKLT
KALSMSales and Distribution: Pricing Procedure in Pricing KALSMASDCHAR6T683KALSM
VSBEDShipping Conditions VSBEDCHAR2TVSBVSBED
FKARAProposed billing type for an order-related billing document FKARACHAR4TVFKFKART
AWAHRSales probability AWAHR_AKNUMC3AWAHR
KTEXTSearch term for product proposal KTEXT_VCHAR40TEXT40
BSTNKCustomer purchase order number BSTNKCHAR20BSTNK
BSARKCustomer purchase order type BSARKCHAR4T176BSARK
BSTDKCustomer purchase order date BSTDKDATS8DATUM
BSTZDPurchase order number supplement BSTZDCHAR4BSTZD
IHREZYour Reference IHREZCHAR12TEXT12
BNAMEName of orderer BNAME_VCHAR35NAME
TELF1Telephone Number TELF1_VPCHAR16TELF1
MAHZANumber of contacts from the customer MAHZADEC3PACK2
MAHDTLast customer contact date MAHDTDATS8DATUM
KUNNRSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
KOSTLCost Center KOSTLCHAR10ALPHAKOSTLKOS
STAFOUpdate group for statistics update STAFOCHAR6ALPHASTAFOMCF
RFSTKReference document header status RFSTKCHAR1STATV
RFGSKTotal reference status of all items RFGSKCHAR1STATV
BESTKConfirmation status BESTKCHAR1STATV
LFSTKDelivery status LFSTKCHAR1STATV
LFGSKOverall delivery status for all items LKGSKCHAR1STATV
WBSTKTotal goods movement status WBSTKCHAR1STATV
FKSTKBilling status FKSTKCHAR1STATV
FKSAKBilling status (order-related billing document) FKSAKCHAR1STATV
BUCHKPosting Status of Billing Document BUCHKCHAR1STATV
ABSTKOverall rejection status of all document items ABSTKCHAR1STATV
GBSTKOverall processing status of document GBSTKCHAR1STATV
KOSTKOverall picking / putaway status KOSTKCHAR1STATV
LVSTKOverall status of warehouse management activities LVSTKCHAR1STATV
UVALSTotal incompletion status of all items in general UVALL_SUCHAR1STATV
UVVLSTotal incompletion status of all items: Delivery UVVLS_SUCHAR1STATV
UVFASTotal incompletion status of all items: Billing UVFAK_SUCHAR1STATV
UVALLGeneral incompletion status of the header UVALL_UKCHAR1STATV
UVVLKHeader incompletion status concerning delivery UVVLK_UKCHAR1STATV
UVFAKHeader incompletion status with respect to billing UVFAK_UKCHAR1STATV
UVPRSDocument is incomplete with respect to pricing UVPRS_UKCHAR1STATV
VBTYP_VBUKSD document category VBTYPCHAR1VBTYP
VBOBJSD document object VBOBJCHAR1VBOBJ

Key field Non-key field



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

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

SELECT SINGLE *
FROM VBAKUK
INTO CORRESPONDING FIELDS OF WA_VBAKUK
WHERE...

How to access SAP table VBAKUK

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