Hi,
We have a requirement where we need to print the table on separate pages when company code is different. For example
Company code currency amount docnumber
FI14 EUR 100 001
FI14 EUR 200 002
FI14 EUR 300 003
Total EUR 600
Company code currency amount docnumber
KR10 KRW 100 001
KR10 KRW 200 002
KR10 KRW 300 003
Total KRW 600
Now the above two internal tables should be printed in separate page, as company code are different. Earlier we have printed the same on the same page.
I think we must trigger it condition based and the condition should be at event level, but not sure.
Can anyone help me out in printing an internal table per page ?
Best regards,
Karthik Ganti.