Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
rosenberg_eitan
Active Contributor
1,121

Recently I saw some requests to send some graphics in mail attachments.

I look around and as far as I know (Which is questionable....) I did not found any built in support in SAP

(Please correct me if I am wrong) .

The ingredients:

- SVG technology - http://en.wikipedia.org/wiki/Scalable_Vector_Graphics 
- cl_document_bcs - To send mail .

- cl_ixml - To create SVG documents which are ( surprise surprise !!! ) an XML documents .

- Some reading in http://www.w3schools.com .

The program included (Y_R_EITAN_TEST_10_05) send a mail message with SVG attachments .

SVG give us the capability to create (using code) geometric primitives and use them to compose some very nice stuff..(e.g. http://upload.wikimedia.org/wikipedia/commons/2/28/Beetle.svg)

The multi rectangles in "HTML5 inline SVG (2).HTM" is the result of a loop.

Tips: There are some open and free open source tools to create SVG files so using those can make life a little bit easier.

12 Comments
Labels in this area