<?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: abap query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/815293#M42114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best way to use a internal table in a query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, create a Z structure with the fields you need.&lt;/P&gt;&lt;P&gt;Second, define a data in a query from this structure.&lt;/P&gt;&lt;P&gt;Third, fill up the structure with the information you need for each register.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, it´s is show in the report as a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Oct 2004 15:38:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-10-04T15:38:01Z</dc:date>
    <item>
      <title>abap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/815289#M42110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to make use of internal table in abap query (sq02) and how to display the fileds from the internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2004 10:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/815289#M42110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-04T10:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: abap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/815290#M42111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am assuming you have not created a query and you have already created an infoset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every query has to be associated with an infoset. In the query, you need to specify, which fields will be used as selection fields and which fields are to be provided in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is done through SQ01 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While creating the query, there is a basic list, in which you specify the list of fields that need to be displayed in the layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am deviating from the problem you have, let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subramanian V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2004 11:32:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/815290#M42111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-04T11:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: abap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/815291#M42112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no i have created the query .. but in that while creating functional area i need to retrieve some data into an  internal table and i have to display from there ..... consider this scenario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2004 13:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/815291#M42112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-04T13:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: abap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/815292#M42113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the definition of your Infoset position your cursor on a node and choose "Node extras". Here you can define additional fields for that level and some code to get the fields populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2004 14:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/815292#M42113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-04T14:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: abap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/815293#M42114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best way to use a internal table in a query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, create a Z structure with the fields you need.&lt;/P&gt;&lt;P&gt;Second, define a data in a query from this structure.&lt;/P&gt;&lt;P&gt;Third, fill up the structure with the information you need for each register.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, it´s is show in the report as a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2004 15:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/815293#M42114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-04T15:38:01Z</dc:date>
    </item>
  </channel>
</rss>

