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

RMCB03F0 SAP ABAP INCLUDE - Inventory Controlling: FORM Routines for Stock/Requirement Analysis







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


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 RMCB03F0. "Basic submit
SUBMIT RMCB03F0 AND RETURN. "Return to original report after report execution complete
SUBMIT RMCB03F0 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: FORM Routines for Stock/Requirement Analysis


INCLUDES used within this REPORT RMCB03F0

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:

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.



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