‎2008 Apr 29 5:35 AM
Dear Sap Experts,
I am developing a Purchase order report, in that report i need to fetch the Purchase order header text.That text field i need to capture in selection screen as a select-option. But the problem is in that purchase orders, some purchase orders having text field in lower-case. some purchase orders having upper case. If i put the value in that select-option,it always take uppercase.if i use lower-case option it takes always lower-case.
but what ever it may be, irrespective of case the value will be taken. Please suggest me how to make the select-option as case insensitive.
Thanks and Regards
Siri.....
‎2008 Apr 29 5:43 AM
Hi,
use this statement.
translate s_text to upper case.
it converts lower case to upper case.
if useful give reward.
Regards,
Narasimha
‎2008 Apr 29 5:43 AM
Hi,
use this statement.
translate s_text to upper case.
it converts lower case to upper case.
if useful give reward.
Regards,
Narasimha
‎2008 Apr 29 6:02 AM
Hi narasimha,
Thanks for giving valuble suggestion. My problem is solved.
‎2008 Apr 29 5:52 AM
Hi,
I Checked with lower case option, it working fine.
Just checked the below syntax :
select-options a for ekko-ebeln lower case.
Regards,
Raghu