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

HTML-Mail mit SO_OBJECT_SEND

Former Member
0 Likes
784

Hallo,

kann man ueber SO_OBJECT_SEND eine Mail im HTML-Format versenden? Wenn ja, wie? Der Paramter object_type scheint mir ungeeeignet.

Danke und Gruß

Andreas

3 REPLIES 3
Read only

gregorw
SAP Mentor
SAP Mentor
0 Likes
711

Hallo Andreas,

Du solltest deine Frage in Englisch stellen, dann ist die Chanche auf Antworten größer.

Bis bald

Gregor

Read only

Former Member
0 Likes
711

Hi Gregor,

thanks for the hint. I hadn't realized that it's an international forum, sorry. Here my question in english:

Is it possible to send an html-email with 'SO_OBJECT_SEND'? If yes - how? I thought first the parameter 'object_type' is helpful for this but after debugging it seems to be useless. Of course I would also appreciate any other solutions for html-mail.

Thanks in advance.

Andreas

Read only

0 Likes
711

You need to define a type for HTML and then a conversion routine in SAP to allow it to change the default type (RAW) into your chosen type (HTML).

There are lots of OSS notes and information in the SAP Help for how to do this (although I remember trying to get CSV to work and it took a week with two of us - kept missing important information in our rush to try and get it done quickly!!)

Good luck