cancel
Showing results for 
Search instead for 
Did you mean: 

how to create interface views,?

Former Member
0 Kudos

Hi,

I want to create interface views (ie) like the table view in salv_wd_table component.

also how can i trigger a method in one component using another method in other component(in Comp. Reusages).

thanks in advance.

Arjun.G

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

check this example

[Component reusage in Web Dynpro for ABAP|http://saptechnical.com/Tutorials/WebDynproABAP/Reusability/demo.htm]

thanks

Suman

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

create interface method in component controller, if you use this component in other conmponent , you can call the interface method.

and for passing data, create interface node

just check the second option in code wizard for calling method from other component

Yogesh N