ESERVPROV SAP (Service provider) Table details

Dictionary Type: Table
Description: Service provider




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




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

ESERVPROV is a standard SAP Table which is used to store Service provider data and is available within R/3 SAP systems depending on the version and release level.

The ESERVPROV table consists of various fields, each holding specific information or linking keys about Service provider data available in SAP. These include SERVICEID (Service Provider), PROV_BUKRS (Company Code of Service Provider), SERVICE (Service Type), EXTERNALID (External 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)

Text table = ESERVPROVT


SAP ESERVPROV 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 MANDTCLNT3T000MANDT
SERVICEIDService Provider SERVICE_PROVCHAR10SERVICE_PROVEESERVPROVIDSERVICEPROVIDER
PROV_BUKRSCompany Code of Service Provider BUKRS_PRCHAR4T001BUKRS
SERVICEService Type SERCODECHAR4TECDESERVCATTECDE
EXTERNALIDExternal Number DUNSNRCHAR20CHAR20
OWN_LOG_SYSService Provider is Managed in Own System OWN_LOG_SYSCHAR1EBA_FLAG
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BEGRUAuthorization Group BEGRUCHAR4BEGRU
LOEVMDeletion Indicator LOEVMCHAR1XFELD
SEC_EXT_IDSecond External Number E_EDMIDEEXTNUMCHAR20E_EDMIDEEXTNUM
SEC_EXT_IDTYPCategory of External Number E_EDMIDEEXTNUMTYPNUMC2Assigned to domainE_EDMIDEEXTNUMTYP
EXTERNALIDTYPCategory of External Number E_EDMIDEEXTNUMTYPNUMC2Assigned to domainE_EDMIDEEXTNUMTYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM ESERVPROV
INTO CORRESPONDING FIELDS OF WA_ESERVPROV
WHERE...

How to access SAP table ESERVPROV

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