‎2007 Feb 19 9:34 AM
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
‎2007 Feb 19 9:38 AM
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
‎2007 Feb 19 9:40 AM
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
‎2007 Feb 19 10:21 AM
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
‎2007 Feb 19 11:23 AM
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
‎2007 Feb 19 10:37 AM
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
‎2007 Feb 19 11:55 AM
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...