Hi.... all
please help me....
My requirement is this....
If i use the first statement i am getting True statement.
1) IF 'EXAMPLE' CO SY-ABCDE. WRITE 'TRUE'. ELSE. WRITE 'FALSE'. ENDIF.
in second case am getting.....am getting false statement.....
2) PARAMETERS: FNAME TYPE PAD_VORNA.
START-OF-SELECTION.
example FNAME value is 'RAJA NARAYANAN' all CAPS letters.
IF FNAME CO SY-ABCDE. WRITE 'TRUE'. ELSE. WRITE 'FALSE'. ENDIF.
Please help me out...
i need to get if i enter small letters i should get false satement.
and cap means true statement... i should not change the type for fname....becaz that is my requirement.
Thanks in advance
Regards
Raja...