2008 Mar 11 2:18 AM
what is functionality of i_callback_program in 'reuse_alv_grid_display'.
with giving i_callback_program i can populate the data.
what is its improtance.
plz answer it
what is functionality of i_callback_program in 'reuse_alv_grid_display'.
with giving i_callback_program i can populate the data.
what is its improtance.
plz answer it
2008 Mar 11 2:46 AM
Hi,
I_CALLBACK_PROGRAM : Program from which the function module is called and that contains th
exit routines.The program should always be a report, function group,
module pool or form routine pool (it should not be an include).
If I_CALLBACK_PROGRAM is not included , say in complex reporting like using many includes , the FM will not know from which program that FM is called..
Reward if useful
2008 Mar 11 2:54 AM
Hello,
i_callback_program is for the program from which the function module is called and that contains the exit routines(i_callback_user_command).The program should always be a report, function group, module pool or form routine pool.
Thanks,
Venu
2008 Mar 11 12:04 PM
hi,
without i_callback_program, no events like USER_COMMAND, TOP_OF_PAGE, END_OF_PAGE will call....
try it..
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |