EENF_DYNP SAP (Screen Fields for Screen 1001/1002: Function Group EENF) Structure details

Dictionary Type: Structure
Description: Screen Fields for Screen 1001/1002: Function Group EENF




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




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

EENF_DYNP 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 "Screen Fields for Screen 1001/1002: Function Group EENF" 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_EENF_DYNP TYPE EENF_DYNP.

The EENF_DYNP table consists of various fields, each holding specific information or linking keys about Screen Fields for Screen 1001/1002: Function Group EENF data available in SAP. These include NOTE (Static note to field service), TEXT (Note text), PRIO (Priority of note to field service), ADDTXT1 (Additional text for notes).. 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: Not classified


SAP EENF_DYNP 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
NOTEStatic note to field service E_NOTECHAR2TE582G_NOTE
TEXTNote text NOTE_TEXTCHAR50TEXT50
PRIOPriority of note to field service NOTE_PRIONUMC1PRION1
ADDTXT1Additional text for notes NOTE_ADDTXTCHAR50NOTE_ADDTXT
ADDTXT2Additional text for notes NOTE_ADDTXTCHAR50NOTE_ADDTXT
ADDTXT3Additional text for notes NOTE_ADDTXTCHAR50NOTE_ADDTXT
ADDTXT4Additional text for notes NOTE_ADDTXTCHAR50NOTE_ADDTXT
ADDTXT5Additional text for notes NOTE_ADDTXTCHAR50NOTE_ADDTXT
FORMGROUPForm group of note to field service FORMGROUPCHAR8TE584FORMGROUP
PRIO_ALPHAPriority of note (alphanumerical) NOTE_PRIO_ALPHACHAR1CHAR1
LFDNR2Sequential Number LFDNR2CHAR2CHAR2
PARTNERBusiness partner number in field service note NOTE_PARTNERCHAR10BUT000ALPHABU_PARTNERBPA
OLD_LFDNRSequential Number LFDNR2CHAR2CHAR2

Key field Non-key field



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

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

How to access SAP table EENF_DYNP

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