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

problem in printing

Former Member
0 Likes
1,610

Hi

When I execute a tcodeit shud create a spool n then print accordingly.

but spool is not getting genarated.

What can be the basic settings required for it?

any clues?

tx

kiran

6 REPLIES 6
Read only

Former Member
0 Likes
759

Hi,

Firstly You should check the Output Device (printer Settings) properly in SPAD transaction.

Then it also depends on the settings of Output type, Medium etc to genrate a spool.

Regards,

Anji

Read only

Former Member
0 Likes
759

Hi,

In the Interface of the FM, there is Output_Options structure and in that structure there is a field TDNEWID. you will have pass 'X' to it.

regards,

Mahesh

Read only

0 Likes
759

hi mahesh

which fn module are u talking about

am trying 2 execute a std TCODE: F110.

tx 4 ur reply

any more clues

kiran

Read only

0 Likes
759

Hi Kiran,

If you have a custom Driver Program used to print the document in F110, then you can change it in OPTIONS if it is using SAP Script and OUTPUT_OPTIONS if it is using SMARTFORMS.

If that is a standard program, before printing there will be a popup Window where you will have a checkbox which will ask for you create New Spool request or not.

Also in your User data (SU3 transaction) and in the Defaults tab, there will be a checkbox which says Delete after Output, you will have to Uncheck it.

regards,

Mahesh

Read only

Former Member
0 Likes
759

Hi Kiran,

If my understanding is correct : this is related to FI.

In this case, u need to call explicitly the print option in the program. Use smartforms instead of scripts inorder to get form print. It is easy to call the smartform in the program.

Regards

Kannaiah

Read only

Former Member
0 Likes
759

Hi,

In F110 you have Printout/data medium tab is there, there you have to maintain Variant right?, choose Maintain variants from application tool bar and check the output control.

regards,

Sateesh...