2010 May 28 3:09 PM
That's the question.
How to avoid the page break titles when an ALV is processed in background mode?
I couldn't find anything in the FM parameters.
Thanks in advance!
Bettina
That's the question.
How to avoid the page break titles when an ALV is processed in background mode?
I couldn't find anything in the FM parameters.
Thanks in advance!
Bettina
2010 May 28 4:38 PM
You can get page-breaks by sorting on the field. So dont sort if your report is running in background(sy-batch = 'x').
if sy-batch = 'x'.
don't sort.
else.
sort.
endif.
Thanks,
Kiran
2010 May 28 7:29 PM
Thanks for your answer.
The problem is that the ALV is not sorted.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |