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

reg: sapscript ?

Former Member
0 Likes
463

hello sir,

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

2.What is the table name that will contain all the script form names and print program names?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
436

Transaction NACE is used to configure your Sapscript form and print program to your output type.

These are the steps to configure the form name and the print program name to the output type.

Step 1.

Go to Transaction NACE.Select your application and press output types tab.

Step 2.

Select your Output Type and press Processing Routines tab.It will display you the form name and the print program name.

TNAPR table contains all the FORM name and the print program name.

Message was edited by: mukesh kumar

3 REPLIES 3
Read only

Former Member
0 Likes
436

1. NACE is used to find the OUTPUT types and forms attached to various transactions and module....

2. Table name: TNAPR & NAST

Read only

Former Member
0 Likes
437

Transaction NACE is used to configure your Sapscript form and print program to your output type.

These are the steps to configure the form name and the print program name to the output type.

Step 1.

Go to Transaction NACE.Select your application and press output types tab.

Step 2.

Select your Output Type and press Processing Routines tab.It will display you the form name and the print program name.

TNAPR table contains all the FORM name and the print program name.

Message was edited by: mukesh kumar

Read only

0 Likes
436

To assign SAP SCRIPT to NACE,Use the following steps.

1)Goto transaction NACE

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

3)Click on OUTPUTTYPES

4)Goto Change Mode(Ctrl+F1)

5)Click on New Entries

6)Give values to OUTPUT TYPE, PROGRAM and FORM ROUTINE

7)SAVE the data

check the below links for nace

http://help.sap.com/saphelp_erp2005/helpdata/en/c8/1989fe43b111d1896f0000e8322d00/frameset.htm

for scripts

http://www.sap-img.com/sapscripts.htm

http://sappoint.com/abap/

http://www.henrikfrank.dk/abapexamples/SapScript/sapscript.htm

http://www.henrikfrank.dk/abapexamples/SapScript/symbols.htm

http://sapbrain.com/TUTORIALS/TECHNICAL/SAPSCRIPTS_tutorial.html