Good Morning,
I have a field defined as:
data: x_swenr type swenr.
swenr being a char(8).
The field x_swenr can contain non numeric values (alfanumeric).
What i need is a function or piece of code that can tell me if this field contains only numeric values, or both (alfanumeric and numeric).
Regards,
Pedro Gaspar