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..

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Rams,

To cature the standard colors of WDUI_TABLE_CELL_DESIGN, you can use method: GET_SEMANTIC_COLOR from Class CL_WD_TEXT_VIEW.

To bind it to a drop down list index..i am not quite sure, you can do that.

But you can try this,

When u build the list dynamically, access this method SET_ATTRIBUTE_VALUE_SET from IF_WD_CONTEXT_NODE_INFO.

Thanks,

Bharath.K