2009 Oct 20 9:49 AM
Hello,
I'm currently working with dynamic tables displaying and editing in an ALV grid.
Currently it is possible to pass a dynamic table to the ALV method set_table_for_first_display using cl_typedescr class or FM TS_DYNAMIC_TABLE_CREATE.
Also it is possible to control editing on cell base using a self named table included in outtab table.
BEGIN OF...
include structure...
celltab type lvc_t_..
END OF ...
Does anybody know if it is possible to assign this statically assigned style table also to a dynamically created one?
BR
Thomas
Edited by: Tommit on Oct 20, 2009 10:58 AM
Hello,
I'm currently working with dynamic tables displaying and editing in an ALV grid.
Currently it is possible to pass a dynamic table to the ALV method set_table_for_first_display using cl_typedescr class or FM TS_DYNAMIC_TABLE_CREATE.
Also it is possible to control editing on cell base using a self named table included in outtab table.
BEGIN OF...
include structure...
celltab type lvc_t_..
END OF ...
Does anybody know if it is possible to assign this statically assigned style table also to a dynamically created one?
BR
Thomas
Edited by: Tommit on Oct 20, 2009 10:58 AM
2009 Nov 02 9:31 AM
Found a solution, but unfortunately location names are not suitable for fieldnames of outtab table. UNICODE Problems!!!
Edited by: Tommit on Nov 2, 2009 10:31 AM
2009 Nov 02 9:32 AM