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