cancel
Showing results for 
Search instead for 
Did you mean: 

where to implement method of implemented interface in customized web dynpro application?

Former Member
0 Kudos

Hi,

I need help in understanding how and where do I need to implement method SHOW_ENRICHMENT_UI as described in follwoing document page 16.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c096ca11-af1a-3010-fb8b-e6aa7b4bb...

Thanks for help in advance!

Regards

Abhimanyu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

When you implement the Interface MDG_ENRICHMENT_INTF in the webdynpro component then automatically the method SHOW_ENRICHMENT_UI will be visible in the component controller of the Webdynpro.

You can ad dthe code mentioned in the page 16 in that method, Hope this helps you

Thanks

Phani

Former Member
0 Kudos

Thanks Phani. It worked. I am new to web dynpro hence asked basic question.

I have one more query: the interface has two methods but i can see only one . why not the other one?

Former Member
0 Kudos

The method you see would be the only method allowed to be implemented.

Phani

Answers (0)