cancel
Showing results for 
Search instead for 
Did you mean: 

Hi PO Printing issue

Former Member
0 Kudos

Hi,

In NACE setting, in ZNEU output type It is set 2 layout (Script),

ZPO1 for Vendor Copy and

ZPO2 for Account Copy.

In Bothe cases Print prgram is same ZPRINT_PO_Program.

also Form Routine name assigned is also same as ENTRY_NEU.

Now My requirement is If User give Print then it should check Whether it is released or not.

If it is released then it should print both Layout.

If it is not released then it should print only one layout that is ZPO2.

How can I do it.

Can anybody suggest me.

Thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

do you mean PO release ?

if yes then u have to code it for release strategy check in your driver prog.

use ekko-frgsx & ekko-frggr for this.

code like this

if ekko-frgsx = 'X'

print both.

else.

print zp02

regards,

vishal

Answers (0)