SAP Reports / Programs

RPUUSSG0_FORMS2 SAP ABAP INCLUDE - Include RPUUSSG0_FORMS2







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


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 RPUUSSG0_FORMS2. "Basic submit
SUBMIT RPUUSSG0_FORMS2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUUSSG0_FORMS2 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 RPUUSSG0_FORMS2


INCLUDES used within this REPORT RPUUSSG0_FORMS2

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_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.



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