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 on a list

Former Member
0 Likes
940

Hi ,

How can we insert a push button in a list and control it operatins.

Regards

Arun

5 REPLIES 5
Read only

athavanraja
Active Contributor
0 Likes
886

You cannot have a button on a list.

But alternatively you can place an icon in the list and upon double clicking on image you could do your processing.

Regards

Raja

Read only

Former Member
0 Likes
886

Arun,

As raja said u can not have a push button in the basic list using write statements.

But u can do it using ALV grid. if you would like, let me know. U can place a push button as a field in the list.

Prabhu Rajesh.

Read only

ssimsekler
Product and Topic Expert
Product and Topic Expert
0 Likes
886

Hi Arun

ALV Grid will be a better solution. However, you can also display your list in a table control and make it seem like a list by deleting its horizontal and vertical grid lines which you can do from Screen Painter.

*--Serdar

Read only

0 Likes
886

I am not sure about this, but you can give it a try.

Try


SET PF-STATUS '<YOUR PF-STATUS>' 

and you can add buttons in the application toolbar. Have a gut feeling, it might work. Not sure though.

Regards,

Subramanian V.

Read only

0 Likes
886

Hi Subramanian V.,

You can be sure, that your approach will work if having the button in application tool bar is ok.

Regards

Raja