Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

re: line count

Former Member
0 Likes
450

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

2 REPLIES 2
Read only

Former Member
0 Likes
360

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.

Read only

Former Member
0 Likes
360

hi krishna,

are you specifying any footer in the line count for secondary list.

where you are getting the gap..

vijay