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?