HRRHAP SAP (Function Group RHAP Parameter Structure) Structure details

Dictionary Type: Structure
Description: Function Group RHAP Parameter Structure




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




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

HRRHAP 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 RHAP Parameter Structure" 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_HRRHAP TYPE HRRHAP.

The HRRHAP table consists of various fields, each holding specific information or linking keys about Function Group RHAP Parameter Structure data available in SAP. These include ISTAT (Planning Status), VTASK (Type of Update), GDATE (Delimitation date), HISTO (Historical Record Flag).. 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 HRRHAP 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
INFTYInfotype INFOTYPCHAR4T778TINFOTYPHRBAS00INFTY
ISTATPlanning Status ISTAT_DCHAR1T778SISTATPST
VTASKType of Update VTASKCHAR1HR_VTASK
GDATEDelimitation date GDATEDATS8DATUM
HISTOHistorical Record Flag HISTOCHAR1CHAR1
LOADSwitch: Load all Infotypes HR_LOADCHAR1CHAR1_X
GSTATDelimitation Status HR_GSTATCHAR1T778SISTAT
INVERTInvert Flag for Relationships INVERTCHAR1CHAR1_X
NOOFRECSNumber of Records for Update in Blocks NOOFRECSINT410
FCODEFunction Code OKCODECHAR20T77FCOKCODE
AUTHYIndicator: Authorization HR_AUTHYCHAR1CHAR1_X
TABIXIndex of Incorrect Entries in Mass Update HR_TABIXINT410SYST_LONG
SUBRCReturn Code SYSUBRCINT410SYST_SHORT
BUFFER_UPDFlag: With Update to Buffer BUFFER_UPDCHAR1CHAR1_X
COMMIT_FLGExecute COMMIT Switch COMMIT_FLGCHAR1CHAR1_X
ORDER_FLGSwitch: Note Sequence When Updating ORDER_FLGCHAR1CHAR1_X
DEL_SUCCEdit Subsequent Records With Time Constraint 2 DEL_SUCCCHAR1CHAR1_X
OLD_TABNRFlag: Adopt Old Pointer (TABNR) at INSERT OLD_TABNRCHAR1CHAR1_X
ACT_FLGSwitch: Activation On / Off HR_ACT_FLGCHAR1CHAR1_X
OLD_TNR_NLFlag: Adopt Old Pointer for INSERT New Language OLD_TNR_NLCHAR1CHAR1_X
MAN_FLGSwitch: Manual Transport Connection for PD Objects Active HR_MAN_FLGCHAR1CHAR1_X
UPD_PARTITPartition Size for Block Update UPD_PARTITINT410
BUFFER_CLRSwitch: Delete Buffer After Update BUFFER_CLRCHAR1CHAR1_X
WORKF_ACTVEvent Creation Switch for Updating Database WORKF_ACTVCHAR1CHAR1_X
KEEP_LUPDRetain: Last Changed By/On KEEP_LUPDCHAR1CHAR1_X
ALE_FLGSwitch: ALE Inbound Processing HR_ALE_FLGCHAR1CHAR1_X
BUFFER_FILSwitch: Fill Buffer for Internal Activation BUFFER_FILCHAR1CHAR1_X
TB_BUF_FILSwitch: Fill Table Buffer TB_BUF_FILCHAR1CHAR1_X

Key field Non-key field



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

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

How to access SAP table HRRHAP

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