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_GUI_ALV_GRID in "List output" mode

former_member243716
Active Participant
0 Kudos

I ha ve a problem...

I need to change a program to display the default "LIST Output".

Now the program use CL_GUI_ALV_GRID with "CALL-METHOD l_alv> set_table_for_first_display").

Can I do it? How?

Thanks a lot.

cv

1 REPLY 1

MarcinPciak
Active Contributor
0 Kudos

You can't do this using class CL_GUI_ALV_GRID . You will have to go either for CL_SALV_TABLE or classic ALV grid apporach.

Regards

Marcin