<?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: Current copy no for scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-copy-no-for-scripts/m-p/6132595#M1365649</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;Try this way.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Copy &amp;amp;PAGE&amp;amp; of &amp;amp;SAPscript-JOBPAGES&amp;amp;. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Venkat.O&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2009 09:07:20 GMT</pubDate>
    <dc:creator>venkat_o</dc:creator>
    <dc:date>2009-09-02T09:07:20Z</dc:date>
    <item>
      <title>Current copy no for scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-copy-no-for-scripts/m-p/6132593#M1365647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a SAP script in which i need to display the currect page number and copy number of the form. How can this be done ...&lt;/P&gt;&lt;P&gt;eg. Copy 1 of 4 ,copy 2 of 4 like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The total no. of copies will come from NAST table , but i don't know where the currect number will come from .. plzz help..&lt;/P&gt;&lt;P&gt;I got the total no of copies .btu i want the current copy number .&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;Anil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 08:56:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-copy-no-for-scripts/m-p/6132593#M1365647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T08:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Current copy no for scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-copy-no-for-scripts/m-p/6132594#M1365648</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;You can use &amp;amp;PAGE&amp;amp; for printing the page number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;PAGE&amp;amp; / &amp;amp;SAPSCRIPT-JOBPAGES&amp;amp; gives you the output like 1/3, 2/3, 3/3...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 09:02:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-copy-no-for-scripts/m-p/6132594#M1365648</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2009-09-02T09:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Current copy no for scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-copy-no-for-scripts/m-p/6132595#M1365649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;Try this way.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Copy &amp;amp;PAGE&amp;amp; of &amp;amp;SAPscript-JOBPAGES&amp;amp;. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Venkat.O&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 09:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-copy-no-for-scripts/m-p/6132595#M1365649</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-09-02T09:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Current copy no for scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-copy-no-for-scripts/m-p/6132596#M1365650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;yes ur answer is right ,it is getting for pages like 1/10,2/10,3/10 like that.but i want for copies like suppose i want 3 copies then it should come like 1/3,2/3,3/3.In this the total no of copies i.e /3 is coming .but i am not getting the current copy number .so lindly send me the answer plzz.&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;Anil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 09:09:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-copy-no-for-scripts/m-p/6132596#M1365650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T09:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Current copy no for scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-copy-no-for-scripts/m-p/6132597#M1365651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkat,&lt;/P&gt;&lt;P&gt;for the copy  i used anzal from nast table for total  no of copies,i.e ' / &amp;amp;nast-anzal&amp;amp;.&lt;/P&gt;&lt;P&gt;but i dint get the current copy number.&lt;/P&gt;&lt;P&gt;send  me the answer plz,&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Anil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 09:12:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-copy-no-for-scripts/m-p/6132597#M1365651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T09:12:12Z</dc:date>
    </item>
  </channel>
</rss>

