SAP EAM_S_SRV_LIMIT EAM specific limit data Table data and field list

EAM_S_SRV_LIMIT 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 "EAM specific limit data" 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_EAM_S_SRV_LIMIT TYPE EAM_S_SRV_LIMIT.

The EAM_S_SRV_LIMIT table consists of various fields, each holding specific information or linking keys about EAM specific limit data data available in SAP. These include DEL_IND (Deletion Indicator), OVERALL_LIMIT (Overall Limit), NO_LIMIT (No Limit), EXP_VALUE (Expected Value of Overall Limit)... 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. .

EAM_S_SRV_LIMIT structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EAM_S_SRV_LIMIT structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the EAM_S_SRV_LIMIT table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
HPACKNOPackage number PACKNONUMC10Assigned to domainPACKNO
DEL_INDDeletion Indicator DELCHAR1CHAR01
OVERALL_LIMITOverall Limit SUMLIMITCURR13(2) WERT7
NO_LIMITNo Limit NOLIMITCHAR1CHAR01
EXP_VALUEExpected Value of Overall Limit COMMITMENTCURR13(2) WERT7
TOTAL_VALUETotal Value of Unplanned Entered Services ACTVALUECURR13(2) WERTV7
CON_PRICE_CHGPrice Change in Entry Sheet PRS_CHGCHAR1XFELD
CON_PRICE_PERCPercentage for price determination CON_PROZDEC3(1) SRV_PROZ
SSC_SRV_TYPEKey to Service Type LBNUM1CHAR3CHAR3LBR
SSC_EDITIONEdition of Service Type AUSGBNUMC4NUMC4AGB
SSC_LIMITValue limits on service types LBLIMITCURR11(2) WERT11
SSC_NO_LIMITNo limit on standard service type LBNOLIMCHAR1XFELD
SSC_PRICE_PERCPercentage for price determination SSC_PROZDEC3(1) SRV_PROZ
SSC_TOTAL_VALUE'Actual' value on service type limit ACTLBLIMCURR11(2) WERT11
MSS_NUMBERNumber of a Set of Model Service Specifications SPEC_NOCHAR10Assigned to domainALPHASPEC10MSPSPEC
MSS_LIMITLimit on Model Service Specifications SPECLIMITCURR11(2) WERT11
MSS_NO_LIMITNo Limit on Model Specifications SPECNOLIMCHAR1XFELD
MSS_PRICE_CHGPrice Change in Entry Sheet TMPPRS_CHGCHAR1XFELD
MSS_PRICE_PERCPercentage for Price Determination TMP_PROZDEC3(1) SRV_PROZ
MSS_TOTAL_VALUE'Actual' Value on Model Specifications Limits ACTSPLIMCURR11(2) WERT11
OTHER_LIMITFree limit RESTLIMITCURR13(2) WERT7
OTHER_NO_LIMITNo Limit NOLIMITCHAR1CHAR01
OTHER_TOTAL_VALUEActual value (from other sources) RESTACTCURR13(2) WERTV7
COST_ELEMENTCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
NDI_TAXNon-deductible input tax NAVNWCURR13(2) WERT7
CHANGE_INDChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND
SPTEXTShort description of model specifications SPEC_TXTCHAR40CHAR40
LBTEXTShort Text LBKTEXTCHAR40TEXT40
DISTRIBDistribution indicator for multiple account assignment VRTKZCHAR1VRTKZ

Key field Non-key field



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

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

How to access SAP table EAM_S_SRV_LIMIT

Within an ECC or HANA version of SAP you can also view further information about EAM_S_SRV_LIMIT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).