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

WFCS_FCAST_PARALLEL SAP ABAP Report - Sales Forecast: Run and Delete







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WFCS01 - Run Sales Forecast
WFCS02 - Delete Sales Forecast


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_PARALLEL. "Basic submit
SUBMIT WFCS_FCAST_PARALLEL AND RETURN. "Return to original report after report execution complete
SUBMIT WFCS_FCAST_PARALLEL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: BL8 = Processing control
Text Symbol: BL9 = Technical settings
Text Symbol: BLD = Delete forecasting results
Text Symbol: BWD = Display Load Preview
Text Symbol: BWR = Run workload estimate
Text Symbol: DEL = Activate deletion mode?
Text Symbol: DTF = From
Text Symbol: DTT = to
Text Symbol: FCS = Activate forecasting mode?
Text Symbol: MPR = Max. no. processes
Text Symbol: NPR = Para. processes
Text Symbol: PHD = Deletion flag changed
Text Symbol: PLD = Planning Date for Forecast
Text Symbol: PLL = Use parallel processing
Text Symbol: PPS = Activate posting mode?
Text Symbol: PSM = Activate simulation mode?
Text Symbol: QD1 = Unrestricted article selection. Continue deletion?
Text Symbol: QD2 = Unrestricted date selection. Continue deletion?
Text Symbol: QDT = Check selection data for deletion
Text Symbol: SGR = Server group


INCLUDES used within this REPORT WFCS_FCAST_PARALLEL

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.


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:

No SAP FUNCTION MODULES are executed within this report code!



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