RPRSR400 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 RPRSR400 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: Subroutines for General Meals Accounting
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SHIFT_UEBERN_BACK_IN_ABZUG CALL FUNCTION 'SHIFT_UEBERN_BACK_IN_ABZUG' EXPORTING it_pdatv = wa_perio-pdatv it_pdatb = wa_perio-pdatb TABLES ct_abzug = abzug.
PTRV_GET_CALC_HOUR_MOLGA_03 CALL FUNCTION 'PTRV_GET_CALC_HOUR_MOLGA_03' EXPORTING morei = wa_head-morei home_country = t001_land1 trip_country = wa_head-zland trip_begin_date = wa_head-datv1 IMPORTING calc_new = austria_24.
HRCA_ROUND_AMOUNT CALL FUNCTION 'HRCA_ROUND_AMOUNT' EXPORTING amount_in = amount_in company = t001_bukrs currency = wa_perio-waers IMPORTING amount_out = amount_out difference = difference EXCEPTIONS OTHERS = 0.
ROUND_AMOUNT * CALL FUNCTION 'ROUND_AMOUNT' * EXPORTING * AMOUNT_IN = AMOUNT_IN * COMPANY = T001_BUKRS * CURRENCY = T001_WAERS * IMPORTING * AMOUNT_OUT = AMOUNT_OUT * DIFFERENCE = DIFFERENCE * NO_ROUNDING = NO_ROUNDING.
HRCA_ROUND_AMOUNT CALL FUNCTION 'HRCA_ROUND_AMOUNT' EXPORTING amount_in = amount_in company = t001_bukrs currency = wa_perio-waers IMPORTING amount_out = amount_out difference = difference EXCEPTIONS OTHERS = 0.
ROUND_AMOUNT * CALL FUNCTION 'ROUND_AMOUNT' * EXPORTING * AMOUNT_IN = AMOUNT_IN * COMPANY = T001_BUKRS * CURRENCY = T001_WAERS * IMPORTING * AMOUNT_OUT = AMOUNT_OUT * DIFFERENCE = DIFFERENCE * NO_ROUNDING = NO_ROUNDING.
HRCA_ROUND_AMOUNT CALL FUNCTION 'HRCA_ROUND_AMOUNT' EXPORTING amount_in = amount_in company = t001_bukrs currency = wa_perio-waers IMPORTING amount_out = amount_out difference = difference EXCEPTIONS OTHERS = 0.
ROUND_AMOUNT * CALL FUNCTION 'ROUND_AMOUNT' * EXPORTING * AMOUNT_IN = AMOUNT_IN * COMPANY = T001_BUKRS * CURRENCY = T001_WAERS * IMPORTING * AMOUNT_OUT = AMOUNT_OUT * DIFFERENCE = DIFFERENCE * NO_ROUNDING = NO_ROUNDING.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.