Hi Guhapriyan,
Have a look at Standard Demo Program BALVSD01 on how to use TOP-OF-PAGE.
Thanks
Lakshman
a) Mention the name of program in i_callback_program
data: lv_repid type sy-repid. lv_repid = sy-repid.
Pass this lv_repid to callback program parameter.
b) Give a subroutine name in i_callback_top_of_page say '<b>SUBROUTINE_TOP_OF_PAGE</b>'
c) Write a subroutine '<b>SUBROUTINE_TOP_OF_PAGE</b>' and put the necessary write statements
Regards,
Subramanian V.
Add a comment