Skip to Content
0
Former Member
Nov 30, 2006 at 05:35 AM

Sort for VBELN and POSNR

461 Views

Hello All,

I have a internal table with 3 fields in the following order:

VBELN (CHAR field), POSNR (NUMC field) and ETENR . I have sorted this table based on VBELN and POSNR; when I READ the TABLE with binary search WITH VBELN and POSNR as KEY fields, some times the read fails even if the entry is there.

If I READ TABLE without binary search it works good!

Anybody knows the reason and ideas to fix it.

Thanks

Kasee