ESO_S_ERP_VBAK SAP (Enterprise Search Sales Document) Structure details

Dictionary Type: Structure
Description: Enterprise Search Sales Document




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




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

ESO_S_ERP_VBAK is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Enterprise Search Sales Document" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ESO_S_ERP_VBAK TYPE ESO_S_ERP_VBAK.

The ESO_S_ERP_VBAK table consists of various fields, each holding specific information or linking keys about Enterprise Search Sales Document data available in SAP. These include NETWR (Net Value in Document Currency), WAERK (SD Document Currency), ERNAM (Name of Person who Created the Object), ERDAT (Date on Which Record Was Created).. 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: Can Be Enhanced (Deep)


SAP ESO_S_ERP_VBAK structure 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
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
NETWRNet Value in Document Currency NETWRCURR15(2) WERTV8
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
VKBURSales Office VKBURCHAR4Assigned to domainVKBURVKB
VKGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
TRVOGTransaction group TRVOGCHAR1TRVOGVTV
VBELN_EXTEnterprise Search :- Sales document VBELN_VA_EXTCHAR10
AUART_EXTEnterprise Search :- External format AUART_EXTCHAR4
KUNNRSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
KUNNR_EXTEnterprise Search :- Sold to Party KUNAG_EXTCHAR10
VSNMR_VSales document version number VSNMR_VCHAR12VSNMR
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
QMNUMNotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
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
VDATURequested delivery date EDATU_VBAKDATS8DATUM
VSBEDShipping Conditions VSBEDCHAR2Assigned to domainVSBED
BSTNKCustomer purchase order number BSTNKCHAR20BSTNK
BSARKCustomer purchase order type BSARKCHAR4Assigned to domainBSARK
BSTDKCustomer purchase order date BSTDKDATS8DATUM
TELF1Telephone Number TELF1_VPCHAR16TELF1
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ABHODPick up date ABHODDATS8DATUM
ABHOVPick up time ABHOZTIMS6UZEIT
ABHOBPick up time ABHOZTIMS6UZEIT
STCEG_LTax Destination Country LAND1TXCHAR3Assigned to domainLAND1LND
LANDTXTax departure country LANDTXCHAR3Assigned to domainLAND1LND

Key field Non-key field



How do I retrieve data from SAP structure ESO_S_ERP_VBAK using ABAP code?

As ESO_S_ERP_VBAK is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ESO_S_ERP_VBAK as there is no data to select.

How to access SAP table ESO_S_ERP_VBAK

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