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

Upper case document update issue

Former Member
0 Likes
799

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
758

Hi,

se11->check the lower case output characteristics

at domain level for field.

Regards

Amole

7 REPLIES 7
Read only

Former Member
0 Likes
758

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

Read only

Former Member
0 Likes
759

Hi,

se11->check the lower case output characteristics

at domain level for field.

Regards

Amole

Read only

0 Likes
758

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.

Read only

0 Likes
758

Check 'Uppercase/Lowercase' check box in the Se37 data entry screen before entering data.

REgards

Sridhar

Read only

0 Likes
758

Hi,

Check the code of the function module , is there any code related to UPPERCASE conversion.

Regards

Appana

Read only

0 Likes
758

When you run the fm, there wil be check box for Upper/Lowercase.

Check that and run the fm.

Regards,

Ravi

Read only

0 Likes
758

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.