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

PDF using FAX

Former Member
0 Likes
920

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
Read only

Bhaskar_Tripath
Participant
0 Likes
886

Hi,

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

Regards,

Bhaskar

Read only

0 Likes
886

Yes its a program output.

Read only

Former Member
0 Likes
886

Hi,

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

Regards,

venkat

Read only

0 Likes
886

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

Read only

0 Likes
886

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??

Read only

Former Member
0 Likes
886

Hi satya ranjan,

PDF TO THE FAX.

Use this function module : SO_DOCUMENT_SEND_API1

Regards,

Sravanthi

Read only

Former Member
0 Likes
886

This message was moderated.