<?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: Selection problem on ADRC Table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381378#M1403326</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;I define p_country as like as ADRC COUNTRY.&lt;/P&gt;&lt;P&gt;  ADRC -COUNTRY 's data element is LAND1.&lt;/P&gt;&lt;P&gt;So I define p_country as LAND1.&lt;/P&gt;&lt;P&gt;your regards&lt;/P&gt;&lt;P&gt;Rayhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2009 06:02:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-09T06:02:07Z</dc:date>
    <item>
      <title>Selection problem on ADRC Table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381373#M1403321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Exparts.&lt;/P&gt;&lt;P&gt;please see the Query:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;select country city1 from adrc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;into CORRESPONDING FIELDS OF wa_country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;where&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;country = p_country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;city1 = p_city.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;append wa_country to it_country.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;endselect.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this selection, when I send &lt;STRONG&gt;p_country = AE and p_city = Dubai I cannot get any data&lt;/STRONG&gt;. But there have data In DB.&lt;/P&gt;&lt;P&gt;But when I send &lt;STRONG&gt;p_country = DE and p_city = Berlin I can get porper data&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;Can anybody solve this problem.&lt;/P&gt;&lt;P&gt;Your regards&lt;/P&gt;&lt;P&gt;rayhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 05:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381373#M1403321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T05:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Selection problem on ADRC Table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381374#M1403322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CITY1 is case sensitive Field. Check your selection Screen entry and DB Table entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kanagaraja L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 05:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381374#M1403322</guid>
      <dc:creator>Kanagaraja_L</dc:creator>
      <dc:date>2009-12-09T05:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Selection problem on ADRC Table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381375#M1403323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear, I copy the value form DB then pest on P_city but problem is still.&lt;/P&gt;&lt;P&gt;   other hand Ifound data for Berlin but notfound Dubai.&lt;/P&gt;&lt;P&gt;pls try to Understand.&lt;/P&gt;&lt;P&gt;Your regards &lt;/P&gt;&lt;P&gt;Rayhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 05:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381375#M1403323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T05:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Selection problem on ADRC Table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381376#M1403324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How you have defined p_country is it same as country in adrc or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 05:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381376#M1403324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T05:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Selection problem on ADRC Table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381377#M1403325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just paste the below code and check either getting value or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA wa_country TYPE adrc.

PARAMETERS: p_city TYPE adrc-city1 DEFAULT 'Dubai',
            p_countr TYPE adrc-country DEFAULT 'AE'.
SELECT SINGLE * FROM adrc INTO wa_country WHERE country = p_countr
AND city1 = p_city.

IF sy-subrc = 0.
  WRITE : / wa_country-city1, / wa_country-country.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kanagaraja L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 05:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381377#M1403325</guid>
      <dc:creator>Kanagaraja_L</dc:creator>
      <dc:date>2009-12-09T05:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Selection problem on ADRC Table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381378#M1403326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;I define p_country as like as ADRC COUNTRY.&lt;/P&gt;&lt;P&gt;  ADRC -COUNTRY 's data element is LAND1.&lt;/P&gt;&lt;P&gt;So I define p_country as LAND1.&lt;/P&gt;&lt;P&gt;your regards&lt;/P&gt;&lt;P&gt;Rayhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 06:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381378#M1403326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T06:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selection problem on ADRC Table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381379#M1403327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the data if it supports &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;country = p_country&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;city1 = p_city.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does the data your are checking have AE &lt;STRONG&gt;and&lt;/STRONG&gt; Dubai in table entries?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 06:08:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381379#M1403327</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-12-09T06:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Selection problem on ADRC Table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381380#M1403328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks For solution.&lt;/P&gt;&lt;P&gt;It work properly in SE38.&lt;/P&gt;&lt;P&gt;But I want to show data in smartfrom.&lt;/P&gt;&lt;P&gt;I done as follows...&lt;/P&gt;&lt;P&gt;Take 2 import parameter in fprm interface as&lt;/P&gt;&lt;P&gt;P_country type land1&lt;/P&gt;&lt;P&gt;p_city type ad_city1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then write the query in global defination-initalization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then take a table in main window and display data.&lt;/P&gt;&lt;P&gt;Pls try to understand&lt;/P&gt;&lt;P&gt;I found data when I send P-country= DE,P_city = Berlin&lt;/P&gt;&lt;P&gt;But not found for AE and Dubai.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Rayhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 06:16:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381380#M1403328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T06:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Selection problem on ADRC Table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381381#M1403329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your select qry is not working properly, Check the same entries in SE16 aacording that chnage your SQL statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kanagaraja L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 08:36:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381381#M1403329</guid>
      <dc:creator>Kanagaraja_L</dc:creator>
      <dc:date>2009-12-09T08:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Selection problem on ADRC Table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381382#M1403330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check whether the data is existing in DB datable or not..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indra...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 22:59:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381382#M1403330</guid>
      <dc:creator>former_member364077</dc:creator>
      <dc:date>2009-12-09T22:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Selection problem on ADRC Table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381383#M1403331</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;Your select query is fine , records extracted needed to be passed to smartform and this is not going proper.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take help on smartform, search SDN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 23:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381383#M1403331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T23:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Selection problem on ADRC Table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381384#M1403332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;X&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 05:47:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-problem-on-adrc-table/m-p/6381384#M1403332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-22T05:47:35Z</dc:date>
    </item>
  </channel>
</rss>

