RPUUSSG0_FORMS7 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 RPUUSSG0_FORMS7 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:RPUUSSG0_FORMS7
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRGPBS_HER_GET_SURNAME_NINO CALL FUNCTION 'HRGPBS_HER_GET_SURNAME_NINO' EXPORTING p_begda = p_begda p_endda = p_endda IMPORTING sy_subrc = l_sy_subrc TABLES p_p0002 = p0002 CHANGING p_surname = l_surname p_ni_number = l_ninumber p_dob = l_dob.
CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING persnr = p_pernr TABLES in_rgdir = p_rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2.
CD_RETROCALC_PERIOD CALL FUNCTION 'CD_RETROCALC_PERIOD' EXPORTING entry = l_rgdir IMPORTING calcd = l_retro.
CD_RETROCALC_PERIOD CALL FUNCTION 'CD_RETROCALC_PERIOD' EXPORTING entry = l_rgdir IMPORTING calcd = l_retro.
HR_GB_TAX_YEAR CALL FUNCTION 'HR_GB_TAX_YEAR' EXPORTING p08_date = pernr_pay_care_tab-rgdir-paydt IMPORTING p08_begin_of_txyear = l_tax_year_start p08_end_of_txyear = l_tax_year_end.
CD_RETROCALC_PERIOD CALL FUNCTION 'CD_RETROCALC_PERIOD' EXPORTING entry = l_rgdir IMPORTING calcd = l_retro.
CD_RETROCALC_PERIOD CALL FUNCTION 'CD_RETROCALC_PERIOD' EXPORTING entry = l_rgdir IMPORTING calcd = l_retro.
CD_READ_PREVIOUS CALL FUNCTION 'CD_READ_PREVIOUS' EXPORTING in_record = l_retroyear-rgdir exact = ' ' last = ' ' all = ' ' ignore_abkrs = ' ' TABLES rgdir = l_rgdir[] out_rgdir = l_out[] EXCEPTIONS no_record_found = 1 OTHERS = 2.
HR_GB_TAX_YEAR CALL FUNCTION 'HR_GB_TAX_YEAR' EXPORTING p08_date = l_retroyear-rgdir-paydt IMPORTING p08_begin_of_txyear = l_tax_year_start p08_end_of_txyear = l_tax_year_end.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.