Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: Update internal table.

$
0
0

Try registering the events before calling set_table_for_first_display and add this after calling the ALV:

 

  SET HANDLER g_application->handle_tf_user_command FOR
              tf_grid.
  SET HANDLER g_application->handle_tf_data_changed FOR
              tf_grid.
  SET HANDLER g_application->handle_tf_data_changed_finish FOR
              tf_grid.


I know, ALVs can make you nuts...


Viewing all articles
Browse latest Browse all 10425

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>