Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Generate DDIC structures from XSD definition

OttoGold
Active Contributor
0 Likes
4,118

Hello ladies and gentlemen,

I am fighting a big XML import into SAP, currently using simple transformation to get parts of the job done. Now my question is: when I use XSLT_TOOL wizard to map DDIc structures to XML elements, everything works fine. Except the important detail that I ahve to create the data structures manually. So: if there would be a tool (this is the question: IS THERE such a tool in the SAP standard ...BASIS?) that would generate the DDIC structures, tables and everything for me from the XML definition, that would cut the time to like 2%.

How do you deal with huge XML imports? Please exclude comments which involve XI/ PI, I need pure ABAP here. How do you automate the process?

Thank you, cheers Otto

2 REPLIES 2
Read only

Former Member
0 Likes
1,790

Check if you can use SPROX_XSD2WSDL proggram to create dummy WSDL file for dummy web-service, then create this dummy web-service using web-service wizard. Your WSD and WSDL should be located in the same directory. It will create proxy-class, data dictionary structures and simple transformation. Do not forget to activate these structures and proxy.

I believe you can google for program name to get examples with screenshots of how to do it.

Read only

michael_smithe5
Participant
0 Likes
1,790

This message was moderated.