SAP BAPISIMPLEEVENTMSG Simple event message Table data and field list

BAPISIMPLEEVENTMSG 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 "Simple event message" 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_BAPISIMPLEEVENTMSG TYPE BAPISIMPLEEVENTMSG.

The BAPISIMPLEEVENTMSG table consists of various fields, each holding specific information or linking keys about Simple event message data available in SAP. These include EVTID (External Event Code ID), SNDCOD (Sender Code Set), SNDID (Sender Code ID), SNDNAM (Sender Name)... 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. .

BAPISIMPLEEVENTMSG structure Technical Details:

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


SAP BAPISIMPLEEVENTMSG structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BAPISIMPLEEVENTMSG table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
EVTCODExternal Event Code Set /SAPTRX/EV_EVTCODCHAR20/SAPTRX/EV_EVTCOD
EVTIDExternal Event Code ID /SAPTRX/EV_EVTIDCHAR50/SAPTRX/EV_EVTID
SNDCODSender Code Set /SAPTRX/EV_SNDCODCHAR20/SAPTRX/EV_PARCOD
SNDIDSender Code ID /SAPTRX/EV_SNDIDCHAR50/SAPTRX/EV_PARID
SNDNAMSender Name /SAPTRX/EV_SNDNAMCHAR50/SAPTRX/TEXT50
EVTDATEvent Date /SAPTRX/EV_EVTDATDATS8DATE
EVTTIMEvent Time /SAPTRX/EV_EVTTIMTIMS6TIME
EVTZONTime Zone for Event Time Stamp /SAPTRX/EV_EVTZONCHAR6Assigned to domainTZNZONE
SRCCODEvent Reason Code Set /SAPTRX/EV_SRCCODCHAR20/SAPTRX/EV_SRCCOD
SRCIDEvent Reason Code ID /SAPTRX/EV_SRCIDCHAR50/SAPTRX/EV_SRCID
SRCTXEvent Reason Text /SAPTRX/EV_SRCTXCHAR100/SAPTRX/TEXT100
MSGMODType of Message Creation /SAPTRX/EV_MSGMODCHAR1/SAPTRX/EV_MSGMOD
MSGNUMSender Event Message Number /SAPTRX/EV_MSGNUMCHAR50/SAPTRX/EV_MSGNUM
TRXCODTracking ID Code Set /SAPTRX/TRXCODCHAR20/SAPTRX/EV_TRXCODTRCKCOD
TRXIDTracking ID /SAPTRX/TRXIDCHAR50/SAPTRX/TRXIDTRCKID
TIPCODCode Set for Tracking ID Provider /SAPTRX/EV_TIPCODCHAR20/SAPTRX/EV_PARCODTIPCOD
TIPIDCode ID for Tracking ID Provider /SAPTRX/EV_TIPIDCHAR50/SAPTRX/EV_PARIDTIPID
LOCCODLocation Code Set /SAPTRX/EV_LOCCODCHAR20/SAPTRX/EV_LOCCOD
LOCID1Location Code ID, Part 1 /SAPTRX/EV_LOCID1CHAR50/SAPTRX/LOCID
LOCID2Location Code ID, Part 2 /SAPTRX/EV_LOCID2CHAR50/SAPTRX/LOCID
LOCNAMLocation Name /SAPTRX/EV_LOCNAMCHAR50/SAPTRX/TEXT50
PARROLPartner Role /SAPTRX/EV_PARROLCHAR3/SAPTRX/EV_PARROL
PARCODPartner Code Set /SAPTRX/EV_PARCODCHAR20/SAPTRX/EV_PARCOD
PARIDPartner Code ID /SAPTRX/EV_PARIDCHAR50/SAPTRX/EV_PARID
PARNAMPartner Name /SAPTRX/EV_PARNAMCHAR50/SAPTRX/TEXT50
ESTQULEstimation Time Qualifier /SAPTRX/EV_ESTQULCHAR2/SAPTRX/EV_ESTQUL
ESTLOCCODLocation Code Set /SAPTRX/EV_LOCCODCHAR20/SAPTRX/EV_LOCCOD
ESTLOCID1Location Code ID, Part 1 /SAPTRX/EV_LOCID1CHAR50/SAPTRX/LOCID
ESTLOCID2Location Code ID, Part 2 /SAPTRX/EV_LOCID2CHAR50/SAPTRX/LOCID
ETADUREstimated Duration of Delay /SAPTRX/EV_ETADURCHAR10/SAPTRX/TEXT10
ETXDATEstimated Date /SAPTRX/EV_ETXDATDATS8DATE
ETXTIMEstimated Time /SAPTRX/EV_ETXTIMTIMS6TIME
ETXZONTime Zone for Estimated Time /SAPTRX/EV_ETXZONCHAR6Assigned to domainTZNZONE

Key field Non-key field



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

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

How to access SAP table BAPISIMPLEEVENTMSG

Within an ECC or HANA version of SAP you can also view further information about BAPISIMPLEEVENTMSG and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).