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

Former Member
0 Likes
325

Hi,

What are the different possiblities that an IDOC not created at one particular time provided that in similar situtions it is getting created afterwards?

Any suggestions will be highly appreciated.

1 ACCEPTED SOLUTION
Read only

Laxmana_Appana_
Active Contributor
0 Likes
305

Hi,

Sometimes , this problem occurs.... when we miss COMMIT WORK after FM call MASTER_IDOC_DISTRIBUTE .

Regards

L Appana

2 REPLIES 2
Read only

Laxmana_Appana_
Active Contributor
0 Likes
306

Hi,

Sometimes , this problem occurs.... when we miss COMMIT WORK after FM call MASTER_IDOC_DISTRIBUTE .

Regards

L Appana

Read only

Former Member
0 Likes
305

we can set in we20 for a partner for a perticular IDOC type as <b>collect IDOCS</b>

rather that <b>trigger immideately</b>. then we have to define a job according to our requirement to trigger the collected IDOCS .