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

IDoc Trigger Immediately

Former Member
0 Likes
3,259

Hi gurus. I just want to ask if for example an XI, BizTalk or any EAI applications send an IDoc to an SAP system and in the inbound partner profile it was set to TRIGGER IMMEDIATELY, does the EAI application waits until the process is completed (e.g the creation of Sales Order) before getting out of the SAP system?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,504

Hi Andre,

No. It will not wait. Actually it doesn't happen as you might be thinking. The EAI application just send the IDOC to SAP that's it.

It won't do anything more than that, as waiting for process to happen, etc.

Hope it is clear.

Reward points if useful.

Regards,

Atish

7 REPLIES 7
Read only

Former Member
0 Likes
1,505

Hi Andre,

No. It will not wait. Actually it doesn't happen as you might be thinking. The EAI application just send the IDOC to SAP that's it.

It won't do anything more than that, as waiting for process to happen, etc.

Hope it is clear.

Reward points if useful.

Regards,

Atish

Read only

Former Member
0 Likes
1,504

once idoc is received to SAP R/3 system,it will process immediately ( I mean idoc status will not be 64 ,it will be like application document is posted.

TRIGGER IMMEDIATELY is related to SAP r/3 and it does not care about other system.

if you choose background progra check box,then status will have 64 ,then we need run manually by using RBDAPP01 program to get status 53.

hope you got my point

Read only

Former Member
0 Likes
1,504

Thank you very much for your explanations....

Read only

0 Likes
1,504

Hi Andre,

Then reward the points and close the thread :).

Regards,

Atish

Read only

Former Member
0 Likes
1,504

Another one... Is there a system performance issue regarding the configuration of Trigger Immediately (Inbound) and Transfer IDoc Immediately (Outbound).

Read only

0 Likes
1,504

I think no performance issue...

Read only

0 Likes
1,504

Yes. There would be. But it depends on the no. of IDOCs generated and data they containing. But If you think the amount is considerably high then you have can use Collect IDOC. But in some cases Collect IDOC won't work as they require online generation of data in other system so you have to use transfer immidietly only.

Reward points to all useful answers.

Regards,

Atish