‎2009 Sep 16 3:41 PM
Is there a function module I can use to determine if a variable contains a number?
‎2009 Sep 16 3:43 PM
No function is required. Try this.
if lv_var ca '0123456789'. endif.
Regards,
Rich Heilman
‎2009 Sep 16 3:47 PM
But this is a basic question (