Hi All,
If my job fails, (ie sy-subrc <> 0) I need to inform the user that there was a problem. I want to send a string to the calling user. It seems to me that the most appropriate thing to do would be to send SAPoffice mail to the user. Is there an easy way to do this? I would expect there to be a function that would export the user name and a text string. Then it would send the user that message. I have seen SO_SEND_OBJECT. It is much more complex than what I wanted. Is there anything else closer to what I have described?