cancel
Showing results for 
Search instead for 
Did you mean: 

Smart form as a fax

Former Member
0 Kudos

Hi all,

I have print program in which i call a smartform to send it as a fax.

I have got the output as a OTF format . Now i am using the CONVERT_OTF_AND_FAX FM for sending the Fax . It is returning SY-SUBRC as 0 . BUT i am not able to see the FAX in SOST .

Can any body help in How to Resolve this issue

Regards

Saurabh Garg

This is the code used for sending FAX

DATA : lt_itcpp TYPE itcpp .

lt_itcpp-tddevice = 'TELEFAX' .

lt_itcpp-tdteleland = 'CH' .

lt_itcpp-tdtelenum = '0613230000' .

APPEND lt_itcpp TO t_itcpp .

CALL FUNCTION 'CONVERT_OTF_AND_FAX'

EXPORTING

faxoptions = t_itcpp

user = sy-uname

  • IMPORTING

  • FAX_OK =

  • OFFICE_OBJID =

  • MSGID =

  • MSGNO =

  • MSGV1 =

  • MSGV2 =

  • MSGV3 =

  • MSGV4 =

TABLES

otf = w_return-otfdata[]

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Check the below link for the example:

/people/pavan.bayyapu/blog/2005/08/30/sending-html-email-from-sap-crmerp

Hope this will be helpful!!

Former Member
0 Kudos

Populate "OUTPUT_OPTIONS" form interface parameter of Smart form function module to send FAX directly.

Former Member
0 Kudos

hi manjunath..

can u explain me in brief abt hw to send smartforms as a fax...

in which function module i have 2 populate..

thanks

bhanu

raguraman_c
Active Contributor
0 Kudos

Hi,

Did you configure <b>FAX</b> in <b>SAPConnect</b>. Check this link, here you have how to configure FAX in SAPConnect. I Ddin't get what you mean by SOST.

http://publib.boulder.ibm.com/infocenter/printer/v1r1/index.jsp?topic=/com.ibm.printers.ipmaix/com.i...

Feel free to revert back.

--Ragu

Message was edited by: Raguraman C