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: 

Get employee photos

Former Member
0 Kudos

Hello everyone,

I have a java portal that comunicates with SAP to use a few RFC functions.

I would like to use the employee photos that we can see on transaction pa30 to appear on my website.

Is there a specific url, table, or something like that, from where i can extract path info from my jpeg files that were uploaded?

3 REPLIES 3

Former Member
0 Kudos

I allready managed to found function HRWPC_RFC_EP_READ_PHOTO_URI, that exports a URI (not a URL). When i put that on my browser, it returns a message "Error SSF: Not Able to Decode".

0 Kudos

Still no help... Is it impossible to extract the path of a image file via any ABAP function?

I mean... look at a web page. You only have to right-click->properties, et voilá. There's your url pathway.

Can we do anything like this here ?

0 Kudos

See if this provides some clues, HR_IMAGE_SHOW.

Srinivas