cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro-RFM-images

Former Member
0 Kudos

how can transfer bitmap images through SAP RFC call to webdynpro?

do the images tranfer work like ordinary data transfer.

images are stored in R/3.

thanks in advance

JR

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Get the file name/ pic name from the RFC and show the corresponding image stored in the mimes folder of the respective project.

Hope this helps.

Bala

Please reward appropriate points.

Former Member
0 Kudos

Hi Bala

Thanks for the answer.But can you please elaborate.

I am calling RFC from java webdynpro apllication.

what's the parameter values in the rFC to be used to retrive the images from SAP R/3 and how wen can store this images programatically in the webdynpro ?

regards

JR

Former Member
0 Kudos

Hi,

The images which you planned to display (based on the file name from SAP R/3) should be kept in

<ProjectName>\src\mimes\Components\<Comp Name> folder under SAP NW Workspace.

Refer to the files directly with the names like X.bmp etc

in the Image UI element.

Thanks

Senthil

Former Member
0 Kudos

Hi,

Actually I do not want to store the images in Java webdynpro application,but would like to display the images through webdynpro.Images are stored in SAP System.

I would like to call these images in to java webdynpro by a RFC call to SAP System.I am not an expert in RFC.SO would like to know whether it is possible to transfer images throuh RFC like a normal data transfer and how.

thanks

JP

Former Member
0 Kudos

Hi,

As u normally transfer a data through se38(function module).Give ur image as import and export parameters and try calling this inside ur web dynpro appln.

Hope this helps u,

Regards,

Nagarajan.