Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Sapscript FI - Printing cleared items

Former Member
0 Likes
630

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

4 REPLIES 4
Read only

Former Member
0 Likes
572

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

Read only

Former Member
0 Likes
572

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

Read only

0 Likes
572

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

Read only

0 Likes
572

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