/ISDFPS/EHDOPROP SAP (Settings for Data Objects in Error Handling) Table details

Dictionary Type: Table
Description: Settings for Data Objects in Error Handling




ABAP Code to SELECT data from /ISDFPS/EHDOPROP
Related tables to /ISDFPS/EHDOPROP
Access table /ISDFPS/EHDOPROP




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

/ISDFPS/EHDOPROP is a standard SAP Table which is used to store Settings for Data Objects in Error Handling data and is available within R/3 SAP systems depending on the version and release level.

The /ISDFPS/EHDOPROP table consists of various fields, each holding specific information or linking keys about Settings for Data Objects in Error Handling data available in SAP. These include DO_NAME (DO Name), NODE_NAME (Segment Name), FIELD_NAME (Segment Field), VERSION (Version).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /ISDFPS/EHDOPROP 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
DO_NAMEDO Name /ISDFPS/ME_MBO_NAMECHAR30/ISDFPS/ME_MBO_NAME
NODE_NAMESegment Name /ISDFPS/ME_SEGM_NAMECHAR30/ISDFPS/ME_SEGM_NAME
FIELD_NAMESegment Field /ISDFPS/ME_SEGM_SFLDCHAR30/ISDFPS/ME_SEGM_SFLD
VERSIONVersion /ISDFPS/ME_VERSIONCHAR7/ISDFPS/ME_VERSION
PROPERTY_KEYConfiguration Key for Data Objects in Error Handling /ISDFPS/ME_EH_DO_PROP_KEYCHAR100/ISDFPS/ME_EH_DO_PROP_KEY
PROPERTY_VALUEParameter Value for Mobile Application /ISDFPS/ME_CA_PROPERTY_VALUECHAR255BADI_CHAR255

Key field Non-key field



How do I retrieve data from SAP table /ISDFPS/EHDOPROP using ABAP code

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

SELECT SINGLE *
FROM /ISDFPS/EHDOPROP
INTO CORRESPONDING FIELDS OF WA_/ISDFPS/EHDOPROP
WHERE...

How to access SAP table /ISDFPS/EHDOPROP

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