‎2008 Apr 03 9:50 PM
Dear All,
I have 2 variables
A with value Madhu.
B with Value MADHU.
in my code
If A = B.
Statment 1
Endif.
In this scenario, as A is not equal B, I am unable to execute my Statement 1.
Please let me know, if there is any option to compare without Case sensitive.
Thank you for looking at my question.
Regards
Madhu.
Edited by: Alvaro Tejada Galindo on Apr 3, 2008 5:06 PM
‎2008 Apr 03 9:54 PM
The only way to compare mixed case strings is to convert both the strings to either lower case or upper case first, and then compare.
Use TRANSLATE statement to convert the case.
‎2008 Apr 03 9:54 PM
The only way to compare mixed case strings is to convert both the strings to either lower case or upper case first, and then compare.
Use TRANSLATE statement to convert the case.
‎2008 Apr 03 10:59 PM
Hi Sudhi,
Thanks for your reply. neither I found any ABAP Statement to compare mixed case strings.
Closing Thread. Alloting points for your imputs.
Thank You.
Regards
Madhu.