Hi,
I m using REUSE_ALV_HIERSEQ_LIST_DISPLAY.
At Item level i m using Checkbox.
{this is working fine(enable also)}
And I created two push-button on alv toolbar.
{this is also working fine(control is going to next screen when i press this)}
Problem : i m not able to use both at same time.
In fn:
CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'
EXPORTING
i_callback_program = sy-repid
i_callback_pf_status_set = 'SET_STATUS'
i_callback_user_command = 'USER_COMMAND'
is_layout = wa_layout
I have to comment pf_status.... only then item deatils are coming.
If i dont comment then Pushbuttons are coming but item detials are not coming.
how to get both at output.
Thanks n Regards,
Mamta