cancel
Showing results for 
Search instead for 
Did you mean: 

Calling WDA from Portal - random employee passed from portal memory

Former Member
0 Kudos

Hi all,

We have a unique issue on Production system.

When we try to call the WDA into portal passing employee number using memory id.

There are times when a random employee appears on WDA. This employee is not the one selected by user from the list available in portal.

We are not able to replicate this issue on any other system expect for production.

Additionally, we are using Suspend and Resume plugs in this WDA. They are handled perfectly fine in the Context controller method WDDOAPPLICATIONSTATECHANGE and an additional parameter in the CONTEXT CONTROLLER NODE.

Portal is SAP NetWeaver Portal 7.01 SP7 u2013 with NetWeaver Enhancement Pack 1

ABAP and Basis patch level 22.

There is something going wrong somewhere but unable to exactly pinpoint the issue.

Can anyone provide with some pointers for the trouble?

Thanks,

Kunjal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

For completeness, the fix for this one was launching the Related Activities Launcher in a new window (i.e. target=_new)

former_member184578
Active Contributor
0 Kudos

>

> When we try to call the WDA into portal passing employee number using memory id.

>

> l

Hi.,

memory id.?

Use Application Parameters to pass the parameter to your WDA Application and in your WDA HandleDefault Method of Window capture this passed parameter.

please wait for Experts reply..

Thanks & Regards

Kiran

Former Member
0 Kudos

Yes Kiran,

With ESS/MSS related Application. We have to rely on Memory ID to get the selected PERNR(Employee).

We get the memory id where the selected employee is stored and using the SAP Standard FM, we can retrieve the Employee number for further usage in the application.

Cheers,

Kunjal