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

RPC770IC_2002 SAP ABAP INCLUDE - RPC770IC2002







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

EXIT_RPCEUDI0_050 CALL FUNCTION 'EXIT_RPCEUDI0_050' EXPORTING P_PERNR = pernr-pernr P_BEGDA = BEGDA P_ENDDA = ENDDA TABLES P_P0000 = P0000 P_P0001 = P0001 P_P0031 = P0031 CC_DATA = G_T_CC_DATA CHANGING P_COMPCHANGE = G_COMPCHANGE EXCEPTIONS USED_USER_EXIT = 1 OTHERS = 2.

EXIT_RPCEUDI0_051 CALL FUNCTION 'EXIT_RPCEUDI0_051' EXPORTING P_PERNR = PERNR-pernr P_BEGDA = BEGDA P_ENDDA = ENDDA TABLES CC_DATA = G_T_CC_DATA P_P0000 = P0000 P_P0001 = P0001 P_P0002 = P0002 P_P0003 = P0003 P_P0006 = P0006 P_P0016 = P0016 P_P0031 = P0031 P_P0021 = P0021 P_P0154 = P0154 P_P0155 = P0155 P_P0156 = P0156 P_P0159 = P0159 P_P0160 = P0160 P_P0305 = P0305 P_P0306 = P0306 P_P0421 = P0421 P_P0483 = P0483 EXCEPTIONS USED_USER_EXIT = 1 OTHERS = 2.

EXIT_RPCEUDI0_052 CALL FUNCTION 'EXIT_RPCEUDI0_052' EXPORTING P_PERNR = PERNR-pernr P_BEGDA = BEGDA P_ENDDA = ENDDA TABLES CC_DATA = G_T_CC_DATA P_P0000 = P0000 P_P0031 = P0031 I_PAYROLL_RESULT = I_PAYROLL_RESULT MOABW_TAB = MOABW_TAB RT_TAB = RT_TAB CRT_TAB = CRT_TAB WPBP_TAB = WPBP_TAB I_PC_RESULT = I_PC_RESULT I_TM_RESULTS = I_TM_RESULTS ZL_TAB = ZL_TAB I_COMP_RESULT1 = I_COMP_RESULT1 I_COMP_RESULT2 = I_COMP_RESULT2 EXCEPTIONS USED_USER_EXIT = 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 RPC770IC_2002 or its description.