Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Change Dialog Process to Batch Process via ABAP

former_member408355
Discoverer
0 Kudos
549

Hello - for long time ago I heard from a abap developer he has change a DIA process to BTC process dynamically via abap. In SM50 i can see the processes. But I don't know how he developed this procedure. Has anyone a code snippet for me?

4 REPLIES 4

jasmin_gruschke
Product and Topic Expert
Product and Topic Expert
0 Kudos
472

Hi Christian,

he might have used the methods described in the answers to this question: https://answers.sap.com/questions/3112701/how-to-run-a-program-in-background-and-how-to-chec.html

Best,
Jasmin

0 Kudos
472

No, I need it for parallelisation, und I want to increase a Batch Process and decrease a Dialogprocess,

0 Kudos
472

Hi Christian,
in this case operations mode (https://help.sap.com/docs/ABAP_PLATFORM_NEW/b17bd20044a44edb9aa7830ee52ffac3/80490f50847f021de10000000a44538d.html) might be helpful. There are a couple of good blogs and videos in the community.

Best,
Jasmin

fedaros
Product and Topic Expert
Product and Topic Expert
0 Kudos
472

Hi bitcreations,

Change the distribution of dialogs/background work process or increase/decrease it number demands planning and resources, not sure if you have a exclusive system for your program, but I can see a system with concurrent "abaps programs" fighting for their goals, including reduce resources for users.... to think about.

Anyhow, take a look on this blogs which may help you to find what is behind basis transactions, if still needed:

https://blogs.sap.com/2023/01/20/increase-decrease-background-dialog-work-processes-without-restarti...

Regards, Fernando Da Rós