cancel
Showing results for 
Search instead for 
Did you mean: 

Separator in Button choice

Former Member
0 Kudos

Hi All,

I have created BUTTON CHOICE by using the following code.

DATA:lr_choice TYPE REF TO cl_salv_wd_menu_action_item.

CREATE OBJECT lr_choice

EXPORTING

id = 'CHOICE_T'.

lr_choice->set_text( 'Talent Groups' ).

lr_button_choice->add_choice( lr_choice ).

In this I need separator between the choices.Please send me solution asap.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Use these classes for creation of separator.

CL_WD_MENU_SEPARATOR(method NEW_MENU_SEPARATOR),cl_wd_toolbar_separator(method is NEW_TOOLBAR_SEPARATOR).

Former Member
0 Kudos

Hi Sridevi,

I tried with these classes but i did not get, could u send code for this asap.

Regards,

Rajesh.

Former Member
0 Kudos

Hi VenkataRajesh Kumar M ,

i think its not possible to give seperator b/w , if u are using button choice, instead u can use road map to achive the same requirement.

Regards

Sarath

Former Member
0 Kudos

Hi Sarath,

Thanks for ur reply, Can send sample code for that.

Regards,

Rajesh.