ESH_OM_TRANSPORT SAP (Table for transport of template and models) Table details

Dictionary Type: Table
Description: Table for transport of template and models




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




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

ESH_OM_TRANSPORT is a standard SAP Table which is used to store Table for transport of template and models data and is available within R/3 SAP systems depending on the version and release level.

The ESH_OM_TRANSPORT table consists of various fields, each holding specific information or linking keys about Table for transport of template and models data available in SAP. These include SYSREL (Software Component), MODEL (Model), TEMPLATE (Object Type), STATUS (Status of Entry).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ESH_OM_TRANSPORT table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
SYSRELSoftware Component ESH_E_OM_SYSRELCHAR32
MODELModel ESH_E_OM_MODELCHAR32
TEMPLATEObject Type ESH_E_OM_OBJECT_TYPECHAR20ESH_D_OM_OBJECT_TYPE
STATUSStatus of Entry ESH_E_OM_ENTRY_STATUSCHAR1ESH_D_OM_ENTRY_STATUS
TABLE_NAMEName of ABAP Dictionary Object DDOBJNAMECHAR30DDOBJNAMEDOB
DATA 0

Key field Non-key field



How do I retrieve data from SAP table ESH_OM_TRANSPORT using ABAP code

The following ABAP code Example will allow you to do a basic selection on ESH_OM_TRANSPORT to SELECT all data from the table
DATA: WA_ESH_OM_TRANSPORT TYPE ESH_OM_TRANSPORT.

SELECT SINGLE *
FROM ESH_OM_TRANSPORT
INTO CORRESPONDING FIELDS OF WA_ESH_OM_TRANSPORT
WHERE...

How to access SAP table ESH_OM_TRANSPORT

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