MMSRV_LMT_DATA_STY SAP (MMSRV Limit data Structure) Structure details

Dictionary Type: Structure
Description: MMSRV Limit data Structure




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




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

MMSRV_LMT_DATA_STY 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 "MMSRV Limit data Structure" 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_MMSRV_LMT_DATA_STY TYPE MMSRV_LMT_DATA_STY.

The MMSRV_LMT_DATA_STY table consists of various fields, each holding specific information or linking keys about MMSRV Limit data Structure data available in SAP. These include DOC_NUMBER (Purchase Requisition Number), DOC_ITEM (Item Number of Purchase Requisition), PACKNO (Package number), EAMS_AUFNR (Order 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP MMSRV_LMT_DATA_STY 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_NUMBERPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
DOC_ITEMItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
PACKNOPackage number PACKNONUMC10Assigned to domainPACKNO
EAMS_AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
EAMS_VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
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 MMSRV_LMT_DATA_STY using ABAP code?

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

How to access SAP table MMSRV_LMT_DATA_STY

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