Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Issue in SO_NEW_DOCUMENT_ATT_SEND_API1

Former Member
0 Likes
492

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

2 REPLIES 2
Read only

Former Member
0 Likes
454

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.*

Read only

Former Member
0 Likes
454

Hi Mohit,

Chk the below link