<?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: In scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts/m-p/3721592#M895963</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;In SAP Scripts, you could not assign , one page one format and other page another format, because, in SAP Scripts, these are global settings for entire layout..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;award points if usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;vinesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Apr 2008 06:14:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-23T06:14:01Z</dc:date>
    <item>
      <title>In scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts/m-p/3721589#M895960</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;  In Scripts is there any possibility to give the Page one has PORTRAIT format and Second page has LANDSCAPE format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give the clear inforamtion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 06:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts/m-p/3721589#M895960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-23T06:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: In scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts/m-p/3721590#M895961</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;&lt;/P&gt;&lt;P&gt;In Scripts the page format is defined at the header level and hence can not have two types. You can only have one format. &lt;/P&gt;&lt;P&gt;For your requirement you need to create two Scripts. One with Potrait and one with landscape. Then using the START_FORM call the second script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the sequence will be &lt;/P&gt;&lt;P&gt;OPEN_FORM&lt;/P&gt;&lt;P&gt;START_FORM&lt;/P&gt;&lt;P&gt;WRITE_FORM&lt;/P&gt;&lt;P&gt;END_FORM&lt;/P&gt;&lt;P&gt;CLOSE_FORM&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sapscripts/a-sample-sap-scripts-reports.htm" target="test_blank"&gt;http://www.sap-img.com/sapscripts/a-sample-sap-scripts-reports.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&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;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 06:11:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts/m-p/3721590#M895961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-23T06:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: In scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts/m-p/3721591#M895962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is definitely possible in smartfroms,I don't think it's possible in scripts(multiple page formats are not allowed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 06:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts/m-p/3721591#M895962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-23T06:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: In scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts/m-p/3721592#M895963</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;In SAP Scripts, you could not assign , one page one format and other page another format, because, in SAP Scripts, these are global settings for entire layout..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;award points if usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;vinesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 06:14:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts/m-p/3721592#M895963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-23T06:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: In scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts/m-p/3721593#M895964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Damn sure multiple page formats are not possible in scripts...only possible in smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Close your thread.&lt;/P&gt;&lt;P&gt;Dara.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 06:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts/m-p/3721593#M895964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-23T06:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: In scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts/m-p/3721594#M895965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;in scripts &lt;/P&gt;&lt;P&gt;at header level we will mention the page format.&lt;/P&gt;&lt;P&gt;but i think it is not possible to change the page format&lt;/P&gt;&lt;P&gt;while printing it will automatically takes&lt;/P&gt;&lt;P&gt;if the setting are done in printer.&lt;/P&gt;&lt;P&gt;no need to handle in program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 06:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-scripts/m-p/3721594#M895965</guid>
      <dc:creator>mahaboob_pathan</dc:creator>
      <dc:date>2008-04-23T06:17:42Z</dc:date>
    </item>
  </channel>
</rss>

