cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can we run multiple Data Manager Packages at once?

Former Member
0 Likes
371

Hello,

Is it possible to run multiple Data Manager packages at the same time.  We are experiencing long package run times and want to try and run parallel processes.

Thank you,

Robert

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

Hello Robert,

Yes, it possible to run DM packages parallelly...we have an option !!

As said above be clear with your actual requirement.

Former Member
0 Likes

Does this mean I can run a lite optimize at the same time on different models?

Former Member
0 Likes

Yes, you can.

Former Member
0 Likes

Your requirement,...Light optimization with ---------(Another package name)  ??

former_member185511
Active Participant
0 Likes

Hi Robert,

As vadim said pls provide more details, but you can run your package by choosing any of your dimension from the scope as a driving dimension. For example 10 processes starts at the backend for 10 separate periods at the same time and every process writebacks their own data. Another alternate is you make your calculation parallel only on ABAP side and writeback merges your results and writebacks all at once.

Generally codes can be optimized by using hash tables, secondary indexes or just calculation parallelism rather than paralleling package etc...

former_member186338
Active Contributor
0 Likes

Everybody want to get some magic turbo switch Enable parallel processing!

former_member185511
Active Participant
0 Likes

eactly but till that stage there are many things that they need to check. People underestimating the ABAP code optimiziation and design problems.

former_member186338
Active Contributor
0 Likes

What type of DM packages do you want to run in parallel? Please provide all details... For script logic - one solution, etc...

Vadim

former_member186338
Active Contributor
0 Likes

P.S. And some packages simply can't be run in parallel - like import of data and calculations on the same data