BAPI_SRV_LIMIT_DATA SAP (BAPI Interface for Limit Data) Structure details

Dictionary Type: Structure
Description: BAPI Interface for Limit Data




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




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

BAPI_SRV_LIMIT_DATA 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 "BAPI Interface for 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_BAPI_SRV_LIMIT_DATA TYPE BAPI_SRV_LIMIT_DATA.

The BAPI_SRV_LIMIT_DATA table consists of various fields, each holding specific information or linking keys about BAPI Interface for 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. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPI_SRV_LIMIT_DATA 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
DOC_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
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
DISTRIBDistribution indicator for multiple account assignment VRTKZCHAR1VRTKZ

Key field Non-key field



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

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

How to access SAP table BAPI_SRV_LIMIT_DATA

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