<?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: Query on SAP Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-sap-script/m-p/5222945#M1207645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This link check this &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/d6/0db875494511d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/d6/0db875494511d182b70000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2009 12:20:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-18T12:20:25Z</dc:date>
    <item>
      <title>Query on SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-sap-script/m-p/5222941#M1207641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a requirement to print certain number of pages in a SAP script based on some conditions? The script has total of four pages. Based on certain conditions i want to print only two of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had put a check in the text elements for the script but it prints blank pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers to this will be highly appreciated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Nilesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 18:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-sap-script/m-p/5222941#M1207641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T18:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Query on SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-sap-script/m-p/5222942#M1207642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nilesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remove the check statement and try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: IF &amp;amp;SAPSCRIPT-FORMPAGES(C)&amp;amp; = 1 or 2 or 3 or 4 etc (the pages you do not want to print)&lt;/P&gt;&lt;P&gt;/* *** Statement&lt;/P&gt;&lt;P&gt;/: ELSEIF&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;Blacky.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 22:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-sap-script/m-p/5222942#M1207642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T22:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Query on SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-sap-script/m-p/5222943#M1207643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Use the &lt;STRONG&gt;START_FORM&lt;/STRONG&gt; function module in your report program, to call a certain page of a script.&lt;/P&gt;&lt;P&gt;Secondly, while using this start form don't forget to use the counter function module i.e &lt;STRONG&gt;END_FORM&lt;/STRONG&gt; while you call the next start_form based on the condition else it results in unwanted behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 12:05:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-sap-script/m-p/5222943#M1207643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T12:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Query on SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-sap-script/m-p/5222944#M1207644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Create only 2 pages,&lt;/P&gt;&lt;P&gt;    Assign First page next page Second&lt;/P&gt;&lt;P&gt;               Second page next page Second&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the remaining contents of the 3 and 4 page on second page only&lt;/P&gt;&lt;P&gt;Just use the Text elements of the 3 and 4 page in the IF and ENDIF, means to get printed only when condition satisfied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just review any standard sapscript MEDRUCK which uses one sapscript to print PO, RFQ, etc &lt;/P&gt;&lt;P&gt;how the IF and ENDIF conditions are used for the Text elements.&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>Wed, 18 Mar 2009 12:13:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-sap-script/m-p/5222944#M1207644</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2009-03-18T12:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Query on SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-sap-script/m-p/5222945#M1207645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This link check this &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/d6/0db875494511d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/d6/0db875494511d182b70000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 12:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-sap-script/m-p/5222945#M1207645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T12:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Query on SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-sap-script/m-p/5222946#M1207646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first u fecth all data in OTF then in otf loop u can put conditon and then  print&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 12:25:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-sap-script/m-p/5222946#M1207646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-19T12:25:43Z</dc:date>
    </item>
  </channel>
</rss>

