on 2008 Nov 18 2:02 PM
Hi Experts,
When I lauch a new printing, SAP groups all the printings inside the same spool number. But I Would like for each printing, one spool number.
Where is the customzing ?
Thanks a lot for your help
Joel
Hi,
You can use the same spool for all. If you are haveing only one spool wrok process.
Anil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Its about adding the paramter in the print screen or form . you need to get in touch with an ABAPer to do these necessary chnages or for more information on this ,,
With the function modules PRINT_TEXT and OPEN_FORM, you can set output formatting and print control using the parameter OPTIONS.
TDNEWID: Spool: new spool request
This field determines whether to append the current spool request to an existing request with the same attributes or whether to create a new request. To append a request to another, the values of the fields Name, Output device, Number of copies and the Formatting mode must be the same, and the existing spool request must still be active. This is no longer the case, if a spool request is released to printing. If the system does not find a matching spool request, it always creates a new one.
you can change this the proposed value on the print selection screen.
list of paramters that you can use with PRINT_TEXT and OPEN_FORM
http://help.sap.com/saphelp_40b/helpdata/en/d6/0db875494511d182b70000e829fbfe/content.htm
hope this will help you
Regards
dEE
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Check the link below
http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a8f4951ea11d189570000e829fbbd/content.htm
Rgds,
Suman
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Joel
Greetings
please check SAP Note 164418 - Print correspondence: Immed. output of spool reqst.
do u mean For a group of correspondences, the print correspondence was started and exactly one spool request should result ? & When setting print parameter 'Output immediately', n spool requests result which are output individually in each case. ?
IF yes then
This is the standard behavior of the SAP print. It is possible to modify the print program of the print correspondence in a way so that flag 'Output immediately' is reset when adding the last correspondence entry. If you require this behavior which differs from the SAP standard, implement the attached advance correction.
Else check in Tcode SU3 if the print immediately option is checked or not , make sure it is checked
Award points if this is helpful
Reagrds
dEE
Edited by: Deep Kwatra on Nov 18, 2008 5:31 PM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
101 | |
8 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.