Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

alv

Former Member
0 Likes
481

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

3 REPLIES 3
Read only

Former Member
0 Likes
468

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

Read only

Former Member
0 Likes
468

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

Read only

Former Member
0 Likes
468

hi,

without i_callback_program, no events like USER_COMMAND, TOP_OF_PAGE, END_OF_PAGE will call....

try it..