ESVC SAP (Vendor confirmation for service lines) Table details

Dictionary Type: Table
Description: Vendor confirmation for service lines




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




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

ESVC is a standard SAP Table which is used to store Vendor confirmation for service lines data and is available within R/3 SAP systems depending on the version and release level.

The ESVC table consists of various fields, each holding specific information or linking keys about Vendor confirmation for service lines data available in SAP. These include PACKNO (Package number), INTROW (Internal line number for limits), SRVMAPKEY (Item Key for eSOA Messages), EBELN (Purchasing Document Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ESVC 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 MANDTCLNT3Assigned to domainMANDT
PACKNOPackage number PACKNONUMC10Assigned to domainPACKNO
INTROWInternal line number for limits INTROWNUMC10NUMC10
SRVMAPKEYItem Key for eSOA Messages SRVMAPKEYNUMC10
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ETENSSequential Number of Vendor Confirmation ETENSNUMC4NUM04
EBTYPConfirmation Category EBTYPCHAR2Assigned to domainEBTYP
ESTKZCreation Indicator: Vendor Confirmation BBESTCHAR1BBEST
XBLNRReference Document Number (for Dependencies see Long Text) XBLNR_LONGCHAR35XBLNR_LONG
ERDATCreation Date of Confirmation BBERDDATS8DATUM
EZEITTime at Which Vendor Confirmation was Created BBEZETIMS6UZEIT
MENGEQuantity as Per Vendor Confirmation BBMNGQUAN13(3) MENGE
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MENGE_OLDQuantity as Per Vendor Confirmation BBMNGQUAN13(3) MENGE
BRTWRGross Price SBRTWRCURR11(2) WERT11V
BRTWR_OLDGross Price SBRTWRCURR11(2) WERT11V
LOEKZVendor confirmation deletion indicator BBLOECHAR1ELOEK
KZABNAcceptance indicator KZABNCHAR1CHAR01

Key field Non-key field



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

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

SELECT SINGLE *
FROM ESVC
INTO CORRESPONDING FIELDS OF WA_ESVC
WHERE...

How to access SAP table ESVC

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