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

Function outbound in Idoc

Former Member
0 Likes
317

I need modify one function of idoc_outbound.

I modified this function and I asociated it to message idoc. The interlocutor agreement is correctly. But when i execute the transaction, the idoc don't send it. If i put the standar function the idoc send correctly.

Somebody know if I have register the new function in somewhere.

1 REPLY 1
Read only

Former Member
0 Likes
285

There are two main reasons

1) Make sure you call COMMIT WORK after the MASTER_IDOC_DISTRIBUTE

http://help.sap.com/saphelp_nw04/helpdata/en/78/21783151ce11d189570000e829fbbd/content.htm

2) The rest of the setting of the ALE IDoc might not have been done

http://help.sap.com/saphelp_46c/helpdata/en/78/2177c951ce11d189570000e829fbbd/frameset.htm

You can use the Area Menu WEDI and do the rest of the settings.

ALE Quick Start guide and ALE Programming Guides for your reference

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf

Recent discussion which could be helpful,

Regards

Kathirvel