WFCS_FCAST_PARALLEL_F04 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_PARALLEL_F04 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!
WFCSMDST_FCAST_DISPLAY_M CALL FUNCTION 'WFCSMDST_FCAST_DISPLAY_M' EXPORTING pi_refresh = wfcst_ctrue.
WFCS_ALOG_CREATE_S CALL FUNCTION 'WFCS_ALOG_CREATE_S' EXPORTING pi_date = pi_ui_data-pdat pi_called_from = wa_called_from EXCEPTIONS applog_header_creation_failed = 1 OTHERS = 2.
WFCS_PROGRESS_INDICATOR CALL FUNCTION 'WFCS_PROGRESS_INDICATOR' EXPORTING pi_init = wfcst_ctrue pi_increment = 1 pi_max = wa_stores_sum pi_message = wa_message pi_message_no = 2.
WFCS_PROGRESS_INDICATOR CALL FUNCTION 'WFCS_PROGRESS_INDICATOR' EXPORTING pi_act = wa_stores_no pi_msgv1 = wa_message-message_v1 pi_msgv2 = wa_message-message_v2.
WFCS_BAPIRET2_CREATE_S * CALL FUNCTION 'WFCS_BAPIRET2_CREATE_S' * TABLES * te_bapiret2 = lt_bapiret2.
WFCS_BAPIRET2_CREATE_S CALL FUNCTION 'WFCS_BAPIRET2_CREATE_S'.
WFCS_BAPIRET2_CREATE_S CALL FUNCTION 'WFCS_BAPIRET2_CREATE_S'.
WFCS_ALOG_SAVE_S CALL FUNCTION 'WFCS_ALOG_SAVE_S' EXPORTING pi_log_refresh = 'X' pi_date = sy-datum pi_time = sy-uzeit EXCEPTIONS no_header_initialization = 1 log_not_found = 2 save_not_allowed = 3 numbering_error = 4 OTHERS = 5.
WFCSMDST_FCAST_DISPLAY_M CALL FUNCTION 'WFCSMDST_FCAST_DISPLAY_M' EXPORTING pi_display = wfcst_ctrue.
WFCS_ALOG_DISPLAY_S CALL FUNCTION 'WFCS_ALOG_DISPLAY_S' EXPORTING pi_pl_date = pi_ui_data-pdat EXCEPTIONS no_authority = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.