WQMMA SAP (Work Structure Activities) Structure details

Dictionary Type: Structure
Description: Work Structure Activities




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




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

WQMMA 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 "Work Structure Activities" 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_WQMMA TYPE WQMMA.

The WQMMA table consists of various fields, each holding specific information or linking keys about Work Structure Activities data available in SAP. These include MANDT (Client), QMNUM (Notification No), MANUM (Consecutive Number of Activity), FENUM (Item Number in Item Record).. 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 (character-type or numeric)


SAP WQMMA 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
MANDTClient MANDTCLNT3T000MANDT
QMNUMNotification No QMNUMCHAR12QMELALPHAQMNUMIQM
MANUMConsecutive Number of Activity AKNUMNUMC4NUM4
FENUMItem Number in Item Record FELFDNUMC4QMFEFELFD
URNUMSequential Number for Cause URNUMNUMC4NUM4
MNKATCatalog Type - Activities MFKATCHAR1TQ15QKATART
MNGRPCode Group - Activities MFGRPCHAR8QPGRQCODEGRP
MNCODActivity Code MFCODCHAR4Assigned to domainQCODE
MNVERVersion Number QVERSNRCHAR6ALPHAQVERSNR
MATXTActivity Text MFTEXTCHAR40TEXT40
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
MAKLSTask Class MAKLSCHAR18KLASSE
KLAKZIndicator: Classification exists KLAKZCHAR1CHAR1
PSTERStart Date PSTERMADATS8DATUM
PETEREnd Date PETERMADATS8DATUM
INDTXObject Long Text Available INDLTXCHAR1CHAR1
KZMLAPrimary language indicator for text segment KZMLACHAR1CHAR1
MNGFAQuantity Factor for Activities MNGFANUMC3NUMC3
PSTURStart Time of Activity PSTURMATIMS6UZEIT
PETUREnd Time of Activity PETURMATIMS6UZEIT
ERZEITTime, at Which Record Was Added ERZEITTIMS6UHRZT
AEZEITTime of Change AEZEITTIMS6UHRZT
KZLOESCHDelete Data Record KZLOESCHCHAR1CHAR1
QMANUMSort Number for Activity QMANUMNUMC4NUMC04
AUTKZData Record Created with Function 'Create with Copy Model' QAUTKZCHAR1QKZ
KZACTIONBOXCreated Using Action Box QNKZACTIONBOXCHAR1QKZ
FUNKTIONKeys for Function in Action Box QNFUNKTIONCHAR4CHAR4
AEKNZChange indicator AEKNZCHAR1FLAG
PRTKZPrint Indicator PRTKZCHAR1XFELD
TXTGRShort Description of the Code Group QKTEXTGRCHAR40QKURZTEXT
TXTCDActivity Code Short Text TXTCDMACHAR40TEXT40
TXTCDGRShort Text for Activity Code QTXTCDGRMACHAR80QTEXT80
STTXTSystem Status for Notification QMSTTXTCHAR40TEXT40
ASTEXUser Status Active QMASTEXCHAR1KREUZ

Key field Non-key field



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

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

How to access SAP table WQMMA

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