PRHGR SAP (Function Group RHGR : General Data) Structure details

Dictionary Type: Structure
Description: Function Group RHGR : General Data




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




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

PRHGR 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 "Function Group RHGR : General Data" 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_PRHGR TYPE PRHGR.

The PRHGR table consists of various fields, each holding specific information or linking keys about Function Group RHGR : General Data data available in SAP. These include TAB_COUNT (Table Index), WIN_TITLE (Window Title), MON_FUNKT (Function Module), MON_WEGID (Evaluation Path).. 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 PRHGR 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
TAB_INDEXTable Index TAB_INDEXNUMC5NUM5
TAB_COUNTTable Index TAB_INDEXNUMC5NUM5
WIN_TITLEWindow Title WIN_TITLECHAR60TEXT60
MON_FUNKTFunction Module RSTFBCHAR30Assigned to domainFUNCNAME
MON_WEGIDEvaluation Path WEGIDCHAR8T778AWEGIDHRBAS00WEGID
DEF_PLVARPlan Version PLVARCHAR2T778PPLVARPOP
DEF_BEGDAStart Date BEGDATUMDATS8DATUMBEG
DEF_ENDDAEnd Date ENDDATUMDATS8DATUMEND
DEF_LIMITDelimitation date GDATEDATS8DATUM
DEF_PROZTWeighting Percentage PROZTDEC5(2) DEC3_2
DEF_ISTATPlanning Status ISTAT_DCHAR1T778SISTATPST
DEF_PRIOXPriority PRIOXCHAR2CHAR2
REL_WEGIDIndicator: Relationship Included in Path REL_WEGIDCHAR1CHAR1_X
REL_RSIGNRelationship Specification RSIGNCHAR1RSIGN
REL_RELATRelationship Between Objects RELATCHAR3T778VRELAT
REL_RTEXTRelationship Name (Bottom Up) BUTEXTCHAR25TEXT25
INS_OTYPEObject Type OTYPECHAR2T778OOTYPEPOT
INS_OBJIDObject ID OBJEKTIDNUMC8NUM08PON
INS_RSIGNRelationship Specification RSIGNCHAR1RSIGN
INS_RELATRelationship Between Objects RELATCHAR3T778VRELAT
INS_PRIOXPriority PRIOXCHAR2CHAR2
INS_BEGDAStart Date BEGDATUMDATS8DATUMBEG
INS_ENDDAEnd Date ENDDATUMDATS8DATUMEND
INS_SEQNRIndex of Entry SSEQNRINT410PDTABIX
INS_SCLASObject Type OTYPECHAR2T778OOTYPEPOT
INS_SOBIDID of Related Object SOBIDCHAR45CHAR45
TXT_RELATRelationship Name (Bottom Up) BUTEXTCHAR25TEXT25
TXT_OTYPEObject Type Text OTEXTCHAR25TEXT25
TXT_OTYP1Object Type Text OTEXTCHAR25TEXT25
TXT_SHORTObject Abbreviation SHORT_DCHAR12TEXT12
TXT_STEXTObject Name STEXTCHAR40TEXT40
TXT_SHOR1Object Abbreviation SHORT_DCHAR12TEXT12
TXT_STEX1Object Name STEXTCHAR40TEXT40
GDATEDelimitation date GDATEDATS8DATUM

Key field Non-key field



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

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

How to access SAP table PRHGR

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