EMSG_GEN SAP (General data that is only referenced) Structure details

Dictionary Type: Structure
Description: General data that is only referenced




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




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

EMSG_GEN 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 "General data that is only referenced" 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_EMSG_GEN TYPE EMSG_GEN.

The EMSG_GEN table consists of various fields, each holding specific information or linking keys about General data that is only referenced data available in SAP. These include NACHRICHT (Qualification of the message in the form E123(45)), EXC (Exception to a MESSAGE statement), MSGNO (Message Number), MSGID (Message Class).. 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 EMSG_GEN 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
MSGTYMessage type EMSG_TYPCHAR1EMSG_TYP
NACHRICHTQualification of the message in the form E123(45) EMSG_MESGCHAR26CHAR26
EXCException to a MESSAGE statement EMSG_EXCCHAR30LPARAMETER
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
UPD_MODEUpdate mode TA_UPD_MODCHAR1TA_UPD_MOD
HANDLEMessage object identification EMSG_HANDLCHAR30CHAR30
NO_DIALOGID: No dialog EMSG_NO_DICHAR1TA_KZ_X
KZ_LOGIndicator: Message only in application log EMSG_LOGCHAR1TA_KZ_X
NEXT_MSGIndicator: Open new message object EMSG_NEXTCHAR1TA_KZ_X
OKCODEOK code for message object EMSG_OKCHAR20TA_OK
KZ_EXISTMessage object for handle exists EMSG_EXISTCHAR1TA_KZ_X
KZ_ACTIVEMessage object is active EMSG_ACTIVCHAR1TA_KZ_X
DELAYDelay indicator for message output EMSG_DELAYCHAR1TA_KZ_X
KZ_PAR_ACTIndicator: Parameter is active EMSG_KZCHAR1TA_KZ_X
OBJ_TWICEIndicator: Parameter is active EMSG_KZCHAR1TA_KZ_X
KZ_EMPTYIndicator: Parameter is active EMSG_KZCHAR1TA_KZ_X

Key field Non-key field



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

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

How to access SAP table EMSG_GEN

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