<?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: Create a structure from a table definition in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-structure-from-a-table-definition/m-p/11506893#M1933292</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;use .INCLUDE &amp;lt;TABLE NAME&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/866963" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jan 2016 10:08:05 GMT</pubDate>
    <dc:creator>former_member241258</dc:creator>
    <dc:date>2016-01-13T10:08:05Z</dc:date>
    <item>
      <title>Create a structure from a table definition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-structure-from-a-table-definition/m-p/11506889#M1933288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wanted to create a structure with exactly the same fields from a table.&amp;nbsp;&amp;nbsp; Is there a way to copy the table definition to the structure to save me a lot of typing?&amp;nbsp;&amp;nbsp; Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 21:30:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-structure-from-a-table-definition/m-p/11506889#M1933288</guid>
      <dc:creator>LeeFung</dc:creator>
      <dc:date>2015-12-31T21:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create a structure from a table definition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-structure-from-a-table-definition/m-p/11506890#M1933289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/860440" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Click copy icon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jan 2016 01:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-structure-from-a-table-definition/m-p/11506890#M1933289</guid>
      <dc:creator>VenkatRamesh_V</dc:creator>
      <dc:date>2016-01-01T01:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create a structure from a table definition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-structure-from-a-table-definition/m-p/11506891#M1933290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;go to se11.. open structure in change mode..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you copy fields of&amp;nbsp; table to structure in change mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT--&amp;gt;transfer field-&amp;gt;&amp;gt; give the table name whose field you want to copy.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen will pop-up like this select the fields and copy &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/860513" width="450" /&gt;&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jan 2016 03:40:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-structure-from-a-table-definition/m-p/11506891#M1933290</guid>
      <dc:creator>Chintu6august</dc:creator>
      <dc:date>2016-01-01T03:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create a structure from a table definition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-structure-from-a-table-definition/m-p/11506892#M1933291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;David Ng wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I wanted to create a structure with exactly the same fields from a table.&amp;nbsp;&amp;nbsp; Is there a way to copy the table definition to the structure to save me a lot of typing?&amp;nbsp;&amp;nbsp; Thanks&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Why? If it's exactly the same, use the table. E.g &lt;STRONG&gt;DATA mydata TYPE thetable&lt;/STRONG&gt;. Otherwise you should use &lt;STRONG&gt;.INCLUDE&lt;/STRONG&gt; in your structure definition. I.e. fieldname &lt;STRONG&gt;.INCLUDE&lt;/STRONG&gt;, with type &lt;STRONG&gt;thetable.&lt;/STRONG&gt; In this way, if the table should ever change, your structure will automatically reflect such changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jan 2016 08:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-structure-from-a-table-definition/m-p/11506892#M1933291</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2016-01-01T08:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create a structure from a table definition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-structure-from-a-table-definition/m-p/11506893#M1933292</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;use .INCLUDE &amp;lt;TABLE NAME&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/866963" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 10:08:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-structure-from-a-table-definition/m-p/11506893#M1933292</guid>
      <dc:creator>former_member241258</dc:creator>
      <dc:date>2016-01-13T10:08:05Z</dc:date>
    </item>
  </channel>
</rss>

