SAP Reports / Programs | Personnel Management | Personnel Administration | Germany(PA-PA-DE) SAP PA

RPIKUGD0 SAP ABAP Report - Batch Input for RHC/SRHC







RPIKUGD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for BEGIN OF UPDATE The report helps the HR administrator to enter data for employees for whom reduced hours compensation (RHC) or seasonal reduced hours compensation (SRHC) was requested...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPIKUGD0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M01_IKUG - Create Red. Working Hrs Infotypes 01


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RPIKUGD0. "Basic submit
SUBMIT RPIKUGD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPIKUGD0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: HOLDDATE = BDC Session Locked until
Selection Text: KURFN = RHC Reference No. (from T5D3E)
Selection Text: KUSWG = R(HC) or S(RHC)
Selection Text: MAPNAME = Name of Batch Input Session
Title: Batch Input for RHC/SRHC
Text Symbol: 007 = Not in table
Text Symbol: 013 = Key
Text Symbol: GZ1 = Extend or Recreate
Text Symbol: GZ2 = / Allowance Period Year


INCLUDES used within this REPORT RPIKUGD0

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

HR_MAPNAME_VERIFY CALL FUNCTION 'HR_MAPNAME_VERIFY' "XWIP30K035877 EXPORTING "XWIP30K035877 MAPNAME = MAPNAME "XWIP30K035877 REPORTNAME = REPNAME "XWIP30K035877 IMPORTING "XWIP30K035877 MAPNAME = MAPNAME. "XWIP30K035877

HR_MAPNAME_VERIFY CALL FUNCTION 'HR_MAPNAME_VERIFY' "XWIP30K035877 EXPORTING "XWIP30K035877 MAPNAME = MAPNAME "XWIP30K035877 REPORTNAME = REPNAME "XWIP30K035877 IMPORTING "XWIP30K035877 MAPNAME = MAPNAME. "XWIP30K035877

HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' "a exporting "a i_stcnt = g_log_counter "a i_msgid = c_msgid "a i_msgno = 120 "a exceptions "a others = 2. "a

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = MAPNAME USER = SY-UNAME KEEP = SPACE HOLDDATE = HOLDDATE.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'PA30' "Transaktionscode TABLES DYNPROTAB = BDCDATA.

HR_PAL_GENRL_MSG_ADD call function 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = sy-msgid i_msgty = sy-msgty i_msgno = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4 EXCEPTIONS program_error = 1 others = 2.

HR_PAL_PERNR_MSG_ADD call function 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_pernr = p_pernr i_msgid = sy-msgid i_msgty = sy-msgty i_msgno = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4 EXCEPTIONS program_error = 1 others = 2.

HR_PAL_LOG_DISPLAY call function 'HR_PAL_LOG_DISPLAY' EXPORTING I_S_DISPLAY_PROFILE = l_s_display_profile * I_S_FLAT_PROFILE = EXCEPTIONS PROGRAM_ERROR = 1 NO_LOGS = 2 OTHERS = 3 .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPIKUGD0 or its description.