WFCS_FCAST_PARALLELF02 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_PARALLELF02 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!
SPBT_INITIALIZE CALL FUNCTION 'SPBT_INITIALIZE' EXPORTING group_name = pi_servergroup IMPORTING max_pbt_wps = wa_servergroup-jobs_max free_pbt_wps = wa_servergroup-jobs_available EXCEPTIONS invalid_group_name = 1 internal_error = 2 pbt_env_already_initialized = 3 currently_no_resources_avail = 4 no_pbt_resources_found = 5 cant_init_different_pbt_groups = 6 OTHERS = 7.
ENQUEUE_EMRP_RUN CALL FUNCTION 'ENQUEUE_EMRP_RUN' EXPORTING * MODE_EMRP_RUN = 'E' * MANDT = SY-MANDT mdobj = 'P' * PLSCN = werks = wa_werks * X_MDOBJ = ' ' * X_PLSCN = ' ' * X_WERKS = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_EMRP_RUN CALL FUNCTION 'DEQUEUE_EMRP_RUN' EXPORTING * MODE_EMRP_RUN = 'E' * MANDT = SY-MANDT mdobj = 'P' * PLSCN = werks = wa_werks.
WFCS_BAPIRET2_CREATE_S CALL FUNCTION 'WFCS_BAPIRET2_CREATE_S'.
WFCS_RTIME_CONDENSE CALL FUNCTION 'WFCS_RTIME_CONDENSE' EXPORTING pi_runtime_profile = pi_runtime_profile TABLES tc_runtime_info = gt_runtime_info.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 WFA_WRKAREA_QUALS_GET=========FT - WFAWRKAREAQUALSGET=========FT