RMDRD002_IF100 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 RMDRD002_IF100 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!
MDRD_CHECK_PROFILE CALL FUNCTION 'MDRD_CHECK_PROFILE' EXPORTING i_s_drd_ctrl = g_s_ctrl i_check_header_only = c_char_no i_clear_unused_flds = c_char_yes IMPORTING e_s_drd_ctrl = g_s_ctrl EXCEPTIONS OTHERS = 0.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' "#EC * EXPORTING textline1 = text-015 textline2 = text-016 text_option1 = text-017 text_option2 = text-018 titel = text-019 cancel_display = c_char_no IMPORTING answer = l_answer.
MDRDA_DELETE_MDRD CALL FUNCTION 'MDRDA_DELETE_MDRD' CHANGING ch_t_mdrd_key = l_t_mdrd_key EXCEPTIONS OTHERS = 0.
MDRDA_WRITE_MDRD_SINGLE CALL FUNCTION 'MDRDA_WRITE_MDRD_SINGLE' EXPORTING i_resdb = g_mdrdt_s_show_scr_data-param_resdb i_matkl = g_mdrdt_s_show_scr_data-param_matkl i_extwg = g_mdrdt_s_show_scr_data-param_extwg i_matnr = g_mdrdt_s_show_scr_data-param_matnr i_ddate = sy-datum i_s_mdrd_ctrl = g_s_ctrl i_nobuf = c_char_yes CHANGING ch_t_berid = l_t_berid EXCEPTIONS wrong_or_missing_input = 1 OTHERS = 99.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-011 text_question = text-012 text_button_1 = text-013 text_button_2 = text-014 default_button = c_char_1 IMPORTING answer = l_answer EXCEPTIONS text_not_found = 1 OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.