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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi Praneet,

i hope we can do this in the program MV56AIZZ. this inclued will be triggered in the PAI of the screen for VT02N.

wht you have to do is call the smartfom in this exit bychecking the sy-ucomm..if it is related to save then call the smartform.

Please Close this thread.. when u r problem is solved

Reward if Helpful

Regards

Naresh Reddy K

90070279
Participant
0 Kudos

I would setup an event. For example, when post goods issue button is pressed, I call a method that emails a form. Event name is: post_gi_vw as seen in SW01/SW02. You can have your event call a function that calls the smartform routines with print immediately activated or send an email, whatever you want.