WFCS_FCAST_PARALLEL is a standard Executable ABAP Report 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 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WFCS01 - Run Sales Forecast
WFCS02 - Delete Sales Forecast
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.
Selection Text: SELMATKL = D Material Group
Selection Text: SELPSIZE = Packet Size
Selection Text: SELXPROT = Display Log
Selection Text: SELX_DEL = Delete forecast movement data
Selection Text: SELX_PLL = Use Parallel Processing
Selection Text: SEL_DATE = Date of last forecast
Selection Text: SEL_DDEL = Deletion Date
Selection Text: SEL_MAT = D Material
Selection Text: SEL_NPPR = No. of parallel processes
Selection Text: SEL_PDAT = Planning date
Selection Text: SEL_PIV = D Fiscal year variant
Selection Text: SEL_PKZ = D Period indicator
Selection Text: SEL_PMAX = Max. no. processes
Selection Text: SEL_PMOD = D Forecast model
Selection Text: SEL_PRST = D No. of restart attempts
Selection Text: SEL_PTO1 = D Waiting Time 1
Selection Text: SEL_PTO2 = D Waiting Time 2
Selection Text: SEL_PTOR = D Waiting Time for Task Return
Selection Text: SEL_SGRP = Server group
Selection Text: SEL_WERK = D Plant
Title: Sales Forecast: Run and Delete
Text Symbol: TRT = Return time
Text Symbol: TIO = Max.time
Text Symbol: TI2 = Waiting Time 2
Text Symbol: TI1 = Waiting Time 1
Text Symbol: SM2 = Switch between posting <-> simulation
Text Symbol: SM1 = Simulation active
Text Symbol: SM0 = Update active
Text Symbol: SHD = Simulation mode changed
Text Symbol: 0T1 = T1
Text Symbol: 0T2 = T2
Text Symbol: 0TR = TR
Text Symbol: BL0 = Forecasting worklist: material master data
Text Symbol: BL1 = Last forecasting date
Text Symbol: BL2 = Log functions
Text Symbol: BL3 = Forecasting worklist: forecasting master data
Text Symbol: BL4 = Last forecasting date
Text Symbol: BL5 = Date interval (first day in period) for deletion
INCLUDE WFCS_FCAST_PARALLELTOP.
INCLUDE WFCS_FCAST_PARALLEL_UI.
INCLUDE WFCS_FCAST_PARALLEL_E01.
INCLUDE WFCS_FCAST_PARALLEL_E02.
INCLUDE WFCS_FCAST_PARALLELF01.
INCLUDE WFCS_FCAST_PARALLELF02.
INCLUDE WFCS_FCAST_PARALLELF03.
INCLUDE WFCS_FCAST_PARALLEL_F04.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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_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 WFA_WORKLOAD_CORRECT - remove qualification or proficency values from primary workload WFA_WORKLOAD_CORRECT - remove qualification or proficency values from primary workload