SAP Reports / Programs | Personnel Management | Personnel Administration | Italy(PA-PA-IT) SAP PA

RPC770IN_2002 SAP ABAP INCLUDE - RPC770IN2002







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


INCLUDES used within this REPORT RPC770IN_2002

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_IT_LOAD_CUD2002_DATA CALL FUNCTION 'HR_IT_LOAD_CUD2002_DATA' EXPORTING table1_name = 'VARTAB' table2_name = 'TABENTE' table3_name = 'BREAK' table4_name = 'BREAKAI' table5_name = 'L_T_ERR' * TABLE6_NAME = * TABLE7_NAME = tms_name = cudtemse x_import_name_from_mem = 'X' TABLES table1 = cudvartab_m table2 = cudtabente table3 = cudbreak table4 = cudbreakai table5 = error_cud * TABLE6 = * TABLE7 = EXCEPTIONS program_error = 1 import_name_error = 2 temse_open_error = 3 temse_read_error = 4 temse_name_not_given_error = 5 temse_close_error = 6 OTHERS = 7 .

HR_IT_READ_T5ITW5 CALL FUNCTION 'HR_IT_READ_T5ITW5' EXPORTING p_cdmodu = c_770 * P_CDQUA = * P_CODE = * P_VOCIR1 = * P_SEGNO = p_begda = dateprn p_endda = dateprn p_sele = 'S' TABLES p_tab = re5itw5 EXCEPTIONS no_entry_found = 1 OTHERS = 2.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = 'RPC770I0' TABLES selection_table = l_rspar_tab EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.



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