Application Development and Automation 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: 
Read only

send layout(sapscript) to fax

Former Member
0 Likes
775

hi,

is anyone know how can i send layout to fax????????

thanks in advanced.

dana.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
749

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

Regards

vasu

hi,

is anyone know how can i send layout to fax????????

thanks in advanced.

dana.

4 REPLIES 4
Read only

Former Member
0 Likes
749

SSFCONVERT_OTF_AND_FAX or

CONVERT_OTF_AND_FAX

function modules can be used.

Regards

vasu

Read only

Former Member
0 Likes
750

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

Regards

vasu

Read only

0 Likes
748

Hi Vasu,

i appreciate your reply.

i just want to clear a few things:

i have a program that call the layout.

1.when do i use this FM 'CONVERT_OTF_AND_FAX'?

before i use 'open_window'...?

2.where do i find this MEDIUM?

thank you very much,

dana.

Read only

0 Likes
748

THANK YOU VERY MUCH VASU.