‎2007 Apr 23 1:31 PM
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
‎2007 Apr 23 1:37 PM
‎2007 Apr 23 1:34 PM
Hi,
Check for the keyword Conversion* fn modules in SE37.
K.Kiran.
‎2007 Apr 23 1:36 PM
u can use the fm <b>STRING_UPPER_LOWER_CASE</b>to transalate a string to LOWER case
‎2007 Apr 23 1:36 PM
‎2007 Apr 23 1:37 PM
‎2007 Apr 23 2:19 PM
hi rich,
when iam using TRANSLATE it showing SLIN error.Plz let me know if any other stamt .
thanks
‎2007 Apr 23 2:52 PM
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
‎2007 Apr 23 1:38 PM
hi,
use the FM
AIPC_CONVERT_TO_UPPERCASE
hope it solves your query.
regards,
Navneeth.K
‎2007 Apr 23 1:44 PM
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.