HELP_INFO SAP (Transfer Values for the Help Processor) Structure details

Dictionary Type: Structure
Description: Transfer Values for the Help Processor




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




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

HELP_INFO 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 "Transfer Values for the Help Processor" 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_HELP_INFO TYPE HELP_INFO.

The HELP_INFO table consists of various fields, each holding specific information or linking keys about Transfer Values for the Help Processor data available in SAP. These include OBJECT (Screen object ID), PROGRAM (ABAP Program Name), DYNPRO (Number of the following screen), TABNAME (Table 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP HELP_INFO 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
CALLHelp processor call type HELPCALLCHAR1CHAR1
OBJECTScreen object ID HELPOBJECTCHAR1CHAR1
PROGRAMABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
DYNPRONumber of the following screen DYNNRCHAR4DYNNR
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FIELDTYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
KEYWORDText, 40 Characters Long TEXT40CHAR40TEXT40
FIELDLNGVersion Number Component CHAR2CHAR2CHAR2
FLDVALUEScreen Field Contents DYNFIELDVALUECHAR255F4CHAR255
MCOBJName of a Search Help SHLPNAMECHAR30Assigned to domainSHLPNAMESHLPDD_SHLP
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
MENUFUNCTFunction Code CUA_CODECHAR20CUA_CODE
MESSAGEIDMessage identification MSGIDCHAR20Assigned to domainARBGB
MESSAGENRMessage number MSGNRCHAR3Assigned to domainMSGNR
MESSAGEText length 300 TEXT300CHAR300CHAR300
TITLEText (79 characters) TEXT79_DCHAR79TEXT79
DYNPROFLDField name DYNFNAMCHAR132DYNFNAM
DYNPROFLAGSingle-Character Indicator CHAR1CHAR1CHAR1
CHECKTABLETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
CHECKFIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
VALEXISTSingle-Character Indicator CHAR1CHAR1CHAR1
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
PFKEYGUI status CUASTATUSCHAR20GUI_STATUS
DOCUKEYCharacter field length 79 CHAR79CHAR79CHAR79
REPORTABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
DOCUIDDocument class DOKU_IDCHAR2Assigned to domainDOKU_ID
DOCUOBJECTDocumentation Object DOKU_OBJCHAR60DOKU_OBJ
HEADERTEXTText Line TDLINECHAR132TDSTXLLINE
F1SYSHELSingle-Character Indicator CHAR1CHAR1CHAR1
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
SHOWDisplay field flag ANZFLDCHAR1CHAR1
POVPROCESS-ON-VALUE-REQUEST flag POVFLDCHAR1CHAR1
CUROWVertical Cursor Position SYCUROWINT410SYST_SHORT
CUCOLHorizontal Cursor Position SYCUCOLINT410SYST_SHORT
SY_DYNSingle-Character Indicator CHAR1CHAR1CHAR1
DYNPPROGABAP Program Name PROGNAMECHAR40PROGNAME
STEPLIndex of Current Step Loop Line SYSTEPLINT410SYST_BYTE
SELECTARTCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01

Key field Non-key field



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

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

How to access SAP table HELP_INFO

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