cancel
Showing results for 
Search instead for 
Did you mean: 

PLD and Break Page

former_member1098261
Participant
0 Kudos

This is what I need: A report from "Receipt from production" document.

I need to print a page for each ItemCode in the receipt from production document.

Problem is this: each ItemCode could have one or more Batch Number.

So, that is what I need:

-


Itemcode: A001

ItemName: Sample Article

Qty: 10

Batch N.: LTA00101 QTY: 7

Batch N.: LTA00102 QTY: 3

-


Break page -


Itemcode: A002

ItemName: Sample Article 2

Qty: 15

Batch N.: LTA00201 QTY: 10

Batch N.: LTA00202 QTY: 5

-


Break page -


and so on...

To do that I used the IBT3 report (batch report) modified in this way:

In the RipetitiveAreaHeader0 i put the Item fields

In the RipetitiveArea0 I put the batch data fields.

So, I inserted a ItemCode Field In the RipetitiveArea0, and I used this field to create a sort in the RipetitiveArea.

The BreakPage flag is set on.

But when I run the report, the break page dont happens.

Any Solution?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

As such you cannot define the page break for specific repetitive areas.

You can only define the page break for "Start Of Report" and "End

Of Report" area with the following options:

+None-> default value, no page break

+Before area-> the system jumps to the next page before printing this

area

+After area->the system jumps to the next page after printing this

area

Answers (1)

Answers (1)

Former Member
0 Kudos

Jonny,

Do you mean you used the 'New Page' option when sorting the repetitive area?

Regards,

Nat