ESO_S_ERP_VBKD SAP (Enterprise Search Item data for Sales Document) Structure details

Dictionary Type: Structure
Description: Enterprise Search Item data for Sales Document




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




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

ESO_S_ERP_VBKD 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 Item data for 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_VBKD TYPE ESO_S_ERP_VBKD.

The ESO_S_ERP_VBKD table consists of various fields, each holding specific information or linking keys about Enterprise Search Item data for Sales Document data available in SAP. These include POSNR (Item number of the SD document), BSTDK (Customer purchase order date), KONDA (Price group (customer)), KDGRP (Customer group).. 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 (character-type or numeric)


SAP ESO_S_ERP_VBKD 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 and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
BSTDKCustomer purchase order date BSTDKDATS8DATUM
KONDAPrice group (customer) KONDACHAR2Assigned to domainKONDAVKA
KDGRPCustomer group KDGRPCHAR2Assigned to domainKDGRPVKD
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
VSARTShipping type VSARTTRCHAR2Assigned to domainVERSART
TRMTYPMeans of Transport TRMTYPCHAR18Assigned to domainMATN1MATNR
WMINRProduct catalog number WMINRCHAR10Assigned to domainWMINRWMIWPC1
BSTKD_MCustomer PO number as matchcode field BSTKD_MCHAR35CHAR35
FFPRFDynamic Item Processor Profile AD01PROFNRCHAR8Assigned to domainAD01PROFNRAD0DIP_PROFILE
J_1AINDXPInflation Index J_1AINDXPCHAR5Assigned to domainJ_1AINDXP
POSEX_EItem Number of the Underlying Purchase Order POSEX_ECHAR6ALPHAPOSEX
IHREZ_EShip-to party character IHREZ_ECHAR12TEXT12
BSARK_EShip-to party purchase order type BSARK_ECHAR4Assigned to domainBSARK
BSTDK_EShip-to party's PO date BSTDK_EDATS8DATUM
EMPSTReceiving point EMPSTCHAR25TEXT25
J_1ATXREL_Tax relevant classification J_1ATXREL_CHAR10Assigned to domainJ_1ATXREL
J_1AFITP_DTax type J_1AFITP_DCHAR2Assigned to domainJ_1AFITP
ZLSCHPayment Method SCHZW_BSEGCHAR1Assigned to domainZLSCH
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
BZIRKSales district BZIRKCHAR6Assigned to domainBZIRKBZI
PLTYPPrice list type PLTYPCHAR2Assigned to domainPLTYPVPL

Key field Non-key field



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

As ESO_S_ERP_VBKD 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_VBKD as there is no data to select.

How to access SAP table ESO_S_ERP_VBKD

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