Hi,
I am working on upgrade from 4.6 c to ECC 6.0, have problem in alv objects, one of the report, has parameter I_CALLBACK_TOP_OF_PAGE in FM REUSE_ALV_LIST_DISPLAY and in ECC 6.0 its giving dump saying - ' Function parameter "I_CALLBACK_TOP_OF_PAGE" is unknown '. - does any one faced this problem, please let me know how to solve it.
Thanks in advance
Yes there is no parameter called I_CALLBACK_TOP_OF_PAGE in
FM REUSE_ALV_LIST_DISPLAY . Check out the function module.
Instead of using I_CALLBACK_TOP_OF_PAGE, use the IT_EVENTS table to handle TOP_OF_PAGE event.
Add a comment