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: 

Changing print sequence of the output types

Former Member
0 Kudos
190

Hi Friends,

We are using Z program for issuing output .

In this we are giving input values as Application (ex. V3) and output type (Ex Zx50) to take invoice printouts

At present we are having three output types ZX43 , ZX44 AND ZX45.

For this three output types program name and form name is different .

To take invoice print we are executing this Z program with output types separtely.

Our requirement is

Creating new application ( ex V4 ) AND new outype type (ex ZX46) under this we have to bring this three output types ZX43 , ZX44 AND ZX45.

By giving input as V4 and ZX46 it has to do the same work as it is done separtely

while doing code please give me the suggestion or logic how to combine all these three output types in one

Regards

R.vijayakumar

1 ACCEPTED SOLUTION

arul_murugan
Active Participant
0 Kudos
86

Hi,

You can do this in the NACE configuration itself. we can call 5 program and forms for a particular output type.

In the output type processing routine of nace transaction mention the program and form name

Thanks

Arul

1 REPLY 1

arul_murugan
Active Participant
0 Kudos
87

Hi,

You can do this in the NACE configuration itself. we can call 5 program and forms for a particular output type.

In the output type processing routine of nace transaction mention the program and form name

Thanks

Arul