SAP Reports / Programs

WFCS_TADST_COPY_PARALLEL SAP ABAP Report - Sales Forecast: Copy Consumption Data from MRP







WFCS_TADST_COPY_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_TADST_COPY_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

WFCS04 - Sales Forecast: Consumption from MRP


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_TADST_COPY_PARALLEL. "Basic submit
SUBMIT WFCS_TADST_COPY_PARALLEL AND RETURN. "Return to original report after report execution complete
SUBMIT WFCS_TADST_COPY_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: SEL_WERK = D Plant
Selection Text: SEL_SGRP = Server group
Selection Text: SEL_PTRT = D Waiting Time for Task Return
Selection Text: SEL_PTOR = D Waiting Time for Task Return
Selection Text: SEL_PTO2 = D Waiting Time 2
Selection Text: SEL_PTO1 = D Waiting Time 1
Selection Text: SEL_PTI2 = D Waiting Time 2
Selection Text: SEL_PTI1 = D Waiting Time 1
Selection Text: SEL_PRST = D No. of restart attempts
Selection Text: SEL_PMAX = Max. no. processes
Selection Text: SEL_PKZ = D Period indicator
Selection Text: SEL_PIV = D Fiscal year variant
Selection Text: SEL_NPPR = No. of parallel processes
Selection Text: SEL_MAT = D Material
Selection Text: SELX_PLL = Use parallel processing
Selection Text: SELXPROT = Display log
Selection Text: SELPSIZE = Packet Size
Selection Text: SELDATT = To
Selection Text: SELDATF = From
Title: Sales Forecast: Copy Consumption Data from MRP
Text Symbol: TRT = Return time
Text Symbol: TIO = Max.time
Text Symbol: TI2 = Waiting Time 2
Text Symbol: TI1 = Waiting Time 1
Text Symbol: SGR = Server group
Text Symbol: PLL = Use parallel processing
Text Symbol: MPR = Max. no. processes
Text Symbol: DTT = to
Text Symbol: DTF = From
Text Symbol: BWR = Run workload estimate
Text Symbol: BWD = Determine Load Preview
Text Symbol: BL9 = Technical settings
Text Symbol: BL8 = Processing control
Text Symbol: BL3 = Log functions
Text Symbol: BL2 = Date interval selection
Text Symbol: BL0 = Master data
Text Symbol: 0TR = TR
Text Symbol: 0T2 = T2





Text Symbol: 0T1 = T1


INCLUDES used within this REPORT WFCS_TADST_COPY_PARALLEL

INCLUDE WFCS_TADST_COPY_PARALLEL_TOP.
INCLUDE WFCS_TADTST_COPY_PARALLEL_UI.
INCLUDE WFCS_TADTST_COPY_PARALLEL_E01.
INCLUDE WFCS_TADTST_COPY_PARALLEL_E02.
INCLUDE WFCS_TADST_COPY_PARALLEL_F01.
INCLUDE WFCS_TADST_COPY_PARALLEL_F02.
INCLUDE WFCS_TADST_COPY_PARALLEL_F03.
INCLUDE WFCS_TADTST_COPY_PARALLEL_F04.
INCLUDE WFCS_TADTST_COPY_PARALLEL_F05.


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