cancel
Showing results for 
Search instead for 
Did you mean: 

Value help in Select Options ?

Former Member
0 Kudos

Hi Sascha, All,

I am using the following and i am getting an error saying IF_WD_VALUE_HELP_HANDLER=>CO_VH_TYPE_BACKEND is not type compatible with I_VALUE_HELP_TYPE. Where do you think i am going wrong ??

wd_this->m_handle->add_selection_field(

i_id = '/MRSS/T_RM_CORP_ORG_DESC'

i_description = 'Corporate Organization'

I_VALUE_HELP_TYPE = IF_WD_VALUE_HELP_HANDLER=>CO_VH_TYPE_BACKEND

I_VALUE_HELP_ID = 'PRCTN'

it_result = lt_range_table

i_read_only = read_only ).

Note: Created new thread thinking that ppl might not respond on existing thread since its too old.

Regards,

Anoop

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi.

I_VALUE_HELP_TYPE requires a string, so only use these attributes of IF_WD_VALUE_HELP_HANDLER:

CO_PREFIX_SEARCHHELP

CO_PREFIX_OVS

CO_PREFIX_APPLDEV

CO_PREFIX_NONE

CO_PREFIX_AUTO

Cheers,

Sascha

Former Member
0 Kudos

Thanks Sascha for your help. But i am still surprised and puzzuled for the existence of rest of the attributes, if they cannot be used. I guess they are being used at somewhere else..

Thanks again.

Regards,

Anoop

Answers (0)