cancel
Showing results for 
Search instead for 
Did you mean: 

Dropdown to a View in a Standard WebDynpro

gautam_totekar
Active Participant
0 Kudos

How to Add a Dropdown to a View in a Standard WebDynpro for ABAP Component using the New Enhancement Framework

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Follow this article to create enhancement implementation -

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/700317da-bd79-2c10-368e-8f18bf5d8...

After creating enhancement implementation - you can create a new UI element as any other UI element, create a context node to hold DDL data, create a supply function to fill it, create an event on selection of ddl, and create pre post or overwrite exit of any methods created before to affect other things based on selection.

Just be sure that whatever changes are you doing are recorded under your enhancement implementaion. When you navigate to your created enhancement implementation you will see a lot of tabs like UI elements, Context, Methods etc which are created under enhancement implementation.

Regards

Mans Dua

Answers (0)