Skip to content

Instantly share code, notes, and snippets.

@grknylmz
Created September 20, 2017 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grknylmz/7ed3aaa34823daced72831721eddebd6 to your computer and use it in GitHub Desktop.
Save grknylmz/7ed3aaa34823daced72831721eddebd6 to your computer and use it in GitHub Desktop.
START-OF-SELECTION.
DATA(lo_grid) = NEW lcl_alv_grid( iv_table_name = 'BUT000' ).
lo_grid->get_data( ).
lo_grid->show_data( ).
DATA(lo_writer) = NEW lcl_alv_writer( iv_table_name = 'ADR2' ).
lo_grid->get_data( ).
lo_grid->show_data( ).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment