RPRPAYFM 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 RPRPAYFM 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: Function Routines for Report RPRPAY00: Transfer TRV to PAYROLL
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRIPS_LIST_PERIO_HEAD call function 'TRIPS_LIST_PERIO_HEAD' EXPORTING employeenumber = pernr old_versions = 'X' IMPORTING no_trips = no_trips TABLES perio = t_perio head = t_head EXCEPTIONS table_perio_read_error = 1 table_head_read_error = 2 tables_inconsistent = 3 others = 99.
ALE_BAPI_GET_UNIQUE_RECEIVER CALL FUNCTION 'ALE_BAPI_GET_UNIQUE_RECEIVER' EXPORTING OBJECT = 'BUS7001' METHOD = 'POST' IMPORTING RECEIVER = HELP_RECEIVER TABLES FILTEROBJECTS_VALUES = FILTEROBJECTS_VALUES EXCEPTIONS ERROR_IN_FILTEROBJECTS = 1 ERROR_IN_ALE_CUSTOMIZING = 2 NOT_UNIQUE_RECEIVER = 3 NO_RFC_DESTINATION_MAINTAINED = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPRPAYFM - Function Routines for Report RPRPAY00: Transfer TRV to PAYROLL RPRPAYFA_ALV - RPRPAYFAALV RPRPAYFA - FORM Routines for ALE Management in RPRPAY00 RPRPAYDT - General Data for Report RPRPAY00: Transfer TRV to PAYROLL RPRPAYD0 - General Data Declarations for RPRPAY00 (Transfer to Payroll) RPRPAY00 - Transfer Travel Expenses to Separate Payroll System