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

script footer

Former Member
0 Likes
502

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

3 REPLIES 3
Read only

Former Member
0 Likes
468

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.

Read only

Former Member
0 Likes
468

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..

http://wiki.ittoolbox.com/index.php/Sap_script#6.14.09Setting_a_Footer_Text_in_the_Main_Window:_BOTT...

Hope this helps u,

Arunsri

Read only

Former Member
0 Likes
468

Hi

you enlarege the size of the footer window in form painter.