cancel
Showing results for 
Search instead for 
Did you mean: 

Methods of passing data from different components

Former Member
0 Kudos

Hi

What are the methods of passing data from one webdynpro component to another, If possible please help by giving sample code

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi shabeeb......

you can have an inbound plug in the window. the default inbound plug has the option for entering the parameters and it also has an option to give it as optional. you can make use of that.

---regards,

alex b justin

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

refer to this example

WDR_TEST_CMPUSAGE,WDR_TEST_VIEW_USAGE

Former Member
0 Kudos

Hello,

You can do this declaring the node in the COMPONENT CONTROLLER as an interface node or declaring the method like an interface.

I suggest you to read the following: [https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5919] [original link is broken] [original link is broken] [original link is broken]; and [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2e71ce83-0b01-0010-11a4-98c28a33195f].

Regards,