<?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: Costant Window in SAP Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/costant-window-in-sap-script/m-p/5083024#M1180429</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;i have added one Include for standard text in My Constant window, should i hard coded the standard text that in constant window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Feb 2009 08:41:05 GMT</pubDate>
    <dc:creator>former_member541575</dc:creator>
    <dc:date>2009-02-06T08:41:05Z</dc:date>
    <item>
      <title>Costant Window in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/costant-window-in-sap-script/m-p/5083019#M1180424</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;i have copied a already existing sap Script(both layout SE71 and Print program Se38) in our Script but for that i am not doing any changes in  Print program.&lt;/P&gt;&lt;P&gt;for any changes in my layout(se71) i create Perform ,and put form for that in a Subroutine pool.&lt;/P&gt;&lt;P&gt;but due to some requirement i have to create 2 constant window in my layout,but i am not writing any code to call that window in the print program. therefore that window are not showing in printing test.&lt;/P&gt;&lt;P&gt;i want to ask , there is a way to call these constant windows without not adding any code for this in prin program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 06:55:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/costant-window-in-sap-script/m-p/5083019#M1180424</guid>
      <dc:creator>former_member541575</dc:creator>
      <dc:date>2009-02-06T06:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Costant Window in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/costant-window-in-sap-script/m-p/5083020#M1180425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;   Instead of CONST window you can use var window and formatted multiple times unlike CONST window&lt;/P&gt;&lt;P&gt;CONST window doesnt need any code in print program to display .Please check its dimensions &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Viquar Iqbal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:12:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/costant-window-in-sap-script/m-p/5083020#M1180425</guid>
      <dc:creator>viquar_iqbal</dc:creator>
      <dc:date>2009-02-06T07:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Costant Window in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/costant-window-in-sap-script/m-p/5083021#M1180426</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;Generally the constant window works without calling please check you have mentioned any text elements in the constant window if you have mentioned any of them. then they will not appear on the printtest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just remove the text-elements mentioned in the CONSTANT window and try you will find your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will surely work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sarves on Feb 6, 2009 8:16 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/costant-window-in-sap-script/m-p/5083021#M1180426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T07:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Costant Window in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/costant-window-in-sap-script/m-p/5083022#M1180427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;    If there is any thing to print in that window, it will show, if nothing is there it will not at all print that constant windows.&lt;/P&gt;&lt;P&gt;Write your PERFORM statement in that constant window and see wethere it is triggering or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/costant-window-in-sap-script/m-p/5083022#M1180427</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2009-02-06T07:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Costant Window in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/costant-window-in-sap-script/m-p/5083023#M1180428</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 have to call each and every  window by using FM write_form into your print program...otherwise it wont be any effect....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:20:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/costant-window-in-sap-script/m-p/5083023#M1180428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T07:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Costant Window in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/costant-window-in-sap-script/m-p/5083024#M1180429</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;i have added one Include for standard text in My Constant window, should i hard coded the standard text that in constant window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 08:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/costant-window-in-sap-script/m-p/5083024#M1180429</guid>
      <dc:creator>former_member541575</dc:creator>
      <dc:date>2009-02-06T08:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Costant Window in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/costant-window-in-sap-script/m-p/5083025#M1180430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atul , &lt;/P&gt;&lt;P&gt; Since you want a constant window on all your pages .Try this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a variable window .(with same measurements of tht of your constant window)&lt;/P&gt;&lt;P&gt;2. Call it every time you call new page , this will reduce the overhead too .&lt;/P&gt;&lt;P&gt;3. Adjust your page and make space for this window .&lt;/P&gt;&lt;P&gt;4. You need not change the text but just adding an additional window .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much Regards ,&lt;/P&gt;&lt;P&gt;Amuktha .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Amuktha Naraparaju on Feb 6, 2009 9:55 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 08:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/costant-window-in-sap-script/m-p/5083025#M1180430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T08:55:17Z</dc:date>
    </item>
  </channel>
</rss>

