<?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: Fetching the values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4413548#M1048673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the select quiry use the field name to retrieve the data from the DB table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2008 11:46:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-04T11:46:53Z</dc:date>
    <item>
      <title>Fetching the values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4413547#M1048672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to get the values of  many fields all are present in the bseg table except the 2 fields waers and hwae2.when I looked in the bseg table the data element BDIF2 has the ref  field as hwae2 and in the same way the field DMBTR has the ref field as waers.How to code to get the 2 values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 11:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4413547#M1048672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T11:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching the values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4413548#M1048673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the select quiry use the field name to retrieve the data from the DB table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 11:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4413548#M1048673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T11:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching the values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4413549#M1048674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use &lt;STRONG&gt;Select...up to 2 rows&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 11:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4413549#M1048674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T11:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching the values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4413550#M1048675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to fech expect 2 fields or exclude all fields expect 2 fields that you have asked for . Your question itself is question bec of the last line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare your internal table like bseg structure .If you fetch the other two fields also its not going to impact your performance so you can go ahead by using select * into itab from BSEG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 12:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4413550#M1048675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T12:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching the values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4413551#M1048676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I think there is no other option other than specifying all the fields explicitly. But in your case specifying that many nearly 310 fields explicitly is not an easy task. So the best thing is select all the fields from database directly into internal table with same structure and don't use those two fields while using which you don't want. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will give you some idea,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aswini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 12:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4413551#M1048676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T12:01:22Z</dc:date>
    </item>
  </channel>
</rss>

