ESMEVENTCRTRC_APPL_INOUT SAP (In/Outbound Appl. Data for SM Event Create Request/Confirm) Structure details

Dictionary Type: Structure
Description: In/Outbound Appl. Data for SM Event Create Request/Confirm




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




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

ESMEVENTCRTRC_APPL_INOUT 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 "In/Outbound Appl. Data for SM Event Create Request/Confirm" 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_ESMEVENTCRTRC_APPL_INOUT TYPE ESMEVENTCRTRC_APPL_INOUT.

The ESMEVENTCRTRC_APPL_INOUT table consists of various fields, each holding specific information or linking keys about In/Outbound Appl. Data for SM Event Create Request/Confirm data available in SAP. These include UUID (UUID in character form), MANDT (Client), EVENTID (IS-U AMI Event Management Internal Event ID), EXTEVENTID (External Event ID).. 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 ESMEVENTCRTRC_APPL_INOUT 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
OBJECT 0
UUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
MANDTClient MANDTCLNT3MANDT
EVENTIDIS-U AMI Event Management Internal Event ID E_AMI_EM_EVENT_IDNUMC20E_AMI_EM_EVENT_ID
EXTEVENTIDExternal Event ID E_AMI_EM_EXT_EVENT_IDCHAR22E_AMI_EM_EXT_EVENT_ID
PROVIDERIDIS-U AMI Event Management Provider ID E_AMI_EM_PROVIDER_IDCHAR60CHAR60
EVENTTYPECODEEvent Type Code E_AMI_EM_EVENT_TYPE_CODENUMC4E_AMI_EM_EVENT_TYPE_CODE
EVTCATEGORYCODEEvent Category E_AMI_EM_EVENT_CATEGORYNUMC4NUMC4
EVTSEVERITYCODESeverity Code of Event E_AMI_EM_EVENT_SEVERITY_CODENUMC2E_AMI_EM_EVENT_SEVERITY_CODE
EVENTDATEEvent Date E_AMI_EM_DATEDATS8
EVENTTIMEEvent Time E_AMI_EM_TIMETIMS6
EQUNREquipment Number EQUNRCHAR18ALPHAEQUNREQNEQUI
STATUSEvent Status E_AMI_EM_EVENT_STATUSNUMC2E_AMI_EM_EVENT_STATUS
EVTSOURCECODESource code of the event E_AMI_EM_EVENT_SOURCENUMC4NUMC4
FUNCTIONIDFDT: Universal Unique Identifier FDT_UUIDCHAR32SYSUUID_CFDT_SHLP_UUID
CR_DATEDate on Which Record Was Created ERDATDATS8DATUM
CR_TIMEEntry time ERZETTIMS6UZEIT
CR_NAMEName of Person who Created the Object ERNAMCHAR12USNAM
CH_DATEChanged On AEDATDATS8DATUM
CH_TIMETime last change was made AEZETTIMS6UZEIT
CH_NAMEName of Person Who Changed Object AENAMCHAR12USNAM
TAB_EVENTATTR 0
TAB_EVENTRESULT 0
TAB_MESSAGES 0
OBJECT_LOG 0
UUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
REFUUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
EVENTIDIS-U AMI Event Management Internal Event ID E_AMI_EM_EVENT_IDNUMC20E_AMI_EM_EVENT_ID
EXTEVENTIDExternal Event ID E_AMI_EM_EXT_EVENT_IDCHAR22E_AMI_EM_EXT_EVENT_ID
PROVIDERIDIS-U AMI Event Management Provider ID E_AMI_EM_PROVIDER_IDCHAR60CHAR60
EQUNREquipment Number EQUNRCHAR18ALPHAEQUNREQNEQUI
TAB_MESSAGES 0

Key field Non-key field



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

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

How to access SAP table ESMEVENTCRTRC_APPL_INOUT

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