‎2005 Dec 28 5:34 AM
Hi,
I used line-count 21(2) in the basic list. After choosing the basic list, i have to change the line-count.
i changed this by using new-page. But in the secondary list, it is giving gap. HOw to avoid this page gap.
rgds
p.kp
‎2005 Dec 28 5:37 AM
you have to use the 'top of page during line selection' event.
top of page during line-selection.
case sy-lsind.
when '2'.
perform write_header_2.
endcase.
case sy-ucomm.
when 'DETAIL'.
perform write_header_3.
endcase.
‎2005 Dec 28 5:48 AM
hi krishna,
are you specifying any footer in the line count for secondary list.
where you are getting the gap..
vijay