‎2011 Mar 24 4:16 AM
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.
‎2011 Mar 24 6:29 AM
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
‎2011 Mar 24 5:40 AM
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.
‎2011 Mar 24 6:29 AM
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
‎2011 Mar 24 7:15 AM
Hi ,
Thanks for your rplies.My problem solved.I did same as kiran mentioned.
Thanks,
Kiran
‎2011 Mar 24 7:22 AM
I have one problem.can we add OTR texts for Lable through I_Desription.?
‎2011 Mar 24 8:01 AM
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
‎2011 May 26 5:30 AM