2007 Jun 19 5:01 AM
Hi Experts,
can any body tell me the alternate for Translate statement in ECC?
Becoz..Translate gives warning message in ECC..
Regards
2007 Jun 19 5:05 AM
HI,
see the below code .it is not giving any warnings to me.i am also using ECC only.
data:text(10) value 'NUMBER'.
TRANSLATE text to lower case.
write:/ text.
rgds,
bharat.
HI,
see the below code .it is not giving any warnings to me.i am also using ECC only.
data:text(10) value 'NUMBER'.
TRANSLATE text to lower case.
write:/ text.
rgds,
bharat.
2007 Jun 19 5:05 AM
HI,
see the below code .it is not giving any warnings to me.i am also using ECC only.
data:text(10) value 'NUMBER'.
TRANSLATE text to lower case.
write:/ text.
rgds,
bharat.
2007 Jun 19 5:08 AM
2007 Jun 19 5:09 AM
check with below thread
/people/thomas.mann2/blog/2006/08/22/sap-upgrade-conflicts-1
<b>As new SAP systems are made Unicode enabled, there was an issue with translations done using ABAP code. Issue was with any Programs that uses TRANSLATE <string> TO UPPERCASE statement in a multi lingual environment. You might get a warning as dangerous use of TRANSLATE in Multi lingual environment. For this either we can use SET LOCALE LANGUAGE language, before the statement or use the Function Module AIPC_CONVERT_TO_UPPERCASE with the language parameter.</b>
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |