Hi experts,
we are using the following classes to send emails out of SAP.
cl_document_bcs, cl_bcs, if_recipient_bcs, if_sender_bcs
If we send an email, the name out of User-Data will also be sent with the mail in field "sender".
And this name appears in form "<firstname> <lastname>".
Exactly like in the SU01 display.
We would like to exchange this order to "<lastname> <firstname>".
Is this possible?
The problem is, that mails from Outlook (AD) are displayed in this form and so we want to come back to one format.
Kind regards