본문 바로가기

SAP SCRIPT,SKILL

Report Program Grid Display Function

call function 'REUSE_ALV_GRID_DISPLAY'
    exporting
      i_structure_name 'ZREPORT_TEST'
    tables
      t_outtab         lt_table
    exceptions
      program_error    1
      others           2.