<?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: SAPSCRIPT, HOW PRINT MORE COPIES (Example: Customer..., Vendor... ecc) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-print-more-copies-example-customer-vendor-ecc/m-p/4598912#M1084161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in OPEN_FORM there is a parameter OPTIONS-no of copies. pass the no of copies to be printed here. and no need to loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Oct 2008 11:08:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-23T11:08:29Z</dc:date>
    <item>
      <title>SAPSCRIPT, HOW PRINT MORE COPIES (Example: Customer..., Vendor... ecc)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-print-more-copies-example-customer-vendor-ecc/m-p/4598908#M1084157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;i have a problem, i have built a complete sapscript, but i have to print 2 copies, one for the vendor, one for the client changing one label into the sapscript ("copy for vendor", "copy for client").&lt;/P&gt;&lt;P&gt;In other words, when the client print one copy of the sapscript, i have to duplicate the copies changing only the label that specified who is the recipient of the copy... it is possible do that??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 10:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-print-more-copies-example-customer-vendor-ecc/m-p/4598908#M1084157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T10:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT, HOW PRINT MORE COPIES (Example: Customer..., Vendor... ecc)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-print-more-copies-example-customer-vendor-ecc/m-p/4598909#M1084158</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;What kind of document it is???? Are you sure about the length of the contents....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you think that both of the documents will have Single Page or Two pages only then You can design both of the pages in the same Sapscipt only with two pages or Four pages.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 10:40:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-print-more-copies-example-customer-vendor-ecc/m-p/4598909#M1084158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T10:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT, HOW PRINT MORE COPIES (Example: Customer..., Vendor... ecc)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-print-more-copies-example-customer-vendor-ecc/m-p/4598910#M1084159</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;Check with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop 2 times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-index =1.&lt;/P&gt;&lt;P&gt;heading = original&lt;/P&gt;&lt;P&gt;elseif sy-index =2&lt;/P&gt;&lt;P&gt;heading =copy&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open_form&lt;/P&gt;&lt;P&gt;write_form&lt;/P&gt;&lt;P&gt;close_form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 10:55:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-print-more-copies-example-customer-vendor-ecc/m-p/4598910#M1084159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T10:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT, HOW PRINT MORE COPIES (Example: Customer..., Vendor... ecc)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-print-more-copies-example-customer-vendor-ecc/m-p/4598911#M1084160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, probably the solution is otside open form and close form..&lt;/P&gt;&lt;P&gt;the sapscript is ZRVORDER01 copied from the standard.. probably to do more copies i have to change the standard program RVADOR01 coping in Z and looping outside openform and close form.&lt;/P&gt;&lt;P&gt;Only this can be the solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 11:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-print-more-copies-example-customer-vendor-ecc/m-p/4598911#M1084160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T11:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT, HOW PRINT MORE COPIES (Example: Customer..., Vendor... ecc)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-print-more-copies-example-customer-vendor-ecc/m-p/4598912#M1084161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in OPEN_FORM there is a parameter OPTIONS-no of copies. pass the no of copies to be printed here. and no need to loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 11:08:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-print-more-copies-example-customer-vendor-ecc/m-p/4598912#M1084161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T11:08:29Z</dc:date>
    </item>
  </channel>
</rss>

