N2F4SIMPLETREE SAP (Simple Tree for Own F4 Help for Text/Code Selection) Table details

Dictionary Type: Table
Description: Simple Tree for Own F4 Help for Text/Code Selection




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




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

N2F4SIMPLETREE is a standard SAP Table which is used to store Simple Tree for Own F4 Help for Text/Code Selection data and is available within R/3 SAP systems depending on the version and release level.

The N2F4SIMPLETREE table consists of various fields, each holding specific information or linking keys about Simple Tree for Own F4 Help for Text/Code Selection data available in SAP. These include NAME (Name of Input Help in Simple Tree Display), LFDNR (Sequence Number per Hit List), CHILD (Tree Control: Node Key), PARENT (Tree Control: Node Key).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = N2F4SIMPLETREET


SAP N2F4SIMPLETREE 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 MANDTCLNT3T000MANDT
NAMEName of Input Help in Simple Tree Display N2F4TREENAMECHAR32H_N2F4TREENAME
LFDNRSequence Number per Hit List N2F4_HIT_LFDNRNUMC8
CHILDTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
PARENTTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
ISFOLDERFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
OPENEDFlag (X or Blank) AS4FLAGCHAR1AS4FLAG
CODECode Stored for Text of F4 Help Tree N2F4TREECODECHAR32
ICONIDIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
ICONNAMEName of an Icon ICONNAMECHAR30ICONNAME
UPUSRUser who Performed Last Save N2_USERCHAR12AS4USER
UPDATDate N2_DATUMDATS8N2_DATUM
UPTIMTime at Which Last Change Was Saved N2_TIMETIMS6AS4TIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2F4SIMPLETREE
INTO CORRESPONDING FIELDS OF WA_N2F4SIMPLETREE
WHERE...

How to access SAP table N2F4SIMPLETREE

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