cancel
Showing results for 
Search instead for 
Did you mean: 

Passing parameters between views in different Web Dynpro applications

Former Member
0 Kudos

Hi everyone,

I would like to pass the value of one parameter between one view in a webdynpro application and another view that is in other webdynpro application. How can I do this in a secure way?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Yelimar,

If both applications are web dynpro and you are using plugs to navigate between them. Then you can map the context attributes.

Add the attributes you want to the interface controller of the the second component. Map the context attributes of the two components.

Regards,

Kartikaye Gomber

Former Member
0 Kudos

Hi,

Try to do this portal navigation

Help on this..

http://help.sap.com/javadocs/NW04s/current/wd/com/sap/tc/webdynpro/clientserver/navigation/api/WDPor...

You can achieve this bu URL parameters

Help on this..

Regards,

Saleem

Former Member
0 Kudos

Hi,

You can create two different iViews out of the applications and then use EPCF to communicate. Make sure both the iVIews go under a same page in portal.

The other way is to making one component as the used component in the other one and then store the parameters to be passed in a attribute and then expose it through the interface controller.

Regards,

Ponraj M

Former Member
0 Kudos