RPUUSSG0_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 RPUUSSG0_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 RPUUSSG0_FORMS2
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_ME_REPORTING_CHECK CALL FUNCTION 'HR_ME_REPORTING_CHECK' EXPORTING p_pernr = p_pernr p_date = p_endda p_program = 'RPUUSSG0' IMPORTING react = l_me_reaction TABLES p_p0000 = p0000 p_p0031 = p0031 p_p0121 = p0121 p_error = l_error EXCEPTIONS multiple_employments_failed = 1 OTHERS = 2.
HR_ME_REPORTING_CHECK CALL FUNCTION 'HR_ME_REPORTING_CHECK' EXPORTING p_pernr = p_pernr p_date = p_endda p_program = 'RPUUSSG0' IMPORTING react = l_me_reaction TABLES p_p0000 = p_p0000 p_p0031 = p_p0031 p_p0121 = p_p0121 p_error = l_error EXCEPTIONS multiple_employments_failed = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = p_pernr infty = '0008' begda = low_date endda = high_date TABLES infty_tab = p_p0008 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = p_pernr infty = '0014' begda = low_date endda = high_date TABLES infty_tab = p_p0014 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = p_pernr infty = '0015' begda = low_date endda = high_date TABLES infty_tab = p_p0015 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = p_pernr infty = '0000' begda = low_date endda = high_date TABLES infty_tab = p_p0000 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = p_pernr infty = '0031' begda = low_date endda = high_date TABLES infty_tab = p_p0031 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = p_pernr infty = '0071' begda = low_date endda = high_date TABLES infty_tab = p_p0071 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = p_pernr infty = '0121' begda = low_date endda = high_date TABLES infty_tab = p_p0121 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.