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 in dialog programming

Former Member
0 Likes
371

I need to send idoc once there's new data created, updated or deleted.

In the customized dialog program, after data created, i collect the data needed and call function module to send idoc.

The problem now is the idoc are not successfully receive by the external system.

By using the same method for other programs or standard user exit, it's works.

Is there any other things need to take note in dialog program to send idoc?

2 REPLIES 2
Read only

Former Member
0 Likes
339

Vikki,

As far as I understand, nope. Can you please paste your code to analyse further?

Thanks

Ganesh.S

Read only

Former Member
0 Likes
339

I already got the solution for that.

I just need to add in COMMIT WORK. after call the FM.