Application Development and Automation 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: 
Read only

WebDynpro remote call BAPI

Former Member
0 Likes
368

Hi,everybody!

I am developing personality ESS/MSS in webdynpro.When I want show personal photo in my develop function from that stored in ECC6.So I find two BAPIs:HRMSS_RFC_EP_READ_PHOTO_URI and HR_ESS_WHO_PROG_GET_PICT_URI in ECC6.Then I call the HRMSS_RFC_EP_READ_PHOTO_URI or HR_ESS_WHO_PROG_GET_PICT_URI in webdynpro,and them can return personal photo URL.But,the returned URL is be encrypt.If I used this encrypt URL in webdynpro Image control,however the personal photo is not show.How should I do?Can I dencrypt in webdynpro?If can dencrypt in webdynpro,what should I do?

On the side,somebody can tell me the difference of HRMSS_RFC_EP_READ_PHOTO_URI and HR_ESS_WHO_PROG_GET_PICT_URI,and each of them use.

Thank you!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
332

Hi,

check this link for webdynpro remote call

thanks,

Sendil

2 REPLIES 2
Read only

Former Member
0 Likes
333

Hi,

check this link for webdynpro remote call

thanks,

Sendil

Read only

Former Member
0 Likes
332

Thank you for SDN friend's help!