<?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: structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/3108921#M738118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use transaction ST05 to see which tables are used for the transaction that populates this structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Dec 2007 19:34:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-01T19:34:28Z</dc:date>
    <item>
      <title>structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/3108920#M738117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the structure RMMG1(maintain material master data) to display the ouput for report.But the select statement is not accepting the structure as it  only accepts the tables &amp;amp; views to be loaded to internal table.&amp;amp; I couldn't able to find to which table RMMG1 is appended.Is there any other way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Dec 2007 18:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/3108920#M738117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-01T18:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/3108921#M738118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use transaction ST05 to see which tables are used for the transaction that populates this structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Dec 2007 19:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/3108921#M738118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-01T19:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/3108922#M738119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See my response to your other question on structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Dec 2007 20:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/3108922#M738119</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2007-12-01T20:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/3108923#M738120</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;The structure will only have data if it has been loaded elsewhere, such as if the structure was populated by a function call or BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, you will have to load data into the structure using SQL Select or by calling the approriate function call/method/BAPI etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the structure already has data, you access that data by referencing the structure name and the component&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_field = struct-field1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will load the value of the component field "field1" in structure "struct" into a separate work field "w_field".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how you refer to components of a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;structure_name-component_name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consequently, you should not use a dash "-" in the name of a field or structure. If you need to separate words in the name use an underscore "_".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do attempt to use the dash "-" in the name of a field or structure in a Unicode program, you will get a warning message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Dec 2007 05:56:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/3108923#M738120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-02T05:56:14Z</dc:date>
    </item>
  </channel>
</rss>

