hi all
i need a small help .
parameter : p_text1(80) type c .
at selection-screen.
translate p_text1+1(79) to lower case.
if i enter the text as 'MAHEEDHAR TADAKAMADLA' it is converting into 'Maheedhar tadakamadla'.my rewuirement is if space exist in the text i have to make in to capital. for example 'Maheedhar tadakamadla' to 'Maheedhar Tadakamadla'.
anybody can help how to solve this problem.
thanks
maheedhar