Hi,
We're using function modules SO_DOCUMENT_SEND_API1 and SO_NEW_DOCUMENT_ATT_SEND_API1 to send email notifications. When our program runs it gets the user name who run the program and uses his email address to send email notifications. Our problem is it also gets the first name and last name of the user and uses it as display name to the email. For example, the user used is USER1. The first name, last name and email address of USER1 is My, User and myuser @ email.com respectively. When I get the email, notification the email sender is "My User" email.com>.
I want to disable the part where the function module gets the first name and last name of the user id used to run the progam and assigns it as the display name of the email. How will I do it?