cancel
Showing results for 
Search instead for 
Did you mean: 

Error Activating proxy: field x is specified twice

Emileh
Explorer
0 Kudos

Hello,

I've generated an ABAP Client proxy from an outbound PI service interface. The service interface has been built from an external definition with a complex structure. The proxy is  succesfull generated however when activating the proxy it struggles partly on activating some parts of the structure.

When looking at the error log: th next error is displayed a lot of times:

Field XYZ in table ABC is specified twice. Please check.

However in the xml schema a field is not in there twice.

Anyone seen this before? Is this a bug in the proxy genaration mechanism or works it just like designed. 🙂

Regards,

Emile

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hello Emil,

I'm having the same issue described in this post.

Do you remember if/how you resolved it?

Any  help would be greatly appreciated.

Thanks.

Carlos

iaki_vila
Active Contributor
0 Kudos

Hi Emile,

Aren't you sure that any tag could be recursive?

Could you share the XSD source?, in order that the community could help you if the xsd has any type or structure that is no supported by abap-proxy.

Regards.

Emileh
Explorer
0 Kudos

The schema is  the UBL 2.0 invoice.

I already removed the recursions in the schema.

When removing all attirbutes from all elements containing attributes i am able to activate. However this is not desirable.

Regards.

Emile