GLO_RPRFS4PL 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 GLO_RPRFS4PL 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: Include GLO_RPRFS4PL Poland
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GLO_T706V_EXCHANGE_RATE CALL FUNCTION 'GLO_T706V_EXCHANGE_RATE' EXPORTING iv_t001_land1 = t001_land1 iv_zland = iv_zland iv_trip_head = lwa_head iv_trip_perio = lwa_perio iv_vpfps_line = vpfps iv_t702n = t702n iv_p0017 = p0017 IMPORTING ev_t706v_betfz = l_t706v_betfz ev_t706v_betfa = l_t706v_betfa ev_t706v_waers = l_t706v_waers TABLES it_ziel = ziel EXCEPTIONS no_extra_display = 1 OTHERS = 2.
GLO_T706U_EXCHANGE_RATE CALL FUNCTION 'GLO_T706U_EXCHANGE_RATE' EXPORTING iv_t001_land1 = t001_land1 iv_zland = iv_zland iv_trip_head = lwa_head iv_trip_perio = lwa_perio iv_uebpa_line = uebpa iv_t702n = t702n iv_p0017 = p0017 IMPORTING ev_t706u_betfz = l_t706u_betfz ev_t706u_betfa = l_t706u_betfa ev_t706u_waers = l_t706u_waers TABLES it_ziel = ziel EXCEPTIONS no_extra_display = 1 OTHERS = 2.
GLO_GET_EXCHANGE_RATES CALL FUNCTION 'GLO_GET_EXCHANGE_RATES' EXPORTING iv_trip_head = lwa_head iv_trip_perio = lwa_perio IMPORTING et_exchange_rates = et_exchange_rates TABLES vpfps = vpfps uebpa = uebpa ziel = ziel.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.