Skip to Content
0
Former Member
Apr 28, 2004 at 08:26 AM

Modify internalt table by line index

113 Views

I need to implement a logic where i want to change the line index of a dataset in an internal table.

for example dataset with line index 5 should be moved up to line index 1.

is there any kind of abap statement which does such things for me or do i need to implement that by myself?