Hello everybody,
At first, I hope this is the correct thread for this posting.
I have a problem with processing the generated idocs.
I create Idocs for example for all Customers (message type DEBMAS) with the transaction bd12.
Afterwards I process the Idocs with the transaction WE14 (program RSEOUT00).
The parameters I set are for example the packages size (= 100) which is necessary to avoid a lock table overflow, the message type, receiver system and so on.
The jobs works fine and without errors and all Idocs will be process and receive a new Status.
I do this with a background job (sm36) and create for each programm a step.
The problem is, that if I start the transaction we14 inside the background job with this parameters the process use user dialog processes. This means that the process reserve all available user dialog process from the system.
I think it starts/reserve for each package which should be processed a new dialog process.
After a short time nobody can work longer with the system because no dialog processes are available.
Why use this process no background processes or why use this process dialog processes?
Is this possible to configure anywhere?
Regards
Christian