cancel
Showing results for 
Search instead for 
Did you mean: 

about NACE configuration

Former Member

hi experts,

i have designed my own layout and driver program for dunning note.could you plz tell me how to configure them in nace configuration.plz explain me in detail steps.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Below are steps to configure:

1. Go to transaction NACE

2. Select EF application, click on output types

3. Select Output type NEU and double click on processing routines

4. Here you can give ur driver program name and script name

Reward if useful.

Answers (2)

Answers (2)

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

Regards,

Omkar.

Former Member
0 Kudos

hi gupta,

In NACE transaction, We will assign the Form name and the driver program name and the corresponding routine to be triggered in the driver program.

We should be able to tell the system to pick up the desired form layout and trigger the routine and get the data from the database and put it on to the form. All these stuff the system will come to know from the NACE settings.

Assigning Form and Driver proram to an Output type is as follows.

1) Go to NACE transaction

2) Select an Applicatin(V1-Sales,V2-Shipping,V3-Billing)

3) Click on Outputtypes Button

4) Comes to Change Mode

5) Click on New Entries button

6) Specify Output type,Form name and Program and Save it.

hope it may help you.