cancel
Showing results for 
Search instead for 
Did you mean: 

How to? XSD -> ABAP -> XML

Former Member
0 Kudos

Hello,

I would like to create program to which I will be able to import XSD file, add configuration to custom table, show form so user can fill required data and then generate XML.

First step - adding configuration to custom table by importing XSD - can be also done "by hand".

In this configuration tables should be informations about each field in many forms (structure like: form_id, field, type).

Is there any simillar program in SAP so I can check how to do this correctly? If no I would be grateful for any help.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Bezanik,

Will the XSD file will be changing?

regards

Ramesh

Former Member
0 Kudos

There will be about 10-15 different forms now and few added each year. Form (XSD) once added should not change.

Former Member
0 Kudos

Usuallly you can always contrcut WSDL around your required XSD. Once you create WSDL which itself is a service can be consumed. You can develope UI for this WSDL.

This is possible using ABAP FM.

Regards

Ramesh