cancel
Showing results for 
Search instead for 
Did you mean: 

Pass selection parameters to BI WAD template from portal

Former Member
0 Kudos

I have an iview with WAD template. The WAD template shows a selection parameter.

How can I pass the selection parameter to that WAD template from another iview so that report is show directly without entering the selection parameter.

In non sap web applications you can normally pass parameters through query string in URL, is there a way to do that for WAD. If so how do you read those parameters inside WAD.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182374
Active Contributor
0 Kudos

Hi Ravi,

You can pass the parameters through the url.

Follow this procedure:

1) Go to the selection screen

2) View the source - from there you will see the name of the parameters in the html form (for example: VAR_ID_2, VAR_VALUE_EXT2 etc.).

3) Concatenate this parameters and their to the url and you should see the report.

Regards,

Omri

Former Member
0 Kudos

Omri,

I apolozize for the delayed response. I tried looking at the source of WAD template, but I did not find the variables in the source file. Can you please tell me where to find these variables.

Thanks

Raghu