‎2009 Sep 04 7:15 AM
Hi,
I need to create a JPEG file from a internal table data.
Can please anyone let me know the way, how can i create the image file from internal table data.
Thanks in Advance.
Regards,
Shailendra
‎2009 Sep 04 8:08 AM
You need to convert the data into the JPG format...
And no, there is no function module available.
‎2009 Sep 04 8:14 AM
can you please more eloborate that how i can convert the data in JPG foramt then use it aas a JPG file.
Thanks
‎2009 Sep 04 8:24 AM
[Search|http://www.google.com] for the JPG Format and then translate your input data into it. How should anybody else know how your data in your internal table looks like?