cancel
Showing results for 
Search instead for 
Did you mean: 

XSD to DDIC Structure

Former Member
0 Kudos

Hi,

Is there any way of creating a DDIC Structure based on a given XSD schema?

Thanks,

Pedro Leal

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

Ctreate a data type, load the xsd, generate an ABAP proxy for the data type.

Former Member
0 Kudos

Hi Stefan,

The problem is that the R3 System where we want to create the DDIC Structure does not support abap proxies.

Is there any other way of achieving this?

Thanks,

Pedro Leal

former_member208856
Active Contributor
0 Kudos

When system can not be connected with HTTP connections & does not support ABAP Proxies, you can not achive this automatically. As there is no other way to upload structure matadata.

create table mannually.

alejandro_bindi
Active Contributor
0 Kudos

People, I have the same need and, although I can create DataType (dictionary) proxies (unlike Pedro), it doesn't allow me to import an .XSD, it's still looking for the portType definition (which belongs in a WSDL but not in a XSD).

Given that a DataType type proxy only creates structures, I don't get why it won't let me use an XSD file as input...

Specifically, I get the error:

Interface definition missing in WSDL document

(<portType> missing)

(Message no. SPRX125)

I may add that currently I'm trying to import a local XSD file directly in SE80 but I suppose that generating from XI definition (loading the XSD in XI first) will yield the same result.

Does anyone have an explanation for this?

Many thanks

Former Member
0 Kudos

@Stefan Grube

my problem is to import an xsd in a correct way.

How can I achieve this?

Is there any inormation about that somewhere? Where?

TIA

Volker