2004 Oct 22 10:15 AM
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
2004 Oct 22 5:18 PM
Hallo Andreas,
Du solltest deine Frage in Englisch stellen, dann ist die Chanche auf Antworten größer.
Bis bald
Gregor
2004 Oct 25 3:57 PM
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
2004 Oct 26 11:18 AM
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