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: 

HI i want to fax the script

Former Member
0 Kudos

hi,

i am using VL71 to get output .

how can i add the logic for output as afax.

what need to be done in print program.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

in print program... u need to specify the mode of printing as FAX and also u need to specify a FAX number.

4 REPLIES 4

Former Member
0 Kudos

in print program... u need to specify the mode of printing as FAX and also u need to specify a FAX number.

0 Kudos

hi Ramesh ,

can u tell me how to capture the layout and send it through fax..

the example prog ?

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.

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

Hi,

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

Regards

Sudheer