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

print program is not getting triggered when saving the application

Former Member
0 Likes
765

Hi all,

My requirement is when i save the invoice using VF01 the print program should get triggered.

The print program is not getting triggered when saving the application even when i have configured the outtype and have attached the print program.

The setting "send immediately (when saving application)" is also checked.

I need to configure it for VF01 transaction.

The error message displayed was " please maintain output device in master data".

Regards,

Umesh

2 REPLIES 2
Read only

Former Member
0 Likes
564

Your output is getting triggered. When the output is being printed its unable to find the default printer associated with the user id.

Maintain a default printer in the User profile (Su01) and the error should be gone.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
564

Hi Umesh

Please check if you have missed any of the following:

1. Defining Access Sequence(can use existing).

2. Defining Output Condition Type(can use existing). - Assigning the Driver Program and Form in processing routine.

3. Output Determination Procedure

4. Assign Output Procedure to Billing Types

Kind Regards

Eswar