<?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: 12.1 Migration problem - Grid Display Template not showing records in Product Lifecycle Management Q&amp;A</title>
    <link>https://community.sap.com/t5/product-lifecycle-management-q-a/12-1-migration-problem-grid-display-template-not-showing-records/qaa-p/5270938#M23994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refresh()  method is used to update the query to the current time and redraw the applet.&lt;/P&gt;&lt;P&gt;In the case of a time-based query, the refresh() method will update the start and end dates based on the current time less the duration/duration units, but the updateGrid method will use the specified dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2009 03:10:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-11T03:10:03Z</dc:date>
    <item>
      <title>12.1 Migration problem - Grid Display Template not showing records</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/12-1-migration-problem-grid-display-template-not-showing-records/qaq-p/5270934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!  Recently, we migrated our code from 11.5 SAP MII to 12.1 MII.  Originally in our 11.5 application, we click a button,  the query template is dynamically set (e.g. &amp;lt;query object&amp;gt;.setQueryTemplate(&amp;lt;name&amp;gt;), the Query is executed and the data is shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to do the same thing after migrating our code to 12.1, the data is not shown in the grid (however, the data detail shows that the data is there;  it's just not visible in the grid).  Is there a problem with dynamically setting up query template templates for Grid Applets?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realized this existed for another grid applet of ours but that was resolved with by including the &amp;lt;name="Query Template" Param="&amp;lt;QT&amp;gt;"&amp;gt; tag.  However, when I want to overwrite it with another query template using a "onclick" button, the grid doesn't show the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be greatly appreciated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 19:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/12-1-migration-problem-grid-display-template-not-showing-records/qaq-p/5270934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T19:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: 12.1 Migration problem - Grid Display Template not showing records</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/12-1-migration-problem-grid-display-template-not-showing-records/qaa-p/5270935#M23991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make sure this ticket is logged with the necessary Ramp Up flag to SAP. Your Ramp Up Coach should be aware of all bugs found in your project. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 20:08:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/12-1-migration-problem-grid-display-template-not-showing-records/qaa-p/5270935#M23991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T20:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: 12.1 Migration problem - Grid Display Template not showing records</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/12-1-migration-problem-grid-display-template-not-showing-records/qaa-p/5270936#M23992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron Cave ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check Path of Query Template which you set is correct.Since in Version 12 it stores all Query, Display and Transaction in Catalog.&lt;/P&gt;&lt;P&gt;Also Check Applet.&lt;/P&gt;&lt;P&gt;In Version 11.5 CODEBASE will be "/Illuminator/Classes"  But in Version 12.0 it is &lt;STRONG&gt;"/XMII/Classes"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11.5 Applet&lt;/P&gt;&lt;P&gt;&amp;lt;APPLET NAME="DescGridAPP" WIDTH="752" HEIGHT="146" CODE="iGrid" &lt;STRONG&gt;CODEBASE="/Illuminator/Classes"&lt;/STRONG&gt; ARCHIVE="illum8.zip" MAYSCRIPT&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/APPLET&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12.0 Applet&lt;/P&gt;&lt;P&gt;&amp;lt;APPLET NAME="DescGridAPP" WIDTH="752" HEIGHT="146" CODE="iGrid" &lt;STRONG&gt;CODEBASE="/XMII/Classes"&lt;/STRONG&gt; ARCHIVE="illum8.zip" MAYSCRIPT&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/APPLET&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While setting query dynamically you are doing all these steps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;document.GridAPP.setQueryTemplate(TEMPLATENAME);&lt;/P&gt;&lt;P&gt;document.GridAPP.getQueryObject();&lt;/P&gt;&lt;P&gt;document.GridAPP.refresh();&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;Padma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rao on Mar 10, 2009 4:26 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 03:21:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/12-1-migration-problem-grid-display-template-not-showing-records/qaa-p/5270936#M23992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T03:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: 12.1 Migration problem - Grid Display Template not showing records</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/12-1-migration-problem-grid-display-template-not-showing-records/qaa-p/5270937#M23993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, I have the CODEBASE set to "/XMII/Classes".  It seems to be working correctly as long as I don't "dynamically" overwrite the query template being used in the Applet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in my code, I have the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;AppletName&amp;gt;.setQueryTemplate(stringName);&lt;/P&gt;&lt;P&gt;var queryObject = &amp;lt;AppletName&amp;gt;.getQueryObject();&lt;/P&gt;&lt;P&gt;queryObject.setParam(1, .....);&lt;/P&gt;&lt;P&gt;queryObject.setParam(2, ....);&lt;/P&gt;&lt;P&gt;&amp;lt;AppletName&amp;gt;.updateGrid(true);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it's verbatim the way you have it (except using the updateGrid(boolean) function).  Would using the updateGrid function be that different than the "refresh()" method?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 20:52:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/12-1-migration-problem-grid-display-template-not-showing-records/qaa-p/5270937#M23993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T20:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: 12.1 Migration problem - Grid Display Template not showing records</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/12-1-migration-problem-grid-display-template-not-showing-records/qaa-p/5270938#M23994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refresh()  method is used to update the query to the current time and redraw the applet.&lt;/P&gt;&lt;P&gt;In the case of a time-based query, the refresh() method will update the start and end dates based on the current time less the duration/duration units, but the updateGrid method will use the specified dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 03:10:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/12-1-migration-problem-grid-display-template-not-showing-records/qaa-p/5270938#M23994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T03:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: 12.1 Migration problem - Grid Display Template not showing records</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/12-1-migration-problem-grid-display-template-not-showing-records/qaa-p/5270939#M23995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was actually a bug that was part of the 12.1 Ramp Up effort.  It's resolved now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 17:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/12-1-migration-problem-grid-display-template-not-showing-records/qaa-p/5270939#M23995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T17:14:16Z</dc:date>
    </item>
  </channel>
</rss>

