Application Development 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: 

CL_SALV_TABLE

Former Member
0 Kudos

Dear all,

I use method CL_SALV_TABLE to display my report in a grid. However, when i add extra buttons to the grid, the detail button on the left disdappears. Is this done deliberately or is this a bug? is there a way of getting the button back other then adding it again using cl_salv_functions_list.

Thanks,

Bert

Moderator message: please use more descriptive subject lines from now on.

Edited by: Thomas Zloch on Aug 5, 2010 11:40 AM

3 REPLIES 3

Former Member
0 Kudos

Hi,

to appear the BAck button on the screen all you need PF_status.

Please see the sample program in SE38-->SALV_TEST_TABLE.

and see the sample code .

Regards,

Prabhudas

Former Member
0 Kudos

Hi,

You must edit gui status and add your new button.

Check this tutorial, this is helpful for you.

http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cda3992d-0e01-0010-90b2-c4e1f899a...

For your reference:

http://wiki.sdn.sap.com/wiki/display/Snippets/displayingbuttoninalvusingclasscl_salv_table

May it helps you.

Regards.

DS.

Former Member
0 Kudos

Thanks for the answers, but i am not looking for a BACK button, but a detail button.

I am displaying my list in a Grid in a separate screen. The detail button is not part of a GUI.

Thanks,

Bert