SAP Reports / Programs | Payroll | USA | Benefit Integration(PY-US-GR-BI) SAP PY

RPCPENU0_FORMS SAP ABAP INCLUDE - Include RPCPENU0_FORMS







RPCPENU0_FORMS is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

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


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 RPCPENU0_FORMS. "Basic submit
SUBMIT RPCPENU0_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT RPCPENU0_FORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RPCPENU0_FORMS


INCLUDES used within this REPORT RPCPENU0_FORMS

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:

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = gt_events[].

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RPCPENU0' "Report specific it_fieldcat = gt_fieldcat[] i_default = 'X' i_save = 'A' is_variant = gs_variant it_events = gt_events[] TABLES t_outtab = gl_data_table.

HRNA_EVAL_RUN_CREATE CALL FUNCTION 'HRNA_EVAL_RUN_CREATE' EXPORTING molga = gl_molga_us sagrp = l_eval_sagrp appl = l_eval_appl name = l_sl_evnam simu = ' ' program = lc_program IMPORTING runid = lc_runid_tmp.

HRNA_EVAL_RUN_CREATE CALL FUNCTION 'HRNA_EVAL_RUN_CREATE' EXPORTING molga = gl_molga_us sagrp = l_eval_sagrp appl = l_eval_appl name = l_sl_evnam simu = ' ' program = lc_program IMPORTING runid = lc_runid_tmp.

HRNA_EVAL_ATTR_SET CALL FUNCTION 'HRNA_EVAL_ATTR_SET' EXPORTING molga = gl_molga_us sagrp = gl_eval_sagrp appl = 'PENK' runid = runid attr = attr value = value.

CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING persnr = pernr-pernr TABLES in_rgdir = rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2.

CD_RETROCALC_PERIOD CALL FUNCTION 'CD_RETROCALC_PERIOD' EXPORTING entry = rgdir IMPORTING calcd = lc_sw_retro.

HR_BEN_PAY_GET_PLAN_ADMIN CALL FUNCTION 'HR_BEN_PAY_GET_PLAN_ADMIN' EXPORTING pernr = pernr-pernr barea = p0169-barea bplan = p0169-bplan datum = p0169-begda "#EC DOM_EQUAL aper = gl_aper_wa calcmolga = gl_molga_us check_deduction_model = space IMPORTING ee_benefit_data = gl_ee_benefit_data plan_details = gl_h5uba_wa rejected = gl_rejected subrc = gl_subrc TABLES wpbp = wpbp error_table = gl_error_table.

HRNA_EVAL_STATUS_SET CALL FUNCTION 'HRNA_EVAL_STATUS_SET' EXPORTING molga = gl_molga_us sagrp = p_sagrp appl = 'PENK' runid = p_runid status = '91' " void run status EXCEPTIONS * run_locked = 1 * run_not_found = 2 * status_not_valid = 3 * insert_failed = 4.

HRNA_EVAL_RUN_GET_LAST CALL FUNCTION 'HRNA_EVAL_RUN_GET_LAST' EXPORTING molga = '10' appl = 'PENK' sagrp = 'PENK' main_attr = main_attr main_status = main_status IMPORTING last_runid = p_runid TABLES attr_tab = attr_tab excl_status_tab = excl_status_tab.



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