cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in continuous Material Label Printing

0 Kudos

Hi Experts,

I am using SAP Script for Material Label Printing and Dot-matirx printer for printing.

There are 6 labels getting printed on a Page. There is no problem in printing but what happens,

whenever there is a new material getting printed, it skips the current page and resumes the

printing from new page.

Example. there are 8 labels for a Material-1 and 3 labels for Material-2. 6 labels for

Material-1 would print on 1st Page, the rest 2 would print on 2nd page. Now the 3 remaining

labels for Material-2 are getting printed on 3rd page which should get printed on 2nd Page itself

as there is space for 4 more labels on 2nd page.

Please help me out on this.

Regards,

Ravi.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

every material there will be started an new sapscript (probably)

You will have to change your program that way that all materials and belonging data comes into 1 internal tab.

If you print this tab in 1 big loop (instead of a nested loop for everymaterial) everything will go fine.

Sucees, Gr., Frank

Former Member
0 Kudos

Hi,

Could you paste your code...

I guess may be u r using any NEW-PAGE COMMAND to trigger New Page for every new Material either in SRIPT or in Program... Please check the code for NEW-PAGE both in Script & Program

Rgds,

Pavan