cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Capturing of Standard colors in Webdynpro ABAP

Former Member
0 Kudos

Dear All,

how to capture standard colors of WDUI_TABLE_CELL_DESIGN into internal table and binding tht internal table to a drop down list index...........?

Regards,

Adi..

View Entire Topic
abhimanyu_lagishetti7
Active Contributor
0 Kudos

create context node Designs attributes Design with type WDUI_TABLE_CELL_DESIGN

use GET_DOMAIN_VALUES method to get the domain values for the type and fill the node with the result.

Place Drop Down by Index on the layout and bind with the Attribute.

Instead you use Drop Down By Key, it will automatically read the Domain Values

Abhi