Hi thanks for sharing.And In case if someone needs whole code as class. CLASS zcl_encryption DEFINITION
PUBLIC
CREATE PUBLIC .
PUBLIC SECTION.
METHODS:
get_key
RETURNING VALUE(e_key) TYPE xstring. " Method to generate encryp...
Hi Sandra,Let me clarify,With binary search you find the index, and then pass it to loop and it is best to add key fields to loop where condition, since loop will start from tabix, it will only make your code safer without performance lose.I hope it ...