cancel
Showing results for 
Search instead for 
Did you mean: 

How to download employees pictures from SAP HR system.

Former Member
0 Kudos

Dear,

I want to develop an interface,which can download employee photo to local in SAP Portal.

But i have no idea about this.

Can anybody gives me some advice,thk very much.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Tks

ChrisPaine
Active Contributor
0 Kudos

Hello,

Use the file download UI element,

FM HR_IMAGE_EXISTS'to get the image document id

FM ALINK_RFC_TABLE_GET to image in JPG format

FM SCMS_BINARY_TO_XSTRING to convert the returned RAW table to xstring format which can then be passed to the UI element.

And have a search of the forums - this sort of question has been asked before!

Cheers,

Chris