cancel
Showing results for 
Search instead for 
Did you mean: 

Invoice Print and Email from same output type

former_member303858
Contributor
0 Kudos

Hi All,

We want to print invoice and send an email to customer. Can this be acheived using same output type??

If yes, plz guide how can we do this..

I check some queries in forums but they had coding etc. Can we do it with config??

Regards,

Satish.

Accepted Solutions (0)

Answers (2)

Answers (2)

madhu_vadlamani
Active Contributor
0 Kudos

HI Sathish,

Can you tell why only one output need for both 2) Ask your abap guys to write code in the routine ans there is a need to change the driver program also . This is little bit complicate .

Regards,

Madhu.

former_member303858
Contributor
0 Kudos

Thanks Joshua and Madhurao,

I was searching of possibilities for output..

Best option here is creation of new output ..

Thanks..

Former Member
0 Kudos

I'm not sure why you wouldn't configure two output types. However, you can do this with one output type in a number of ways:

1. Use a speciial function output (transmission medium 8).

This allows you to write ABAP code to anything you want. However, you have to manage print contols on yur own as the special function transmssion medium doesn't allow you to specify these on he condition record.

2. Change the driver program for the print output for the output to send emails.

You would need to handle the email routing on your own because the output records for print are just for printing.