Application Development 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: 

Email Subject Truncate -50 chars

Former Member
0 Kudos

Hi all,

We're using SAP ECC 6.0 and we see that the email notification subject line is allowing us only 50 characters length of data to be visible. We would like to know what is the patch or OSS note which we can apply to extend the subject line to allow more than 50 characters.

Thanks in advance,

Hash

Message was edited by:

Hasmath

4 REPLIES 4

Former Member
0 Kudos

Hi,

You need to use the function module SO_NEW_DOCUMENT_ATT_SEND_API1 and there in the fucntion module the field fo rsubject line is DOCUMENT_DATA, so if you double click of this associated type then you will get all the fields, here when you declare the field in your program, and moving the Subject line to it then use the append statment then move the subject line then use the Appen statment,

because it is a structure, you can pass more than 1 line it it

regards

Sudheer

0 Kudos

Can you please send an example for this.

0 Kudos

Hi,

@Hasmath: Have you solved the problem?

We are facing the same problem with the limitation of only 50 chars in subject of emails. Is there any possibility to process longer subjects?

Thanx,

Bjoern

0 Kudos

Hi,

I found a possible solution.

Take a look at the following thread:

Regards,

Bjoern