cancel
Showing results for 
Search instead for 
Did you mean: 

Invoice as PDF

Former Member
0 Kudos

Hi all,

I need some advice.

The task is to print the invoice as PDF-file and then mail it via SAP to the customer. Do you have any ideas how to do this?

Thanks for all your answers.

Florian

http://www.mindsquare.de

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

Check this thread

[Re: Invoice as PDF to be sent to Customer|;

thanks

G. Lakshmipathi

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Use program SRTXPDFT4 in invoice printing program at close_form function module by paasing the spool no. Please take ABPErs

help.

Regards

Former Member
0 Kudos

Thanks for your help!

We got it kind of working...

problem is the authentication with the SMTP-server.

We created the necessary parameters SMTPAUTH, SMTUSER and SMTPPASSWORD in RZ10 but it still shows one of these error messages:

'501 Not authenticated'

'550 must be authenticated'

only difference is the SMTP-server. I tried a different one in between..

So what can I do? I hope you can give me some hints!

Thanks! Florian

http://www.mindsquare.de

Former Member
0 Kudos

Hai,

To take the Invoice in PDF form there is a standard program which is available in SAP ABAP adobe format. If your abapers are able to do the necessary changes to the same then you will get a pop up when you try to take the print out, which will ask you for a normal print of to save the output as PDF.

regards,

Sudhir

Former Member
0 Kudos

Hi,

You need to develop a Adobe Print Form and a Driver Program. Once you designed the form, create a new output type and select the Medium as '5'. Attach the form name and Print program to the output.

I hope this will answer your question.

We designed adobe forms and attached to the output types to send a PDF document as attachment. You can also generate the PDF form using a Sap Script and Smartform.

Thanks,

-Suresh Revuru