Application Development 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: 

PDF using FAX

Former Member
0 Kudos

Hi all,

i am sending some data to FAX , Now what i have to do is , with that data i have to send a PDF TO THE FAX.

what is the process to do this?

regards,

satya

7 REPLIES 7

Bhaskar_Tripath
Participant
0 Kudos

Hi,

Wat data are u sending? Is it a program output?

Regards,

Bhaskar

0 Kudos

Yes its a program output.

Former Member
0 Kudos

Hi,

first you need to convert your data as pdf file. then you can send this pdf file to mail or fax..

Regards,

venkat

0 Kudos

Hi!

You can use the function SO_DOCUMENT_SEND_API1. If you create PDF attachment, the fax will have more pages: one for body (like in e-mail) and the second for attachment. Is there a special reason why do you use PDF? If you need only to fax something, like SmartForm or SAPscript, then you shouldn't use PDF, but OTF. Please specify what exactly do you want to do, and I'll post the code sample.

Regards,

Igor

0 Kudos

Hi Igor,

I need to fax my PDF file. but the Fax which customer is receiving is almost unreadble. Is there any setting we need to do??

Former Member
0 Kudos

Hi satya ranjan,

PDF TO THE FAX.

Use this function module : SO_DOCUMENT_SEND_API1

Regards,

Sravanthi

Former Member
0 Kudos

This message was moderated.