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

SO_NEW_DOCUMENT_ATT_SEND_API1

Former Member
0 Likes
559

Hi Everyone,

Am using the FM SO_NEW_DOCUMENT_ATT_SEND_API1 to trigger an email to the Internet addresses..Every thing is fine but in the body of the email every sixth line is breakin in to two different lines.Since we are doing a SAP Version Upgrade from 4.5B to 4.7E,we found the problem only in 4.7,where as for the same code in 4.5B this FM works fine.

Please advice how to go about it.

Regards,

Rajeev

4 REPLIES 4
Read only

Former Member
0 Likes
486

Hi Rajeev,

have u got solution? I am facing the same problem.

Regards,

Manoj

Read only

Former Member
0 Likes
486

hi,

have a look at www.service.sap.com/notes and check if there is any SAP note related to this error.

warm regards,

n.jain

Read only

Former Member
0 Likes
486

i used a different approach while buildng the attachment.

Rajev

Read only

Former Member
0 Likes
486

Hi,

Try like this...

either use a standard text and then use FM READ TEXT and pass this table to SO_NEW_DOCUMENT_ATT_SEND_API1

or in the internal table u are populating give as follows..

insert 'text1' into itab index 1.

insert 'text2' into itab index 2.

append itab.

Regards,

Sai