Pregunta

I have 40 columns, and want my report can show 10 columns and 5 rows max per page:

Page1:
col1----clo2----clo3----clo4----clo5----clo6----clo7----clo8----clo9----clo10
1 ------- 1----- 1 ----- 1 ----- 1 ----- 1 ----- 1 ----- 1 ----- 1 ----- 1
2 ------- 2----- 2 ----- 2 ----- 2 ----- 2 ----- 2 ----- 2 ----- 2 ----- 2
3 ------- 3----- 3 ----- 3 ----- 3 ----- 3 ----- 3 ----- 3 ----- 3 ----- 3
4 ------- 4----- 4 ----- 4 ----- 4 ----- 4 ----- 4 ----- 4 ----- 4 ----- 4
5 ------- 5----- 5 ----- 5 ----- 5 ----- 5 ----- 5 ----- 5 ----- 5 ----- 5
Page2:
col11----clo12----clo13----clo14----clo15----clo16----clo17----clo18----clo19----clo20
1 ------- 1-------- 1 ----- 1 ------ 1 ------- 1 ------- 1 ------ 1 ------ 1 ------ 1
2 ------- 2-------- 2 ----- 2 ------ 2 ------- 2 ------- 2 ------ 2 ------ 2 ------ 2
3 ------- 3-------- 3 ----- 3 ------ 3 ------- 3 ------- 3 ------ 3 ------ 3 ------ 3
4 ------- 4-------- 4 ----- 4 ------ 4 ------- 4 ------- 4 ------ 4 ------ 4 ------ 4
5 ------- 5-------- 5 ----- 5 ------ 5 ------- 5 ------- 5 ------ 5 ------ 5 ------ 5
....

page4:
...

page5:
col1----clo2----clo3----clo4----clo5----clo6----clo7----clo8----clo9----clo10
 ------- 6----- 6 ----- 6 ----- 6 ----- 6 ----- 6 ----- 6 ----- 6 ----- 6
7 ------- 7----- 7 ----- 7 ----- 7 ----- 7 ----- 7 ----- 7 ----- 7 ----- 7
8 ------- 8----- 8 ----- 8 ----- 8 ----- 8 ----- 8 ----- 8 ----- 8 ----- 8
9 ------- 9----- 9 ----- 9 ----- 9 ----- 9 ----- 9 ----- 9 ----- 9 ----- 9
10 ----- 10---- 10 ---- 10 ---- 10 ---- 10 ---- 10 ---- 10 ---- 10 ---- 10
...

Could you please help me? View detail for this question in this link: http://scn.sap.com/thread/3447865

¿Fue útil?

Solución

Hi Use the sub reports concept.

In 1st report place 10 columns in details section and right click on details section->section expert->in paging tab->give visible records as 5.

Create another 3 sub reports with above process.

Otros consejos

Place the created sub report at group level and try viewing the report.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top