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 smartform.

Former Member
0 Kudos

Hi all,

I am working on smartforms with VA02 transaction.

my requirement is like this.

when user makes any changes to sales order and clicks on save button have to print my form automatically and same have to happen when clicks on print button.(For print button i have to do nace settings and call my form but what about save button)

can any one help me inthis .

THanks and regards,

gopal

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Yes even this you need to do NACE settings

Pls contact your functional consultant

Regards

MD

7 REPLIES 7

Former Member
0 Kudos

Hi,

For this you can use the user exit of VA02.

Regards,

P.S.Chitra

Former Member
0 Kudos

Hi.

For this you can use the user exit of VA02.

Regards,

P.S.Chitra

Former Member
0 Kudos

Yes even this you need to do NACE settings

Pls contact your functional consultant

Regards

MD

0 Kudos

Hi madhan ,

thanks for the reply,

for this save option cant we write any case statement using save function code.

like

case SY-ucomm

when &SAVE&

call FM.

can i do anything like above or do i have to leave this automatic editing for functional guys.

because they said it can be handled by programers.

Gopal.

0 Kudos

Hi

To my knowledge, i think this needs to handled via config.

In the output communication, 'set the upon saving the application'

Regards

MD

Former Member
0 Kudos

Hi Gopaludu,

You need to write your logic in a userexit, check the include MV45AFZZ.

Revert back if you need more help.

Regards

Karthik D

0 Kudos

HI karthik,

thanks for the reply.

My actual transaction is VT02.can u refer me any user exit for this transaction.

Gopal