SAP Reports / Programs | Materials Management | Materials Management | Inventory Controlling(MM-IS-IC) SAP MM

RMCB01F0 SAP ABAP INCLUDE - Inventory Controlling: Analysis-Specific FORM Routines







RMCB01F0 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 RMCB01F0 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 RMCB01F0. "Basic submit
SUBMIT RMCB01F0 AND RETURN. "Return to original report after report execution complete
SUBMIT RMCB01F0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Inventory Controlling: Analysis-Specific FORM Routines


INCLUDES used within this REPORT RMCB01F0

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = hlp_text1.

WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING week = ke_week IMPORTING date = ke_datum.

DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' EXPORTING date = ke_datum IMPORTING week = ke_week.

PERIOD_DAY_DETERMINE CALL FUNCTION 'PERIOD_DAY_DETERMINE' EXPORTING i_gjahr = pd_hlp_perio(4) i_monat = pd_hlp_perio+4(2) i_periv = perivar IMPORTING e_fday = hlp_low e_lday = hlp_high.

WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING week = ps_week IMPORTING date = perio-high.

WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING week = ps_week IMPORTING date = perio-low.

WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING week = ori_detail-spwoc IMPORTING date = perio-low.

MCB_GRAPHIC_DAILY CALL FUNCTION 'MCB_GRAPHIC_DAILY' EXPORTING bw_bestand = bw_bestand_neu bw_wert = bw_wert_neu e_beart = beart e_inart = inart e_vrsio = selektions_vrsio ko_bestand = ko_bestand_neu meins = meins selek = vs_selek simpl = vs_simpl waers = waers type_of_rate = type_of_rate text = text TABLES daten_s033 = daten_s033 r_werks = werks r_matnr = matnr r_lgort = lgort r_periode = perio EXCEPTIONS no_movements = 01 no_conversion = 02.

MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING maxtz = 10000 matnr = int_s032-matnr IMPORTING wmara = cs_mara EXCEPTIONS lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.

MARC_SINGLE_READ CALL FUNCTION 'MARC_SINGLE_READ' EXPORTING maxtz = 10000 matnr = int_s032-matnr werks = int_s032-werks IMPORTING wmarc = cs_marc EXCEPTIONS lock_on_marc = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.

MBEW_SINGLE_READ CALL FUNCTION 'MBEW_SINGLE_READ' EXPORTING maxtz = 10000 matnr = int_s032-matnr bwkey = int_s032-werks bwtar = space IMPORTING wmbew = cs_mbew EXCEPTIONS error_message = 08.

CO_TA_T134H_READ CALL FUNCTION 'CO_TA_T134H_READ' EXPORTING werks_imp = int_s032-werks spart_imp = int_s032-spart IMPORTING gsber_exp = cs_gsber EXCEPTIONS entry_not_found = 01.

CO_TA_T134H_READ CALL FUNCTION 'CO_TA_T134H_READ' EXPORTING werks_imp = int_s032-werks spart_imp = int_s032-spart IMPORTING gsber_exp = eb_gsber EXCEPTIONS entry_not_found = 01.

CKMS_PERIOD_READ_WITH_ITAB CALL FUNCTION 'CKMS_PERIOD_READ_WITH_ITAB' EXPORTING i_refresh_buffer = space i_read_only_buffer = space i_use_buffer = space i_bdatj_1 = ml_bdatj i_poper_1 = ml_poper TABLES t_kalnr = ml_kalnr t_ckmlpp = ml_ckmlpp t_ckmlcr = ml_ckmlcr EXCEPTIONS no_data_found = 1 input_data_inconsistent = 2 buffer_inconsistent = 3 OTHERS = 4.

DD_TBIX_GET CALL FUNCTION 'DD_TBIX_GET' EXPORTING tabl_name = 'S031' TABLES dd17v_tab_a = lt_dd17v EXCEPTIONS illegal_value = 1 OTHERS = 2.



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