<?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/1856863#M362184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u want to fetch the data from 3database tables individually then do liek this -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: dbtab1,dbtab2,dbtab3.&lt;/P&gt;&lt;P&gt;data begin of itab.&lt;/P&gt;&lt;P&gt;    include structure dbtab1.&lt;/P&gt;&lt;P&gt;data end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data begin of itab1.&lt;/P&gt;&lt;P&gt;    include structure dbtab2.&lt;/P&gt;&lt;P&gt;data end of itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data begin of itab2.&lt;/P&gt;&lt;P&gt;    include structure dbtab3.&lt;/P&gt;&lt;P&gt;data end of itab2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from dbtab1 into table itab up to 20 rows where field1 = '123'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from dbtab2 into table itab1 up to 20 rows where field1 = '123'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from dbtab3 into table itab2 up to 20 rows where field1 = '123'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jan 2007 04:56:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-23T04:56:34Z</dc:date>
    <item>
      <title>structure!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1856861#M362182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have defined three structure in se11.......&lt;/P&gt;&lt;P&gt;and in se38 when i was doing prog i defined  three itab....... corresponding to that structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to write select stament based on that three itab. .......&lt;/P&gt;&lt;P&gt;How I will write that select statement.....&lt;/P&gt;&lt;P&gt;Plz help...&lt;/P&gt;&lt;P&gt;Thanks......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 04:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1856861#M362182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T04:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: structure!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1856862#M362183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot do select from a structure. There has to be a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aravind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 04:56:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1856862#M362183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T04:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: structure!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1856863#M362184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u want to fetch the data from 3database tables individually then do liek this -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: dbtab1,dbtab2,dbtab3.&lt;/P&gt;&lt;P&gt;data begin of itab.&lt;/P&gt;&lt;P&gt;    include structure dbtab1.&lt;/P&gt;&lt;P&gt;data end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data begin of itab1.&lt;/P&gt;&lt;P&gt;    include structure dbtab2.&lt;/P&gt;&lt;P&gt;data end of itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data begin of itab2.&lt;/P&gt;&lt;P&gt;    include structure dbtab3.&lt;/P&gt;&lt;P&gt;data end of itab2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from dbtab1 into table itab up to 20 rows where field1 = '123'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from dbtab2 into table itab1 up to 20 rows where field1 = '123'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from dbtab3 into table itab2 up to 20 rows where field1 = '123'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 04:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1856863#M362184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T04:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: structure!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1856864#M362185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry i cannot get you properly from structure how can you fetch the data ? it does ot contain data. you can fetch the data from views or tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please tell us what is your exact requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 05:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1856864#M362185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T05:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: structure!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1856865#M362186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                      You created a structure not a table. There should me a table for u to select data . You cant select data from a structure. Create a table in Se11 then define Internal table like that table in SE38  then you can select the data from the table. Use Select * or select corresponding fields form the table into the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 05:00:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure/m-p/1856865#M362186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T05:00:55Z</dc:date>
    </item>
  </channel>
</rss>

