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

push button in output list

former_member671224
Participant
0 Likes
564

Hi,

Im displaying one text in output and next to that i need to create one push button as shown below. Is it possible in normal list or ALV ?

text PUSH BUTTON.

I dont want to create a push button in application tool bar, or menu bar. I need to create it in output list. Can anyone tell me how to do this?

Thanks,

Amal

Hi,

Im displaying one text in output and next to that i need to create one push button as shown below. Is it possible in normal list or ALV ?

text PUSH BUTTON.

I dont want to create a push button in application tool bar, or menu bar. I need to create it in output list. Can anyone tell me how to do this?

Thanks,

Amal

3 REPLIES 3
Read only

faisalatsap
Active Contributor
0 Likes
530

Hi, Amal

In Normal List it is not possible i don't know your goal exactly there are some Ideas which you can use if your requirements are as i am thinking you can Check HOTSPOT with Write Statement. just write hotspot and Press F1 you will get info to use it on other way i am thinking if you want to select multiple record in ALV than Please have a look at the following Thread hope will help you out to take to step to solve your problem,

[Selecting Multiple rows in an ALV |]

[Selecting Multiple Rows from ALV GRID Display|]

Sorry, if i didn't understand you.

Kind Regards,

Faisal

Read only

Former Member
0 Likes
530

Hi,

if u want to add a push button on the output list, u have to do:

1.-insert a new inner table of type u201CLVC_T_STYLu201D into your list data table

then

u need to

ls_style-style = cl_gui_alv_grid=>mc_style_button . " This convert the field in a push button.

Regards

Read only

former_member671224
Participant
0 Likes
530

used hot spot with color