RPC770IB 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 RPC770IB 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EXIT_RPC770I0_011 CALL FUNCTION 'EXIT_RPC770I0_011' EXPORTING PERNR = PERNR-PERNR BEGDA = BEGDA ENDDA = ENDDA TABLES P_TABENTE = TABENTE P_P0154 = P0154 P_GESTIONI_ASS = GESTIONI_ASS EXCEPTIONS USED_USER_EXIT = 1 OTHERS = 2.
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = BEGDA END = ENDDA IMPORTING FIRE_DATE = FIREDATE HIRE_DATE = HIREDATE TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001.
RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING DAY_IN = RT_TAB-FPBEG IMPORTING LAST_DAY_OF_MONTH = LASTDAYMONTH.
EXIT_RPC770I0_012 CALL FUNCTION 'EXIT_RPC770I0_012' EXPORTING P_PREVIOUS_NUM = PREVIOUS_NUM P_SPEZ_PART = SPEZ_PART P_BEGDA = BEGDA P_ENDDA = ENDDA P_TABENTE = TABENTE TABLES P_BREAK = BREAK P_WPBP_TAB = WPBP_TAB P_P0016 = P0016 P_GRADINFO = GRADINFO EXCEPTIONS USED_USER_EXIT = 1 OTHERS = 2.
EXIT_RPC770I0_021 CALL FUNCTION 'EXIT_RPC770I0_021' EXPORTING P_PERNR = PERNR-PERNR P_BEGDA = BEGDA P_ENDDA = ENDDA P_WAERS = G_WAERS TABLES 770SA_INAIL = 770SA_INAIL EXCEPTIONS USED_USER_EXIT = 1 OTHERS = 2.
EXIT_RPC770I0_013 CALL FUNCTION 'EXIT_RPC770I0_013' EXPORTING P_PREVIOUS_NUM = PREVIOUS_NUM P_SPEZ_PART = SPEZ_PART P_BEGDA = BEGDA P_ENDDA = ENDDA P_TABENTE = TABENTE TABLES P_BREAK = BREAKAI P_WPBP_TAB = WPBP_TAB P_P0016 = P0016 P_GRADINFO = GRADINFO EXCEPTIONS USED_USER_EXIT = 1 OTHERS = 2.
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = BEGDA END = ENDDA IMPORTING FIRE_DATE = P_DATA_CESSAZIONE HIRE_DATE = P_DATA_ASSUNZIONE TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001.
EXIT_RPC770I0_020 CALL FUNCTION 'EXIT_RPC770I0_020' EXPORTING P_PERNR = PERNR-PERNR P_BEGDA = BEGDA P_ENDDA = ENDDA P_WAERS = G_WAERS P_SEZ = C_SA_INPDAP TABLES P_TABENTE = TABENTE P_COMP_RESULT = I_COMP_RESULT1 P_GESTIONI_ASS = GESTIONI_ASS P_CUDTABPREV = 770SA_INPDAP P_PAYROLL_RESULTS = I_PAYROLL_RESULT P_WPBP_TAB = WPBP_TAB P_GRADINFO = GRADINFO P_RT_TAB = RT_TAB CHANGING P_PREVIOUS_NUM = PREVIOUS_NUM_INPDAP EXCEPTIONS USED_USER_EXIT = 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.