RPLSPPS2_FORMS2 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 RPLSPPS2_FORMS2 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include RPLSPPS2_FORMS2
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = g_retro_period_begda end = report_endda IMPORTING fire_date = g_fire_date hire_date = g_hire_date TABLES pphifi = phifi pp0000 = p0000 pp0001 = p0001.
RP_CALC_DATE_IN_INTERVAL CALL FUNCTION 'RP_CALC_DATE_IN_INTERVAL' EXPORTING date = g_limit_date days = '01' months = '00' signum = '-' years = '00' IMPORTING calc_date = lv_frdate.
HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = 'HR_SE_AVE_PAID_LST3Y' IMPORTING is_implemented = is_implemented CHANGING instance = exit_obj.
RP_CALC_DATE_IN_INTERVAL CALL FUNCTION 'RP_CALC_DATE_IN_INTERVAL' EXPORTING date = lv_curr days = 00 months = 01 SIGNUM = '+' years = 00 IMPORTING CALC_DATE = lv_curr .
RP_CALC_DATE_IN_INTERVAL CALL FUNCTION 'RP_CALC_DATE_IN_INTERVAL' EXPORTING date = report_begda days = 00 months = 01 SIGNUM = '-' years = 00 IMPORTING CALC_DATE = lv_fpper .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.