SAP Reports / Programs

RPIPREN0 SAP ABAP Report - Update of Payment Reduction for Education Field in IT0303







RPIPREN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for As of 2012 new values are introduced for applying the payment reduction for educational training...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 RPIPREN0 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_M05_IPRE - Update of Payment Reduction


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 RPIPREN0. "Basic submit
SUBMIT RPIPREN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPIPREN0 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: BTCIN = D .
Selection Text: BTCIX = D .
Selection Text: P_DLIST = D .
Selection Text: USER = D .
Title: Update of Payment Reduction for Education Field in IT0303
Text Symbol: AS1 = Data Substitution
Text Symbol: AS2 = Additional Data
Text Symbol: BI1 = Batch Input Map creation failed
Text Symbol: BI2 = No Batch Input Map created
Text Symbol: DEL = Log
Text Symbol: NEW = New
Text Symbol: OLD = Old
Text Symbol: T01 = Overview of Changed Records


INCLUDES used within this REPORT RPIPREN0

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_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.

HR_REFRESH_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING client = sy-mandt group = btcin user = user.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP' EXCEPTIONS not_open = 1 queue_error = 2.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = '5N' i_msgno = '016' i_msgv1 = 'Batch Input Map creation failed'(bi1) EXCEPTIONS program_error = 1 OTHERS = 2.

HR_APPEND_STAT_LIST CALL FUNCTION 'HR_APPEND_STAT_LIST' EXPORTING selected = gv_procpernr processed = gv_succpernr rejected = gv_rejpernr.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = lv_repid i_structure_name = 'P05_RPIPREN0_DISPLAY_ALV' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

HR_PAL_LOG_AND_ALV_DISPLAY CALL FUNCTION 'HR_PAL_LOG_AND_ALV_DISPLAY' EXPORTING i_s_display_profile = ls_disp_prof i_callback_program = lv_repid it_fieldcat = lt_fieldcat i_grid_title = text-t01 is_layout = lv_layout i_save = 'A' is_variant = lv_variant TABLES t_outtab = gt_new_data EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = '5N' i_msgno = '016' i_msgty = 'W' i_msgv1 = 'No Batch Input Map created'(bi2) EXCEPTIONS program_error = 1 OTHERS = 2.

HR_99S_GET_PERMO CALL FUNCTION 'HR_99S_GET_PERMO' EXPORTING p_abkrs = ls_p0001-abkrs IMPORTING p_t549a = ls_t549a p_return_code = lv_subrc.

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = u_pernr i_ename = u_ename i_msgid = u_msgid i_msgty = u_msgty i_msgno = u_msgno i_msgv1 = u_msgv1 i_msgv2 = u_msgv2 i_msgv3 = u_msgv3 i_msgv4 = u_msgv4 EXCEPTIONS program_error = 1 OTHERS = 2.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = 'PA30' TABLES dynprotab = gt_bdc.

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = pernr-pernr i_ename = pernr-ename i_msgid = 'HRPAYNL_EN' i_msgty = 'S' i_msgno = '102' i_msgv1 = space "lv_new_begda i_msgv2 = space "lv_begda i_msgv3 = space "lv_endda i_msgv4 = space EXCEPTIONS program_error = 1 OTHERS = 2.



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 RPIPREN0 or its description.