<?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 Problem in select statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-select-statement/m-p/2561419#M584167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guyz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help on this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was asked to create a new table named T9S20. it has mandt, kunnr, vkorg and vtweg fields in it. it is a maintanable table, so i set it as one.&lt;/P&gt;&lt;P&gt;however when i try to select fields on it, the internal table doesn't retrieve anything. I already put TS920 sample data which means it should be equal to 0,which means it has retrieved data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the select statement that i coded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SELECT kunnr vkorg vtweg&lt;/P&gt;&lt;P&gt;         INTO table i_t9s20&lt;/P&gt;&lt;P&gt;         FROM t9s20&lt;/P&gt;&lt;P&gt;           WHERE kunnr = vbpa-kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope someone can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2007 08:52:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-16T08:52:30Z</dc:date>
    <item>
      <title>Problem in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-select-statement/m-p/2561419#M584167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guyz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help on this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was asked to create a new table named T9S20. it has mandt, kunnr, vkorg and vtweg fields in it. it is a maintanable table, so i set it as one.&lt;/P&gt;&lt;P&gt;however when i try to select fields on it, the internal table doesn't retrieve anything. I already put TS920 sample data which means it should be equal to 0,which means it has retrieved data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the select statement that i coded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SELECT kunnr vkorg vtweg&lt;/P&gt;&lt;P&gt;         INTO table i_t9s20&lt;/P&gt;&lt;P&gt;         FROM t9s20&lt;/P&gt;&lt;P&gt;           WHERE kunnr = vbpa-kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope someone can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 08:52:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-select-statement/m-p/2561419#M584167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T08:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-select-statement/m-p/2561420#M584168</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;Try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECT kunnr vkorg vtweg&lt;/P&gt;&lt;P&gt;INTO CORRESPONDING FIELDS OF table i_t9s20&lt;/P&gt;&lt;P&gt;FROM t9s20&lt;/P&gt;&lt;P&gt;WHERE kunnr = vbpa-kunnr.&amp;lt;/b&amp;gt;&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;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 08:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-select-statement/m-p/2561420#M584168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T08:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-select-statement/m-p/2561421#M584169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you are running on a client box without test data. For example client 130 for ABAP development only without test data &amp;amp; you also have a different client let's say client 150 for testing with data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 08:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-select-statement/m-p/2561421#M584169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T08:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-select-statement/m-p/2561422#M584170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First select the data from VBPA. then use for all entries and in where condition specify as&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;KUNNR = I_VBPA-KUNNR.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 08:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-select-statement/m-p/2561422#M584170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T08:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-select-statement/m-p/2561423#M584171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select kunnr into it_vbfpa from vbpa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it_vbpa[] is not initial.&lt;/P&gt;&lt;P&gt;SELECT kunnr vkorg vtweg&lt;/P&gt;&lt;P&gt;INTO table i_t9s20&lt;/P&gt;&lt;P&gt;FROM t9s20&lt;/P&gt;&lt;P&gt;for all entries in it_vbpa&lt;/P&gt;&lt;P&gt;WHERE kunnr = it_ vbpa-kunnr.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 08:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-select-statement/m-p/2561423#M584171</guid>
      <dc:creator>S0025444845</dc:creator>
      <dc:date>2007-07-16T08:59:52Z</dc:date>
    </item>
  </channel>
</rss>

