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

Printing smartform.

Former Member
0 Likes
1,194

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
Read only

Former Member
0 Likes
1,163

Yes even this you need to do NACE settings

Pls contact your functional consultant

Regards

MD

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,163

Hi,

For this you can use the user exit of VA02.

Regards,

P.S.Chitra

Read only

Former Member
0 Likes
1,163

Hi.

For this you can use the user exit of VA02.

Regards,

P.S.Chitra

Read only

Former Member
0 Likes
1,164

Yes even this you need to do NACE settings

Pls contact your functional consultant

Regards

MD

Read only

0 Likes
1,163

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.

Read only

0 Likes
1,163

Hi

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

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

Regards

MD

Read only

Former Member
0 Likes
1,163

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

Read only

0 Likes
1,163

HI karthik,

thanks for the reply.

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

Gopal