Hi
i have a requirement to convert uppercase text to lower case.i wrote the code as below.it is working fine.if i gave text as 'MAHEEDHAR' it is converting into 'maheedhar' now my current requirement is i have to convert m to 'M'.
Anybody can send me the sample code please.
iam sending my code as below....
parameter : p_text1(80) type c .
at selection-screen.
translate p_text1 to lower case. during execution i gave the value
thanks
maheedhar