<?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 not working after db-migration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703751#M1769369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arindam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you so much for the tip.&lt;/P&gt;&lt;P&gt;Do you have a guide how I can do this in SAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Sep 2013 12:02:06 GMT</pubDate>
    <dc:creator>Private_Member_19084</dc:creator>
    <dc:date>2013-09-09T12:02:06Z</dc:date>
    <item>
      <title>Select not working after db-migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703748#M1769366</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;&lt;/P&gt;&lt;P&gt;I've a question.&lt;/P&gt;&lt;P&gt;We made a database migration from Oracle to Sybase ASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now I think, that the coding below is not working anymore.&lt;/P&gt;&lt;P&gt;If I check the tables and entries directly via se16 I get a result - like in the past.&lt;/P&gt;&lt;P&gt;But in the program the statement don't delivers any result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May it be, that the syntax has to be changed for Sybase ASE????&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;btw:&amp;nbsp; header_guid is filled with a correct guid&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;select &lt;SPAN class="L0S52"&gt;single &lt;/SPAN&gt;b&lt;SPAN class="L0S70"&gt;~&lt;/SPAN&gt;partner_guid&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;crmv_linkpartner &lt;SPAN class="L0S52"&gt;as &lt;/SPAN&gt;a&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inner &lt;SPAN class="L0S52"&gt;join &lt;/SPAN&gt;but000 &lt;SPAN class="L0S52"&gt;as &lt;/SPAN&gt;b&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;on &lt;/SPAN&gt;a&lt;SPAN class="L0S70"&gt;~&lt;/SPAN&gt;partner_no &lt;SPAN class="L0S52"&gt;eq &lt;/SPAN&gt;b&lt;SPAN class="L0S70"&gt;~&lt;/SPAN&gt;partner_guid&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;lv_bupa_guid&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;where &lt;/SPAN&gt;a&lt;SPAN class="L0S70"&gt;~&lt;/SPAN&gt;guid_hi &lt;SPAN class="L0S52"&gt;eq &lt;/SPAN&gt;header_guid&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;and &lt;/SPAN&gt;a&lt;SPAN class="L0S70"&gt;~&lt;/SPAN&gt;partner_fct &lt;SPAN class="L0S52"&gt;eq &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'SLFN0002'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;and &lt;/SPAN&gt;a&lt;SPAN class="L0S70"&gt;~&lt;/SPAN&gt;mainpartner &lt;SPAN class="L0S52"&gt;eq &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subrc &lt;SPAN class="L0S52"&gt;EQ &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 10:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703748#M1769366</guid>
      <dc:creator>Private_Member_19084</dc:creator>
      <dc:date>2013-09-09T10:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Select not working after db-migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703749#M1769367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might be due to type issues or simillar. Do you recieve any errors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 10:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703749#M1769367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-09T10:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Select not working after db-migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703750#M1769368</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 would suggest doing the same SQL on a SYBASE client tool that will show the internal representation of the data. See if the Type of the fields in the where clause have the right internal format and type. Often there can be misinterpretation due to VARCHAR and CHAR representation resulting in SQL failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 11:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703750#M1769368</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-09-09T11:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select not working after db-migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703751#M1769369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arindam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you so much for the tip.&lt;/P&gt;&lt;P&gt;Do you have a guide how I can do this in SAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 12:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703751#M1769369</guid>
      <dc:creator>Private_Member_19084</dc:creator>
      <dc:date>2013-09-09T12:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Select not working after db-migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703752#M1769370</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 link below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sybase.com/detail?id=1087327" title="http://www.sybase.com/detail?id=1087327"&gt;http://www.sybase.com/detail?id=1087327&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Download the trail version SQL Anywhere 12.0.1. Then you can connect to your Sybase DB vis this and check the Syntax of the SQL that you have may check out how the data comes up when you do a SELECT * on the tables &lt;EM&gt;&lt;SPAN class="L0S52"&gt;but000 &lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN class="L0S52"&gt;and &lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;crmv_linkpartner &lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN class="L0S52"&gt;and see the data representations.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;That should remove the doubts on the data format and also help to understand in the JOIN condition fields and WHERE clause fields have the right values being compared. I mean sometimes the internal and screen representation of a value are different like say for date externally it could be 10.10.2012 internally it might be 20121010.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Arindam&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 12:56:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703752#M1769370</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-09-09T12:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Select not working after db-migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703753#M1769371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know what you mean, and thx for help.&lt;/P&gt;&lt;P&gt;But we have now tested the following coding below and this works.&lt;/P&gt;&lt;P&gt;So I don't think that it is an conversion issue and so on.&lt;BR /&gt;But I've also opened an request at SAP and hope to get an answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT SINGLE *&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM crmv_linkpartner&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTO ls_link&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE guid_hi EQ header_guid&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND partner_fct EQ 'SLFN0002'&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND mainpartner EQ 'X'.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT SINGLE *&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM but000&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTO ls_but000&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE partner_guid EQ ls_link-partner_no.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lv_bupa_guid = ls_but000-partner_guid.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 13:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703753#M1769371</guid>
      <dc:creator>Private_Member_19084</dc:creator>
      <dc:date>2013-09-09T13:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Select not working after db-migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703754#M1769372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; background-color: #e6e6e6; color: #8b8b8b;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: inherit;"&gt;Christian&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem adter migration from ORACLE to DB6, and raised to SAP. But surprisingly they would not release any Note or Correction for this problem. so i am muself looking for options..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was your problem solved ? Is there any other workaround ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 16:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703754#M1769372</guid>
      <dc:creator>Abhishek_TCS</dc:creator>
      <dc:date>2014-03-06T16:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Select not working after db-migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703755#M1769373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We too had the same problem, we migrated from ORACLE to DB6 and in the beginning the system gave lot of ST22 dumps with TIME_OUT and the execution point shows the SELECT INNER JOINS statements. Our BASIS team has done some maintenance and it solved our issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thanga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 18:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703755#M1769373</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-03-06T18:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Select not working after db-migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703756#M1769374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we did maintain the sql-select (removed inner join) and after this change it did work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 06:47:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-not-working-after-db-migration/m-p/9703756#M1769374</guid>
      <dc:creator>Private_Member_19084</dc:creator>
      <dc:date>2014-03-10T06:47:19Z</dc:date>
    </item>
  </channel>
</rss>

