Link to home
Start Free TrialLog in
Avatar of saidreddy
saidreddy

asked on

REUSE_ALV_LIST_DISPLAY

Hi,
  I am using the REUSE_ALV_LIST_DISPLAY FM to display my output. I would like to insert a check box before the list/output. I have tried the following way but it is giving me a runtime error.

Y_LAYOUT-BOX_FIELDNAME = 'BOX'.
Y_LAYOUT-BOX_TABNAME   = 'YDATA'.

CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
       EXPORTING
            I_STRUCTURE_NAME   = 'SFLIGHT'
            IS_LAYOUT          = Y_LAYOUT
            IT_FIELDCAT     = gt_fieldcat
            I_TABNAME       = 'SFLIGHT'
       TABLES
            T_OUTTAB           = it_flight.

Can anybody help me out.

Thanks,

Kind regards,
said
ASKER CERTIFIED SOLUTION
Avatar of jonvaughan
jonvaughan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial