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

Notification report for user

Former Member
0 Likes
394

Hi,

I have a program which creates the rebate agreement in ECC ( ACTUALLY agreement is created in CRM and my program gets all details from CRM through RFC and creates rebate in ECC) and displays messages in background job(SM37).

Users are asking for a notification with details whether agreement is created or not?

How can i achieve this?

Please suggest.

Thanks

Ashu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
364

In your program use function module SO_OBJECT_SEND to send the e-mail to users with details.

In your program use function module SO_OBJECT_SEND to send the e-mail to users with details.

1 REPLY 1
Read only

Former Member
0 Likes
365

In your program use function module SO_OBJECT_SEND to send the e-mail to users with details.