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: 

Tabix

Former Member
0 Kudos

Hi All,

I want to use sy-tabix system variable as character.

How can I define the same so that it's effect should not be change?

Thanks in Advance.

2 REPLIES 2

rainer_hbenthal
Active Contributor
0 Kudos

Assign it to a variable.

Former Member
0 Kudos

Declare a variable with character with some size.

and assign tabix to that variable.