How to create a table using REUSE_ALV in the simplest way in abap.
REPORT zcem_reuse_alv . "Your Program Name TYPE-POOLS : slis . *--------------------------------------------------------------------* TABLES : scarr . "You can write tables names here. *----------------------------------------------------------------------* * ALV VARIABLES *----------------------------------------------------------------------* DATA : gs_fieldcat TYPE lvc_s_fcat , gt_fieldcat TYPE lvc_t_fcat , gt_sort TYPE lvc_t_sort , gs_sort TYPE lvc_s_sort , gs_layout TYPE lvc_s_layo , variant TYPE disvariant . CONSTANTS : gc_form TYPE slis_alv_event - form VALUE 'TOP_OF_PAGE' . "You should create a structure, and add the...