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

Lowercase letters into table

Former Member
0 Likes
1,442

Hi,

i want to insert words into a z table while z program but it always inserts values as capital letters.

How can i make this sentences as lowercase?

ZBC_PROG-programm = prog.

ZBC_PROG-uname = uname.

ZBC_PROG-text = txtval.

Thanks.

deniz.

1 ACCEPTED SOLUTION
Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
1,396

Hi,

ZBC_PROG-programm = prog.
     ZBC_PROG-uname      = uname.
     ZBC_PROG-text          = txtval.
  
TRANSLATE  ZBC_PROG-programm to upper case.
TRANSLATE  ZBC_PROG-uname  to upper case.
TRANSLATE  ZBC_PROG-text to upper case.

Thanks & Regards

Hi,

i want to insert words into a z table while z program but it always inserts values as capital letters.

How can i make this sentences as lowercase?

ZBC_PROG-programm = prog.

ZBC_PROG-uname = uname.

ZBC_PROG-text = txtval.

Thanks.

deniz.

9 REPLIES 9
Read only

ThomasZloch
Active Contributor
0 Likes
1,396

Option "lower case" must be checked in the domain of these table fields, also any local variables involved must allow lower case.

Thomas

Read only

0 Likes
1,396

My sympathies are with you

pk

Read only

0 Likes
1,396

[What difference does it make?|http://en.wikipedia.org/wiki/What_Difference_Does_It_Make%3F]

Read only

0 Likes
1,396

Hmm interesting. A rare collectible indeed!!

pk

Read only

0 Likes
1,396

I grew up with that sound, actually my sister was heavy into "The Smiths" and similar stuff.

Well, let's move over to CC while OP is translating to upper or lower or upper case or...

Read only

0 Likes
1,396

I was a big Smiths fan as well, but you can only hear so much of it before each song starts sounding the same and eventually disappears into the general noise frequence of the surrounding room.

A bit like Deniz's questions actually...

Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
1,397

Hi,

ZBC_PROG-programm = prog.
     ZBC_PROG-uname      = uname.
     ZBC_PROG-text          = txtval.
  
TRANSLATE  ZBC_PROG-programm to upper case.
TRANSLATE  ZBC_PROG-uname  to upper case.
TRANSLATE  ZBC_PROG-text to upper case.

Thanks & Regards

Read only

Former Member
0 Likes
1,396

hi,

For the fields ur using in the ztable, u have to create domain for the data lements and in the domains in the defenition tab,there is checkbox for lowercase , check it,the values will be inserted in lower case...

Read only

GauthamV
Active Contributor
0 Likes
1,396

Hi,

Check the lowercase checkbox in domain of the fields.