cancel
Showing results for 
Search instead for 
Did you mean: 

Short dump IF_WD_SELECT_OPTIONS~ADD_SELECTION_FIELDS

Former Member
0 Kudos

Hi to all,

Please give coding how for using this method ADD_SELECTION_FIELDS.

Thanks in advance.

umakanth

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks pb got solved

Former Member
0 Kudos

Hi Uma,

This is sample code for .. add_selection_field.

lr_field = wd_this->m_helper->create_range_table( `VKORG` ).

wd_this->m_helper->add_selection_field(

i_id = `VKORG`

I_DESCRIPTION = 'Sales Organization'

  • i_within_block = `BL01`

it_result = lr_field ).

FREE lr_field.

and please go through this.. wikis

http://wiki.sdn.sap.com/wiki/display/Snippets/WebDynproABAP-Complexselect-optionscomponent+usages

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c09fec07-0dab-2a10-dbbe-c9a26bdff...

Cheers,

Kris.