Application Development 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: 

How to read image files from remote web server, and insert to SAP Form?

Former Member
0 Kudos

Hi Gurus,

I have some image files (.tif, .jpg, .bmp) stored in company's web server, but I want to transfer these images to several individual ERP system by program, then insert some image into PO form according to some criteria.

My question is, how to transfer images from remote system (e.g. company's web server) into ERP server via program , then insert to PO form.

Thanks and Best regards,

Jack

4 REPLIES 4

david_liu1
Advisor
Advisor
0 Kudos

Hello,

I think you need to download the graphic from your web server and upload it to SAP via transaction SE78.

Regards,

David

umashankar_sahu
Active Participant
0 Kudos

Dear jackytam ,

i think for this there is some programing need to be done from your web server side.

i think there should be a secure folder where you will get the images with unique name from web server side.

same you can check if it is not uploaded to ERP then programatically you can pick it up image name from this folder and upload it.

and latter stage as per the requirment you will use the same image for your PO form purpose.

Former Member
0 Kudos

Hi,

Thanks a lot.

Which user enhancement (badi, user exit...) can be used ~~~, or any other clue...

br

Jack

Former Member
0 Kudos

not solved