cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to use OAGIS xsd to create structures to be used in ABAP Proxy

Former Member
0 Kudos

Hi.

We are doing an integration where the sending system is using an OAGIS structure.

We would like to use the same strucutre in teh receiving SAP system.

The problem we are facing at the moment is that substitiutiongroups are not fully supported in the ABAP Proxy version 7.02.

How can we make an workaround for this problem?

BR

Kalle

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Kalle,

  Considering abap proxy as an intermediate structure to transfer data between SAP & SAP PI, You can keep it simple (if there is no specific reason to use OAGIS structure on SAP side as well). I would suggest to create a datatype/message type in PI and generate proxy from it rather using OAGIS structure on SAP side. You can always modify this proxy structure based on need and this will also ease the logic on SAP side to populate or retrieve data from proxy.

Regards,

Amol

abhay_rajhans2
Contributor
0 Kudos

Hi Kalle,

There is one work around. Take the XSD and check which substituion group it is not supporting.

Manually remove the subtitution group from XSD and upload it.

Ex: union is not supported in Proxy. Then check where union is used and remove it.Just take precaution than XSD formation after removal is correct.