Skip to Content
0
Former Member
Jul 03, 2009 at 05:45 AM

Soriting in SE16

61 Views

Hi Experts,

In VBRP table through SE16, I am viewing 3 fields content ( namely VBELN, POSNR & VSTEL ). It comes like following.

VBELN POSNR VSTEL

-


00001 1 BNF

00001 2 BNF

00001 3 BNF

00001 4 BNF

00001 5 BNF

But When you sort this output according to VSTEL, the posnr values are not coming in ascending order though the VSTEL has only one value 'BNF'. It comes like the following.

VBELN POSNR VSTEL

-


00001 3 BNF

00001 5 BNF

00001 2 BNF

00001 1 BNF

00001 4 BNF

Not exactly like this. But it comes in misorder. So, what type of sorting algorithm it may use over there?

Why it comes like that?

Thanks and regards,

Venkat