cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

Error Activating proxy: field x is specified twice

04-27-2012 4:24 PM
Emileh Explorer
626 views 3 comments
0 Likes
SAP Managed Tags
Subscribe

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

0 Likes

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Likes

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

Former Member
0 Likes

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 Likes

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