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/Lower Case

ashok_kumar24
Contributor
0 Likes
1,697

Hi Experts,

In standard transactions in SAP whenver we enter the values in lower case, it automatically gets converted into UPPERCASE.

For Eg: In MIRO when I enter the Delivery note. under the PO reference tab, it is getting converted to UPPER CASE.

This is happening in all transactions. How can we deactivate this option in SAP. What settings need to be done.

Thanks

Kumar

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,272

This come from the [domain definitions|http://help.sap.com/saphelp_nwpi71/helpdata/en/cf/21edf2446011d189700000e8322d00/content.htm].

Lowercase is not checked for most non descriptive texts (this make search/sort simpler.) checking this flag is a modification of standard.

Regards,

Raymond

Read only

Former Member
0 Likes
1,272

Hi Ashok.

Check the domain definition of those fields in SE11. In the 'Definition' tab there is a option 'Lower Case' check box. If that is checked then the values would get saved as lower case in the database table else it will be stored as upper case.

Thanks,

Harini

Read only

Former Member
0 Likes
1,272

Hi

There's any setting to avoid it: it's a domain attribute.

In generally only text fields support the Lower Case....that mean if u need u can change the attribute of Upper/Lower Case for a single o some fields, i.e for a certain number of transactions, but it's impossible for all transactions.

U need to find out the domain assigned to the field, and set the flag for lower/uppercase....but u should consider that means to change a standard object.

Max