a numeric or not
hello,
i need to check a constantes of 2 character if it's a NUMBER or not ; is there a MF or a method wich do this.
thank you for help.
Tags:
Jay Raj replied
data: var type C value '02'. if var+0(1) ca sy-abcde and var+1(1) ca sy-abcde. write: its not a character. endif.