Question:
Hi,
Pleazzz post the part of your code where there are the four control breaks as well as your internal table structure...
Thanks
Answer:
Thanks Chinka, actually I am not at work right now, but:
I have solved the problem as follows:
1. I rearranged my internal table putting all 4 sort fields at beginning
2. created a field symbol and assigned offset of structure that contained all four fields (like this: assign itab(20) to <fld>.)
3. for the break I used:
AT NEW <fld>.
new-page.
...
END AT.
Works nicely.
phillip