cancel
Showing results for 
Search instead for 
Did you mean: 

Fax output in Adobe forms

Former Member
0 Kudos

Hello Gurus,

I have requirement to send fax of an adobe form from my program. In FM "FP_JOB_OPEN", we have parameter "DEVICE" where we can give as "TELEFAX" and Other parameter is there where we can get the PDF i.e. through the parameter "GETPDF".

But, Later am not understanding where to give the Fax Number n so on details....

Please let me know how to proceed further.

Thanks in advance.

Regards,

Usha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Usha,

If you refer to your previous thread link you will get the answer, if not let us know exactly where you get issue-

Thank you,

Nishikant.

Former Member
0 Kudos

Hi Nishikant Kumbhar ,

Thanks for ur reply, Actually problem is where should I mention the Fax number (i.e. in some parameter we have mention).

Here, we have different options to send.

For Printer, We use the set of code.

Pass the parameters in OUT structure.

sample :

out-device = 'PRINTER' " in case of Printer

out-nodialog = 'X'.

out-dest = par_priz. " Normally for the printer, We specify the printer name

out-reqnew = 'X'.

  • out-reqimm = 'X'.

  • out-reqdel = 'X'.

out-reqfinal = 'X'.

For EMail, We use the set of code.

Pass the parameters in OUT structure.

sample :

out-device = 'MAIL'' " in case of Printer

out-nodialog = 'X'.

out-getpdf = 'X'. "It will return the PDF

We will call FM FP_JOB_OPEN, Next Call Adobe Form Generated FM will return PDF , Next based on return PDF, we send the mail using FM "SO_NEW_DOCUMENT_ATT_SEND_API1".

For Fax, Do we need to this set of code... Confirm this.....

Pass the parameters in OUT structure.

sample :

out-device = 'TELEFAX' " in case of Fax

out-nodialog = 'X'.

out-dest = par_priz. " Normally for the printer, We specify the printer name but * now For Fax, where should I specify the Fax number.

out-reqnew = 'X'.

  • out-reqimm = 'X'.

  • out-reqdel = 'X'.

out-reqfinal = 'X'.

But, here also, do I need to use any other FM where I can specify the Fax no's or any othre way to do...

Please, Let me know about this...

Thanks in advance.

Reply,

Usha

Former Member
0 Kudos

Hello Usha,

Please ref following thread & sap-img.com link code, you can find the telefax number option-

Thank you,

Nishikant.

Answers (0)