<?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>Question Re: Nested datawindows being broken. in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/nested-datawindows-being-broken/qaa-p/10652303#M3882289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in this case, the problem is both the parent window and child datawindow are brand new created&amp;nbsp; after i noticed the problem in my original application. the screenshots provided are from a custom build bug reproduction application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;invoiceno is not a compute, its the result of select invoiceno from tblinvoice where ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is passed to the nested datawindow as a retrieval argument. (both are numbers fields and sql server INT )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Oct 2014 03:43:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-14T03:43:56Z</dc:date>
    <item>
      <title>Nested datawindows being broken.</title>
      <link>https://community.sap.com/t5/technology-q-a/nested-datawindows-being-broken/qaq-p/10652298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after migrating from 12.5 to 12.6, my users immediately noticed that nested datawindows were pulling out wrong data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;running an odbc debug. I notice that (as you can see in the 2nd screenshot).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the invoiceno in the parent datawindow as retrieved from the database is 2003001526&lt;/P&gt;&lt;P&gt;the invoiceno PASSED from the parent datawindow, to the nested datawindow is 2003001472&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie: the odbc log shows the wrong value is passed to nested datawindow, yet it is the correct value as retrieved from the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the parent datawindow has the syntax of&lt;/P&gt;&lt;P&gt;select invoiceno from tblinvoice where jobreferenceno = :as_jobrefno and casefeeno = :al_casefeeno&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the nested datawindow has the syntax of&lt;/P&gt;&lt;P&gt;select invoiceno,blah, blah2 from tblinvoiceassign where invoiceno = :al_invoiceno&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've made a test db and test datawindows containing of 2 rows in each table (ie by culling all data except those where related to invoiceno = 2003001526,2003001472), so its reproducible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone has any clues? its affecting all os (win7 , win 8.1 , 32bit or 64 bit). database is sql server 2008 r2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently reinstalling 12.5 + ebfs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/561492" width="450" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/561518" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 07:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/nested-datawindows-being-broken/qaq-p/10652298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-13T07:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Nested datawindows being broken.</title>
      <link>https://community.sap.com/t5/technology-q-a/nested-datawindows-being-broken/qaa-p/10652299#M3882285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you double check how you assign the retrieval argument of the nested datawindow in the composite datawindow?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 14:35:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/nested-datawindows-being-broken/qaa-p/10652299#M3882285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-13T14:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Nested datawindows being broken.</title>
      <link>https://community.sap.com/t5/technology-q-a/nested-datawindows-being-broken/qaa-p/10652300#M3882286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the painter, there is an option to choose the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this same code/datawindow has no issue under 12.5 (lastest ebf). but is an issue under 12.6. I am literally unable to diagnose it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/562085" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 15:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/nested-datawindows-being-broken/qaa-p/10652300#M3882286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-13T15:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Nested datawindows being broken.</title>
      <link>https://community.sap.com/t5/technology-q-a/nested-datawindows-being-broken/qaa-p/10652301#M3882287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you create any computes on the fly?&amp;nbsp; PB 12.6 has an issue when computes are created it returns the wrong result (KBA 2060375).&amp;nbsp; Wondering if this might be related&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Craft&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 19:25:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/nested-datawindows-being-broken/qaa-p/10652301#M3882287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-13T19:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Nested datawindows being broken.</title>
      <link>https://community.sap.com/t5/technology-q-a/nested-datawindows-being-broken/qaa-p/10652302#M3882288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We had similar issue before. All we do is re-create the composite dw and the issue was resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 00:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/nested-datawindows-being-broken/qaa-p/10652302#M3882288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-14T00:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Nested datawindows being broken.</title>
      <link>https://community.sap.com/t5/technology-q-a/nested-datawindows-being-broken/qaa-p/10652303#M3882289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in this case, the problem is both the parent window and child datawindow are brand new created&amp;nbsp; after i noticed the problem in my original application. the screenshots provided are from a custom build bug reproduction application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;invoiceno is not a compute, its the result of select invoiceno from tblinvoice where ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is passed to the nested datawindow as a retrieval argument. (both are numbers fields and sql server INT )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 03:43:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/nested-datawindows-being-broken/qaa-p/10652303#M3882289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-14T03:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Nested datawindows being broken.</title>
      <link>https://community.sap.com/t5/technology-q-a/nested-datawindows-being-broken/qaa-p/10652304#M3882290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After providing a 2nd debug build that literally shows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the parent being&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;tblinvoice.invoiceno&lt;/P&gt;&lt;P&gt;FROM tblinvoice&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;( tblinvoice.invoiceno = 2003001526 )"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the child is somehow passed 2003001472 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;this is SAP's response/escalated to engineering&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;17.10.2014 - 11:31:42 CET - Info for Customer by SAP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have reproduced the issue.&lt;/P&gt;&lt;P&gt;Actually, no need to use the main DataWindow. When you retrieve the DW&lt;/P&gt;&lt;P&gt;r_cminvgen_noassign_test2 and you enter 2003001526&lt;/P&gt;&lt;P&gt;for the retrieval argument, it passes 2003001472 to SQL request. Very&lt;/P&gt;&lt;P&gt;Strange !&lt;/P&gt;&lt;P&gt;I modified the argument datatype from Number to Decimal and then it&lt;/P&gt;&lt;P&gt;works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will engage PB engineering for this problem.&lt;/P&gt;&lt;P&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;xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;17.10.2014 - 14:12:45 CET - Info for Customer by SAP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I Created CR772614 for PB engineering an pushed this CR into our&lt;/P&gt;&lt;P&gt;Hot-List.&lt;/P&gt;&lt;P&gt;I will let you know as soon as I have their feedback.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 04:42:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/nested-datawindows-being-broken/qaa-p/10652304#M3882290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-21T04:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Nested datawindows being broken.</title>
      <link>https://community.sap.com/t5/technology-q-a/nested-datawindows-being-broken/qaa-p/10652305#M3882291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the latest ebf23645&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(pb12.6 build 4011) no longer has this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 04:18:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/nested-datawindows-being-broken/qaa-p/10652305#M3882291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-27T04:18:14Z</dc:date>
    </item>
  </channel>
</rss>

