cancel
Showing results for 
Search instead for 
Did you mean: 

Skip the page when Get the parameter in URL?

Former Member
0 Kudos

Hi all,

I am a WDA beginner. I am writing a program in to navigate from WDA program A to WDA program B with parameter.

Now I can get the parameter in URL in the WDA program B in the first default view automatically.

My question is I want to Skip the first default view if I get the parameter in the URL. because the first view is just a select view. I want the WDA program B automatically display the second view once get the parameter in URL.

How Can I do that?

Thanks a lot.

Regards

Chen Ming

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Suresh,

Thanks for you help. I got it.

Regards

Chen Ming

S-H
Active Participant
0 Kudos

Hi,

We can define the paramters in the Webdynpro componetn by defining the importing parameters in the default interface view's inbound plug's method. If we define the importing parameters in the inbound plug (for example DEFAULT plug of the window) then they are visible in the parameters tab in the WD application.

In the window(which is associated to the application), create the navigation links to all the target views by creating the outbound plugs and assicting to the target views inbound plugs.

We can recieve the parameters in the inbound oplug method (HANDLE<plugname>) of the window (interface view assiciate in applicaiton). In this method write a logic which checks the value provided to the application (via URL) and based on this plug fire the appropriate plug which takes to the target view.

Best regards,

Suresh