SDRRR52F 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 SDRRR52F 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!
SD_CONVERT_CURRENCY_INCL_EURO CALL FUNCTION 'SD_CONVERT_CURRENCY_INCL_EURO' EXPORTING fif_date = lvs_bkpf-budat fif_source_amount = lvs_bseg-wrbtr fif_source_currency = lvs_bkpf-waers fif_local_currency = pis_t001-waers fif_target_currency = pis_headerk-waerk IMPORTING fef_target_amount = lvs_bseg-wrbtr EXCEPTIONS no_rate_found = 1 wrong_euro_customizing = 2 direct_convertion_failt = 3 others = 4.
OUTBOUND_CALL_00503104_E CALL FUNCTION 'OUTBOUND_CALL_00503104_E' EXPORTING fis_vbrk = pis_vbrk fis_vbrevr = lvs_vbrevr fif_matnr = lvs_billacc-matnr fif_txjcd = lvs_billacc-txjcd fif_prctr = lvs_billacc-prctr CHANGING fcs_bkpf = lvs_bkpf fcs_bseg = lvs_bseg fcf_conn_check = lvf_conn_check.
SD_CONVERT_CURRENCY_INCL_EURO CALL FUNCTION 'SD_CONVERT_CURRENCY_INCL_EURO' EXPORTING fif_date = lvs_bkpf-budat fif_source_amount = lvs_bseg-wrbtr fif_source_currency = lvs_bkpf-waers fif_local_currency = pis_t001-waers fif_target_currency = lvs_billacc-waerk IMPORTING fef_target_amount = lvs_bseg-wrbtr EXCEPTIONS no_rate_found = 1 wrong_euro_customizing = 2 direct_convertion_failt = 3 others = 4.
SD_CONVERT_CURRENCY_INCL_EURO CALL FUNCTION 'SD_CONVERT_CURRENCY_INCL_EURO' EXPORTING fif_date = pis_vbrk-kurrf_dat fif_source_amount = lvs_billamt-netwr fif_source_currency = lvs_billamt-waerk fif_local_currency = pis_t001-waers fif_target_currency = pif_waerk IMPORTING fef_target_amount = lvs_billamt-netwr EXCEPTIONS no_rate_found = 1 wrong_euro_customizing = 2 direct_convertion_failt = 3 others = 4.
FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_bukrs = pcs_vbrk-bukrs i_budat = pcs_vbrk-fkdat IMPORTING e_gjahr = pcs_vbrk-gjahr e_poper = pcs_vbrk-poper.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.