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: 

how to assing sy-tabix as character?

Former Member
0 Kudos

hi all

how to assine sy-tabix as character?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

DATA : l_tabix TYPE CHAR10.

l_tabix = sy-tabix.

1 REPLY 1

Former Member
0 Kudos

DATA : l_tabix TYPE CHAR10.

l_tabix = sy-tabix.