Application Development and Automation 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: 
Read only

process Idocs ORDERS in background

frederic_r
Participant
0 Likes
589

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

2 REPLIES 2
Read only

Former Member
0 Likes
493

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)

Read only

frederic_r
Participant
0 Likes
493

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.