<?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: Generated tables/structures with nested includes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665899#M29139</link>
    <description>&lt;P&gt;Generated from what?&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2018 06:51:26 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2018-02-22T06:51:26Z</dc:date>
    <item>
      <title>Generated tables/structures with nested includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665896#M29136</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;I´ve generated an abap proxy, using the wizard, from a wsdl file.&lt;/P&gt;
  &lt;P&gt;Can´t activate it because several tables/structures have more than 9 nested includes...&lt;/P&gt;
  &lt;P&gt;Message AD226 - Too many nested includes&lt;/P&gt;
  &lt;P&gt;Since these are generated, how can i solve this issue?&lt;/P&gt;
  &lt;P&gt;Best regards,&lt;/P&gt;
  &lt;P&gt;Teresa Gonçalves&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 10:49:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665896#M29136</guid>
      <dc:creator>tcgoncalves</dc:creator>
      <dc:date>2018-02-21T10:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Generated tables/structures with nested includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665897#M29137</link>
      <description>&lt;P&gt;Refactor you data structure so it doesn't have so many nested includes?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 12:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665897#M29137</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-02-21T12:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Generated tables/structures with nested includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665898#M29138</link>
      <description>&lt;P&gt;The data structure is generated, how can i change it?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 14:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665898#M29138</guid>
      <dc:creator>tcgoncalves</dc:creator>
      <dc:date>2018-02-21T14:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Generated tables/structures with nested includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665899#M29139</link>
      <description>&lt;P&gt;Generated from what?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 06:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665899#M29139</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-02-22T06:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Generated tables/structures with nested includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665900#M29140</link>
      <description>&lt;P&gt;(People often think that their context is obvious to any one and just keep repeating the same words as in the question...)&lt;/P&gt;
  &lt;P&gt;DDIC structures and table types are generated by proxy activation, i.e. to consume a web service from abap ("abap proxy")&lt;/P&gt;
  &lt;P&gt;I'm curious to know how it can be solved. I didn't even know there was a limit of 9 levels.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 07:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665900#M29140</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-02-22T07:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Generated tables/structures with nested includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665901#M29141</link>
      <description>&lt;P&gt;You may adapt the WSDL to remove the definitions above the 9th level and define the type as &lt;STRONG&gt;xsd:anyType&lt;/STRONG&gt; (mapped to an xstring type), create the proxy, and transform the remaining XML "manually" in your ABAP program.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;If you have many levels after the ninth or if the XML is complex, instead of transforming "manually", you could also copy the generated transformations and DDIC objects after the 9th level.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Lot of stuff but I don't see any other solution.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 07:52:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665901#M29141</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-02-22T07:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Generated tables/structures with nested includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665902#M29142</link>
      <description>&lt;P&gt;Yes, I know this. I was suggesting refactoring the structure of the data in the web service. &lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 12:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665902#M29142</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-02-22T12:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Generated tables/structures with nested includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665903#M29143</link>
      <description>&lt;P&gt;For the service you're consuming, are there any other options? Can it be redeveloped? Does it offer a RESTful web service option?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 12:53:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665903#M29143</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-02-22T12:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Generated tables/structures with nested includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665904#M29144</link>
      <description>&lt;P&gt;My first option was to create new structures, with less nested includes. &lt;/P&gt;
  &lt;P&gt;Gives error in activation:&lt;/P&gt;
  &lt;H3&gt;Field ID: User type ZTESTID is generated proxy type, therefore not usable&lt;/H3&gt;
  &lt;P&gt;Message no. DT185&lt;/P&gt;
  &lt;P&gt;All the fields i´m using are from the generated proxy type. If i can´t use them, might as well create all structures manually.&lt;/P&gt;
  &lt;P&gt;The objective was using the wsdl to generate the data structures in abap. Around 915 data dictionary objects.&lt;/P&gt;
  &lt;P&gt;My other option is avoid the error of the nested includes (using debug). &lt;/P&gt;
  &lt;P&gt;Anyone know the consequences? Performance, others...&lt;/P&gt;
  &lt;P&gt;Thank you for your time.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 15:31:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665904#M29144</guid>
      <dc:creator>tcgoncalves</dc:creator>
      <dc:date>2018-02-22T15:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Generated tables/structures with nested includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665905#M29145</link>
      <description>&lt;P&gt;Your option 1: it's what proposed Matthew and I : edit the WSDL etc. (see above), not the generated DDIC structures.&lt;/P&gt;
  &lt;P&gt;Your option 2: I see the field ADMINFIELD in table DD03L, which contains the nested level, unfortunately it's of length 1.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 20:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665905#M29145</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-02-22T20:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Generated tables/structures with nested includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665906#M29146</link>
      <description>&lt;P&gt;Answering your questions:&lt;/P&gt;
  &lt;P&gt;1. and 2. i don´t think so. &lt;/P&gt;
  &lt;P&gt;3. i´m not familiar with REST methodology&lt;/P&gt;
  &lt;P&gt;In fact, i´m not familiar with proxy client creation.&lt;/P&gt;
  &lt;P&gt;Next step, edit the xsd files...&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 11:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generated-tables-structures-with-nested-includes/m-p/665906#M29146</guid>
      <dc:creator>tcgoncalves</dc:creator>
      <dc:date>2018-02-23T11:48:08Z</dc:date>
    </item>
  </channel>
</rss>

