cancel
Showing results for 
Search instead for 
Did you mean: 

How to attatch smartform in NACE

Former Member
0 Kudos

Hi,

I have developed one Smartform.

I need to print the form when user runs transaction VA02 or VA03 on print request.

What are the steps to attatch it in NACE ?

How to attached driver program to the same?

I have not developed any driver prog yet.

Please suggest me the solution.

Regards,

Deepak.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

In NACE tcode, V1 is the application for sales.

1. Select v1, and click on output types.

2. Now, select the output type you want for sales order BA00 is the standard output type.

3.Select output type and click on Processing Routines folder.

4.Here you can assign the print program and smartform.

Also, in print program, remember that your code should be between:

form entry.

"all your code should be here.

endform

Vishwa.

Answers (4)

Answers (4)

Former Member
0 Kudos

HI.

1) Goto NACE transaction.

2)Select the application for whch you want to create the output type. For ex. select v3 for invoice.

3)Click on 'Output Types' button on application toolbar.

4)Click on 'New Entries'.

Click on Processing Routines on the left-side to enter the driver program and SAPscript/Smartform name.

5)double clik on "processing routines" and give Programand Form name.

save it.

REgards.

Jay

Former Member
0 Kudos

Hi deepak,

Use thsi thread

regards,

Pravin

Former Member
0 Kudos

Hello,

Select your application type in nace ; clk on output types.

There you can put the output type and corresponding name to your output type.

in Processing routine of the same output type you will find the parameters to fill in the details for program name and form name.

to link the driver program you need to use the FM : SSF_FUNCTION_MODULE_NAME

and also the function module is generated while you test the smartform. use that FM also to link the driver prog to smartforms.

Thanks.

Former Member
0 Kudos

hi,

goto nace and look what is the application you developed smartform for, if shipping select V2 and click on output types on the tool bar now search for your output type and select it and press processing routines. it will lead to a screen where you can mention your smartform.

thanks

anupama.