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

DOUBT REGARDING UPPER CASE/LOWERCASE

Former Member
0 Likes
787

How can we change the lower case to upper case by using write statment?Other than TRANSALATE L_<VAR> TO UPPER CASE.

tHANKS IN ADVANCE

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
755

I'm wondering why you do not want to use TRANSLATE?

REgards,

RIch Heilman

8 REPLIES 8
Read only

kiran_k8
Active Contributor
0 Likes
755

Hi,

Check for the keyword Conversion* fn modules in SE37.

K.Kiran.

Read only

Former Member
0 Likes
755

u can use the fm <b>STRING_UPPER_LOWER_CASE</b>to transalate a string to LOWER case

Read only

Former Member
0 Likes
755

It is not possible with in WRITE statement.....

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
756

I'm wondering why you do not want to use TRANSLATE?

REgards,

RIch Heilman

Read only

0 Likes
755

hi rich,

when iam using TRANSLATE it showing SLIN error.Plz let me know if any other stamt .

thanks

Read only

0 Likes
755

Hi Skk

Can you Please tell me what is the statement ,i.e giving Slin error exactly(Entire statement)

and what is that error

because Translate will not give any errors \

Regards Rk

Read only

Former Member
0 Likes
755

hi,

use the FM

AIPC_CONVERT_TO_UPPERCASE

hope it solves your query.

regards,

Navneeth.K

Read only

Former Member
0 Likes
755

use <b>AIPC_CONVERT_TO_UPPERCASE</b> specify the lowercase field as input and set the language as default.

take one more field which will be the output field.

This will be in upper case.