RPCDMED0 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 RPCDMED0 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!
CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting date = p_d3d-endda foreign_amount = l_entgt-ega foreign_currency = l_waers_alt local_currency = l_waers_neu importing local_amount = l_entgt-ega exceptions others = 1.
RP_GET_CURRENCY call function 'RP_GET_CURRENCY' exporting molga = c_molga begda = p_begda endda = p_d3d-endda importing waers = l_waers return = l_return exceptions others = 1 .
HR_GET_VALIDITY_OF_APPLICATION call function 'HR_GET_VALIDITY_OF_APPLICATION' exporting i_molga = '01' i_appl = 'BGHV' i_date = i_datum importing e_valid = l_sw_uvtrg_neu.
HR_GET_REPORTING_COMPANY_DATA call function 'HR_GET_REPORTING_COMPANY_DATA' exporting p_molga = '01' p_appl = 'BG01' p_werks_sum = i_werks p_btrtl_sum = i_btrtl P_DATE = i_datum P_ANART = '/A' importing data = ls_bgdat exceptions rep_comp_not_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.