‎2008 Mar 27 2:49 PM
I am using functions 'WWW_ITAB_TO_HTML_HEADERS' and
'WWW_ITAB_TO_HTML_LAYOUT' and 'WWW_ITAB_TO_HTML' to prepare a file that i send as an email and it work fine. I want to add a local image (ex: C:image.jpg) to my HTML file.
Help required,
Regards
‎2008 Mar 27 3:48 PM
1) image should be uploaded on your SAP server using transaction OAOR
- class name PICTURES
- class type OT
- object key ZMY_LOGO_NAME
execute then click on create button and upload your file
2) in your program you have to load the BDS into your HTML file - this can be done using class CL_DD_DOCUMENT with method ADD_PICTURE
‎2008 Mar 27 3:48 PM
1) image should be uploaded on your SAP server using transaction OAOR
- class name PICTURES
- class type OT
- object key ZMY_LOGO_NAME
execute then click on create button and upload your file
2) in your program you have to load the BDS into your HTML file - this can be done using class CL_DD_DOCUMENT with method ADD_PICTURE
‎2008 Mar 27 6:23 PM
I was able to create the logo but how can i transfer it to the HTML table. I am able to use the new logo in an HTML screen, but i am not able to transfer it to the HTML table that i use to generate the email.
Regards.