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

Alternative for 'RAW' version for FM SO_NEW_DOCUMENT_SEND_API1...

aris_hidalgo
Contributor
0 Likes
742

Hello experts,

Is there a way to send e-mail using FM SO_NEW_DOCUMENT_SEND_API1 and its

document type is not 'RAW' format? But I need to display it just like a 'RAW' type

display. We are currently having problems when we are sending to MS Outlook because

the message body gets misaligned. I tried using 'TXT' and 'HTM' but it opens its

respective programs(e.g. Internet Explorer, Notepad) and I want to avoid that.

I want it in such a way that when users receive the e-mail he/she can read it

directly just like 'RAW' format.

Again, thank you guys and take care!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
681

Hi Viray,

You can send the Document with out using 'RAW' type format. You align your Content in your table as per your need.

Cheers,

Prashanth

3 REPLIES 3
Read only

Former Member
0 Likes
682

Hi Viray,

You can send the Document with out using 'RAW' type format. You align your Content in your table as per your need.

Cheers,

Prashanth

Read only

0 Likes
681

Hi again guys,

Is there another way?

Thanks again!

Read only

Former Member
0 Likes
681

Hi Viray,

If I understand correctly you can use other classes as per the SAP documentation.

Document class. All classes are possible except for folders ('FOL') and distributions lists ('DLI').

Thanks & Regards,

YJR.