Hi Experts,
I would like to download the XML format of an IDOC. For example, I would like to have something like this with all the fields of the IDOC:
<?xml version="1.0" encoding="UTF-8"?>
<ZORDERS01 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Schemas/zorders01.xsd">
<IDOC BEGIN="1">
<EDI_DC40 SEGMENT="1">
<TABNAM>EDI_DC40</TABNAM>
<DOCNUM>0000000000004711</DOCNUM>
<DIRECT>1</DIRECT>
<IDOCTYP>ORDERS01</IDOCTYP>
<CIMTYP></CIMTYP>
<SNDPOR>SAPP01</SNDPOR>
<SNDPRT>LS</SNDPRT>
<SNDPRN>aaaaaaaaaa</SNDPRN>
<RCVPOR>aaaaaaaaaa</RCVPOR>
<RCVPRN>aaaaaaaaaa</RCVPRN>
</EDI_DC40>
<E1EDK01 SEGMENT="1">
<BSART>ZOPE</BSART>
<LIFSK>03</LIFSK>
</E1EDK01>
<E1EDK14 SEGMENT="1">
<QUALF>006</QUALF>
<ORGID>20</ORGID>
Is there any transaction that enables to download the structure of an IDOC in this format?
Thanks,
Vitish.