<?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: Printing in script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-in-script/m-p/2520790#M570526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shaik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In scripts you have the current copy stored in Nast structure field is anzal. Use this field and you can programatically handle the situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you look at the table NAST there is a field ANZAL, look at the field, this field will contain the Number of copies of the Script, based on this write the header ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the select based on the Output type, then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF &amp;amp;NAST-ANZAL&amp;amp; = 1.&lt;/P&gt;&lt;P&gt; First header.&lt;/P&gt;&lt;P&gt;ELSEif &amp;amp;NAST-ANZAL&amp;amp; = 2.&lt;/P&gt;&lt;P&gt; Second header.&lt;/P&gt;&lt;P&gt;ELSEif &amp;amp;NAST-ANZAL&amp;amp; = 3.&lt;/P&gt;&lt;P&gt; Third header.&lt;/P&gt;&lt;P&gt;Endif.&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;&lt;/P&gt;&lt;P&gt;Line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2007 08:15:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-12T08:15:26Z</dc:date>
    <item>
      <title>Printing in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-in-script/m-p/2520787#M570523</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;&lt;/P&gt;&lt;P&gt;User has a requirement that he needs to print an Layout number of times for each time when they give the print with different headings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me the way how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;magesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 08:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-in-script/m-p/2520787#M570523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T08:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Printing in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-in-script/m-p/2520788#M570524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any specific condition that if i execute this time i have to show this heading?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 08:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-in-script/m-p/2520788#M570524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T08:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Printing in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-in-script/m-p/2520789#M570525</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 you have nast structure there on field by name anzal contains the copy number use this and handle your requirement programatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your curiosity,&lt;/P&gt;&lt;P&gt;Award points if useful else getbk,&lt;/P&gt;&lt;P&gt;Aleem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 08:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-in-script/m-p/2520789#M570525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T08:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Printing in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-in-script/m-p/2520790#M570526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shaik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In scripts you have the current copy stored in Nast structure field is anzal. Use this field and you can programatically handle the situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you look at the table NAST there is a field ANZAL, look at the field, this field will contain the Number of copies of the Script, based on this write the header ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the select based on the Output type, then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF &amp;amp;NAST-ANZAL&amp;amp; = 1.&lt;/P&gt;&lt;P&gt; First header.&lt;/P&gt;&lt;P&gt;ELSEif &amp;amp;NAST-ANZAL&amp;amp; = 2.&lt;/P&gt;&lt;P&gt; Second header.&lt;/P&gt;&lt;P&gt;ELSEif &amp;amp;NAST-ANZAL&amp;amp; = 3.&lt;/P&gt;&lt;P&gt; Third header.&lt;/P&gt;&lt;P&gt;Endif.&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;&lt;/P&gt;&lt;P&gt;Line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 08:15:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-in-script/m-p/2520790#M570526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T08:15:26Z</dc:date>
    </item>
  </channel>
</rss>

