‎2006 May 15 9:54 PM
Hello all.
I am the program RFKORD00 to print payments with a sapscript.
When i make partial payments i can print them without any problems.
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.
I have a copy of RFKORD00. What do i need to change in it so i can still print the previous documents?
Thank you
Nuno Silva
‎2006 May 16 12:48 AM
Hi,
I am not sure if i understood ur question correctly.
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.
If its not enabled it will not allow you to re-print the documents printed earlier.
Did you try printing from tcode VF31?
Cheers
VJ
‎2006 May 16 6:28 AM
just chk if this logic works...
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...
hope it helps,
Regards,
Bikash
‎2006 May 16 11:09 AM
Hello.
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?
Thank you
Nuno Silva
‎2006 May 16 1:06 PM
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..
Regards