dynamicabapdynpro

Dynamic table control creation?


I have a task to create tableview on a GUI screen dynamically. The control must be created dynamically fo different table types, because we need to maintain different tables. I mean I need SM30 looking table maintainance screen.

Is it possible in ABAP to create tableview dynamically? Or is it possible within ALV grids only?


Solution

  • There isn't any alternative table view for SAP GUI. You need to use ALV to show multiple lines same time.

    You can create ALV dynamically.