Application Development 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: 

Printing created spools to different printers as end of day batch job-

Former Member
0 Kudos

Is there a way we can select the spools generated for the day and based on objectkey of NAST i.e if it is POs/Invoices,etc-- we print at the end of day -as seperate batch jobs in different printers?

When we create PO or Invoice -we have messaging options for batch job or print immediately or to be spooled.

I want spools to be generated and later segregated and then printed to different printers depending on user/dept/object(PO,invoice),etc.

TSP01,TSP02 tables are not much help to know the actual objects-

in other words how do I link NAST to TSP01 is there a way?

Any help on this would be deeply appreciated.

Thanks'

Shankar T.Subramanian

Message was edited by: shankarnarayan SUBRAMANIAN

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Using print programs populate TSP01-RQ1NAME with document type and TSP01-RQ2NAME with document number. This will make your life easier to locate spool id's for any document.

Hope this helps you,

Shashi Reddy

3 REPLIES 3

Former Member
0 Kudos

Using print programs populate TSP01-RQ1NAME with document type and TSP01-RQ2NAME with document number. This will make your life easier to locate spool id's for any document.

Hope this helps you,

Shashi Reddy

0 Kudos

Hi Shashi, Is there any user exits for that?...?

if this can be done..yes it helps!

Thanks ,

Shankar.

0 Kudos

You can use the print program to change these parameters before call to "OPEN_FORM", OPTIONS parameter.

Shashi Reddy