cancel
Showing results for 
Search instead for 
Did you mean: 

Passing parameter from Iview to SAP WD ABAP application

Former Member
0 Kudos

Hi All,

Can we pass single / multiple parameter(s) from the Iview to the Webdynpro Component ? I mean we are calling a WD Component by executing its application from the Iview. In that process, is there a way we can send some parameters to the WD component from the Iview ? If yes, please let me know how.

Thanks and Regards,

Sayan Ghosh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sayan,

It is possible to pass parameters from portal Iview to WD component. For that there is one property of Iview called

Application Parameters

You can pass value like this:

parameter1=value1 &parameter2=value2

Regards,

Vikrant Trivedi

Former Member
0 Kudos

When you create an IView for this WDA there are parameterd attached to the Iview, you can specify these parameter names and can be used in the WDA.

check the standard compoenent WDR_TEST_PORTAL_NAV and application WDR_TEST_PORTAL_NAV_TARGET Portal Integration: Navigation Target where the application parameters are used try to use the same..

Edited by: Lekha on Dec 2, 2009 5:06 PM