cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Prints Issue

Former Member
0 Kudos

I created a custom form ZWASCHEIN based on WASCHEIN. Everything is working fine except that depending on the number of items, the forms gets printed as many times. ie. if the GI is with 3 items, the entire form gets printed 3 times.

Can some 1 lemme know how i could control this, and make it just print once.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

I have changed the form to have single page FIRST.

The next page is the same in the page attributes as well.

When i do a GI and issue print, for 2 items, it prints the same page 3 times.

Former Member
0 Kudos

Hi Ram,

It looks like a config issue to me. There is a place in the config where you mention how many receipts should be printed. Check with your MM consultant.

Check in SPRO, MM->IM & Physical Inventory->Print control->Set Label printout. Check the 'Determine Quantities' tab.

Regards,

Deepak

Former Member
0 Kudos

Naresh,

Are you talking abt the PAGE tab in SE71 ?

My form has 2 pages FIRST & LAST. for both of them LAST is the next page.

former_member188685
Active Contributor
0 Kudos

Hi,

are you calling your write form in loop and endloop.

and are you triggering any new-page for each item. i think this is causing that.

loop at itab.

call function 'WRITE_FORM'. 

don't call new-page command using control_form or in the script code.

endloop.

Regards

vijay

Former Member
0 Kudos

hii Ram ,

Is the window appearing on the 'Page 1'?

Is 'Page 2' set as a Next page on 'Page 1'?

check the preview 'Test print' from Utilities menu (TC SE71),

In the first page give current page

and next page give pagenumber .

Check the attributes of the window ie. Left/Upper margin and width/height. Put a dummy text into the window. You should be able to see that text on both pages.

and also check this link

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/b1/243fe0beee11d4b633006094192fe3/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/b1/243fe0beee11d4b633006094192fe3/content.htm</a>

hope this helps

Thanks& Regards

Naresh