cancel
Showing results for 
Search instead for 
Did you mean: 

import mime object dynamically

Former Member
0 Kudos

hi all,

in my program, the first screen is to display list of employee, when user select an employee, the next screen should display his/her photo with discription. so i have to import mime object dynamically, and pass the name of the mime object to source of image element.

so my question is

where SAP store photo of employee, and can we import mime object from there. how?

is SAP store jpg/etc image object in sap table, then in which table?

Bala

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bala,

You can get the images of employees using these function modules.

for these two FM's.if you pass PERNR you will get Image.

HRWPC_RFC_EP_READ_PHOTO_URI

HRXSS_WIW_GET_DETAILS

Thanks

Suman