EHFNDS_FPMGB_EXT_MESSAGE SAP (FPM extended message structure) Structure details

Dictionary Type: Structure
Description: FPM extended message structure




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




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

EHFNDS_FPMGB_EXT_MESSAGE 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 "FPM extended message structure" 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_EHFNDS_FPMGB_EXT_MESSAGE TYPE EHFNDS_FPMGB_EXT_MESSAGE.

The EHFNDS_FPMGB_EXT_MESSAGE table consists of various fields, each holding specific information or linking keys about FPM extended message structure data available in SAP. These include NODE_KEY (NodeID), FPMGB_MESSAGE (), MSGID (), MSGNO ().. 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: Can Be Enhanced (Deep)


SAP EHFNDS_FPMGB_EXT_MESSAGE 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
NODENode /BOBF/OBM_NODE_KEYRAW16/BOBF/CONF_KEY
NODE_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
FPMGB_MESSAGE 0
MSGID 0
MSGNO 0
SEVERITYMessage Severity FPMGB_SEVERITYCHAR1FPMGB_SEVERITY
PARAMETER_1 0
PARAMETER_2 0
PARAMETER_3 0
PARAMETER_4 0
MESSAGE_INDEX 0
PLAINTEXT 0
REF_NAME Name of referenced Field0
REF_INDEXRow Index of Internal Tables SYTABIXINT410SYST_LONG
REF_TOOLBAR_ACTIONID of the FPM Event FPM_EVENT_IDCHAR30
REF_NAMES 0
IR_MESSAGE_USER_DATA 0
IS_ENABLE_MESSAGE_NAVIGATIONReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
CONTEXTName of Application Context CONTEXTCHAR25TEXT25
CATEGORYMessage Category FPM_MSG_CATEGORYCHAR32FPM_MSG_CATEGORY
GENERALIZATIONMessage Mapper: To Specify Generalization Type FPM_MSG_GENERALIZECHAR5FPM_MSG_GENERALIZE

Key field Non-key field



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

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

How to access SAP table EHFNDS_FPMGB_EXT_MESSAGE

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