<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Issue with replicating proxy output XML transforming ABAP table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-replicating-proxy-output-xml-transforming-abap-table/m-p/12426577#M1997634</link>
    <description>&lt;P&gt;I guess you mean using the type XSDANY that you filled by using a transformation. It seems that you used a DDIC Table Type instead of a DDIC Structure. Note that it's best to see the code of the transformation.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jun 2021 14:37:11 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2021-06-04T14:37:11Z</dc:date>
    <item>
      <title>Issue with replicating proxy output XML transforming ABAP table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-replicating-proxy-output-xml-transforming-abap-table/m-p/12426575#M1997632</link>
      <description>&lt;P&gt;Good day experts&lt;/P&gt;
  &lt;P&gt;I am facing an issue when attempting to replicate a proxy out structure as a file in ABAP. I made adjusted copies of the generated proxy structures removing the CONTROLLER segments and created my own custom deep output structure. I can pass my data along to it and doing a transformation created using transaction STRANS. However when I download the file the structure is not identical to the proxy structure, this is required by the calling system as per received WSDL format. The reason for the file output is that I am running into volume issues and to bypass this I want to drop a file that calling system can consume without any additional code changes on their side.&lt;/P&gt;
  &lt;P&gt;Proxy Output on the left and my generated file on the right&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1939984-sap-screenshot.png"&gt;sap-screenshot.png&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;The deep structure is defined:&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1939985-sap-screenshot-output.png"&gt;sap-screenshot-output.png&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1939986-sap-screenshot-nestedstructure.png"&gt;sap-screenshot-nestedstructure.png&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;The transformation defined:&lt;/P&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1939987-sap-screenshot-transformation.png"&gt;sap-screenshot-transformation.png&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;How can replicate my output to be exact to the generated proxy output?&lt;/P&gt;
  &lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 09:44:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-replicating-proxy-output-xml-transforming-abap-table/m-p/12426575#M1997632</guid>
      <dc:creator>prince_isaac</dc:creator>
      <dc:date>2021-06-03T09:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with replicating proxy output XML transforming ABAP table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-replicating-proxy-output-xml-transforming-abap-table/m-p/12426576#M1997633</link>
      <description>&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;I made a change to the transformation to make the fields attributes and lost the closing tags.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1946460-sapscreenshot-losttags.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" style="color: inherit;" /&gt;&lt;/P&gt;&lt;P&gt;Any advise on how I can get this fixed?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 11:13:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-replicating-proxy-output-xml-transforming-abap-table/m-p/12426576#M1997633</guid>
      <dc:creator>prince_isaac</dc:creator>
      <dc:date>2021-06-04T11:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with replicating proxy output XML transforming ABAP table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-replicating-proxy-output-xml-transforming-abap-table/m-p/12426577#M1997634</link>
      <description>&lt;P&gt;I guess you mean using the type XSDANY that you filled by using a transformation. It seems that you used a DDIC Table Type instead of a DDIC Structure. Note that it's best to see the code of the transformation.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 14:37:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-replicating-proxy-output-xml-transforming-abap-table/m-p/12426577#M1997634</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-06-04T14:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with replicating proxy output XML transforming ABAP table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-replicating-proxy-output-xml-transforming-abap-table/m-p/12426578#M1997635</link>
      <description>&lt;P&gt;Issue resolved.&lt;/P&gt;&lt;P&gt;Firstly changed back all elements to attributes in the transformation then proceeded to comment out the table type nodes and successfully replicated the exact output as the proxy.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 18:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-replicating-proxy-output-xml-transforming-abap-table/m-p/12426578#M1997635</guid>
      <dc:creator>prince_isaac</dc:creator>
      <dc:date>2021-06-07T18:09:29Z</dc:date>
    </item>
  </channel>
</rss>

