cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass parameters of outbound plug of one view to other view...

Former Member
0 Kudos

Hello All,

i have a scenario like this.

1) i have two views(View1, View2) and iam calling View2 using View1 Outbound plug which is having one parameter(Par1). iam filling this parameter in lead_select method using

"wd_this->fire_op_to_display_plg (

par1 = itab-name1

)."

In the debugging iam able to see Par1 is filled with value.

2) In View2 iam calling View1 using Inbound plug with no parameters.

3) I have to pass this Par1 which i got in View1 to View2 so that i can use this for displaying the output(this parameter is mandatory in processing the data of View2.

Could any one suggest how can i approach to solve this problem step by step.

Thanks,

Sree.

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

go to the the method of inbound plug in methods tab of view 2

and add the same parameter with same name and with the same type and directly access in the method..

see the picture test is the inbound plug

http://flickr.com/photos/28584284@N04/2845020873/

Abhi

Answers (1)

Answers (1)

Former Member
0 Kudos

check this article written by me.

[article link|http://saptechnical.com/Tutorials/WebDynproABAP/views/navigation.htm]

Thanks

Suman