cancel
Showing results for 
Search instead for 
Did you mean: 

Excise Invoice Print problem for multiple Invoices

Former Member
0 Kudos

HI All,

I Have developed a Zprint prog and zsmartform and attached it to standard tcode J1IP .

when we execute J1IP outputtype J1I10 we get multiple invoices . if we select one check box and execute and press print preview/ print we get the print correctly . But if we check multiple check boxes and press print/preview then we have to press print button multiple times/come back for every invoice .

My requirement is when we execute J1iP for multiple invoices it should not come multiple times pop up window ..ie in one print request we need to send multiple invoices . How to achieve this functionality.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

use NO_OPEN and NO_CLOSE fields of CONTROL_PARAMETERS structure

in Your call to smart form function module.

Currently You print every invoice in separate spool request.

You should print all invoices in one big spool requests.

Set NO_CLOSE = X to all, except last one, and NO_OPEN = X to all, except first one.

Regards,

--

Przemysław