2008 Sep 22 6:22 AM
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
2008 Sep 22 6:26 AM
Yes even this you need to do NACE settings
Pls contact your functional consultant
Regards
MD
2008 Sep 22 6:24 AM
Hi,
For this you can use the user exit of VA02.
Regards,
P.S.Chitra
2008 Sep 22 6:24 AM
Hi.
For this you can use the user exit of VA02.
Regards,
P.S.Chitra
2008 Sep 22 6:26 AM
Yes even this you need to do NACE settings
Pls contact your functional consultant
Regards
MD
2008 Sep 22 6:33 AM
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.
2008 Sep 22 6:45 AM
Hi
To my knowledge, i think this needs to handled via config.
In the output communication, 'set the upon saving the application'
Regards
MD
2008 Sep 22 6:38 AM
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
2008 Sep 22 6:44 AM
HI karthik,
thanks for the reply.
My actual transaction is VT02.can u refer me any user exit for this transaction.
Gopal