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

script

Former Member
0 Likes
406

What is the use of transaction code NACE in sap scripts?

3 REPLIES 3
Read only

gopi_narendra
Active Contributor
0 Likes
384

NACE is used to create the COnditions for Output control.

if you want to create any output type select the application and then click on Output type button which is available on application tool bar, and then click on change button then create the new Z* Output type with necessary inputs like forms, and form routine,etc..

http://help.sap.com/saphelp_nw04/helpdata/en/c8/198a1843b111d1896f0000e8322d00/frameset.htm

check this thread also

Regards

- Gopi

Read only

Former Member
0 Likes
384

Hi balu,

NACE(for sap script) is used to assign output types for various Applications.

Goto Nace, choose any application and then output types.

The result will be a set of sapscript programs assigned for various applications.

Regards,

rajesh.

Read only

FredericGirod
Active Contributor
0 Likes
384

Nace is used to managed table TNAPR. This table specify witch program / forms must be used for printing document type.

Fred