End of page Routine
If you have this routine, the program will print whatever information you specify at the end of the report. For end-of-page routine to work, you have to specify the number of line-count for the end-of-page. The other problems is at the last page. If the line count did not hit the specify number, the last page will not be printed. To overcome this, you have to let the program make a full count for the total number of print lines using the skip command. report zxxx line-size 190 no standard page heading
data: tline like sy-linno. start-of-selection.
tline = 60 - sy-linno.
end-of-page.
More Function Module
Tables
ABAP Books List
Smart Forms
ABAP Menu:
Return to Index:-
(c) www.gotothings.com All material on this site is Copyright.
|