cancel
Showing results for 
Search instead for 
Did you mean: 

Reset page number to '1 ' for each box of packing list in sap script

Former Member
0 Kudos

hi Gurus,

I am running a packing list for delivery note . Many boxes spread across more than one page. I Need to print page number in Packing list for each box like 1 of 2 , 2 of 2. In the new page for next box , I need to print 1 of 1, 2 of 2. and goes on.

can you suggest a method to achieve this in script.

thanks,

manoj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Could you give me the reply for following question?

1. Are the boxes changing depends on the data? or static size? How many boxes would be displayed in a page?

2. Is it your own driver program / standard one?

3. Suppose if you have 5 pages and having 10 boxes, 2 boxes for each page, then do you need to display like,

-


>1 of 1 on 1st box on 1st page

-


>2 of 1 on 2nd box on 1st page

-


>1 of 2 on 1st box on 2nd page

-


>2 of 2 on 2nd box on 2nd page

-


>....

Is it so?

Once i get these details then I will let u know the way....:)

Former Member
0 Kudos

hi,

only one box will be printed in a page starting with page number 1. if the item details of that box exceeds that page ,new page will be opened. page number should be 1 of 2 for the first page , 2 of 2 for the second page.

In the next page, new box item details will be printed . page num ber should be reset and start from 1 again for this box .

like wise for each box the page number should be reset and start from 1. hope this will provide sufficient information for ur questions.

thanks,

manoj

Edited by: tmanoj80 on Sep 23, 2010 9:37 AM