NHLPFIELD SAP (IS-H: (Personal) Field Selection for F4 Help) Table details

Dictionary Type: Table
Description: IS-H: (Personal) Field Selection for F4 Help




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




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

NHLPFIELD is a standard SAP Table which is used to store IS-H: (Personal) Field Selection for F4 Help data and is available within R/3 SAP systems depending on the version and release level.

The NHLPFIELD table consists of various fields, each holding specific information or linking keys about IS-H: (Personal) Field Selection for F4 Help data available in SAP. These include USERNAME (User Name in User Master Record), HLPTYPE (IS-H: Type of Input Help), FLDNAME (Name of Dynpro Field), POS (IS-H: Current Item Number).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP NHLPFIELD 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
USERNAMEUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
HLPTYPEIS-H: Type of Input Help ISH_HLPTYPECHAR2ISH_HLPTYPE
FLDNAMEName of Dynpro Field DFELDCHAR30DFELD
POSIS-H: Current Item Number AKT_POSNUMC3ISH_POS
LENIS-H: Output Length for Field ISH_FLENNUMC3NUM03
SIGN1Indicator ISH_SIGN1CHAR1ISH_SIGN

Key field Non-key field



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

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

SELECT SINGLE *
FROM NHLPFIELD
INTO CORRESPONDING FIELDS OF WA_NHLPFIELD
WHERE...

How to access SAP table NHLPFIELD

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