RPCDMED1 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 RPCDMED1 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_begda 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.
HR_CHECK_PERSGR call function 'HR_CHECK_PERSGR' "w exporting "w p_struct = l_pme24 "w p_datum = l_datum "w importing "w p_message = l_mess. "w
HR_DEUEV_CHECK_DSME * call function 'HR_DEUEV_CHECK_DSME' "YCTN1172763 * exporting " * is_dsme = _dsme " * is_dbme = _dbme " * exceptions " * check_failed = 1. "
HR_DEUEV_CHECK_DBME * call function 'HR_DEUEV_CHECK_DBME' "YCTN1172763 * exporting " * is_dsap = _dsap "17 " * is_dsme = _dsme " * is_dbme = _dbme " * exceptions " * check_failed = 1. "
HR_D3_CHECK_COMPLIANCE * call function 'HR_D3_CHECK_COMPLIANCE' * exporting * fieldname = 'FMNA' * fielddata = l_data * no_conversion = 'X' "20 * exceptions * check_failed = 1 * others = 0.
HR_D3_CHECK_COMPLIANCE * call function 'HR_D3_CHECK_COMPLIANCE' * exporting * fieldname = 'VONA' * fielddata = l_data * no_conversion = 'X' "20 * exceptions * check_failed = 1 * others = 0.
HR_D3_CHECK_COMPLIANCE * call function 'HR_D3_CHECK_COMPLIANCE' * exporting * fieldname = 'VOSA' * fielddata = l_data * no_conversion = 'X' "20 * exceptions * check_failed = 1 * others = 0.
HR_D3_CHECK_COMPLIANCE * call function 'HR_D3_CHECK_COMPLIANCE' * exporting * fieldname = 'NAZU' * fielddata = l_data * no_conversion = 'X' "20 * exceptions * check_failed = 1 * others = 0.
HR_D3_CHECK_COMPLIANCE * call function 'HR_D3_CHECK_COMPLIANCE' * exporting * fieldname = 'TITEL' * fielddata = l_data * no_conversion = 'X' "20 * exceptions * check_failed = 1 * others = 0.
HR_D3_CHECK_COMPLIANCE * call function 'HR_D3_CHECK_COMPLIANCE' * exporting * fieldname = 'PLZ' * fielddata = l_data * alternative_check = l_alter * no_conversion = 'X' "20 * exceptions * check_failed = 1 * others = 0.
HR_D3_CHECK_COMPLIANCE * call function 'HR_D3_CHECK_COMPLIANCE' * exporting * fieldname = 'ORT' * fielddata = l_data * alternative_check = l_alter * no_conversion = 'X' "20 * exceptions * check_failed = 1 * others = 0.
HR_D3_CHECK_COMPLIANCE * call function 'HR_D3_CHECK_COMPLIANCE' * exporting * fieldname = 'STR' * fielddata = l_data * alternative_check = l_alter * no_conversion = 'X' "20 * exceptions * check_failed = 1 * others = 0.
HR_D3_CHECK_COMPLIANCE * call function 'HR_D3_CHECK_COMPLIANCE' * exporting * fieldname = 'ADRZU' * fielddata = l_data * no_conversion = 'X' "20 * exceptions * check_failed = 1 * others = 0.
HR_DEUEV_CHECK_DBAN * call function 'HR_DEUEV_CHECK_DBAN' "16 * exporting "16 * is_dsme = _dsme "16 * is_dbme = _dbme "16 * is_dban = _dban "16 * exceptions "16 * check_failed = 1. "16
HR_D3_CHECK_COMPLIANCE * call function 'HR_D3_CHECK_COMPLIANCE' * exporting * fieldname = 'GBNA' * fielddata = l_data * exceptions * check_failed = 1 * others = 0.
* call function 'HR_D3_CHECK_COMPLIANCE' * exporting * fieldname = 'GBVOSA' * fielddata = l_data * exceptions * check_failed = 1 * others = 0.
HR_D3_CHECK_COMPLIANCE * call function 'HR_D3_CHECK_COMPLIANCE' * exporting * fieldname = 'GBNAZU' * fielddata = l_data * exceptions * check_failed = 1 * others = 0.
HR_D3_CHECK_COMPLIANCE * call function 'HR_D3_CHECK_COMPLIANCE' * exporting * fieldname = 'GBOT' * fielddata = l_data * exceptions * check_failed = 1 * others = 0.
HR_DEUEV_CHECK_DBGB * call function 'HR_DEUEV_CHECK_DBGB' "24 * exporting "24 * is_dsme = _dsme "24 * is_dbme = _dbme "24 * is_dbgb = _dbgb "24 * exceptions "24 * check_failed = 1. "24
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 RPCDMED1 or its description.