<?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: Problem with a select in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027449#M715898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With INTO KNA1, do you want to say INTO a work area?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2007 15:27:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-30T15:27:58Z</dc:date>
    <item>
      <title>Problem with a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027441#M715890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm looking a source code of abap report and I found that: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT  SINGLE  * FROM  *KNA1&lt;/P&gt;&lt;P&gt;               WHERE  KUNNR  = *BSEG-FILKD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what does it means? The * before the name of the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 11:57:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027441#M715890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T11:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027442#M715891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This *BSEG is the workarea of type BSEG.&lt;/P&gt;&lt;P&gt;That is also the reason why SINGLE is used &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 12:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027442#M715891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T12:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027443#M715892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;means that all the fields from the table table KNA1 wil be selected into the work area of KNA1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KNA1 must have been declared as &lt;/P&gt;&lt;P&gt;Tables : KNA1. in the declaration part. &lt;/P&gt;&lt;P&gt;This declaration creates a automatic workarea of the same type as KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any other clarification please feel free to ask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Gowri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 12:04:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027443#M715892</guid>
      <dc:creator>former_member873340</dc:creator>
      <dc:date>2007-10-30T12:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027444#M715893</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;It means the selected data is coming in the workarea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shilpi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 12:07:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027444#M715893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T12:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027445#M715894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 12:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027445#M715894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T12:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027446#M715895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm upgrading 4.5 to 6.0 ECC version and doesn't work if I use the same statement. Someone knows if I have to change anything? Thank you all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 14:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027446#M715895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T14:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027447#M715896</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 use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM KNA1&lt;/P&gt;&lt;P&gt;INTO KNA1&lt;/P&gt;&lt;P&gt;WHERE KUNNR = ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dimas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 14:29:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027447#M715896</guid>
      <dc:creator>former_member656234</dc:creator>
      <dc:date>2007-10-30T14:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027448#M715897</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;I meant&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM KNA1&lt;/P&gt;&lt;P&gt;INTO KNA1&lt;/P&gt;&lt;P&gt;WHERE KUNNR = BSEG-FILKD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cya,&lt;/P&gt;&lt;P&gt;dimas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 14:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027448#M715897</guid>
      <dc:creator>former_member656234</dc:creator>
      <dc:date>2007-10-30T14:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027449#M715898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With INTO KNA1, do you want to say INTO a work area?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 15:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027449#M715898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T15:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027450#M715899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes... select single just return one row form your table... is the same when you use select... endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dimas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 15:30:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027450#M715899</guid>
      <dc:creator>former_member656234</dc:creator>
      <dc:date>2007-10-30T15:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027451#M715900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry...&lt;/P&gt;&lt;P&gt; I assumed that you defined KNA1 with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES  KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you're right, it's into a working area&lt;/P&gt;&lt;P&gt;cya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 15:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027451#M715900</guid>
      <dc:creator>former_member656234</dc:creator>
      <dc:date>2007-10-30T15:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027452#M715901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But, do you know why *kna1 gives error when changing from version 4.5 to 6.0 ECC?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 15:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027452#M715901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T15:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027453#M715902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why... but sicerely I always use the long way  &lt;SUP&gt;_&lt;/SUP&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 15:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-a-select/m-p/3027453#M715902</guid>
      <dc:creator>former_member656234</dc:creator>
      <dc:date>2007-10-30T15:54:36Z</dc:date>
    </item>
  </channel>
</rss>

