Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

JPEG Image

shailendra_sahu2
Explorer
0 Likes
626

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

3 REPLIES 3
Read only

rainer_hbenthal
Active Contributor
0 Likes
592

You need to convert the data into the JPG format...

And no, there is no function module available.

Read only

shailendra_sahu2
Explorer
0 Likes
592

can you please more eloborate that how i can convert the data in JPG foramt then use it aas a JPG file.

Thanks

Read only

0 Likes
592

[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?