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

Inbound IDOC not Triggering Immediately

Former Member
0 Likes
3,771

I am processing an inbound idoc using startrfc, EDI_DATA_INCOMING. It posts the idoc, but stuck with status 64. Partner profile set to Trigger immediately. Why will it not process immediately? I can execute the RBDAPP01 to handle, but prefer immediately. Is there something on the EDI_DC that needs to be set?

I am processing an inbound idoc using startrfc, EDI_DATA_INCOMING. It posts the idoc, but stuck with status 64. Partner profile set to Trigger immediately. Why will it not process immediately? I can execute the RBDAPP01 to handle, but prefer immediately. Is there something on the EDI_DC that needs to be set?

8 REPLIES 8
Read only

Former Member
0 Likes
1,984

Hi,

Try to give a commit work after this function is called.

regards,

Advait

Read only

Former Member
0 Likes
1,984

How would you do that? I call the startrfc process. Is there a parameter included in this to do what you indicate?

Read only

1,984

Oh, unfortunately not with startrfc. I overlooked the startrfc word in your post.

You can check this SAP note 168276. It talks about The event receiver linkage not activated in Customizing. (t-code OYEB)

regards,

Advait

Read only

ThomasZloch
Active Contributor
0 Likes
1,984

Check in transaction SWETYPV whether type linkage for object type IDOC, event PROCESSSTATEREACHED and receiver type TS30200090 is activated (called "activate event receiver linkage for IDoc inbound" in SPRO)

Thomas

Read only

0 Likes
1,984

The Type Linkage is not checked / activated.

Read only

0 Likes
1,984

well, activate it and that might do it already (transaction OYEB as mentioned).

Thomas

Read only

0 Likes
1,984

Doing the OYEB, activating Linkage seems to allow the inbound idocs to "Trigger Immediately".

Thanks all.

Read only

0 Likes
1,984

Thanks for the fix. Can you give more info as to what does the SWE2 / OYEB do regarding allowing the startrfc process to post immediately?