RMCB02F0 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 RMCB02F0 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.
Title: Inventory Controlling: FORM Routines for Batch Analysis
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = lf_tabname TABLES DFIES_TAB = dfies_tab1 EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
CKMS_PERIOD_READ_WITH_ITAB CALL FUNCTION 'CKMS_PERIOD_READ_WITH_ITAB' EXPORTING i_refresh_buffer = space i_use_buffer = space i_build_smbew = space i_bdatj_1 = ml_bdatj i_poper_1 = ml_poper TABLES t_kalnr = ml_kalnr t_ckmlcr = ml_ckmlcr t_ckmlpp = ml_ckmlpp EXCEPTIONS no_data_found = 1 input_data_inconsistent = 2 buffer_inconsistent = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCB02F0 - Inventory Controlling: FORM Routines for Batch Analysis RMCB02BW - documentation and ABAP source code RMCB0205 - Storage Location Analysis: Data Selection Report RMCB0205 - Storage Location Analysis: Data Selection Report RMCB0200 - Storage Location Analysis RMCB0200 - Storage Location Analysis