<?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 (copy windo) Runtime printed number in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-windo-runtime-printed-number-in-smartforms/m-p/4097445#M979799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Expert,&lt;/P&gt;&lt;P&gt;I created smartform(customise) .It is running fine &lt;/P&gt;&lt;P&gt;using customing transaction code(tc-zqa33).&lt;/P&gt;&lt;P&gt;I used copy windo and created text (&amp;amp;SFSY-COPYCOUNT&amp;amp;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have taken printout.Fist time it is showing 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again i have taken printout for same number(unique)&lt;/P&gt;&lt;P&gt;        stil is is showing one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want second time show - 2.&lt;/P&gt;&lt;P&gt;        third time show - 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lastprinout copy + current printout = Show in outout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;jyoti prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2008 10:26:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-09T10:26:37Z</dc:date>
    <item>
      <title>(copy windo) Runtime printed number in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-windo-runtime-printed-number-in-smartforms/m-p/4097445#M979799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Expert,&lt;/P&gt;&lt;P&gt;I created smartform(customise) .It is running fine &lt;/P&gt;&lt;P&gt;using customing transaction code(tc-zqa33).&lt;/P&gt;&lt;P&gt;I used copy windo and created text (&amp;amp;SFSY-COPYCOUNT&amp;amp;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have taken printout.Fist time it is showing 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again i have taken printout for same number(unique)&lt;/P&gt;&lt;P&gt;        stil is is showing one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want second time show - 2.&lt;/P&gt;&lt;P&gt;        third time show - 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lastprinout copy + current printout = Show in outout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;jyoti prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 10:26:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-windo-runtime-printed-number-in-smartforms/m-p/4097445#M979799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T10:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: (copy windo) Runtime printed number in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-windo-runtime-printed-number-in-smartforms/m-p/4097446#M979800</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;U should run the sf as many times as many the copy to be printed are, only in this way u can print different value in the copy window:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DO COPY_TIMES TIMES.
   
   NR_COPY = SY-INDEX.

   CALL SF.

ENDDO.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U should replace SFSY-COPYCOUNT with NR_COPY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 10:34:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-windo-runtime-printed-number-in-smartforms/m-p/4097446#M979800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T10:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: (copy windo) Runtime printed number in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-windo-runtime-printed-number-in-smartforms/m-p/4097447#M979801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you take 3 copy of at the one print process then it will show 1,2,3 but it is not the field which can tell you how many total print out has been done upto now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you can check NAST table and find out how many times the form was printed and then put a logic to count it and display.&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;Fran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Franc on Jul 9, 2008 11:48 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 10:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-windo-runtime-printed-number-in-smartforms/m-p/4097447#M979801</guid>
      <dc:creator>former_member226999</dc:creator>
      <dc:date>2008-07-09T10:48:01Z</dc:date>
    </item>
  </channel>
</rss>

