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

Spool

Former Member
0 Likes
1,428

Hi,

In ME31K, when I enter the data and press Save,it automatically prints the contract.

Does anyone know how to configure the print in a system so that it always sent to spool but not print it?

Thank You

11 REPLIES 11
Read only

Former Member
0 Likes
1,318

In NACE, check the settings. Dispatch time could be set to 4. And some where in the print parameters, they must be setting it to 'print immediatley'.

Thanks,

Read only

0 Likes
1,318

Actually I did check NACE, it is not set to 4. Do you know in which Transaction I can see where it is set to Print Immediately?

Read only

0 Likes
1,318

Hi,

Chk the function module <b> get_print_parameters </b> in your program.

Turn off Print Immediately Param

<b> IMMEDIATELY = ' ' </b>

Rgds,

OP.

Read only

0 Likes
1,318

Vamsee,

Check your print parameters using the fm 'get_print_parameters' and check the parameter for 'print imm.'. If it is set, then turn it off.

Thanks,

Read only

0 Likes
1,318

Actually, i dont have access to write a program now. I am sure that that print immediately is checked. How do i turn it off? do u know which transaction i can use?

Read only

0 Likes
1,318

Vamsee,

THERE ARE 2 THINGS : (1 IS MANUAL, OTHER IS USER PROFILE)

1. When print command is executed from toolbar,

a window comes

where we can select PRINTER NAME, etc.

In this window itself,

we have to tick 'PRINT IMMEDIATELY'

3. ANOTHER SETTING IS IN USER PROFILE

(THIS WE CAN DO OURSELF, OR TELL BASIS TEAM)

4. From any window, goto this menu

SYSTEM --> USER PROFILE --> OWN DATA

5. A new window will come.

Select DEFAULTS tab.

6. Turn off the check box for OUTPUT IMMEDIATELY.

I hope it helps.

Thanks,

Read only

0 Likes
1,318

Vamsee,

From Menu

Goto

System --> User Profile --> Own Data <b> (SU01) Trnx </b>

Click Default tab -> In the Spool control Box,Unchk Print Immediately option.

For this you should have access to SU01 transaction.Ask your BAsic ppl to do this.

Rgds,

OP.

Pls close the thread by awarding pts.

Read only

0 Likes
1,318

Guys,

I did try unchecking print immediately option , but it still prints the contract in me31k transaction when i click on save. Any ideas?

Read only

0 Likes
1,318

Hi,

Try the MN08 transaction. You can modify the output parameters for any key kombinations...

Best regards

Martin

Read only

0 Likes
1,318

Hi Marton,

I did try this Transaction for all Condition Types,

I am getting:

"No condition records exist for this selection"

Any clues?

Thanks.

Read only

santosh_patil6
Explorer
0 Likes
1,318

Hi,

You can try this.

Go to the aggreement in change mode and on the application tool bar click on the Printer Icon or press SHIFT F1.

You will enter into a next screen. Here select the output type and check the Communication method tab and futher data tab.

Here you will find the information on should the aggreement be printed immediately while saving or not.

If helpful reward the points and close the thread.