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

Invoice Printing

Former Member
0 Likes
481

Hello,

Currently we have a program which creates Invoice from the data fetched from an Excel file and later the invoices are printed using overnight background jobs at specific printers.

This is creating confusion for the users.

Hence they require a "Print Immediate" option, so that they can print the Invoices at the printer they want and whenever they want.

Is this kind of functionality possible ?

If yes, then what is the solution for that ?

Thanks,

Sushil

2 REPLIES 2
Read only

Former Member
0 Likes
432

Sushil,

In the print program (that program calls the form and prints) look at the parameters, there should be a PRINT_IMMEDIATELY option.

Its in OUPUT_OPTIONS and the name is TDIMMED.

If you set this, it will immeidately.

Regards,

Ravi

Note : Please close the post, if the issue is resolved.

Read only

Former Member
0 Likes
432

Sushil,

you can set the print immediately in SD config. Use transaction VV32 to change the output settings for each document type within each sales org. If you set the date\time field to 4, the output will be issued upon saving of the invoice. You can also change the default printer in the communication screen from within this transaction and set \ unset the print immediately flag.

Hope this helps

Colin