‎2006 Jul 25 7:46 AM
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?
‎2006 Jul 25 7:51 AM
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
‎2006 Jul 25 7:48 AM
1. NACE is used to find the OUTPUT types and forms attached to various transactions and module....
2. Table name: TNAPR & NAST
‎2006 Jul 25 7:51 AM
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
‎2006 Jul 25 7:59 AM
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://www.henrikfrank.dk/abapexamples/SapScript/sapscript.htm
http://www.henrikfrank.dk/abapexamples/SapScript/symbols.htm
http://sapbrain.com/TUTORIALS/TECHNICAL/SAPSCRIPTS_tutorial.html