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: 

urgent-smartform

Former Member
0 Kudos

have modified standard layout of script(form) by means of smartforms,now how can i attach it to the driver program and execute and see the output of smartform.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Go to SMARTFORMS, open your form, then from Environment mwnu take FM name.

Go to your driver program and call this using pattern button. And pass data if you have any to it.

Execute.

If you want to attach to std transaction , use NACE or take Functional consutlants help.

Reward if useful!

Former Member
0 Kudos

Hi

Attach that Modified Smartform in the NACE tcode and execute the output from the respective Transaction

NACE is the Tcode used to link the Application type, Output Types and its processing Routines like ( Driver programs and attached Script forms or Smartforms).

You should know the Application of a document first Like:

for PO it is EF, for sales Doc's it is V1, for Delivery docs it is V2, for billing Doc's it is V3 etc.

so first select the Application type (ex: EF) for PO and press OUtput types

then a list will come in that you should know the related output type for PO.

in this case it is NEU,

select that and click on the processing Routines button on the left side

it will display the Medium, Driver Program and the Script form or smartform related to that document..

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

goto nace and configure your smartform depending on the output type.

you can see the output of the form

Former Member
0 Kudos

hi,

NACE is the Tcode used to link the Application type, Output Types and its processing Routines like ( Driver programs and attached Script forms or Smartforms).

You should know the Application of a document first Like:

for PO it is EF, for sales Doc's it is V1, for Delivery docs it is V2, for billing Doc's it is V3 etc.

so first select the Application type (ex: EF) for PO and press OUtput types

then a list will come in that you should know the related output type for PO.

in this case it is NEU,

select that and click on the processing Routines button on the left side

it will display the Medium, Driver Program and the Script form or smartform related to that document..

Reward if it helps..

regards,

Omkar.