ESH_S_IF_OM_IE_UI_IMPLOG SAP (Import Log (User Interface)) Structure details

Dictionary Type: Structure
Description: Import Log (User Interface)




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




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

ESH_S_IF_OM_IE_UI_IMPLOG 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 "Import Log (User Interface)" 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_ESH_S_IF_OM_IE_UI_IMPLOG TYPE ESH_S_IF_OM_IE_UI_IMPLOG.

The ESH_S_IF_OM_IE_UI_IMPLOG table consists of various fields, each holding specific information or linking keys about Import Log (User Interface) data available in SAP. These include CHANGE_MODE_EXT (Change Mode), IMPORT_STATUS_ICON (Import Status Icon), MANDT (Client), PROGRAMM (ABAP Program 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. .

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


SAP ESH_S_IF_OM_IE_UI_IMPLOG 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
FACTORY_TYPE_EXTModeling Entity ESH_E_OM_IE_FACTORY_TYPE_EXTCHAR30ESH_D_MU_TEXT30
CHANGE_MODE_EXTChange Mode ESH_E_OM_IE_CHG_MODE_TYPE_EXTCHAR30ESH_D_MU_TEXT30
IMPORT_STATUS_ICONImport Status Icon ESH_E_IF_OM_IE_IMP_STATUS_ICONSTRG0
MANDTClient MANDTCLNT3Assigned to domainMANDT
PROGRAMMABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
IMPORT_STATUSImport Status (SNOTE) ESH_E_IF_OM_IE_IMP_STATUSCHAR10ESH_D_IF_OM_IE_IMP_STATUS
FACTORY_TYPEFactory-Class Type (SYSREL, OTYP, DPRVD, ...) ESH_E_OM_FACTORY_TYPECHAR6ESH_D_OM_FACTORY_TYPE
IDCharacter 100 CHAR100CHAR100CHAR100
CHANGE_MODEChange Mode for Object Repository Entries ESH_E_IF_OM_IE_CHANGE_MODECHAR1ESH_D_IF_OM_IE_CHANGE_MODE
MODEL_GUIDModel GUID ESH_E_OM_MODEL_GUIDCHAR32SYSUUID_C
GENERIC_GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
IMPORT_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
TRDIR_DATUMSystem Date SYDATUMDATS8SYDATS
TRDIR_UZEITSystem Time SYUZEITTIMS6SYTIME

Key field Non-key field



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

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

How to access SAP table ESH_S_IF_OM_IE_UI_IMPLOG

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