MMSRV_SRV_PKG_DATA_STY SAP (MMSRV service package data) Structure details

Dictionary Type: Structure
Description: MMSRV service package data




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




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

MMSRV_SRV_PKG_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 service package 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_MMSRV_SRV_PKG_DATA_STY TYPE MMSRV_SRV_PKG_DATA_STY.

The MMSRV_SRV_PKG_DATA_STY table consists of various fields, each holding specific information or linking keys about MMSRV service package data data available in SAP. These include DOC_ITEM (Item Number of Purchasing Document), PACKNO (Package number), SUB_PACKNO (Subpackage number), LINE_NUM (Line 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_SRV_PKG_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_NOPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
DOC_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
PACKNOPackage number PACKNONUMC10Assigned to domainPACKNO
SUB_PACKNOSubpackage number SUB_PACKNONUMC10Assigned to domainPACKNO
LINE_NUMLine number LINE_NUMNUMC1NUM1
EXT_NUMLine Number EXTROWNUMC10NUMC10
SHORT_TEXTShort Text 1 KTEXT1CHAR40TEXT40
LLTXTCharacter Field Length = 10 CHAR10CHAR10CHAR10
SERV_NUMActivity Number ASNUMCHAR18Assigned to domainALPHAASNUMASN
QTYQuantity with Sign MENGEVQUAN13(3) MENGV13
UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
GRS_PRCGross Price SBRTWRCURR11(2) WERT11V
CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TOT_VALNet Value in Document Currency NETWRCURR15(2) WERTV8
ROW_KEYCharacter 100 CHAR100CHAR100CHAR100
P_ROW_KEYCharacter 100 CHAR100CHAR100CHAR100
EXPANDEDReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
IS_LEAFReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
OUTLINE_INDReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
UI_EXT_NUMCharacter 100 CHAR100CHAR100CHAR100
VRTKZDistribution indicator for multiple account assignment VRTKZCHAR1VRTKZ
DEL_INDGeneral Flag FLAGCHAR1FLAG
SHORT_TEXT_INVReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN

Key field Non-key field



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

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

How to access SAP table MMSRV_SRV_PKG_DATA_STY

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