2023 Jun 05 11:22 AM
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?
2023 Jun 05 11:27 AM
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
2023 Jun 05 11:32 AM
No, I need it for parallelisation, und I want to increase a Batch Process and decrease a Dialogprocess,
2023 Jun 06 10:48 PM
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
2023 Jun 05 12:22 PM
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:
Regards, Fernando Da Rós