cancel
Showing results for 
Search instead for 
Did you mean: 

To get the portal logon details into my webdynpro abap application.

former_member393841
Participant
0 Kudos

Hi All,

Can any one help me on this.

I have developed a webdynpro abap application through this i am starting my workflow using fm SAP_WAPI_START_WORKFLOW

We are integrated this application in SWFVISU transaction with my workflow task id.

My webdynpro application is also triggering from UWL when ever i click on the particular workitem.

But here my problem is to get the login details(USER NAME) of portal user into my webdynpro application to give authorizations to agents.So please could any one help me to get the portal login details(USER NAME) into my webdynpro application.

Thanks,

Harsha P

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

So you want the portal user details in an ABAP Web Dynpro application? What do you need that for? You say that you want to give authorisations to users. Do you mean portal "authorisations" or backend authorisations?

If you are thinking that you could somehow manipulate the portal roles/permissions from ABAP Web Dynpro, I think that it is not really possible or at least not easy. You probably should have done your development with Web Dynpro Java (I assume you can manipulate the roles with some user API or whatever).

If you want to manipulate the backend authorisations in WD ABAP, then user ID = sy-uname.

Regards,

Karri

former_member393841
Participant
0 Kudos

Thank you for your reply,

Actually i need portal user details for the following issues,

Initially i will send workitems to users among them two have permission to edit my webdynpro abap view and the third agent known as controller in my application submits the workitem for next users.

Thank you,

Harsha