‎2007 Jun 25 9:14 AM
friends what is the value of <b><tc>-line.</b>
FIELD-SYMBOLS: <tc> TYPE cxtab_control.
GET CURSOR LINE l_selline.
IF sy-subrc <> 0.
l_selline = <tc>-lines + 1.
‎2007 Jun 25 9:17 AM
Hi,
This will have the number of lines that needs to be displayed at a time from table control.
Regards,
Sesh
.
‎2007 Jun 25 9:24 AM
Hi,
TC-line is the table control line which is having diff. attribute.
EX:
TC-LINE_SELECTOR = 'X'.
TC-LINE_SEL_MODE = '1' or '2'.
TC - Table control name
Don't forget to reward if useful .
‎2007 Jun 25 9:25 AM
hi
this will give the line number at which the cursor is when table control is displayed
regards
ravish
reward if useful
‎2007 Jun 25 9:38 AM
that means if i insert a value into a table then <tc>-line value is 1 and if i insert next row then its value is 2. am i correct