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

Image upload programatically

Former Member
0 Likes
676

HI all,

Is there any funtion module that converts jpg file to bmp and uploads the image in se78?

5 REPLIES 5
Read only

Former Member
0 Likes
643


Hi,

Check the below link :

File formats supported by SAP

https://help.sap.com/saphelp_nw04/helpdata/en/20/9727dce8953c4f944aac6e4725b195/content.htm

Thank you!

Read only

Abhijit74
Active Contributor
0 Likes
643

Hello Yash,

Please go through this link .

Thanks & Regards,

Abhijit

Read only

Former Member
0 Likes
643

Hi,

pls check this link

Read only

former_member206650
Active Participant
0 Likes
643

hi,

the FM is GUI_UPLOAD...find the below link

FM for uploading Image to SAP | SCN

Read only

Former Member
0 Likes
643

Thank you all for the suggestions.

The problem is solved.

First I uploaded the JPG file then using a method I converted the file to BMP and stored it on the local system . After that I uploaded the bmp file.