IGrid - SAP MII 12.1.8 SP 05 (build 36) - rendering not working properly.

Hi,
In the 12.1.8 SP 05, when the iGrid cell values set through the java script, the rendering part is not working.
For example,
The data set returned by iCommand has 25 rows.
Java script sets the values in the iGrid from each row.
The application was working well with 12.1.8 SP02. The same application is not working properly now.
the error from the java script show this as java.lang.NullPointerException.
For the same set of data, this error is occurring sometimes at the third row, sometimes in the middle and sometimes in the end.
The java console is quite consistent. The same error occurs multiple times.
I have given the error in the end.
After the grid loaded, the script tries to set the cell values. some time only a single line has values and some time 4 to 5  lines has values for the same data set. The lines are not shown to the user. When he moves away from that page and comes back all the 25 lines are seen, mostly without values.
Is anyone working with 12.1.8 SP05 patch? The Xacute Query string output size is 64K in the SP02. In SP04 and SP05 this issue is fixed. This needs to be implemented. But in SP 03, IGrid functionality is refactored.
The SAP notes number: Note 1566572 - MII 12.1 SP08 Patch03 says,
Re-factored iGrid to improve datatype handling
Notes number for SP04:  Note 1581779 - MII 12.1 SP08 Patch04
Notes number for SP05: Note 1586551 - MII 12.1 SP08 Patch05
If you have upgraded into the latest version of 12.1, are you facing the similar problem?
The java Console error:
Exception in thread "AWT-EventQueue-2" java.lang.NullPointerException
     at com.sap.xmii.applet.grid.renderers.MultiLineRenderer.setValue(MultiLineRenderer.java:60)
     at com.sap.lhcommon.gui.table.TableMultiLineCellRenderer.getTableCellRendererComponent(TableMultiLineCellRenderer.java:129)
     at javax.swing.JTable.prepareRenderer(Unknown Source)
     at com.sap.lhcommon.gui.table.BaseTable.prepareRenderer(BaseTable.java:560)
     at javax.swing.plaf.basic.BasicTableUI.paintCell(Unknown Source)
     at javax.swing.plaf.basic.BasicTableUI.paintCells(Unknown Source)
     at javax.swing.plaf.basic.BasicTableUI.paint(Unknown Source)
     at javax.swing.plaf.ComponentUI.update(Unknown Source)
     at javax.swing.JComponent.paintComponent(Unknown Source)
     at com.sap.xmii.applet.grid.base.types.BaseGrid.paintComponent(BaseGrid.java:947)
     at javax.swing.JComponent.paint(Unknown Source)
     at javax.swing.JComponent.paintChildren(Unknown Source)
     at javax.swing.JComponent.paint(Unknown Source)
     at javax.swing.JViewport.paint(Unknown Source)
     at javax.swing.JComponent.paintChildren(Unknown Source)
     at javax.swing.JComponent.paint(Unknown Source)
     at javax.swing.JComponent.paintToOffscreen(Unknown Source)
     at javax.swing.BufferStrategyPaintManager.paint(Unknown Source)
     at javax.swing.RepaintManager.paint(Unknown Source)
     at javax.swing.JComponent._paintImmediately(Unknown Source)
     at javax.swing.JComponent.paintImmediately(Unknown Source)
     at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
     at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
     at javax.swing.RepaintManager.seqPaintDirtyRegions(Unknown Source)
     at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)
     at java.awt.event.InvocationEvent.dispatch(Unknown Source)
     at java.awt.EventQueue.dispatchEvent(Unknown Source)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
     at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.run(Unknown Source)
Thanks and Regards,
Kishore kumar P S

Hi Jamie,
SAP has proposed a solution not to check the word wrap in the Grid.
The iCommand data call was happening with Creation event of iGrid.
Now changed to FirstUpdateEvent. This works fine.
Thanks and Regards,
Kishore kumar P S
problem resolved
Edited by: kishore kumar on Jul 12, 2011 3:33 PM

Similar Messages

  • SAP Inbox t code sbwp  is not working properly

    Hi,
    In our SAP server the SAP mail box t code SBWP is not working at a particular time between 11 AM to 12 AM. If we send internal mails between SAP users in t code SBWP we are able to receive all the time but at a particular time of 11 AM to 12 AM we are not able to receive any mail.
    If we send any mail at that particular time after 11 AM we are  receiving it only after 12 AM, but this error we are not facing expect that particular time.
    I have checked whether any backgroung work process is Active at that time but all the BG work process are free at that time
    please help me how to solve this issue.
    Thanks
    Senthil

    hi
    check out this sap note
    1348288 Delayed delivery of documents in SBWP

  • After SAP GUI 7.10 installation IE7 does not work properly

    Hello,
    After SAP GUI 7.10 installation over WIn Server 2003 Ent. + SP2. When I try to open new link or window with right click in IE7 this process starts but cannot display anything in new window. At the same time link is correct. Could you please help me?!

    Hi
    Please see n try the following notes
    856741 - Link in HTMLViewer displays 'HTTP 500 Internal Server Error'
    738927 - HTMLViewer: moniker protocol is disabled in WinXP SP2
    If not able to solve, then please install the latest version of SAPGui 7.10 patch 8.

  • SAP COMMUNITY NETWORK website is NOT working properly

    Hi,,
    When I log off the sdn website it still shows that i'm logged in.
    please SDN Help Desk fix your problems because it causes us problems.
    Regards.

    Hi Gore,
    Please try to use the following code to get the members count, then check whether it corrects or not.
    SPWeb web = SPContext.Current.Web;
    SPList Members = web.Lists.TryGetList("Community Members"));
    try
    SPQuery query = new SPQuery();
    query.Query = "<Where><Eq><FieldRef Name="MemberStatusInt"/><Value Type="Integer">1</Value></Eq></Where>";
    SPListItemCollection colection = Members.GetItems(query);
    int membersJoined = colection.Count
    catch (Exception)
    http://sharepoint.stackexchange.com/questions/76973/number-of-memebers-inside-my-community-site-is-wrong
    Or try to reactivate the "community feature" feature and activate "Site Feed" feature at site level.
    If this issue still exists, you can also try to update the latest CU for SharePoint 2013.
    http://blogs.technet.com/b/stefan_gossner/archive/2015/04/14/april-2015-cu-for-sharepoint-2013-has-been-released.aspx
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • SLT not working properly with Non-SAP source

    Dear All,
    We have MSSQL 2005 as a source. We are doing SLT to load data in HANA.
    The issue here is:
    MSSQL has an integer field whose default value is set to NULL. However, after doing SLT, data in HANA default data comes as Zeros instead of NULLS.
    The issue is with columns with integer datatypes only.
    Please help.
    Regards,
    Ankit

    Hi! Thank you for advice!
    I did next:
    ap(config)#dot11 ssid CISCO_WIFI
    ap(config-ssid)#authentication open
    ap(config-ssid)#authentication key-management wpa version 2
    ap(config-ssid)#guest-mode
    ap(config-ssid)#wpa-psk ascii WIFI_PASSWORD
    ap(config-ssid)#vlan 1
    ap(config-ssid)#infrastructure-ssid
    ap(config-ssid)#exit
    ap(config)#interface Dot11Radio0.1
    ap(config-subif)#encapsulation dot1Q 1 native
    ap(config-subif)#end
    ap#write memory
    ap#configure terminal
    ap(config)#interface Dot11Radio0
    ap(config-if)# encryption vlan1 mode ciphers aes-ccm
    ap(config-if)# ssid CISCO_WIFI
    ap(config-if)# no shutdown
    ap(config-if)# exit
    ap#write memory
    And...It doesn't work as I want..my repeater also connect to AP, but  didn't give DHCP adressing to him wireless clients..
    may be something wrong in my configuration? I'm not familiar with Cisco IOS..so help me in details please..

  • SAP inbox work item forwarding is not working properly

    Hi,
    We are having problem in forwarding the work item in ECC Upgraded environment.
    If USER1 forward a Work item to USER2,  the work item is disappearing from USER1's  inbox. also the same the same forwarded copy is available in the USER1 Outbox.
    But it is not reaching the USER2's inbox. Not able to trace where it is going. the USER1 has the authorizations to forward the work items.
    Is there any settings or changes that needs to be done in ECC6 for forwarding?
    Help is appreaciated.
    Regards,
    Prathap

    Hi!
    Have you checked note 1308276 - WF: Forwarded work items are not displayed in the inbox.
    Br
    Geir

  • Web Templates shortcut Not working in SAP Browser screen

    Hello All,
    I am facing a diffrent issue with Business Explorer Browser 3.x.
    When I try to open shortcuts which is for (Web templates) created in Business Explorer Brower 3.x they are not working properly.
    The addres stored for this web templates misses the server address in between.
    All the web templates were working fine before Support Pack upgrade. We recently has upgraded to SAP BW 7.02 support pack 7.
    I am not sure if this is support pack upgrade issue. Would like to know if someone faced same issue and how did they fixed it. is there any way to modify those address on PROD directly.
    Many Thanks,
    Vaishali

    Hi Vaishali,
    We also faced the similar issue and I contacted my basis team they have done some configuration in tables related to basis and then my web templates started working fine. I guess this is general issue which occurs after upgrade.
    I don't know the exact solution but you can check with your basis team.
    Regards,
    Durgesh.

  • SAP PLM 7.02- Web UI search not working for Specification

    Hello PLM members,
    I am facing issue with indexing of Specification connectors due to that the specification quick search is not working properly.
    I am looking the steps to activate the EHS: Specification connector in the ESH_cockpit.
    What is the prerequisite before activation of the Specification connector in the cockpit.
    After selecting the EHS: Specification, do i need to activate all the related connector inside the specification.
    What is Virtual template  for  EHS: specification in the cockpit.
    Need detail about the scheduling a real time indexing.
    Thanks
    Shailesh

    Dear Shailesh,
    You can find the necessary information in the Specification customizing:
    When you create a connector the cockpit will automatically creates all the necessary dependent connectors. When all of the connectors have the status Prepared, you can start the indexing.
    The PLM Web UI uses the virtual template for the Advanced Search and all the other enterprise search. This model is only a application relevant representation of the EHS data. You can find additional information about this here: Creating Virtual Templates - Search Technology - SAP Library
    Hope it could help.
    Kind Regards,
    Gergő

  • Issue in SAP GUI 7.0 for ECC6 (ABAP Editor not working)

    Dear SAP Team,
                             We have installed SAP ECC6.0 EHP4.We have installed SAP GUI 7.0 in our clients machine but in some machines the ABAP Editor i.e Tcode SE38 is not working properly.When our Client selects any transaction for editing the system gets HANG.
    We have tried uninstalling & reinstalling the software & the patch but the problem still persists.The configuration of all our client machine are same & we work on Windows XP platform.Please help us in solving our issue as soon as possible.
    Thanks & Regards,
    Manoj Mhatre.

    Dear Manoj
    you mean the SAP Gui for windows 7.20 or 7.10?
    Please install the latest Sapgui Patch 3 for the Sapgui 720, or the Sapgui
    Patch 19  for the Sapgui 7.10.
    As workaround, please use the OLD  frontend editor.
    Best regards,
    Sven

  • SAP MII. Make iGrid run faster

    Hello Experts,
    While developing user interfaces based on SAP MII I am often using iGrid Display Template. I've find out that speed of iGrid reaction directly depends on its size. I understand that I should not pass large data amounts to Java applets (as iGrid), but even if iGrid has size of 10 columns to 100 rows it is downloading data very slowly..
    Is it possible to make iGrid run faster? Maybe some Java or NetWeaver configuration should be implemented?
    Any reply will be greatly appreciated!
    Thanks in advance,
    Vitaliy

    Hi Vitaly,
    I am not sure which Version of MII you are running but there is one important thing to know about using Displaytemplates like iGrids .
    In the layout section of your e.g. iGrid, you should always define the columns to use/display. If you are not doing this the query is always executed twice (first execution to determine the columns to display and second execution to get the data). I am not sure if this behaviour still exists in the latest mii versions/patches but in previous versions you could double Performance by just defining the column names. so maybe you can have a look at this.
    Best wishes,
    Roland

  • How to log in to SAP MII by using a custom xApp?

    Hi there,
    I'm developing a custom xApp with a context root of /mycustomapp
    I use some security contraints for it so the user has to log in to view the xApp.
    As I use some MII services the user has to be logged in to SAP MII, too. However, logging in to SAP NetWeaver doesn't automatically sign in the user to SAP MII, too.
    Is it possible at all?
    Accessing /mycustomapp leads to a login mask, but the user should be logged in to SAP MII, too.
    Regards
    Tobias

    web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
      xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
      id="WebApp_ID" version="2.5">
      <display-name>mycustomapp</display-name>
      <welcome-file-list>
      <welcome-file>index.html</welcome-file>
      <welcome-file>index.htm</welcome-file>
      <welcome-file>index.jsp</welcome-file>
      <welcome-file>default.html</welcome-file>
      <welcome-file>default.htm</welcome-file>
      <welcome-file>default.jsp</welcome-file>
      </welcome-file-list>
      <security-constraint>
      <display-name>Authentication of Users</display-name>
      <web-resource-collection>
      <web-resource-name>My Resource Name</web-resource-name>
      <url-pattern>/*</url-pattern>
      <http-method>GET</http-method>
      <http-method>POST</http-method>
      </web-resource-collection>
      <auth-constraint>
      <role-name>My_User_Role</role-name>
      </auth-constraint>
      </security-constraint>
      <login-config>
      <auth-method>FORM</auth-method>
      <realm-name>MyRealm</realm-name>
      </login-config>
      <security-role>
      <role-name>My_User_Role</role-name>
      </security-role>
    </web-app>
    web-j2ee-engine.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <web-j2ee-engine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="web-j2ee-engine.xsd">
      <spec-version>2.4</spec-version>
      <security-role-map>
      <role-name>My_User_Role</role-name>
      <server-role-name>My_User_Role</server-role-name>
      </security-role-map>
    </web-j2ee-engine>
    Besides having the role My_User_Role my user also has the SAP_XMII_User role (and the corresponding developer roles).
    Regards
    Tobias My_User_Role

  • To Retrive Folder List in SAP MII 12.0

    Is there any option available in SAP MII 12.0 to retrieve List of Folders Available same as like Folder List Query in 11.5.

    Hello,
    try an XML Query with the following URL:
    /XMII/Illuminator?Mode=TransactionFolderList&Server=XacuteConnector&Content-Type=text/xml
    Filter the result by its "ParentPath" column to get a list of folders inside a provided parent folder. Make sure that you have increased the default query row count of 100 to get all folders on your system.
    Hope this helps - good luck!
    Matthias
    Edited by: Michael Appleby on Jan 5, 2011 2:38 PM

  • Error in /LogoPage.html  after deploying SAP MII 14.0 SP5

    Hi Experts,
    I am using SAP EHP1 for NW 7.3 SP07. Recently I upgraded from SAP MII 14.0 SP04 patch 5 to SP05 patch 2.
    After Upgrading I am getting many issues as below:
    1. When opening "http://hostname:port/XMII/" as file "/LogoPage.html" does not exist. When I checked the file its not exist in the server.
    2. When opening web pages I am getting java alert as "The application contains both signed and unsigned code"like that.
    I am using JRE v 1.6.0_21.
    Is that problem with the Patch that I deployed or any other issue.
    Please let me know?
    Regards
    G.Partheeban

    Hi Experts,
    I tried deploying with SUM,JSPM and telnet but no use. The file is not deployed properly. I guess this is the patch issue.
    I copied the Logopage and other file missing. Now the issue "1" is fixed but I am getting the below
    2. When opening web pages I am getting java alert as "The application contains both signed and unsigned code"like that.
    I am using JRE v 1.6.0_21.
    I also tried to revert back to SP04 using JSPM with the command "UpdateAll" and "UpdateSameand Lower" version. Can any one please suggest me how to revert back or how to solve the above errors?
    Regards
    G.Partheeban

  • SAP MII 14.0 unable to open workbench

    Hello Experts,
    I am facing issue while opening workbench .
    The exception thrown is as below :
    "com.sun.deploy.net.JARSigningException: Found unsigned entry in resource: http://[sever]:[port]/XMII/CMSLogicEditor/xalan.jar"
    I am using SAP MII 14.0 SP5 Patch 7 & Java 1.7 update 45.
    I have deployed pdf jar & fop jar yesterday but deleted back fop yesterday itself .
    In my temporary java resource files(control panel->Java->General ->Temporary Files -> View ) ,I see xalan & serializer jar updated date yesterday ,not sure if has anything to do with this.
    Please help on this issue.
    Thanks & Regards,
    Neha Kshirsagar

    Hi Swaroop ,
    We are currently using jre 1.6.31 or versions of 1.7.45.We have already tried few workarounds regarding this with enabling certain Java settings ,but nothing has worked till now.What I feel that this could be some java setting on server system issue or netweaver cache isn't cleared .
    Please fnd below screenshots as your request
    Thanks & Regards,
    Neha Kshirsagar

  • SAP MII 14.0 - Calling Transactions using SOAP Runner fails

    Hello All,
    We are calling transactions in SAP MII 14.0 from external apps using SOAP Runner and we are passing the login info in the payload. But we are getting the following error.
    We are passing the following in the payload.
    <xmii:LoginName>Username</xmii:LoginName>
    <xmii:LoginPassword>Password</xmii:LoginPassword>
    We are getting 401 unauthorized as the user name and password is not propagated to the MII.
    It works if we supply the info explicitly when we invoke the URL.
    Thanks,
    Kiran

    Hello Rajesh,
    I don't think that will be allowed. We usually pass the credentials in the payload and it has always worked for us in MII 12.1. But in MII 14.0 it does not seem to be working.
    Thanks,
    Kiran

Maybe you are looking for