2010 Dec 29 10:45 AM
Hi All,
We are using function module SO_NEW_DOCUMENT_ATT_SEND_API1 to send mail.Here length of mail subject is limited as 50 char only.Could you please let us know how we can increased mail subject length to 100 char.
Thanks
Mohit
Hi All,
We are using function module SO_NEW_DOCUMENT_ATT_SEND_API1 to send mail.Here length of mail subject is limited as 50 char only.Could you please let us know how we can increased mail subject length to 100 char.
Thanks
Mohit
2010 Dec 29 10:55 AM
OBJ_DESCR is char50 is standard length, you can not increase the length of the subject line , other wise make the FM into 'Z' FM
and you can change the length, *but 'Z' function modules is not suggestable.*
2010 Dec 29 11:06 AM