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

Any function module/program to write-xml schema of a idoctype

Former Member
0 Likes
720

Hi experts,

I need to write the xml format into an internal table.

input---idoc type.

output--xml schema file in an internal table/or in some file.

Through we60 we can get the xml schema.but through some program i want to get it .how to go for it.

Any function module do you suggest which fits to this requirement and do the work for me.

For ex: idoc type--orders05

Message was edited by:

dasr r

Hi experts,

I need to write the xml format into an internal table.

input---idoc type.

output--xml schema file in an internal table/or in some file.

Through we60 we can get the xml schema.but through some program i want to get it .how to go for it.

Any function module do you suggest which fits to this requirement and do the work for me.

For ex: idoc type--orders05

Message was edited by:

dasr r

3 REPLIES 3
Read only

Former Member
0 Likes
638

Hi dasr r

take function module:

EDI_IDOC_PARSER

Regards Mario

Read only

Former Member
0 Likes
638

Hi Dasr,

See, to get xml format idoc into your internal table, there is an translator program, from Third party. Obivious the tool is ALTOVA, which fits your requirement.

But this should be taken care by EDI team, Not ABAPer's. if you need help in that , i will

Thanks

MAnju

Read only

uwe_schieferstein
Active Contributor
0 Likes
638

Hello Dasr

There are several function modules available. Please check yourself if any of them matches your demands.

EDIN                           IDoc: Eingangsverarbeitung
IDOC_INBOUND_XML_VIA_HTTP      eingang über http
IDOC_XML_FROM_FILE             IDoc: Eingangsverarbeitung vom XML über Dateischnittstelle

IDOC_ADAPTER_MB                Message Broker IDoc Adapter
IDX_IDOC_TO_XML                Konvertierung IDoc nach IDoc XML im XMB

IDOC_XML1                      erweiterte Tabellenpflege (generiert)
IDOC_XML_DISPLAY               Anzeigen eines IDocs in XML-Format mit XSL
IDOC_XML_TRANSFORM             Anzeigen eines IDocs in XML-Format mit XSL

Regards

Uwe