SAP Reports / Programs | Materials Management | Consumption-Based Planning (See Also PP-MRP)(MM-CBP) SAP MM

RMDRD002_IF100 SAP ABAP INCLUDE - RMDRD002IF100







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


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 RMDRD002_IF100. "Basic submit
SUBMIT RMDRD002_IF100 AND RETURN. "Return to original report after report execution complete
SUBMIT RMDRD002_IF100 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 RMDRD002_IF100

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:

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.



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 RMDRD002_IF100 or its description.