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

Dynamic table in editable ALV Grid

0 Likes
638

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

2 REPLIES 2
Read only

0 Likes
533

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

Read only

0 Likes
533

Can not be used for LOCNO (locations) as column fieldnames