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

Email Subject

Former Member
0 Likes
1,174

Hi,

I am using SO_NEW_DOCUMENT_SEND_API1 FM to send email.Here i could not set the subject for more than 50 char.

Please help me to solve this problem.

Thanks,

sudha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
808

Hi Sid,

I think its is not possible to have a subject more than 50 chars, as the field used for setting the subject is only 50 characters long(SODOCCHGI1-OBJ_DESCR).

Can we know what is the exact requirement?

Ravi

Hi,

I am using SO_NEW_DOCUMENT_SEND_API1 FM to send email.Here i could not set the subject for more than 50 char.

Please help me to solve this problem.

Thanks,

sudha

5 REPLIES 5
Read only

Former Member
0 Likes
809

Hi Sid,

I think its is not possible to have a subject more than 50 chars, as the field used for setting the subject is only 50 characters long(SODOCCHGI1-OBJ_DESCR).

Can we know what is the exact requirement?

Ravi

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
808

Hi,

Since the importing parameter document_data should refer SODOCCHGI1-OBJ_DESCR which is of type character and length 50,you cannot give more than 50 characters in subject.

Kindly reward points by clicking the star on the left of reply,if it is useful.

Read only

0 Likes
808

Thanks for the reply

yes i checked the SODOCCHGI1-OBJ_DESCR data element which is of 50 char but my requirement is to set subject of 69 char for the mail. Is there any other FM for sending email with long subject.

Read only

0 Likes
808

Hi Sid,

did you find a solution?

If so, then please post it here, because we have the same requirement for more than 50 chars in email subject.

Thanks and regards

Bjoern

Read only

0 Likes
808

Hi,

I found a possible solution.

Take a look at the following thread:

Regards,

Bjoern