‎2011 Jul 27 11:11 AM
Hi all,
at the moment I'm prcessing the inbound idocs type ORDERS in foreground.
Because of the workload I yould like to process them in bachgroud.
To do this I change the customizing in transaction code WE20 for my partner number and type orders from foreground to background ad planned a job to process the Idocs (the job is not running yet).
My problem is that the incoming Idocs are still processed in foreground (immediately when they arrive)... any idea ?
thanks
‎2011 Jul 27 12:17 PM
hi,
In We20, while setting partner profile, in the message type given inbound parameters check the option of how the idocs are getting processed.
Under Partner profiles WE20, in inbound parameters
Under Inbound options
Two Radio buttons are there
Processing by FM
1) Trigger by background program
2) Trigger Immediately
You have to select first option (1)
‎2011 Jul 27 12:47 PM
Hi,
that is already what I did.
Just to answer myself if someone else has this problem : My customizing was correct, but the tables behind transaction WE20 are buffered. It took to the system 2 hours to reload the tables records in the buffer (??!!).
Now it is working.