<?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: data from structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691592#M622675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get all the data from the structure into the internal table and display your table as u what&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2007 04:14:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-13T04:14:55Z</dc:date>
    <item>
      <title>data from structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691591#M622674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i want to dislpay the data present in the resbd structure in my report output&lt;/P&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 04:08:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691591#M622674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T04:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: data from structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691592#M622675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get all the data from the structure into the internal table and display your table as u what&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 04:14:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691592#M622675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T04:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: data from structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691593#M622676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;structures contains the data only at runtime. so, you can use internal tables with the same structure of your sorce structure and append all the data into it. by the by your question is not such a clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 04:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691593#M622676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T04:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: data from structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691594#M622677</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;Structures do not contain data, they are mearly a way to describe it and are usually used in screen programming to collect data into which come from transparent tables. For example, lets say you have data from two tables that need to be displayed on a screen, the data is related, so a good programming practice is to use a structure either described internally in the program, or in the ABAP dictionary. Then in the program, you retrieve the data from the transpart tables and move the data to the structure fields, these structure fields are then defined within the screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, when you do F1 help on a field in a screen, and it is says that it is part of a structure, then this is becasue the structure is being used to group these fields into a common container when doing the screen programming, so it is a little trickier to find where the data is coming from, but not impossible. One way is to use the ST05 to do a SQL trace on the program, this will tell you the tables being hit, and you can find the data that way. Another way, is to debug the program, and see where the data is coming from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 04:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691594#M622677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T04:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: data from structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691595#M622678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u tell me how to declare an itab using the structure resbd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 04:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691595#M622678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T04:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: data from structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691596#M622679</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;For declaring an Internal Table You can use that Structure.But for Retreiving datas it is not Possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 04:25:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691596#M622679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T04:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: data from structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691597#M622680</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;You can declare like  this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : ITAB TYPE TABLE OF RESBD,  "internal table &lt;/P&gt;&lt;P&gt;           WA TYPE RESBD.                     " work area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Structure will not contrain any data. it is only a data type.&lt;/P&gt;&lt;P&gt;So you have to access the Data from the Respective table &lt;/P&gt;&lt;P&gt;For Eg: RESB is a table for storing reservations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT &amp;lt;FIELDS&amp;gt; FROM &amp;lt;RESB&amp;gt; INTO TABLE ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 04:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691597#M622680</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-13T04:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: data from structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691598#M622681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can i get data into an internal table from a structure&lt;/P&gt;&lt;P&gt;if yes plz tell how to declare and fill that internal table...&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 04:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691598#M622681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T04:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: data from structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691599#M622682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;" declaration
data: it_resbd like resbd occurs 0.

" appending
append resbd to it_resbd.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 04:35:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691599#M622682</guid>
      <dc:creator>former_member189059</dc:creator>
      <dc:date>2007-08-13T04:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: data from structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691600#M622683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;@donald&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;it does not show anything&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 04:41:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-from-structure/m-p/2691600#M622683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T04:41:18Z</dc:date>
    </item>
  </channel>
</rss>

