I m having a field projectname type c of length 50.
I should not allow the user to enter the project name which contain special character.
i tried with CO with sy-abcde its not working correctly since i have used length 50.
if i want to use sy-abcde means the string must grow dynamically, but here project name is a keyfield so i m not able to use string type .
Can any one help me to solve it.
Thanks in advance.
Kalpanashri Rajendran.