Skip to Content
0
Former Member
Feb 16, 2011 at 12:23 AM

Select option for a character type field

284 Views

Hi all as per my requirement i have a selection for a data type char40

Hence in my wddoinit method i used the following code to generate the select options in WD

  • create a range table that consists of this new data element

LT_RANGE_TABLE = WD_THIS->M_HANDLER->CREATE_RANGE_TABLE( I_TYPENAME = 'CHAR40' ).

  • add a new field to the selection

WD_THIS->M_HANDLER->ADD_SELECTION_FIELD( I_ID = 'CHAR40'

IT_RESULT = LT_RANGE_TABLE I_READ_ONLY = READ_ONLY I_NO_INTERVALS = 'X').

The select option is properly displayed but "char" word is infront of the selection fields.

I want to remove this char word.

Can someone please advice me on this ?