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

Function Module With Long subject Line

Former Member
0 Likes
426

Hello All,

I am uisng Fm so_new_document_send_ap11 for sending email.

In this for subject line length is 50 char. but in my requirment subject in is 150 to 180 char.

Is there any other fm to send email with more length of subject line.

By using SO_NEW_DOCUMENT_SEND_API1 FM for sendig mail, I am getting NEW_OBJECT_ID in exporting parameters.

Is there any SAP office Function module for sending mail with long length of subject line....

It is very urgent....

Thanks,

Feroz.

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
359

I don't think there is another function module, however you might want to consider using the BCS classes if available on your system. But before doing so, also check how long the subject text in this case may be. Look at blog:

/people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
360

I don't think there is another function module, however you might want to consider using the BCS classes if available on your system. But before doing so, also check how long the subject text in this case may be. Look at blog:

/people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface

Read only

Former Member
0 Likes
359

I have written a custom function module which covers all this functions