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

select-options data

Former Member
0 Likes
317

hi,

In select-options, the field is character and the value is 'Procu'. when i debug, i found out system converts it into capital letter, IEQPROCU instead of IEQProcu, hence, no data selected.

May I know how to make it so that the value remained as it is? I do not think to use lowercase as it is combination of upper and lower case.

If cannot change then what should i do on this?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
288

Hi,

use the LOWER CASE addition..It will allow you enter lower case and upper case..Basically it will not convert to upper case..If you enter it in lower case..

Example

-


TABLES: MARA.

SELECT-OPTIONS: SO_MATNR FOR MARA-MATNR LOWER CASE.

Thanks,

Naren

1 REPLY 1
Read only

Former Member
0 Likes
289

Hi,

use the LOWER CASE addition..It will allow you enter lower case and upper case..Basically it will not convert to upper case..If you enter it in lower case..

Example

-


TABLES: MARA.

SELECT-OPTIONS: SO_MATNR FOR MARA-MATNR LOWER CASE.

Thanks,

Naren