cancel
Showing results for 
Search instead for 
Did you mean: 

Access Portal UME using WD ABAP Application

Former Member
0 Kudos

Hi All,

Can we access UME data base using WDABAP Application ?

If Yes, please provide me some steps to do so.

Regards,

Satish

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

You have to use Java Portal APIs and wrap them in a web service to call them in WD ABAP.

Please check the below link......

Lukas_Weigelt
Active Contributor
0 Kudos

I don't think this is possible plainly with some coding from a web dynpro component... the only Interface for an API to the portal I know of is IF_WD_PORTAL_INTEGRATION and this one doesn't provide access to UME.

I think if you had some kind of central external identity management it would be possible, as in this link:

http://help.sap.com/saphelp_erp60/helpdata/de/42/d5c1d837ed3308e10000000a1553f7/content.htm

But maybe I'm wrong, let's hear other suggestions.

Cheers, Lukas