cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert PDF from Po layout dynamic and send mail with pdf

Former Member
0 Kudos

HI ALL Expert,

i want create one mail functionality so i create one page .

so I want convert PO Layout in PDF in my from and that PDF i want to send vendor wise .

So please Give me solution ASAP.

Regards

Kalpen Patel

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi kpsapb1,

I think that you can't do that directly on SAP.

Maybe, try to do this using a new AddOn with MailMerge.

Using this like an AddOn, You will be able to do:

1. Create a template in Word or Excel etc..., using tables images, header footers etc... any design that you want.

2. Execute a query with all your data.

3. Execute: MailMerge. This will create and populate files using the template. So you will be able to save these files like .doc or .pdf etc...

4. After all you can send these files to the printer. You could use background process to do this

I'm implementing all this with: C#, Open XML, TX TextControl ( To convert .docx into .pdf file)

Edited by: David Eduardo Perez Hernandez on Jun 8, 2011 2:22 PM