<?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: Regarding SAP Script Printing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-printing/m-p/1137806#M113692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When we give 2 print outs &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   It may quite happen that today&lt;/P&gt;&lt;P&gt;    we take the 1st printout,&lt;/P&gt;&lt;P&gt;   and tomorrow, the 2nd printout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In such case, HOW WILL THE SYSTEM&lt;/P&gt;&lt;P&gt;   KNOW THAT THE PRINTOUT IS BEING TAKEN &lt;/P&gt;&lt;P&gt;   2ND TIME, 3RD TIME ETC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. For this same prupose,&lt;/P&gt;&lt;P&gt;   WE NEED TO HAVE some information&lt;/P&gt;&lt;P&gt;   stored in Y TAble,&lt;/P&gt;&lt;P&gt;   wheneve a user takes a printout !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Feb 2006 11:30:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-24T11:30:45Z</dc:date>
    <item>
      <title>Regarding SAP Script Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-printing/m-p/1137802#M113688</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;I have a issue regarding SAP Script Layout [Output] Printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is : I want to print my layout 2 times Then in one of fields[Header] of my output during first print i should print the field as &amp;lt;b&amp;gt;[CREDIT NOTE]&amp;lt;/b&amp;gt; for 2 nd time printing &amp;lt;b&amp;gt;[COPY OF CREDIT NOTE]&amp;lt;/b&amp;gt; should be printed on same field place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is one case when i give 2 printouts of my output at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody give the solution for this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd Case is : First i will give 1 print of output.&lt;/P&gt;&lt;P&gt;              Then after some time i will print it again.&lt;/P&gt;&lt;P&gt;Then what i should get : Cilent is yet to decide.&lt;/P&gt;&lt;P&gt;                         I will get back on the same.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 10:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-printing/m-p/1137802#M113688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T10:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-printing/m-p/1137803#M113689</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;1. This we had done at our end also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. It requires that we create a y table.&lt;/P&gt;&lt;P&gt;3. When we issue print, then &lt;/P&gt;&lt;P&gt;   we have to update the y table&lt;/P&gt;&lt;P&gt;   for that document / primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Before printing, we should check&lt;/P&gt;&lt;P&gt;   if the particular record is there or not&lt;/P&gt;&lt;P&gt;   in the y table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. If its there, put COPY in some variable,&lt;/P&gt;&lt;P&gt;   and print/use this variable in the layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. It works fine.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 10:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-printing/m-p/1137803#M113689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T10:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-printing/m-p/1137804#M113690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u are using internal table for filling the script then u duplicate the records one with credit note and other with copy of credit node, then do the normal process&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 11:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-printing/m-p/1137804#M113690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T11:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-printing/m-p/1137805#M113691</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;It is actually a standard header. When we give 2 print outs it should print &amp;lt;b&amp;gt;CREDIT NOTE&amp;lt;/b&amp;gt; for 1st print &amp;amp; &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;COPY OF CREDIT NOTE&amp;lt;/b&amp;gt; for 2nd Print out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 11:17:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-printing/m-p/1137805#M113691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T11:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-printing/m-p/1137806#M113692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When we give 2 print outs &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   It may quite happen that today&lt;/P&gt;&lt;P&gt;    we take the 1st printout,&lt;/P&gt;&lt;P&gt;   and tomorrow, the 2nd printout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In such case, HOW WILL THE SYSTEM&lt;/P&gt;&lt;P&gt;   KNOW THAT THE PRINTOUT IS BEING TAKEN &lt;/P&gt;&lt;P&gt;   2ND TIME, 3RD TIME ETC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. For this same prupose,&lt;/P&gt;&lt;P&gt;   WE NEED TO HAVE some information&lt;/P&gt;&lt;P&gt;   stored in Y TAble,&lt;/P&gt;&lt;P&gt;   wheneve a user takes a printout !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 11:30:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-printing/m-p/1137806#M113692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T11:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-printing/m-p/1137807#M113693</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;Thanks for those replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had awarded points for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 11:59:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-printing/m-p/1137807#M113693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T11:59:46Z</dc:date>
    </item>
  </channel>
</rss>

