<?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: RTTS - Dynamic Structure/Type Generation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rtts-dynamic-structure-type-generation/m-p/5809806#M1313089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Terry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course you can create all kinds of structures / table types dynamically, e.g.:&lt;/P&gt;&lt;P&gt;[Creating Flat and Complex Internal Tables Dynamically using RTTI|https://wiki.sdn.sap.com/wiki/display/Snippets/Creating&lt;EM&gt;Flat&lt;/EM&gt;and&lt;EM&gt;Complex&lt;/EM&gt;Internal&lt;EM&gt;Tables&lt;/EM&gt;Dynamically&lt;EM&gt;using&lt;/EM&gt;RTTI]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your external source must provide you with the &lt;EM&gt;meta-data&lt;/EM&gt; about the structure. This you can use as input for RTTI in order to create your dynamic data objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2009 11:30:30 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2009-06-26T11:30:30Z</dc:date>
    <item>
      <title>RTTS - Dynamic Structure/Type Generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rtts-dynamic-structure-type-generation/m-p/5809805#M1313088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my apologies if this question has been asked before and in the wrong forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to dynamically create a structure/type of variable length without using a fixed type? e.g. I want to create a structure with 4 'fixed' fields followed by a number of variable entries dependent upon an external source. I would normally do something like ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types : begin of ty_data,&lt;/P&gt;&lt;P&gt;              matnr         type matnr,&lt;/P&gt;&lt;P&gt;              werks         type werks,&lt;/P&gt;&lt;P&gt;              lifnr             type lifnr,&lt;/P&gt;&lt;P&gt;              menge_01  type menge_d,&lt;/P&gt;&lt;P&gt;              menge_02  type menge_d,&lt;/P&gt;&lt;P&gt;              .&lt;/P&gt;&lt;P&gt;              .&lt;/P&gt;&lt;P&gt;              .&lt;/P&gt;&lt;P&gt;          end of ty_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : it_data    type sorted table of ty_data with unique key  ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to define he whole structure dynamically at runtime.&lt;/P&gt;&lt;P&gt;Could someone point me to a blog/bar/exit or better still give me an answer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 11:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rtts-dynamic-structure-type-generation/m-p/5809805#M1313088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-26T11:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: RTTS - Dynamic Structure/Type Generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rtts-dynamic-structure-type-generation/m-p/5809806#M1313089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Terry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course you can create all kinds of structures / table types dynamically, e.g.:&lt;/P&gt;&lt;P&gt;[Creating Flat and Complex Internal Tables Dynamically using RTTI|https://wiki.sdn.sap.com/wiki/display/Snippets/Creating&lt;EM&gt;Flat&lt;/EM&gt;and&lt;EM&gt;Complex&lt;/EM&gt;Internal&lt;EM&gt;Tables&lt;/EM&gt;Dynamically&lt;EM&gt;using&lt;/EM&gt;RTTI]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your external source must provide you with the &lt;EM&gt;meta-data&lt;/EM&gt; about the structure. This you can use as input for RTTI in order to create your dynamic data objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 11:30:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rtts-dynamic-structure-type-generation/m-p/5809806#M1313089</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2009-06-26T11:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: RTTS - Dynamic Structure/Type Generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rtts-dynamic-structure-type-generation/m-p/5809807#M1313090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are a scholar and a gentleman sir, I knew there must be a way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jun 2009 16:55:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rtts-dynamic-structure-type-generation/m-p/5809807#M1313090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-28T16:55:05Z</dc:date>
    </item>
  </channel>
</rss>

