cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with fields of type NUMC

Former Member
0 Kudos

Hi,

I have the following problem in SAP XI -> SAP R/3 synchronous scenario via Abap Proxy.

The SAP Proxy returns a BAPIRET2 structure and the field NUMBER of this structure is a NUMC. The field NUMBER is not obligatory and doesn’t have any value by default.

The problem occurs when the value of this field NUMBER is ‘000’. In this case no tag for field NUMBER is generated in XML message and in SAP XI I don’t see this value.

Can you help me with this issue?

Thanks

Regards

Elsa

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Elsa,

create a string field in your interface, regenerate your proxy and fill the new field with value of NUMBER.

Regards,

Udo

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Udo.

Regards

Elsa