<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: script footer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-footer/m-p/3510575#M844381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the window size. I think ur text may be moreand it has no sufficient place to write the whole text........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Maha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Mar 2008 04:56:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-07T04:56:19Z</dc:date>
    <item>
      <title>script footer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-footer/m-p/3510574#M844380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i am printing some text in footer window, but some text is missing at last of my text...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am unable to find teh problem,, could any body help me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 04:43:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-footer/m-p/3510574#M844380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T04:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: script footer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-footer/m-p/3510575#M844381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the window size. I think ur text may be moreand it has no sufficient place to write the whole text........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Maha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 04:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-footer/m-p/3510575#M844381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T04:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: script footer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-footer/m-p/3510576#M844382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Command to used in your sapscripts :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: IF &amp;amp;NEXTPAGE&amp;amp; EQ 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whatever footer you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting a Footer Text in the Main Window: BOTTOM &lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOTTOM &lt;/P&gt;&lt;P&gt;: &lt;/P&gt;&lt;P&gt;: &lt;/P&gt;&lt;P&gt;/: ENDBOTTOM&lt;/P&gt;&lt;P&gt;The lines of text enclosed between the two control commands will be output from now on at the bottom of the main window. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An existing footer text can be disabled by using the BOTTOM.. ENDBOTTOM command pair without enclosing any text lines between the two command lines: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOTTOM &lt;/P&gt;&lt;P&gt;/: ENDBOTTOM&lt;/P&gt;&lt;P&gt;This and subsequent pages will contain no footer text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming there is still sufficient space in the main window, a newly specified footer text will also be printed on the current page. &lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got this from this link..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.ittoolbox.com/index.php/Sap_script#6.14.09Setting_a_Footer_Text_in_the_Main_Window:_BOTTOM" target="test_blank"&gt;http://wiki.ittoolbox.com/index.php/Sap_script#6.14.09Setting_a_Footer_Text_in_the_Main_Window:_BOTTOM&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u,&lt;/P&gt;&lt;P&gt;Arunsri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 05:01:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-footer/m-p/3510576#M844382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T05:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: script footer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-footer/m-p/3510577#M844383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;you enlarege the size of the footer window in form painter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 05:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-footer/m-p/3510577#M844383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T05:56:26Z</dc:date>
    </item>
  </channel>
</rss>

