‎2008 Aug 21 6:33 PM
hi everybody.
I have a table type ALV, my problem is that it must be strong and to load several tables following the selection, it only loads the one that it selects of beginning, but change the selection no longer changes the content of the table
exists some form to initialize the program?
Thanks to all by its aid
‎2008 Aug 21 6:40 PM
Try to be more clear.
What I think you mean, but I could be wrong, is that you have several tables in a selection but only one gets shown in the ALV?
Are you using classes or FMs?
‎2008 Aug 21 6:40 PM
Try to be more clear.
What I think you mean, but I could be wrong, is that you have several tables in a selection but only one gets shown in the ALV?
Are you using classes or FMs?
‎2008 Aug 21 7:32 PM
I erase the containers of the table when returning to the selection of tables, with this code
CLEAR: g_custom_container, g_container, g_grid, gs_layout.
FREE: g_custom_container, g_container, g_grid, gs_layout.
even so it continues being the same table, until the program does not finish.
and when I select a table here I just create the object
CREATE OBJECT g_custom_container
EXPORTING container_name = g_container.
CREATE OBJECT g_grid
EXPORTING i_parent = g_custom_container.
ty.
Edited by: GaBo_s Gabo on Jul 7, 2010 6:04 PM