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: 

DOUBT REGARDING UPPER CASE/LOWERCASE

Former Member
0 Kudos

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

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

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

REgards,

RIch Heilman

8 REPLIES 8

kiran_k8
Active Contributor
0 Kudos

Hi,

Check for the keyword Conversion* fn modules in SE37.

K.Kiran.

Former Member
0 Kudos

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

Former Member
0 Kudos

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

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

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

REgards,

RIch Heilman

0 Kudos

hi rich,

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

thanks

0 Kudos

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

Former Member
0 Kudos

hi,

use the FM

AIPC_CONVERT_TO_UPPERCASE

hope it solves your query.

regards,

Navneeth.K

Former Member
0 Kudos

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.