cancel
Showing results for 
Search instead for 
Did you mean: 

The XSD type decimal does not exactly correspond to the ABAP type STRING

Former Member
0 Kudos

Hi All,

We are getting warning message in PROXY is like " The XSD type decimal does not exactly correspond to the ABAP type STRING and The XSD type date does not exactly correspond to the ABAP type "

We used DATS,CURR and QUAN data types in the abap programming . Please help how to change this

Lavu.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Lavu, I hope you are doing fine !

Please review the note below and make sure all the configuration has been done according to it.

944029 - XML schema supported by ABAP proxy generation

I hope this helps you with this matter..

Cheers,

Jorge Eidelwein

Answers (1)

Answers (1)

sunil_singh13
Active Contributor
0 Kudos

Hi Lavanya,

You can make all the data type as a string in XI and then regenarate the Proxy in application system.

dont bother about field length..

Thanks,

Sunil Singh

Former Member
0 Kudos

Hi Sunil,

Thanks for your answer.

I changed to string and regenerated proxy. Do we need to make changes in the program for the decimal and date fields.

Because It's outbound from ECC system.

Lavu.

sunil_singh13
Active Contributor
0 Kudos

I dont think so. It Should work with that as String can take any value.

Did you test the proxy after making changes?

Thanks,

Sunil Singh

Former Member
0 Kudos

Hi Lavanya,

>>>Do we need to make changes in the program for the decimal and date fields.

Because It's outbound from ECC system.

No, you do not need to change the program. The string data types in PI for decimal and date fields would work fine for you. Just regenerate the proxy and call the execute method from your FM. This should work fine for you.

Regards, Gaurav.