SAP Reports / Programs | Sales and Distribution | Billing | Revenue recognition(SD-BIL-RR) SAP SD

SDRRR52F SAP ABAP INCLUDE - documentation and ABAP source code







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SDRRR52F. "Basic submit
SUBMIT SDRRR52F AND RETURN. "Return to original report after report execution complete
SUBMIT SDRRR52F VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT SDRRR52F

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SDRRR52F or its description.