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

Reprint SD invoice

Former Member
0 Likes
10,339

Hi,

does anybody know if there is some fm for printing SD invoice?

I need to programmatically reprint invoices by invoicenumber.

Like in VF02 enter invoiceno, then choose Goto -> Header -> Output, choose one output line, click on Repeat output button and Save. SAP then prints invoice.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,006

Hi Erki,

You can try to leverage the code from VF31 transaction or report program SD70AV3A for printing or reprinting SD invoice.

The program is not that complex and is quite easy to leverage. You can try to use them and build your own program.

It also uses couple of Function modules, take a look at it and try to see if you can leverage them.

Cheers

VJ

Mark Helpful Answers

Hi,

does anybody know if there is some fm for printing SD invoice?

I need to programmatically reprint invoices by invoicenumber.

Like in VF02 enter invoiceno, then choose Goto -> Header -> Output, choose one output line, click on Repeat output button and Save. SAP then prints invoice.

2 REPLIES 2
Read only

Former Member
0 Likes
4,007

Hi Erki,

You can try to leverage the code from VF31 transaction or report program SD70AV3A for printing or reprinting SD invoice.

The program is not that complex and is quite easy to leverage. You can try to use them and build your own program.

It also uses couple of Function modules, take a look at it and try to see if you can leverage them.

Cheers

VJ

Mark Helpful Answers

Read only

0 Likes
4,006

Thank you, it worked great!