2007 Oct 29 4:24 AM
hi all,
how can we handle back in a interactive ALV report .. please tell me
2007 Oct 29 4:29 AM
Hi
just pass pf-status event in CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
I_CALLBACK_PF_STATUS_SET = ' '
it will work.
regards,
paras
hi all,
how can we handle back in a interactive ALV report .. please tell me
2007 Oct 29 4:25 AM
In PAI just include
&----
*& Module mod_user_command_0100 INPUT
MODULE mod_user_command_9000 INPUT.
CASE sy-ucomm .
WHEN 'BACK' OR 'EXIT'.
CALL METHOD go_container->free.
LEAVE TO SCREEN 0.
ENDCASE.
ENDMODULE. " mod_user_command_9000 INPUT
Check the following link for ALV Block List
http://www.sap-basis-abap.com/abap/sample-program-on-block-lists.htm
Check the following link for ALV Hierarchial
http://www.sap-img.com/abap/how-to-use-alv-for-hierarchical-lists.htm
Rewards if useful.....
Minal Nampalliwar
2007 Oct 29 4:29 AM
Hi
just pass pf-status event in CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
I_CALLBACK_PF_STATUS_SET = ' '
it will work.
regards,
paras
2007 Oct 29 5:31 AM
HI
HOW TO PASS PF STATUS.. PLS GIVE IN DETAIL . IF POSSIBLE GIVE AN EXAMPLE
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |