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

link between modified form and modified print program

Former Member
0 Likes
389

How to create a link between modified form and modified print program?

1 ACCEPTED SOLUTION
Read only

varma_narayana
Active Contributor
0 Likes
359

Hi ..

Using Tcode NACE we can Link the Print program and the Form for any Application. This link will be stored in a Table TNAPR.

eXAMPLE:

Goto Tcode: <b>NACE</b>

Select you <b>Application</b> : Eg: V1 - Sales

Click on the Button <b>Output types</b> (On App toolbar)

It will display all the output types of Sales.

Select your Output Type (Eg: BA00 - Order Conf)

Double click on the <b>Processing Routines</b> on Left Pane

It will Display the Existing processing routines for BA00

Select Change button (F6)

And Assign your Print program name and Form Name here.

Save the Configuration.

Now the Application VA01 calls this print program / Form .

<b>REWARD IF hELPFUL.</b>

2 REPLIES 2
Read only

varma_narayana
Active Contributor
0 Likes
360

Hi ..

Using Tcode NACE we can Link the Print program and the Form for any Application. This link will be stored in a Table TNAPR.

eXAMPLE:

Goto Tcode: <b>NACE</b>

Select you <b>Application</b> : Eg: V1 - Sales

Click on the Button <b>Output types</b> (On App toolbar)

It will display all the output types of Sales.

Select your Output Type (Eg: BA00 - Order Conf)

Double click on the <b>Processing Routines</b> on Left Pane

It will Display the Existing processing routines for BA00

Select Change button (F6)

And Assign your Print program name and Form Name here.

Save the Configuration.

Now the Application VA01 calls this print program / Form .

<b>REWARD IF hELPFUL.</b>

Read only

Former Member
0 Likes
359

HI,

You need to configure the Modified Form and Driver program in NACE transaction code, there in the transaction code you need to give these new progams under the Output type

Regards

Sudheer