TRANSLATE STRING TO LOWER CASE in Decision Task

Rick Sample Rick.Sample at gbe.com
Fri Jul 18 10:10:46 EDT 2003


I have a string in a container &ZPERCENTTYPEAMOUNT&.
I want to lower case this string in the form but can't seem to get 
the correct format.
 
 
DATA: T(90) VALUE &ZPERCENTTYPEAMOUNT&,
STRING LIKE T.
STRING = T.
TRANSLATE STRING TO LOWER CASE.
WRITE / STRING.
 


More information about the SAP-WUG mailing list