cancel
Showing results for 
Search instead for 
Did you mean: 

Portal application parameters for webdynpro ABAP

Former Member
0 Kudos

I have read several posts that indicate we can get the portal user login id in WDA by adding:

userid=<User.LogonUid> to the application parameter property in the portal iview, and then adding a corresponding parameter in the Webdynpro ABAP method HANDLEDEFAULT of the Window.

I'd like to know if there are other such system parameters (besides <User.LogonUid>) that one can pass from Portal to a Webdynpro? A list of such parameters, or a link to such a list would be very helpful.

Best regards,

Tarun

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Chandralekha,

Thank you for your response. I'm using Webdynpro for ABAP and publishing my programs to the Portal. So, I would like to be able to pass say First and Last name of the Portal user back to my Webdynpro program. So, what parameters would achieve this?

The link you sent me goes to a Java site showing methods of various kinds - not sure how I can use these in the application parameters of the Portal?

Tarun

Former Member
0 Kudos

Hi,

Pls check out this links-

Regards

Chandralekha

Former Member
0 Kudos

Hi,

In the Portal,

go to content Adminsittration ->Portal Content->PCD folder->Content Provided by SAP->Select your specifc folder->Select IView ->Select Application (Ex-Purchasing)->we can pass paramteres like Iviewid, IviewMode, SessionKeys Available. etc

Pls refer this if helpful.

Company.UserName

Company.UserSignature

Pls refer to this link -

http://java.sun.com/j2ee/sdk_1.2.1/techdocs/api/javax/servlet/http/HttpServletRequest.html#getUserPr...

Reward if helpful.

Best Wishes,

Chandralekha