cancel
Showing results for 
Search instead for 
Did you mean: 

regarding displaying of photo in wd abap

Former Member
0 Kudos

Hi All,

I want to display a photo in wdabap.Actually through mime repository we can do that but is there any other way to display the photo in wd abap.means is there any other way where we can store the photo and we can display it in wd abap at runtime.If anyone knows it then describe it in detail n the way to do it.give the description in detail.

thanking you all in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Anand,

check this BAPI to display photo HRXSS_WIW_GET_DETAILS

check this component hrasr00_profiles_show that uses hrasr00_profile_foto

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

We can use the related BAPI to display the photo in WDA.

We can store or upload the photo using the BAPI to upload the photo.

Regards

Lekha

Former Member
0 Kudos

Hi,

Actually I am not getting it , i.e how to do it by BAPI.If you have the code then tell me in detail as I am beginner in wd abap.

Thanks in advance

abhimanyu_lagishetti7
Active Contributor
0 Kudos

upload the photo using fileupload ui element and

create a custom table to store the photos, take RAWSTRING as field to store content of the photo file

Abhi

Former Member
0 Kudos

Hi,

Pls check out this link -

To upload the photo in WDA -

Regards

Lekha

Former Member
0 Kudos

Hi,

Check this Forum Thread.

Thanks

Suman