<?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 Sapscript FI - Printing cleared items in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-fi-printing-cleared-items/m-p/1360279#M178974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all.&lt;/P&gt;&lt;P&gt;I am the program RFKORD00 to print payments with a sapscript.&lt;/P&gt;&lt;P&gt;When i make partial payments i can print them without any problems.&lt;/P&gt;&lt;P&gt;The problem is when i make the rest of the payment. From this moment on, i can only print the final payment. When i try to print the previous partial payments it tells me the items have been cleared by another document.&lt;/P&gt;&lt;P&gt;I have a copy of RFKORD00. What do i need to change in it so i can still print the previous documents?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Nuno Silva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 May 2006 20:54:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-15T20:54:47Z</dc:date>
    <item>
      <title>Sapscript FI - Printing cleared items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-fi-printing-cleared-items/m-p/1360279#M178974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all.&lt;/P&gt;&lt;P&gt;I am the program RFKORD00 to print payments with a sapscript.&lt;/P&gt;&lt;P&gt;When i make partial payments i can print them without any problems.&lt;/P&gt;&lt;P&gt;The problem is when i make the rest of the payment. From this moment on, i can only print the final payment. When i try to print the previous partial payments it tells me the items have been cleared by another document.&lt;/P&gt;&lt;P&gt;I have a copy of RFKORD00. What do i need to change in it so i can still print the previous documents?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Nuno Silva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 20:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-fi-printing-cleared-items/m-p/1360279#M178974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T20:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript FI - Printing cleared items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-fi-printing-cleared-items/m-p/1360280#M178975</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; I am not sure if i understood ur question correctly. &lt;/P&gt;&lt;P&gt; Anyways i think in the output types there is settings which you can define whether to reprint a already printed document. Check if this is enabled or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If its not enabled it will not allow you to re-print the documents printed earlier.&lt;/P&gt;&lt;P&gt; Did you try printing from tcode VF31?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 23:48:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-fi-printing-cleared-items/m-p/1360280#M178975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T23:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript FI - Printing cleared items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-fi-printing-cleared-items/m-p/1360281#M178976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just chk if this logic works...&lt;/P&gt;&lt;P&gt;ur program takes the open entries from table BSID.. goto BSEG for all the entries n chk the field REBZG. if this field is filled, it contains the original doc no. put this no. as BELNR in bseg now and get WRBTR to get the original amount...&lt;/P&gt;&lt;P&gt;hope it helps,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 05:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-fi-printing-cleared-items/m-p/1360281#M178976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T05:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript FI - Printing cleared items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-fi-printing-cleared-items/m-p/1360282#M178977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;Thank you for the answer, but i was trying to make the all code all over again and changing the standard code instead. Any ideas on what do i need to change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Nuno Silva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 10:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-fi-printing-cleared-items/m-p/1360282#M178977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T10:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript FI - Printing cleared items</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-fi-printing-cleared-items/m-p/1360283#M178978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u r planning to make changes in a standard program which can be quite tricky at times..so u got to be careful.. just go thru all the select statements in the standard program n try to figure out the logic.. incorporate the logic i mentioned in my previous post to get ur requirement..&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 12:06:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-fi-printing-cleared-items/m-p/1360283#M178978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T12:06:21Z</dc:date>
    </item>
  </channel>
</rss>

