Hi Expert,
My requirement is I need to send the status report to user email id while executing my custom program. I am preparing one internal table for the Body of mail. In that internal table has the value like HTML tag format.
Problem
In my status report has the logo part. I want to show the logo using the HTML Tag. I have downloaded the logo and keep it desktop and executing is working fine. But how can i show the logo to other while run the report. here my IMG tag contains
tbl_objtxt-line = '<th width = "15%"> <img src="C:\logo.jpg"> </th>'.
APPEND tbl_objtxt.
I need to upload to application server? if yes how can i upload? application server will accept the image file?
Is there any other way to atcheive this? please help
Thanks,
Dhina.