cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel process define for batch job

Former Member
0 Kudos

Hi,

I would like to run a batch job with a few processes run parallel together. May I know where can i define it ? T-code ?

Regards

Lauran

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Lauren,

First of all there is no transaction code as such.

First of all the report that needs to be run in background should enable you to do parrallel processing. For that code has to be written accordingly.

Check this link:

http://help.sap.com/saphelp_nw2004s/helpdata/en/fa/096e92543b11d1898e0000e8322d00/content.htm

It gives details of function modules needed for this purpose.

After this you need to create a variant for the report and schedule it to run in background using either SE38 (dirrectly) or by creating a job explicitily- SM36.

A standard report that has parallel processing feature available is RBDAPP01.

Also check transactions like BD18. They also make use of parallel processing.

Regards.

Ruchit.

JPReyes
Active Contributor
0 Kudos