‎2006 Dec 30 1:05 AM
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
‎2006 Dec 30 2:02 AM
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
‎2006 Dec 30 2:02 AM
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