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

SYSTEM VARIABLES

Former Member
0 Likes
340

CAN U EXPLAIN THE FOLLOWING AND WHY WE USE THIS SY -VARIABLES.

1 SY-INDEX

2 SY-DBCNT

3 SY-TABIX

4 SY-LSIND

5 SY-SUBRC

2 REPLIES 2
Read only

Former Member
0 Likes
321

1 SY-INDEX--->gives Current Loop Pass

2 SY-DBCNT--->gives number of table lines processed

3 SY-TABIX--->gives Current Row Index

4 SY-LSIND--->gives details list index

5 SY-SUBRC-->gives Return Value After ABAP Statements. If it is 0 the statement is success otherwise it returns other than 0 like 4, 8..

Read only

Former Member
0 Likes
321

hi

thanks to all for responding to my query

regards

suri