RMCB03F0 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 RMCB03F0 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 Stock/Requirement Analysis
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING week = bt_week IMPORTING date = tag-low.
WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING week = bt_week IMPORTING date = tag-high.
PERIOD_DAY_DETERMINE CALL FUNCTION 'PERIOD_DAY_DETERMINE' EXPORTING i_gjahr = zeitr-low(4) i_monat = zeitr-low+4(2) * i_periv = perivar i_periv = sav_periv IMPORTING e_fday = tag-low e_lday = tag-high.
PERIOD_DAY_DETERMINE CALL FUNCTION 'PERIOD_DAY_DETERMINE' EXPORTING i_gjahr = zeitr-high(4) i_monat = zeitr-high+4(2) i_periv = sav_periv IMPORTING * e_fday = tag-low e_lday = tag-high.
MATERIALIEN_ZUM_WERK CALL FUNCTION 'MATERIALIEN_ZUM_WERK' EXPORTING alle_materialien = true lagermaterialien = false TABLES materialien = sl_matnr werke = sl_werks dismm = sl_dismm dispo = sl_dispo wertetabelle = matstamm EXCEPTIONS not_found = 01.
MATERIALIEN_ZUM_WERK CALL FUNCTION 'MATERIALIEN_ZUM_WERK' EXPORTING alle_materialien = false lagermaterialien = true TABLES materialien = sl_matnr werke = sl_werks dismm = sl_dismm dispo = sl_dispo wertetabelle = matstamm EXCEPTIONS not_found = 01.
MCB_STOCK_FUTURE CALL FUNCTION 'MCB_STOCK_FUTURE' EXPORTING matnr = matstamm-matnr werks = matstamm-werks dismm = matstamm-dismm disnt = matstamm-dispo von_datum = tag-low bis_datum = tag-high perkz = sav_speri periv = sav_periv plscn = plsc TABLES t_s094 = int_s094.
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 i_periv = sav_periv 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCB03F0 - Inventory Controlling: FORM Routines for Stock/Requirement Analysis RMCB0395 - INVCO: Standard Reporting - New Selection RMCB0395 - INVCO: Standard Reporting - New Selection RMCB0390 - INVCO: Standard Reporting RMCB0390 - INVCO: Standard Reporting RMCB0305 - Material Analysis: Data Selection Report