Skip to Content
0
Former Member
Dec 07, 2006 at 05:30 AM

How to convert text to 'Text'

33 Views

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