cancel
Showing results for 
Search instead for 
Did you mean: 

How to fax PDF document?

Former Member
0 Kudos

Guys,

Is there any function module to fax the PDF document?

Thanks in Advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

Check this function module...

FP_JOB_OPEN

And the related document of the above function module is...

http://help.sap.com/saphelp_nw04/helpdata/en/60/f8123e9c6c498084f9f2bafab32671/content.htm

Hope it would help you.

Regards

Narin Nandivada

bpawanchand
Active Contributor
0 Kudos

Hi

Use CONVERT_OTF

Example

CALL FUNCTION "CONVERT_OTF"

EXPORTING FORMAT = "PDF"

IMPORTING BIN_FILESIZE = FILE_LEN

TABLES OTF = OTFDATA

LINES = PDFDATA

EXCEPTIONS ERR_MAX_LINEWIDTH = 1

ERR_FORMAT = 2

ERR_CONV_NOT_POSSIBLE = 3

OTHERS = 4.

OR

CONVERT_OTFSPOOLJOB_2_PDF

and by using NACE transaction by searching for appropriate program you can send it

Hope it gives you and IDEA

Reward Points if use ful

Regards

Pavan