Application Development 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: 

what is sy-tfill...give an example

Former Member
0 Kudos

tablecontrol1-lines...

what is all about tbcl-lines?

4 REPLIES 4

Former Member
0 Kudos

hi,

sy-tfill - current number of lines in internal tables.

tablecontrol1-lines - current number of lines in table control.

Senthil kumar.

Former Member
0 Kudos

hi.

sy-tfill which gives <b>the number of entries in internal table</b>

Regards

Prajwal.k

Former Member
0 Kudos

hi! Balaji

sy-tfill ---> gives the total number of records in an Internal Table with last updates.

this is same as the variable where we store the count in Describe statement.

DESCRIBE TABLE ITAB LINES N

sy-tfill is same as this N.

tablecontrol1-lines - current number of lines in table control.

Thanks and Regards,

Nagulan.

Former Member
0 Kudos

Tablecontrol-lines is a variable which speficies the number of lines to be alllocated / reserve for the table control ..

if u dont specify/update this variable u wont be able to scroll in the table control..

generally u need the table control length to be equal to the number of the records in the itab u are displaying from ..

so u dynamically pass the value.. i.e by sy-tfill..

i.e no of lines reserve for display in table control is equal to the number of records in internal table

No Rewards Plz...