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: 

SCRIPT

former_member329386
Participant
0 Kudos

HI ALL

I WANT TO KNOW WHAT IS THE DEFINITION & FUNCTION OF

APPLICATION , OUTPUTTYPE & NACE WHILE PRINTING SCRIPTFORM.

AND HOW THESE ARE CORELATED TO EACH OTHER ?

tHANKS

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

NACE used for join the form and print program. That is ur sapscript form and se38 program. NACE is tcode for attached for sapscript form and se38 program.

Regards ,

S.Nehru

2 REPLIES 2

Former Member
0 Kudos

Hi,

NACE used for join the form and print program. That is ur sapscript form and se38 program. NACE is tcode for attached for sapscript form and se38 program.

Regards ,

S.Nehru

former_member202957
Contributor
0 Kudos

hai,

Check out these threads on NACE

NACE is used to create output type while creating the output type you will mention forms, and driver program.

that will be maintained in the table TNAPR.if you create the output type using NACE then it will be automatically visible in table NAST and TNAPR.

so check in NAST, TNAPR table

Output types are added basically by BASIS people

contact ur basis

Output types are represent how you want to output information. In SAP Script context it links the print program with SAP script. Output types are part of Output determination procedure which is linked to the application (e.g. Purchsing). Output types are also linked to Access sequence, which allows you to create condition records so that output types can be processed automatically.

http://help.sap.com/saphelp_nw04/helpdata/en/c8/19884743b111d1896f0000e8322d00/frameset.htm

By using NACE transaction we will assign Sap script and driver program to O/P type in an aplication for different mediums (like print/fax , mail) .

Example :

NACE--> Application EA --> means for PO > check O/P "NEU" (SAP standard)> Medium "Print" --> You can find the Driver program and Sap script associated to it.

If you have your Own o/p, Script and program. Then you will assign the by using T/code NACE. Then this will appear when you want to print PO or other.

NACE transaction

In this transaction you can attached your Form ad your driver program .

As you know you have got a Form say ZForm

and a driver program say ZDriver.

In NACE you assign an output type say ZOUT in which you attached these two so that you can identify which form is attached to which layout (Very important steps).

**how otput typpe will help you

say in the transaction say IW32 , if you want to hava a preview of ur output , then it will ask for ur output type . then u can select ur output type ZOUT which u had created in NACE transaction and then u will be able to view ur layout preview.

Few tables are also important in thisaspect.

TNAPR

**where can we get the print program for that exising form

Say if ur using any standar transaction then u can go to

System --> status

there you can find the driver of print program

<b>reward if useful </b>

Regards,

sunil kairam.