cancel
Showing results for 
Search instead for 
Did you mean: 

multitasking?

Former Member
0 Kudos

Hello,

I wish to do so in as a sap program executes in the backround to launch at several sessions in oracle and at os level , not just in one session.

Is there any setting to do this?

Sap known to work in multitasking or something similar? Give a starting point, you know where to begin documenting .

The problem started from a job that takes a lot of time and at os level use 100% cpu .

And i hope by sharing in two sessions to avoid a cpu limitation on os level.

My System : sles 10 sp3, SAP ECC 6.0 (kernel 700 level 221), db: oracle rac 10.2.0.4

thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Theoretically you can open more than one session to the database, BI does that for example. But you really should use RFC to parallelize your job or create multiple smaller jobs that can run in parallel.

If you use RFC then the child processes will run on dialog work processes and report back to the batch process when finished. I am no abaper, but if i recall this right you should search the doku for CALL FUNCTION STARTING NEW TASK

Cheers Michael

Former Member
0 Kudos

If your HW CPU is 100% then using multitasking will not resolve your issue as your are already running out our your resources.

How many application servers you have or you have only one instance?

Former Member
0 Kudos

I have 2 application servers.