‎2008 Mar 07 4:43 AM
hi i am printing some text in footer window, but some text is missing at last of my text...
i am unable to find teh problem,, could any body help me,
thanks
‎2008 Mar 07 4:56 AM
Hi Venu,
Please check the window size. I think ur text may be moreand it has no sufficient place to write the whole text........
regards,
Maha.
‎2008 Mar 07 5:01 AM
Hi,
try this,
Command to used in your sapscripts :-
/: IF &NEXTPAGE& EQ 0
whatever footer you want.
/: ENDIF
or,
Setting a Footer Text in the Main Window: BOTTOM
You can specify footer texts for the main window in a similar way to header texts. Footer texts are always printed at the bottom of the window.
Syntax:
/: BOTTOM
:
:
/: ENDBOTTOM
The lines of text enclosed between the two control commands will be output from now on at the bottom of the main window.
An existing footer text can be disabled by using the BOTTOM.. ENDBOTTOM command pair without enclosing any text lines between the two command lines:
/: BOTTOM
/: ENDBOTTOM
This and subsequent pages will contain no footer text.
Assuming there is still sufficient space in the main window, a newly specified footer text will also be printed on the current page.
Footer texts should not be employed in texts that are printed from applications programs, such as reminder texts, order texts. These applications programs can also work with footer texts via the form interface, which may lead to unexpected results.
i got this from this link..
Hope this helps u,
Arunsri
‎2008 Mar 07 5:56 AM