Application Development 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: 

data entered in SM30 is changing the case automatically

Former Member
0 Kudos

hi all,

when we create the table in se11 and generate the table maintanence,and try to create entries,this will automatically take us to SM30 transaction.

In this transaction,when we try to enter the values,in lower case,it automatically saved in upper case.

So,the user do not want this.Please suggest me with some relevant ideas to save the data as it is in the same case as entered by the user.

Thanks in advance

Regards,

Akanksha

4 REPLIES 4

Former Member
0 Kudos

Hi akanksha,

1. DOMAIN of the field.

2. thats bcos the domain of the field

is not specified

LOWER CASE

3. if its specified, only then

it will take the characters

(either upper, lower or mixed)

as it is as entered.

regards,

amit m.

Former Member
0 Kudos

Hi,

In SM30, by default the case will be changed to upper case.

Have a look at the function mudules generated when you created the maintainnace.

Probably you will have to add som code in this FM.

Hope it helps.

Regards,

Shashank

vinod_gunaware2
Active Contributor
0 Kudos

In <b>Domain</b> there is one setting in

<b>Output Characteristics</b>

Output length

Convers. routine

Sign

<b>Lowercase</b> just check lowercase checkbox.

It will work.

regards

vinod

naimesh_patel
Active Contributor
0 Kudos

Hello Akanksha,

Tick "Lowercase" in the domain of the field, in which you want to save data in Lowercase.

And after changing this, activate your table maintainence again.

Regards,

Naimesh