ESUC SAP (Ext. Services Management: Unplanned Limits on Contract Item) Table details

Dictionary Type: Table
Description: Ext. Services Management: Unplanned Limits on Contract Item




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




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

ESUC is a standard SAP Table which is used to store Ext. Services Management: Unplanned Limits on Contract Item data and is available within R/3 SAP systems depending on the version and release level.

The ESUC table consists of various fields, each holding specific information or linking keys about Ext. Services Management: Unplanned Limits on Contract Item data available in SAP. These include PACKNO (Package number), INTROW (Internal line number for limits), DEL (Deletion Indicator), 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 ESUC 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
PACKNOPackage number PACKNONUMC10ESLHPACKNO
INTROWInternal line number for limits INTROWNUMC10NUMC10
DELDeletion Indicator DELCHAR1CHAR01
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
LIMITOverall Limit SUMLIMITCURR13(2) WERT7
NOLIMITNo Limit NOLIMITCHAR1CHAR01
ACTVALUETotal Value of Unplanned Entered Services ACTVALUECURR13(2) WERTV7
KTEXT1Short Text 1 KTEXT1CHAR40TEXT40
SUB_PACKNOPackage number PACKNONUMC10ESLHPACKNO
PRS_CHGPrice Change in Entry Sheet PRS_CHGCHAR1XFELD
SRM_CONTRACT_IDCentral Contract SRM_CONTRACT_IDCHAR10ALPHABBP_BAPI_EBELNMMBSI_MEKK_CC
SRM_CONTRACT_ITMCentral Contract Item Number SRM_CONTRACT_ITEMNUMC10BBP_ITEMNO

Key field Non-key field



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

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

SELECT SINGLE *
FROM ESUC
INTO CORRESPONDING FIELDS OF WA_ESUC
WHERE...

How to access SAP table ESUC

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