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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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_GRID_DISPLAY * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' *
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' * @001@> 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.
WFCS_FCAST_PARALLELF03 - WFCSFCASTPARALLELF03 WFCS_FCAST_PARALLELF02 - WFCSFCASTPARALLELF02 WFCS_FCAST_PARALLELF01 - Formroutinen Oberfläche WFCS_FCAST_PARALLEL - Sales Forecast: Run and Delete WFCS_FCAST_PARALLEL - Sales Forecast: Run and Delete WFBGENTOP - Top include for follow-on document generation