cancel
Showing results for 
Search instead for 
Did you mean: 

Get the values from bi application frame

former_member186135
Participant
0 Kudos

Hello all,

I'm new to WD. I have a requirement where i need to call the BI query(this query list of service orders) in one view and if the user selects any service order the the details related to SO needs to be displayed in second view.

I have passed the values to SO and the query is displayed based on values passed. But the issues here is how the get the values in BI query that the user selects so that i can display the corresponding SO in the second view.

Any help would be appreciated.

Thanks,

Prem

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

How are you displaying the list of So's in the WEBDYNPRO.

If you are using a table then based on the selected value you can read this using the get attribute and get the index and using that get the values and bind it to the node you are using to display values in the next view.

When they select some SO then fire outbound plug and catch it using a in bound plug in the second view.

Phani

Answers (0)