cancel
Showing results for 
Search instead for 
Did you mean: 

Re-print of invoice with Old data

Former Member
0 Kudos

Hello all,

When I re-print invoices in SAP, I want the data to be just the same as the old invoice.

Right now, when I re-print the invoice, and if there were some master data change(for ex: customer address, payment terms) the reprint issued will contain this new data. I don't want this new data on them. Basically, I want them to be just like the old one.

Any help or direction will be appreciated.

Thanks,

Dipankar Biswas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Print program fetches data from Database tables and as you told that table enteries have been changed, so its obvious that print program will fetch the latest data.

If you want that re-print of invoice should display old data then you need to code new print program for re-printing. trace the tables affected by the changes you have been made, and try to retrive the old values in new print program.

Former Member
0 Kudos

Thank you so much for your inputs.

regards,

Dipankar Biswas

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

print program will always print the current document.

regards

chander

Former Member
0 Kudos

No, its no possible to get your requirement done. The Invoice Print program (or smartform) prints the data that is in the document currently, it cannot Print the data that was before the changes.