cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with numeric types in Abap Proxy

Former Member
0 Kudos

Hello,

We are having problems with some abap proxy calls. When a numeric type is filled with 0 the node it´s automatically removed and no value it's recived in XI. The only way I have found to avoid this problem it's to define the field with type string or change the cardinality to 1..1 instead of 0..1. It's there any way to maintain the type and the cardinality?? Maybe with a pattern??

Regards,

Alberto Pla.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Alberto

I had this problem, and I decided to use xsd:string instead of xsd:integer. This will solve the issue.

Anyway.. check this note:

[Note 1242795 - Mapping of XSD default values by ABAP Proxy Generation|https://service.sap.com/sap/support/notes/1242795]

Regards

Francesco