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

sy-tabix issue

Former Member
0 Likes
749

What is the difference between the sy-tabix & sy-index ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
715

/message/4752267#4752267 [original link is broken]

Reward points..

What is the difference between the sy-tabix & sy-index ?

4 REPLIES 4
Read only

Former Member
0 Likes
716

/message/4752267#4752267 [original link is broken]

Reward points..

Read only

0 Likes
715

Reward points..

Read only

Former Member
0 Likes
715

Hi manjunath,

1. sy-tabix = Itab TABLE Index

is for LOOP at ITAB (where internal tables are used)

2. where sy-index is generally for DO..LOOP kind of things

ie. simple loops without using internal table

regards,

amit m.

Read only

Former Member
0 Likes
715

Sy-index: It is a loop index. In DO and WHILE loops, contains the number of the loop passes including the current pass.

Sy-tabix: it is a table index. Last addressed line of a standard table or sorted table.

regards,

madhumitha