PHELP SAP (Interface between Help-Processor and C-Basis) Structure details

Dictionary Type: Structure
Description: Interface between Help-Processor and C-Basis




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




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

PHELP 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 "Interface between Help-Processor and C-Basis" 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_PHELP TYPE PHELP.

The PHELP table consists of various fields, each holding specific information or linking keys about Interface between Help-Processor and C-Basis data available in SAP. These include DYNPRO (Screen number), TABNAME (Table Name), FLDNAME (Field Name), FLDTYP (Data Type in ABAP Dictionary).. 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 PHELP 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
PROGRAMMABAP Program Name PROGNAMECHAR40PROGNAME
DYNPROScreen number DYNPRO_NRCHAR4DYNPRO_NR
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FLDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FLDTYPData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
KEYWORDLong Field Label SCRTEXT_LCHAR40SCRTEXT_L
FLDLNGVersion Number Component CHAR2CHAR2CHAR2
FLDINHInput line DLINECHAR132F4CHAR132
MCOBJField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
LANGULanguage Key DDLANGUAGELANG1Assigned to domainISOLASPRAS
AUFRUFSingle-Character Indicator CHAR1CHAR1CHAR1
RETVALSingle-Character Indicator CHAR1CHAR1CHAR1
OBJEKT_KZVersion Number Component CHAR2CHAR2CHAR2
MENU_FKTFunction Code CUA_CODECHAR20CUA_CODE
MELD_IDApplication Area ARBGBCHAR20Assigned to domainARBGBMAG
MELD_NRMessage number MSGNRCHAR3Assigned to domainMSGNR
MELDUNGText length 300 TEXT300CHAR300CHAR300
TITELTitle line HTITEL_030CHAR79CHAR79
DYNPRO_FLDField name DYNFNAMCHAR132DYNFNAM
KZ_SYDYNSingle-Character Indicator CHAR1CHAR1CHAR1
CHECKTABLETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
CHKFLDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
VALEXISTValues exist, table DVAL is filled VALEXCHAR1CHAR1
DOKUKEYDocumentation key transfer field PHELPDOKUCHAR79CHAR79
REPORTABAP Program Name PROGNAMECHAR40PROGNAME
F1SYSHELID for F1 in the System or Help menu F1SYSHELCHAR1CHAR1
DYNPPROGABAP Program Name PROGNAMECHAR40PROGNAME
ANZDisplay field flag ANZFLDCHAR1CHAR1
POVPROCESS-ON-VALUE-REQUEST flag POVFLDCHAR1CHAR1
FILLER1CHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
FILLER2CHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
DYROWVertical Cursor Position SYCUROWINT410SYST_SHORT
DYCOLHorizontal Cursor Position SYCUCOLINT410SYST_SHORT
FCTEXTText field for function keys and menu texts CUAFCTEXTCHAR80TEXT80
CUASTATUSGUI status CUASTATUSCHAR20GUI_STATUS
MSGV1Variable part of a message BDC_VTEXT1CHAR100CHAR100
MSGV2Variable part of a message BDC_VTEXT1CHAR100CHAR100
MSGV3Variable part of a message BDC_VTEXT1CHAR100CHAR100
MSGV4Variable part of a message BDC_VTEXT1CHAR100CHAR100
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 PHELP using ABAP code?

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

How to access SAP table PHELP

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