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

please help me

Former Member
0 Likes
432

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.

4 REPLIES 4
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
407

Hi,

This will have the number of lines that needs to be displayed at a time from table control.

Regards,

Sesh

.

Read only

Former Member
0 Likes
407

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 .

Read only

Former Member
0 Likes
407

hi

this will give the line number at which the cursor is when table control is displayed

regards

ravish

reward if useful

Read only

0 Likes
407

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