cancel
Showing results for 
Search instead for 
Did you mean: 

What is Inbound & outbound plug

Former Member
0 Kudos

Hi,

I am very new to webdynpro. I wants to know what is the use of inbound plug & outbound plug??

How can i move to one screen from another screen??

While clicking on the button how can i save that data's into the table??

Where i want to write the code??

please help me...

Thanks

Shyja

View Entire Topic
Former Member
0 Kudos

hi shyja........

inbound plug is used for recieving and outbound plug for connecting to another view.

consider you are having 2 views v1 and v2.

create an outbound plug in v1 and an inbound plug in v2.

consider you are having a button in v1 to navigate to v2.

in the coding part of the "onaction" for the button, click the code wizard and it will give an option to fire an out bound plug.

just select the outbound plug that has been created.

so when the button is clicked the outbound plug gets triggered.

now to make the link,

go to the window in which you have the 2 views.

expand v1 and right click on the outbound plug that you created and

select create nagigation link.

it will give the option for selecting the inbound plug of v2.

just select it and run your application.

so there will be navigation between view1 and view2.

--regards,

alex b justin