‎2006 Nov 22 10:57 PM
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.
‎2006 Nov 22 11:08 PM
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