HRPP_PARAMS SAP (Parameter for RPCIPE01 Program) Structure details

Dictionary Type: Structure
Description: Parameter for RPCIPE01 Program




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




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

HRPP_PARAMS 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 "Parameter for RPCIPE01 Program" 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_HRPP_PARAMS TYPE HRPP_PARAMS.

The HRPP_PARAMS table consists of various fields, each holding specific information or linking keys about Parameter for RPCIPE01 Program data available in SAP. These include PNPXABKR (Payroll Area for Determining Time Period), PN_PAPER (Payroll period), PN_PABRJ (Payroll year for determining time period), PN_PABRP (Payroll period for determining time period).. 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: Can Be Enhanced (Deep)


SAP HRPP_PARAMS 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
PNPABKRS 0
PNPXABKRPayroll Area for Determining Time Period PNPXABKRCHAR2Assigned to domainABKRS
PN_PAPERPayroll period PAPERCHAR6PRIOD
PN_PABRJPayroll year for determining time period PNPPABRJNUMC4GJAHRGJAHR
PN_PABRPPayroll period for determining time period PNPPABRPNUMC2PABRP
PN_PERMOPeriod Parameters PERMONUMC2Assigned to domainPERMO
PN_BEGDAStart Date BEGDADATS8DATUM
PN_ENDDAEnd Date ENDDADATS8DATUM
PAYTYPayroll type PAYTYCHAR1PAYTY
PAYIDPayroll Identifier PAYIDCHAR1CHAR1
BONDTOff-cycle payroll payment date BONDTDATS8DATUM
TSTLVLType of document creation P_TSTLVLCHAR1P_TSTLVL
VARINAMEPosting variant HRPP_PVARICHAR4Assigned to domainHRPP_PVARI
LOG_ONData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
CALLPROGNAMEABAP Program Name PROGNAMECHAR40PROGNAME
EVALNAMEText on posting run P_EVNAMECHAR15TEXT15
CALCNAMEABAP Program Name PROGNAMECHAR40PROGNAME
CALCVARIABAP: Name of variant (without program name) VARIANTCHAR14Assigned to domainVARIANT
CALCSIMData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
PCOPLData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
REVR_SQNSequence Number CDSEQNUMC5NUM5
SET_REVRRepeat run SET_REVRCHAR1XFELD
MCSEPMultiple Checks - Select Results Separately MCSEPCHAR1XFELD
DATE_DET Method of Determining Posting Date0
POSTDATEDefault posting date HRPP_IDATEDATS8DATUM
DOCDATEDocument Date in Document BLDATDATS8DATUM
SETNOLOGLog output control P_SETNOLOGCHAR1P_SETNOLOG
SETNOACCData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
SPEC_PERIODS 0
LINES_PARALLELData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
PYPARAID 0
PROCESSIDProcess number PAY_PROCESSIDNUMC10NUMC10HRST_PROCESSID
STEPIDIdentifier of Process Model Step STEPIDNUMC10NUMC10
RUNIDIdentifier of Process Model Step STEPIDNUMC10NUMC10
PARAIDSequential number for parallel processing of step PAY_PARAIDNUMC6NUM6
RUNIDNumber of Posting Run P_EVNUMNUMC10NUMC10
SEQNRSequence Number CDSEQNUMC5NUM5
RUNVARIANTRun Variant Parallel Processing HRPP_RUNVARIANTCHAR5HRPP_RUNVARIANT
PY_PM_CONTAINER 0
ZCOMPData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
SIM_FROMField of type DATS DATSDATS8DATS
LAUFDDate on Which the Program Is to Be Run LAUFDDATS8DATUM
LAUFIAdditional Identification LAUFICHAR6LAUFI
SET_REPLData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
PMPAYData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE

Key field Non-key field



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

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

How to access SAP table HRPP_PARAMS

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