I am trying to send email via ABAP using funciton module SO_NEW_DOCUMENT_SEND_API1.
Now the problem is it looks like it is not possible to send an email with a subject line more than 50 characters in length because the field OBJ_DESCR in the structure DOCUMENT_DATA seems to be only 50 characters!
What can I do to be able to send an email with a subject more than 50 characters in lenght?
Please help with this.
Thank you very much,
Krishen
Add a comment