Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

send layout to fax

Former Member
0 Kudos

hi everyone,

i have layout that i need to send through fax.

my problem is that instead of sending it to fax it send to email.

i use 4 function:

open_form - my device is telefax.

write_form

close_form

and CONVERT_OTF_AND_FAX.

is anyone know what im doing wrong?

thanks.

dana.

2 REPLIES 2

Former Member
0 Kudos

Hi

1. define the Output device as FAX (check in SPAD whether it is already there

or not)

2. For printing the Output we use MEDIUM as 1 for FAX use the Medium as 2.

3. Configure the same in NACE tcode with medium 2

4. Sap script will automatically takes care of this medium and send the output to the respective output device which was assigned to that output , provided that device was properly configured.

Take the help of basis people in this regard to configure the output device and make it as active.

**************************************************************************************

Goto SE71 , there Utilities --> Activate debuger to activate the scrit debugger, then goto VL71 to get the output, but here the Program will gointo debugging mode, there you will find the Script name, then goto NACE, and select the application type, there select your Output type then select the medium as FAX, then give the FAX number

0 Kudos

I did what you said, and in trans.VL71 there are no results.

is there another way that i can do that?