cancel
Showing results for 
Search instead for 
Did you mean: 

Send FAX from Program using Convert_OTF_and_FAX

Former Member
0 Kudos

hi,

i am sending smartform OTF data as FAX using the funbction module CONVERT_OTF_AND_FAX.

i am able to see the FAX document in My SAP outbox but it is not reaching SOST. Since OUTBOX_FLAG = 'X' , the copy is coming to outbox.

Any idea about why Fax does not reach SOST. Am i missing any thing.

ls_fax-tddevice = "'TELEFAX'.

ls_fax-tdgetotf = 'X'.

ls_fax-tdcover = space.

ls_fax-tdimmed = 'X'.

  • Receiver list

ls_fax-tdteleland = 'US'.

ls_fax-tdtelenum = '315-622-5808'. " wa_mailid-faxnum.

  • PERFORM otf_rtl_layout TABLES gt_otf_final.

CALL FUNCTION 'CONVERT_OTF_AND_FAX'

EXPORTING

faxoptions = ls_fax

user = lv_user

IMPORTING

office_objid = ls_obj

fax_ok = lv_ok

msgid = lv_msgid

msgno = lv_msgno

msgv1 = lv_msgv1

msgv2 = lv_msgv2

msgv3 = lv_msgv3

msgv4 = lv_msgv4

TABLES

otf = gt_otf_final[].

Regards, sri

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi HArsha,

I too find the same problem.

using the function module CONVERT_OTF_AND_FAX.

I am able to send my sapscript to outbox. But it is not going to SOST .

Have you got answer for your problem ?.

Former Member
0 Kudos

Hi,

I have solved my self...

its very simple solution. After using function module use commit work statement..that aolves your problem...

if not contact me.

Regards, sri

thomas_mueller8
Participant
0 Kudos

Hi Sri,

I have problems sending a spool request (SAPScript) as a fax.

Did you face any formating / print control problems afterwards (response from the fax server) ? What have been the fax parameters when you called the FM 'CONVERT_OTF_AND_FAX'.

Kind regards,

Thomas

Former Member
0 Kudos

check this thread it might be helpful to u.

кu03B1ятu03B9к