Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Change the lable text using WDR_SELECT_OPTIONS component usage

Former Member
0 Likes
810

Hi All,

I am using Component WDR_SELECT_OPTIONS for some field like Batch num.Now i would like to change my lable text as {client name}Batch num.if you have any idea please suggets me and provide some coding?

Thanks,

Kiran.

1 ACCEPTED SOLUTION
Read only

Kiran_Valluru
Active Contributor
0 Likes
774

Hi kiran.,

Set the value in i_description parameter please try this.,,

  • add a new field to the selection

wd_this->m_handler->add_selection_field(

i_id = 'ZDE_WERKS' -


> this us field name..

it_result = lt_range_table

i_read_only = read_only

i_no_intervals = 'X'

i_description = 'Client Area' ). -


> here u can add wat ever description u want..

Reply if u need some more clarifications.,

Thanks & Regards

Kiran

6 REPLIES 6
Read only

Former Member
0 Likes
774

HI Kiran,

Are you speaking about the label text in the select options of a report program ? If so, the following path will do, Goto ->Text Elements -> Selection Texts and then give your desired label name against the field in the Select option. If this is not what you are asking about, a bit more elaboration of your requirement can be helpful to solve the issue.

Hope this is helpful.

Cheers,

Vivek.

Read only

Kiran_Valluru
Active Contributor
0 Likes
775

Hi kiran.,

Set the value in i_description parameter please try this.,,

  • add a new field to the selection

wd_this->m_handler->add_selection_field(

i_id = 'ZDE_WERKS' -


> this us field name..

it_result = lt_range_table

i_read_only = read_only

i_no_intervals = 'X'

i_description = 'Client Area' ). -


> here u can add wat ever description u want..

Reply if u need some more clarifications.,

Thanks & Regards

Kiran

Read only

0 Likes
774

Hi ,

Thanks for your rplies.My problem solved.I did same as kiran mentioned.

Thanks,

Kiran

Read only

Former Member
0 Likes
774

I have one problem.can we add OTR texts for Lable through I_Desription.?

Read only

0 Likes
774

Hi kiran.,

I think it s not possible to give OTR texts in select options.., if it s normal label UI we can bind text property..!!

Thanks & Regards

Kiran

Read only

Former Member
0 Likes
774

solved