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

doubt in sapacript - NACE

Former Member
0 Likes
612

hello sir,

i am new to abap, some times before i posted one query

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

i received the answer as below.

"You can track the form and the print program used for that form"

i cann't understand, what it means

and also

what is print program name?

what is script form name?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
561

Hi Selva,

I replied to you in the last thread.Check with the answer.

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.

Print program is the program in which you are selecting your record from the database table to the internal table.

In the Sapscript form you are displaying that internal table records in windows.

Reward point if your query is solved.

Regards,

Mukesh Kumar

Message was edited by: mukesh kumar

hello sir,

i am new to abap, some times before i posted one query

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

i received the answer as below.

"You can track the form and the print program used for that form"

i cann't understand, what it means

and also

what is print program name?

what is script form name?

3 REPLIES 3
Read only

Former Member
0 Likes
562

Hi Selva,

I replied to you in the last thread.Check with the answer.

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.

Print program is the program in which you are selecting your record from the database table to the internal table.

In the Sapscript form you are displaying that internal table records in windows.

Reward point if your query is solved.

Regards,

Mukesh Kumar

Message was edited by: mukesh kumar

Read only

Former Member
0 Likes
561

Hi Selva!

Did u first of all check out the transaction NACE? do u have access to an SAP system?

if u browse through the NACE transaction u can understand! it has the list of modules like PP, MM, SD and the various transction assoctiated.....if u drill down further u can find the forms n progs attached to the output types!

-Aarthi.

Read only

Former Member
0 Likes
561

Hi

NACE is used to configure output control or message control where u create output types, procedures etc.,

When it comes to sapscript, to put it in nutshell, assume that u create a Sales order and a sapscript program should be displayed as soon as u create a SO.

For these, u configure thru NACE based on application code.

Print program name is nothing but, trigger program which fetches data from DB and puts it in the form whereas script form name is only the layout.