<?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: Select statement failed to get data from transparent table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867291#M1476615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mine got resolved.. The Variables I was using to read the data from the table had names starting with 'Z', which was the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the Variable names to some proper names and the select statement worked properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jul 2010 20:54:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-06T20:54:38Z</dc:date>
    <item>
      <title>Select statement failed to get data from transparent table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867276#M1476600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;                  Please let me know why my select statement is failing to get data form transparent table REGUH. My code query is as below: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

SELECT * FROM REGUH WHERE
                          LAUFD = RUN_DATE AND
                          LAUFI = ID AND
                          LIFNR = P0009-PERNR AND
                          RZAWE = 'C'.

  MOVE REGUH-RWBTR TO CASH.
      CASH = CASH * -1.

  ENDSELECT.



&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;REGUH table has data for the given query but it is not retreiving the data.Please let me know what is the problem with the query &lt;/P&gt;&lt;P&gt;because of which it is not fetching the data.The same query is working fine in Developement but fails in production may be because one new patch is updated.please help asap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 04:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867276#M1476600</guid>
      <dc:creator>former_member936723</dc:creator>
      <dc:date>2010-05-19T04:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement failed to get data from transparent table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867277#M1476601</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;Do one simple thing debug the program, the variable assign in sql not the value of all variable and open table in se16 and put all value which receiving in the dubug. you get exact situaltion over there. Some time happend people define select option for input and while select SQL use = sign insted of in. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Ravi Lanjewar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 05:07:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867277#M1476601</guid>
      <dc:creator>ravi_lanjewar</dc:creator>
      <dc:date>2010-05-19T05:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement failed to get data from transparent table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867278#M1476602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, i have checked it already all variables are under parameter statement only and there is data in the table for the provided query i have checked it during debbuging.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 05:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867278#M1476602</guid>
      <dc:creator>former_member936723</dc:creator>
      <dc:date>2010-05-19T05:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement failed to get data from transparent table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867279#M1476603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ankita,&lt;/P&gt;&lt;P&gt;try to add where condition one by one and check whether select query is able to fetch data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bala Duvvuri&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 05:22:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867279#M1476603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T05:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement failed to get data from transparent table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867280#M1476604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;    Actually the same query is running fine in development and QA but fails in production.Can you tell any reason why is it happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Ankita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 07:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867280#M1476604</guid>
      <dc:creator>former_member936723</dc:creator>
      <dc:date>2010-05-19T07:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement failed to get data from transparent table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867281#M1476605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why you are going for select *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try This...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE RWBTR &lt;/P&gt;&lt;P&gt;              INTO v_RWBTR &lt;/P&gt;&lt;P&gt;              WHERE LAUFD = RUN_DATE &lt;/P&gt;&lt;P&gt;               AND  LAUFI = ID &lt;/P&gt;&lt;P&gt;               AND  LIFNR = P0009-PERNR &lt;/P&gt;&lt;P&gt;               AND  RZAWE = 'C'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE v_RWBTR TO CASH.&lt;/P&gt;&lt;P&gt; CASH = CASH * -1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 07:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867281#M1476605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T07:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement failed to get data from transparent table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867282#M1476606</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 think there is a datatype mismatch between LIFNR (CHAR10) and P0009-PERNR(NUMC 8).  Use the conversion exit and check the query again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 07:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867282#M1476606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T07:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement failed to get data from transparent table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867283#M1476607</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;p0009 is a structure right....why you are given strucutre in condition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 08:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867283#M1476607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T08:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement failed to get data from transparent table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867284#M1476608</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;in REGUH are the fields LIFNR and PERNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIFNR = WA_ITAB-LIFNR "if you have an LIFNR in WA_ITAB&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;PERNR = P0009-PERNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIFNR is CHAR 10&lt;/P&gt;&lt;P&gt;PERNR in NUMC 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look via SE11 in REGUH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 08:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867284#M1476608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T08:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement failed to get data from transparent table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867285#M1476609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Dieter,&lt;/P&gt;&lt;P&gt;              You are right but why same things are running fine in DEV and QA but not in production?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Ankita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 08:46:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867285#M1476609</guid>
      <dc:creator>former_member936723</dc:creator>
      <dc:date>2010-05-19T08:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement failed to get data from transparent table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867286#M1476610</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;Goto se16 what are the value pass the select query same value pass to database table manually.So you'll get the solution for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;I.Muthukumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 08:51:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867286#M1476610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T08:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement failed to get data from transparent table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867287#M1476611</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;do you have the same authority in all systems?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 08:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867287#M1476611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T08:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement failed to get data from transparent table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867288#M1476612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muthukumar.&lt;/P&gt;&lt;P&gt;                         Ya i have done the same and it is displaying the data for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Ankita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 09:07:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867288#M1476612</guid>
      <dc:creator>former_member936723</dc:creator>
      <dc:date>2010-05-19T09:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement failed to get data from transparent table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867289#M1476613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya it is the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 09:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867289#M1476613</guid>
      <dc:creator>former_member936723</dc:creator>
      <dc:date>2010-05-19T09:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement failed to get data from transparent table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867290#M1476614</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 am facing the same issue with a select statement on Transparent Table in Development. I do not have any where conditions and the fields are declared based on the same Transparent Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just selecting two fields MATNR &amp;amp; PRDHA from MATKEY table, where both are not key fields. I am wondering why this happens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls let me know if any one has the solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 23:57:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867290#M1476614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-22T23:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement failed to get data from transparent table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867291#M1476615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mine got resolved.. The Variables I was using to read the data from the table had names starting with 'Z', which was the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the Variable names to some proper names and the select statement worked properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 20:54:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-failed-to-get-data-from-transparent-table/m-p/6867291#M1476615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-06T20:54:38Z</dc:date>
    </item>
  </channel>
</rss>

