EHPRCS_IMDS_RESULT_CONT SAP (IMDS Result file content) Structure details

Dictionary Type: Structure
Description: IMDS Result file content




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




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

EHPRCS_IMDS_RESULT_CONT 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 "IMDS Result file content" 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_EHPRCS_IMDS_RESULT_CONT TYPE EHPRCS_IMDS_RESULT_CONT.

The EHPRCS_IMDS_RESULT_CONT table consists of various fields, each holding specific information or linking keys about IMDS Result file content data available in SAP. These include MODULE_ID (IMDS Module ID), VERSION (IMDS Module Version Character Type), NODE_ID (IMDS Node ID), NODE_ID_OLD (IMDS Node 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: Cannot Be Enhanced


SAP EHPRCS_IMDS_RESULT_CONT 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
FAILUREData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
MODULE_IDIMDS Module ID EHPRC_IMDSIDCHAR18
VERSIONIMDS Module Version Character Type EHPRC_MOD_VERS_CHARCHAR8
NODE_IDIMDS Node ID EHPRC_IMDSNODECHAR18
NODE_ID_OLDIMDS Node ID EHPRC_IMDSNODECHAR18
REQUEST_IDRequest ID EHPRC_REQ_IDNUMC9EHPRC_NUMC9
ERROR_CODEIMDS Error Code EHPRC_IMDS_ERROR_CODECHAR4
WARNING_CODEIMDS Error Code EHPRC_IMDS_ERROR_CODECHAR4
IS_SUP_MDSData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
IS_REQUESTData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
LOCAL_KEY_DEFString STRINGVALSTRG0
ERROR_TEXTString STRINGVALSTRG0
WARNING_TEXTString STRINGVALSTRG0
PARSE_ERRORString STRINGVALSTRG0
RELEASE_ERRORString STRINGVALSTRG0
RELEASE_WARNINGString STRINGVALSTRG0

Key field Non-key field



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

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

How to access SAP table EHPRCS_IMDS_RESULT_CONT

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