cancel
Showing results for 
Search instead for 
Did you mean: 

sending from an ABAP program a sapscript to a fax server

former_member480606
Participant
0 Kudos

hi all,

I'have to to send a SAPSCRIPT to a fax using SCOT transaction. I've already preapared correctly SCOT transaction. In fact when I use a standard program RFKORD60 to trigger a SAPSCRIPT in SCOT I see a new request ready to go out by fax.

Now I'm in an ABAP PROGRAM in which i call a SAPSCRIPT. Before the call the standard function OPEN_FORM I valu the input structure OPTIONS in the following way:

OPTIONS-TDTITLE = 'Insoluto da AS'.

OPTIONS-TDTELELAND = 'IT'.

OPTIONS-TDTELENUM = '0499289621'.

OPTIONS-TDDEST = 'FAX' " (FAX is an output dispositive).

When I execute the all program the return code of function OPEN_FORM is 0 but I don't see the new request in SCOT transaction.

Any ideas or better any little program that can help me?

Thank you

Gino

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

see this blog : /people/erwan.lebrun/blog/2007/04/16/tips-tricks-email-fax-through-the-same-output-type

former_member480606
Participant
0 Kudos

Thank you,

I'm reading the link you sent me. Only a question:

I understood that after my CLOSE_FORM I have to use internal table OTFDATA and then convert it.

But I have to send a fax not an e-mail. I have to fill the fax node of SCOT not the EMAIL node.

Any other example?

Thank you

Gino