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: 

Auto printing of a smartform

Former Member
0 Kudos

Hi All !

I have a requirement on VT02N transaction where in when the shipment is marked completed and saved the smartform associated with this transaction is automatically printed. I mean with out manual intervention the form should be printed. Can anyone help me on this. Is it a ABAP change or a config chnage. Please advise.

Regards

Praneeth Kumar

4 REPLIES 4

Former Member
0 Kudos

To automatically print the output by a form,

You have to modify the function Module import parameter option just

DIALOG = ' x' to DIALOG = ' ' (SPACE)

Then no manual interaction is required

Former Member
0 Kudos

hi

good

use the tcode NACE and assign the particular particular smartform to that output type.

Thanks

mrutyun^

navin_khedikar2
Contributor
0 Kudos

Hi Praneeth

for that u have to make configuration changes for VT02N.

Reward all the helpful answers..

With Regards

Navin Khedikar

Former Member
0 Kudos

When u assign the output type and device type, there is another option called 'Further data', there, u can find four options 'dispatch time' , it says.. at what time the printout ( or can say output) should come out.

Select 'Send Immediatetly(When saving the application)'.

this vl suffice ur requirement.

Regards,

Sujatha.