Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Numbers

Former Member
0 Likes
484

Is there a function module I can use to determine if a variable contains a number?

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
447

No function is required. Try this.

if lv_var ca '0123456789'.

endif.

Regards,

Rich Heilman

Is there a function module I can use to determine if a variable contains a number?

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
448

No function is required. Try this.

if lv_var ca '0123456789'.

endif.

Regards,

Rich Heilman

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
447

But this is a basic question (