cancel
Showing results for 
Search instead for 
Did you mean: 

Error with DDIC objects while generating proxy

Former Member
0 Kudos

HI All,

I am trying to generate a client proxy for an Outbound interface. The outbound interface consists of a External defination as a message. The external defination is having a complex hiearchial structure. While generating the proxy, few fields are not able to create in the ABAP DDIC, due to the pattern used to the corresponding field in the orginal XSD (External Defination. Can anybody tell me how to generate the proxy for the interfaces build using complex external defination?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

The problem is not related to names, The problem is related to data types. The XSD is using referenced data types. Due to this, it is unable to create corresponding data elements in the ABAP.

Example:

Fieldname TYPE

DateTime xsd:date ---> It is globally defined

Date DateTime ---> Referenced the above field.

Now, in ABAP Date data element created without any domain, data type and giving an error while activating.

Like this there are many fields.

Former Member
0 Kudos

Hi,

Before activate this proxy. Go to "Name problems" and change its names.

If is problems about structures, you will need to edit the XSD file manually.

regards.

Fernando

prateek
Active Contributor
0 Kudos

No separate procedure exists for handling such things. U may edit the xsd manually to the wel supported structures

Regards,

Prateek