Application Development 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: 

Error Notification from an ABAP

Former Member
0 Kudos

Greetings All,

We have a fairly complex interface program that goes through several updates in various areas of our system. In error situations the user running the interface gets a message that says "Notify Cost Accounting" or "Notify Accounts Payable". Problem we have is the user isn't notifing the people they need to. We want the program to send an e-mail to the designated department with the error details. However, the users running this program do not have an e-mail address listed in their user record, so sending mail directly from the program doesn't work. Is there a way to trigger a Workflow item that will send a notification?

Appreciate any help.

Jay

2 REPLIES 2

Former Member
0 Kudos

Jay,

Yes that should work, as the WORKFLOW needs only a user id in the SAP system. However does your users use SAP INBOX today? IF yes, then no issues.

Regards,

Ravi

Note : Please mark the helpful answers

former_member188685
Active Contributor
0 Kudos

Hi,

with the help of workflow it can be done. but first you hsould have the event to maintained for that , then fill the container with the user , message and raise the event to send the notification .

Regards

vijay