‎2008 Aug 20 2:04 PM
Hi Group,
Can aby body suggest how to print SYstem variable like sy-uname in uppercase letter in SAP script
‎2008 Aug 20 2:06 PM
Hi,
You can use TRANSLATE TO UPPER CASE command.
Best regards,
Prashant
‎2008 Aug 20 2:12 PM
‎2008 Aug 20 2:16 PM
Hi,
we can convert string from lower case to upper case using the
TRANSLATE text TO UPPER CASE sytax.
If you want it in the script, create a subprogram and write the logic there and call that subprogam in the script.
Hope this solves your problem.
Regards,
Dinakar.
‎2008 Aug 20 2:29 PM