cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass the selected Pernr from Portal to WDA iview dynamically ?

Former Member
0 Kudos

Hi ,

How we can pass the selected Pernr from portal page to the webdynpro application dynamically?

Ex:

If a manager select a employee id of an employee then it should display all the related document regarding the employee in the ivew.

For that we need to pass the employee id(Pernr) to the iview.How it is possible.

Thanks,

Deepika

Accepted Solutions (1)

Accepted Solutions (1)

former_member189058
Active Contributor
0 Kudos

Hi Deepika,

Try using portal events. You will have to register and handle the required portal event in your WDA application.

[Portal Events Help|http://help.sap.com/saphelp_nw70/helpdata/EN/03/0048413e466e24e10000000a155106/frameset.htm]

In this link, navigate to Integration->portal integration->Portal Events.

Also go through some sample applications:

WDR_TEST_PORTAL_EVENT

Regards,

Reema.

Answers (1)

Answers (1)

Former Member
0 Kudos

We can pass the id in the url parameter and read in the WDA.