EHFNDD_DEBUG SAP (Temporary Settings for class CL_EHFND_WFF_DEBUGGING) Table details

Dictionary Type: Table
Description: Temporary Settings for class CL_EHFND_WFF_DEBUGGING




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




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

EHFNDD_DEBUG is a standard SAP Table which is used to store Temporary Settings for class CL_EHFND_WFF_DEBUGGING data and is available within R/3 SAP systems depending on the version and release level.

The EHFNDD_DEBUG table consists of various fields, each holding specific information or linking keys about Temporary Settings for class CL_EHFND_WFF_DEBUGGING data available in SAP. These include TYPE (Type of Property in a Name/Value Pair), NAME (Property Name), VALUE (Value of Property), PARENT_NAME (Property 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EHFNDD_DEBUG 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
TYPEType of Property in a Name/Value Pair EHFND_WFF_DEBUG_PROPERTY_TYPECHAR10EHFND_WFF_DEBUG_PROPERTY_TYPE
NAMEProperty Name EHFND_WFF_DEBUG_PROPERTY_NAMECHAR72CHAR_72
VALUEValue of Property EHFND_WFF_DEBUG_PROPERTY_VALUECHAR255TEXT255
PARENT_NAMEProperty Name EHFND_WFF_DEBUG_PROPERTY_NAMECHAR72CHAR_72

Key field Non-key field



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

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

SELECT SINGLE *
FROM EHFNDD_DEBUG
INTO CORRESPONDING FIELDS OF WA_EHFNDD_DEBUG
WHERE...

How to access SAP table EHFNDD_DEBUG

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