SAP Reports / Programs | Materials Management | Consumption-Based Planning (See Also PP-MRP)(MM-CBP) SAP MM

WFCS_FCAST_PARALLELF03 SAP ABAP INCLUDE - WFCSFCASTPARALLELF03







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

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:

WFCS_WLOAD_WERKS_VALID_GET_M CALL FUNCTION 'WFCS_WLOAD_WERKS_VALID_GET_M' TABLES ti_sel_werks = pi_ui_data-werks[] te_werks = lt_werks.

WFCS_WLOAD_GET_FROM_MDST_M CALL FUNCTION 'WFCS_WLOAD_GET_FROM_MDST_M' EXPORTING pi_display_sum = pi_display_sum TABLES ti_werks = lt_werks ti_sel_matnr = pi_ui_data-matnr ti_sel_date = pi_ui_data-date ti_sel_perkz = pi_ui_data-perkz ti_sel_periv = pi_ui_data-periv ti_sel_prmod = pi_ui_data-prmod ti_sel_matkl = pi_ui_data-matkl te_workload_werks = te_workload_werks.

REUSE_ALV_LIST_DISPLAY

REUSE_ALV_GRID_DISPLAY * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' * CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' * EXPORTING i_buffer_active = wfcst_ctrue i_callback_program = l_repid i_structure_name = 'WFCS_WORKLOAD_WERKS' TABLES t_outtab = te_workload_werks EXCEPTIONS program_error = 1 OTHERS = 2.

WFCS_WLOAD_WERKS_VALID_GET_M CALL FUNCTION 'WFCS_WLOAD_WERKS_VALID_GET_M' TABLES ti_sel_werks = p_ui_data-werks te_werks = lt_werks.

WFCS_WLOAD_GET_FROM_MDST_M CALL FUNCTION 'WFCS_WLOAD_GET_FROM_MDST_M' EXPORTING pi_display_sum = wa_display_progress pi_get_runtime = wa_get_runtime TABLES ti_werks = lt_werks ti_sel_matnr = p_ui_data-matnr ti_sel_date = p_ui_data-date ti_sel_perkz = p_ui_data-perkz ti_sel_periv = p_ui_data-periv ti_sel_prmod = p_ui_data-prmod ti_sel_matkl = p_ui_data-matkl te_workload_werks = lt_workload_werks CHANGING pe_runtime_info = wa_runtime_info.

WFCS_RTIME_CONDENSE CALL FUNCTION 'WFCS_RTIME_CONDENSE' EXPORTING pi_runtime_profile = p_ui_data-rtim TABLES tc_runtime_info = te_runtime_info.



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