cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger event of used component

0 Kudos

I am trying to enhance a standard webdynpro component(MAIN COMPONENT), which uses another standard component( SUB COMPONENT ).

On Button Click action from MAIN COMPONENT I need to trigger event handler of button in SUB COMPONENT.

( as per requirement SUB COMPONENT button needs to disabled finally )

As part of the enhancement implementation, the system does not allow me to create interface methods/events in the SUB COMPONENT.

Please let me know, if any one has solution.

Thank you very much in advance..

Regards,

Damodar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This is true, you cannt mark them as interface .

You thought of suggesting to introduce a OO singleton class but again you cannt get the notification of the event from main component in the Sub component.

I think you may have problem here .

0 Kudos

Thanks for your response.

Have called the interface method of the sub component ( which is also enhanced - Over Write ) which in turn triggers required event the sub component.

Issue is now resolved.

Regards,

Damodar B