‎2006 Aug 30 4:04 PM
I am modifying values using a standard function module. If I give the text in lower case or mixed case the text is getting converted into upper case when it stores the data. I want it in case sensitive form. What should I do? The fields in the structure I pass the value are CHARACTER type.
Thank you.
‎2006 Aug 30 4:15 PM
Hi,
se11->check the lower case output characteristics
at domain level for field.
Regards
Amole
‎2006 Aug 30 4:10 PM
HI AP,
case sesitivity is a property of the underlying domain. YOu have to check the lowercase checkbox at the domain level for the field being updated.
Regards,
Ravi
‎2006 Aug 30 4:15 PM
Hi,
se11->check the lower case output characteristics
at domain level for field.
Regards
Amole
‎2006 Aug 30 4:30 PM
The field is marked lower case in the domain level. So when you enter data thru t-Code (screen) it takes case sensitive charaters but if I enter tru Function module it takes as UPPEr case. Any suggestions please.
Thank you.
‎2006 Aug 30 4:48 PM
Check 'Uppercase/Lowercase' check box in the Se37 data entry screen before entering data.
REgards
Sridhar
‎2006 Aug 30 4:51 PM
Hi,
Check the code of the function module , is there any code related to UPPERCASE conversion.
Regards
Appana
‎2006 Aug 30 4:54 PM
When you run the fm, there wil be check box for Upper/Lowercase.
Check that and run the fm.
Regards,
Ravi
‎2006 Aug 30 5:04 PM
In se37 test mode we have the upper/case loer case check box. I checked it and it works fine. But when we use the FM in program, we don't have check boX.
Thank you.