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

Triggering E-mail for failed outbound idoc (Without using workflow)

venky_b
Participant
0 Likes
317

Hi Experts,

In my secnario Idoc to file, where any failures of Idoc( Inbound/Outbound ) at SAP R/3 side will generate and send Emails to the required group. How to do this without using Work flow. If anybody knws please help me out its very urget.

Regards,

venkatesh

1 REPLY 1
Read only

Former Member
0 Likes
256

Hi,

Create a Distribution list using SO23 and add Users whom to recieve messages.

Modify your Inbound function module to handle if idoc failed to post by calling the function module: SO_NEW_DOCUMENT_SEND_API1

Reward points if it is helpful.

Ashok