cancel
Showing results for 
Search instead for 
Did you mean: 

COMPONENT REUSE

Former Member
0 Kudos

Dearc Experts,

I have Webdynpro Component A which uses Webdynpro Component B.

A has parameter carrid which it takes from a user and passes this parameter to B through a method of B.

Now B selects the required data and this data needs to be passed back to A.

Now my question is how can i send the data back to A.

Regards

Sajid

Accepted Solutions (1)

Accepted Solutions (1)

arjun_thakur
Active Contributor
0 Kudos

Hi,

Create a node and an attribute. Make it as an interface node. What ever value you are getting in the parameter, just set attribute with that parameter's value. Then you can simply read that attribute with the help of code wizard in any component, either A or B.

Regards

Arjun

Answers (1)

Answers (1)

Former Member
0 Kudos

Check this thread

[]

Hope it helps!

Regards,

Radhika.