<?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 Seleection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096719#M436655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Think the problem ist the Dataelement XBLNR_KK with an conversion routine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2007 07:29:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-11T07:29:38Z</dc:date>
    <item>
      <title>Problem with Seleection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096710#M436646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is an normal simple Select. But the Subrc is 0 and the is no result.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT k~xblnr                            &lt;/P&gt;&lt;P&gt;     INTO lv_xblnr                         &lt;/P&gt;&lt;P&gt;     FROM dfkkko AS k                      &lt;/P&gt;&lt;P&gt;       INNER JOIN dfkkop AS p              &lt;/P&gt;&lt;P&gt;       ON p&lt;SUB&gt;opbel = k&lt;/SUB&gt;opbel                &lt;/P&gt;&lt;P&gt;     WHERE k~opbel = wa_erdk-opbel         &lt;/P&gt;&lt;P&gt;     AND   p~augst = space.                &lt;/P&gt;&lt;P&gt;                                           &lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 07:24:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096710#M436646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T07:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Seleection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096711#M436647</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;go in debugging mode and check out the value in wa_erdk-opbel.&lt;/P&gt;&lt;P&gt;there may be some problem with the where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 07:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096711#M436647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T07:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Seleection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096712#M436648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you mean by 'there is no result' ?&lt;/P&gt;&lt;P&gt;Maybe the resulting XBLNR is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward all helpful answers !!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 07:26:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096712#M436648</guid>
      <dc:creator>h_senden2</dc:creator>
      <dc:date>2007-04-11T07:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Seleection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096713#M436649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THe XBLNR you are trying to select is having initial value, hence the result. Try with a selection screen field for restricting selection OR use an internal table to get  data and see for yourself the data that is selected (you will see some fields with XBLNR as space)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 07:27:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096713#M436649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T07:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Seleection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096714#M436650</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;Check the Decalaration of the field LV_XBLNR, it has to be same as XBLNR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 07:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096714#M436650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T07:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Seleection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096715#M436651</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;The statement should like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT k~xblnr &lt;/P&gt;&lt;P&gt;INTO lv_xblnr &lt;/P&gt;&lt;P&gt;FROM dfkkko AS k &lt;/P&gt;&lt;P&gt;INNER JOIN dfkkop AS p &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;ON k&lt;SUB&gt;opbel = p&lt;/SUB&gt;opbel&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;WHERE k~opbel = wa_erdk-opbel &lt;/P&gt;&lt;P&gt;AND p~augst = space. &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;Ram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward if useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 07:27:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096715#M436651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T07:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Seleection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096716#M436652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check in SE16 if any possible entries exist in table DFKKKO and DFKKOP for the value in WA_ERDK-OPBEL???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 07:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096716#M436652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T07:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Seleection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096717#M436653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What's the field wa_erdk-opbel ? is it selection screen field or some internal table field.If it is internal table field then ,it may be empty. check in debugging the value of this field.&lt;/P&gt;&lt;P&gt;Also check whether a value exist in table dfkkko in SE16 for the field XBLNR.&lt;/P&gt;&lt;P&gt;if the value exits then something wrong with the field wa_erdk-opbel .&lt;/P&gt;&lt;P&gt;And also check whether data exist in the other table joined for the same OPBEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ANJI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 07:28:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096717#M436653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T07:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Seleection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096718#M436654</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;check with the table on which u r selecting..&lt;/P&gt;&lt;P&gt;May be the content you are looking for is blank..&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;nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 07:28:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096718#M436654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T07:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Seleection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096719#M436655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Think the problem ist the Dataelement XBLNR_KK with an conversion routine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 07:29:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096719#M436655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T07:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Seleection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096720#M436656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debug the program and check whether the internal table having data or not,if the internal table does not contain any data than the select statement ll retrun no value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 07:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-seleection/m-p/2096720#M436656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T07:33:18Z</dc:date>
    </item>
  </channel>
</rss>

