Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Doubt on selection-screen

Former Member
0 Likes
542

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.....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
512

Hi,

use this statement.

translate s_text to upper case.

it converts lower case to upper case.

if useful give reward.

Regards,

Narasimha

3 REPLIES 3
Read only

Former Member
0 Likes
513

Hi,

use this statement.

translate s_text to upper case.

it converts lower case to upper case.

if useful give reward.

Regards,

Narasimha

Read only

0 Likes
512

Hi narasimha,

Thanks for giving valuble suggestion. My problem is solved.

Read only

Former Member
0 Likes
512

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