Hi all
My requirement is i have to read a internal table with two keys which is x ne 're' and y is not initial i have writen like this but its not working
READ TABLE INT_RBKP INTO WA_RBKP WITH KEY WA_RBKP IS NOT 'RE' WA_RBKP IS NOT INITAIL .
can any one suggest me soem better ways to do this??
Thanks and Regards
Arun Joseph