SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

RMMKOP01_F01 SAP ABAP INCLUDE - RMMKOP01F01







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

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:

MARA_SINGLE_READ call function 'MARA_SINGLE_READ' exporting matnr = matnr_new importing wmara = gt_mara_new exceptions lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 others = 5.

MARA_SINGLE_READ call function 'MARA_SINGLE_READ' exporting kzrfb = 'X' matnr = matnr_old importing wmara = gt_mara exceptions lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 others = 5.

MARC_READ_WITH_MATNR call function 'MARC_READ_WITH_MATNR' exporting matnr = gt_refmat-matnr_int KZRFB = 'X' * SPERRMODUS = ' ' * STD_SPERRMODUS = ' ' tables marc_tab = lt_marc exceptions not_found = 1 lock_on_marc = 2 lock_system_error = 3 enqueue_mode_changed = 4 OTHERS = 5.

MAKT_GENERIC_READ_WITH_MATNR call function 'MAKT_GENERIC_READ_WITH_MATNR' exporting kzrfb = 'X' matnr = gt_refmat-matnr_int tables makt_tab = gt_makt * KTEXT = exceptions wrong_call = 1 not_found = 2 OTHERS = 3.

MLGN_READ_WITH_MATNR_AKT_DB call function 'MLGN_READ_WITH_MATNR_AKT_DB' exporting matnr = gt_refmat-matnr_int KZRFB = 'X' * SPERRMODUS = ' ' * STD_SPERRMODUS = ' ' lhme = 'X' tables mlgn_akt_tab = gt_mlgn * MLGN_DB_TAB = exceptions not_found = 1 lock_on_mlgn = 2 lock_system_error = 3 enqueue_mode_changed = 4 OTHERS = 5.

MLGT_ARRAY_READ_MAT_ALL_BUFFER call function 'MLGT_ARRAY_READ_MAT_ALL_BUFFER' tables ipre03 = lt_matnr mlgt_tab = gt_mlgt.

MARM_GENERIC_READ_WITH_MATNR call function 'MARM_GENERIC_READ_WITH_MATNR' exporting matnr = gt_refmat-matnr_int KZRFB = 'X' tables marm_tab = gt_marm * MEINH = exceptions wrong_call = 1 not_found = 2 OTHERS = 3.

MVKE_READ_WITH_MATNR call function 'MVKE_READ_WITH_MATNR' exporting matnr = gt_refmat-matnr_int KZRFB = 'X' * SPERRMODUS = ' ' * STD_SPERRMODUS = ' ' tables mvke_tab = gt_mvke exceptions not_found = 1 lock_on_mvke = 2 lock_system_error = 3 enqueue_mode_changed = 4 OTHERS = 5.

MFHM_SINGLE_READ call function 'MFHM_SINGLE_READ' exporting kzrfb = 'X' matnr = gt_refmat-matnr_int werks = scrwrk importing wmfhm = gt_mfhm exceptions not_found = 1 wrong_call = 2 others = 3.

MBEW_READ_WITH_MATNR call function 'MBEW_READ_WITH_MATNR' EXPORTING matnr = gt_refmat-matnr_int kzrfb = 'X' * SPERRMODUS = ' ' * STD_SPERRMODUS = ' ' tables mbew_tab = gt_mbew exceptions not_found = 1 lock_on_mbew = 2 lock_system_error = 3 enqueue_mode_changed = 4 OTHERS = 5.

MEAN_GENERIC_READ_WITH_MATNR call function 'MEAN_GENERIC_READ_WITH_MATNR' exporting KZRFB = 'X' MATNR = gt_refmat-matnr_int tables MEAN_TAB = gt_mean exceptions WRONG_CALL = 1 NOT_FOUND = 2 OTHERS = 3.

STEUMMTAB_IDENTIFY call function 'STEUMMTAB_IDENTIFY' exporting werks = scrwrk exceptions wrong_call = 1 steummtab_empty = 2 OTHERS = 3.

STEUMMTAB_FILL call function 'STEUMMTAB_FILL' exporting kzrfb = 'X' matnr = gt_refmat-matnr_int werks = scrwrk neuflag = space tables steummtab = gt_stmm exceptions wrong_call = 1 mlan_not_found = 2 steummtab_empty = 3 OTHERS = 4.

TVKO_SINGLE_READ CALL FUNCTION 'TVKO_SINGLE_READ' EXPORTING vkorg = gt_mvke-vkorg IMPORTING wtvko = l_tvko EXCEPTIONS not_found = 1 OTHERS = 2.

STEUERTAB_IDENTIFY CALL FUNCTION 'STEUERTAB_IDENTIFY' EXPORTING vkorg = gt_mvke-vkorg bukrs_vkorg = l_tvko-bukrs vtweg = gt_mvke-vtweg EXCEPTIONS wrong_call = 1 vkorg_bukrs_not_found = 2 steuertab_empty = 3 OTHERS = 4.

STEUERTAB_FILL call function 'STEUERTAB_FILL' exporting matnr = gt_mvke-matnr vkorg = gt_mvke-vkorg vtweg = gt_mvke-vtweg neuflag = space tables steuertab = gt_steu exceptions mlan_not_found = 1 steuertab_empty = 2 others = 3.



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