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

RMDRD003F01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

MAHDC_READ_CUSTOMIZING CALL FUNCTION 'MAHDC_READ_CUSTOMIZING' EXPORTING i_dismm = l_mdma-dismm i_read_drdprf = c_char_yes IMPORTING e_s_twahd = l_s_twahd e_s_tmdrd = l_s_tmdrd EXCEPTIONS wrong_input_parameter = 1 no_ahd_customizing = 2 wrong_berty = 3 error_message = 98 OTHERS = 99.

MDRDA_READ_MDRD_SINGLE CALL FUNCTION 'MDRDA_READ_MDRD_SINGLE' EXPORTING i_resdb = p_mdrdt_s_show_scr_data-param_resdb i_matkl = p_mdrdt_s_show_scr_data-param_matkl i_extwg = p_mdrdt_s_show_scr_data-param_extwg i_matnr = p_mdrdt_s_show_scr_data-param_matnr i_rtype = p_mdrdt_s_show_scr_data-param_rtype i_level = l_level i_rfchk = l_rfchk i_bpbuf = c_char_yes IMPORTING e_cdate = g_cdate e_ddate = g_ddate e_s_ctrl = l_s_ctrl e_s_ref_key = l_s_refkey CHANGING ch_t_berid = l_t_berid EXCEPTIONS wrong_or_missing_input = 1 foreign_user_lock = 2 error_when_locking = 3 error_in_reference = 4 drd_not_unique = 5 drd_not_existing = 6 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 RMDRD003F01 or its description.