cancel
Showing results for 
Search instead for 
Did you mean: 

How to change data type from Numeric to Alphanumeric

Former Member
0 Kudos

Hi Experts,

I am working on a ticket and the requirement from client is they want data type to be Alphanumeric which is currently Numeric (Snapshot is attached for you reference.

Presently XSDAttribute Muster is \d* & ABAP-Attribute Techn Type is NUMC(10).

I want to know what is the meaning \d* why it is used?

I want to know how to change the data type to Alphanumeric from Numeric

Is \d* used for decimal ? if it is yes then what if we remove it then will it work as alphanumeric because in my configuration data type is string.

Please provide your valuable comments on my post and help me out to resolve this.

Thanks & Regards,

Mohit Dua      

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Mohit


want to know what is the meaning \d* why it is used?

It is a regular expression that means only numeric values with unbounded numeric of values.

If you want alphanumeric characters you only need to delete this restriction in the XSD or WSDL that you are using.

Regards.

engswee
Active Contributor
0 Kudos

Mohit

After removing the restriction in ESR (in XSD, WSDL or Data Type) as mentioned by Inaki, you will also need to regenerate the proxy so that the ABAP attribute is updated.

Rgds

Eng Swee