IGrid Issue in 12.1 SP 9

Hi Experts,
We are facing the following issue in 12.1,SP 9.
When we are trying to display an iGrid having columnlights to show various statuses,we get an output with only the status field coming fine but the other columns coming as black lights instead of the data that is getting populated in the web page.In this case what exactly should be the output?
This is working perfectly fine in 12.1,SP8 and 12.2,so I'm not sure what exactly is the issue.
Pls view the screenshots for 12.2 and 12.1 SP9 system
iGrid as viewed in 12.2 -  [IMG]http://i55.tinypic.com/330cmjp.jpg[/IMG]
iGrid as viewed in 12.1.9 -  [IMG]http://i51.tinypic.com/2wm2ik9.jpg[/IMG]
Kindly suggest.
Regards,
Ritwika

It would appear this is a bug, so I would encourage you to log a support ticket if you haven't already done so.  Perhaps a simple test with a basic dataset and simple template would be good proof point for the different grid modes to see if a setting difference or column datatype is causing the problem.

Similar Messages

  • MII 12.1 Javascript IGRID Character return issue

    In the following Javascript I attempting to count on values equaling the letter "S" for an IGRID in MII 12.1.  However I do not get a return value for a specific letter.  I'm using getCellValueByName, numbers read fine, however specific letters are not found. Any suggestions? 
    function calculateTotal_HUs_GR() {
      var counter = 0;
      var total = 0;
      counter = document.gridHUReportApplet.getGridObject().getRowCount();
      if (parseInt(counter) > 0) {
        for(i = 1; i <= counter; i++)
          if(document.gridHUReportApplet.getGridObject().getCellValueByName(i, "GR") == "S") {
            total++;
      return total;

    Hi Brad,
    I tested your code (of course substituting my own applet and data) on a later version of 12.1 (SP08) and had no problem. 
    Can you try the getCellValue(int row, int col) method and see what happens?
    Just to clarify, are you saying you can use the the getCellValueByName(int, String) method on a column containing numbers and it works?
    Thanks and Warm Regards,
    Diana

  • 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

  • Starnge iGrid problem in xMII 11.5

    Hi All,
    I am getting one strange issue while displaying Data in iGrid.
    I have a query which has few columns. One of the columns has alias and Alias ! character in as one of the characters ( eg !num).
    When i execute such query in Query template ! gets replaced with _ and results are getting generated correctly.
    eg column name !num gets replaced as _num.
    But when i Map same query to iGrid and check the output above mentioned columns gives value as --- for all the rows retrieved.
    is this there any solution to this?
    I am using xMII 11.5 and I hope this is not xMII Display template problem.
    Please guide me on same.
    Thanks in advance.
    Thanks & Regards,
    Shalaka

    Hi shalaka,
    I would suspect that you are using a reserved character (in xml) and the underlying engine is doing the substitution to prevent the xml from failing.  The same action occurs with tagnames which have a numeric character in the first position.  The underscore "_" is prepended to the tagname.  The exclamation point (or bang) is used as a logical NOT by xml and really should not be used for aliases or other programmatic names.  It is 1) not a good practice and 2) going to cause you problems (and most likely be at an inconvenient time.).
    Hope this helps,
    Mike

  • Java Cache Issue on SAP MII 12.1 SP09 (Build 116)

    Hi All,
    Has anybody experienced this issue before?
    Problem Description
    This installation is a central MII instance, which is HP hosted in Swindon, UK. On Login we are experiencing a delay in loading the Java Applets, i.e. iGrids, iCharts, iCommands etc. After the first screen load the performance improves. When we close the session and re-enter, the performance on the first screen is delayed.
    Problem Investigation
    We have compared this project to other MII instances and investigated the cache loading of each of the MII installations. What we have noticed is that the Java is not being cached on the client side for the MII server V12.1 SP09 (Build 116). We had three MII servers, with this version, and we are experiencing the same issue. We have other instances of version 12.1.7, 12.1.8, and 12.2.0 and the cache functionality is working fine.
    To view the cache we are opening the Java Cache viewer on the Java Control Panel, and we are looking for the file u201Cillum8.zipu201D which is the MII Java library. This investigation was done using the same Client Java Runtime version and IE Version.
    Software Versions used: JavaRuntime version: 1.0.6_22 & Internet Explorer 8.0
    Any advice/help much appreciated.
    Regards,
    Henry

    Hi Henry,
    Not sure this has any bearing, but what NW version and SP is MII sitting on top of?
    Thanks,
    Mike

  • 11.5 to 12.0 Migration Issue

    Hi All,
    We have Migrated one project from 11.5 to 12.0 using the migration tool. The tool successfully migrated the project to 12.0 Server , But on workbech that is not visible.
    We are sure that the project is successfully migrated as when we tried to create  a new project with the same project name, the system gave an error that Project name exists ,
    Also in Navigation editor on 12.0, we are able to see the Migrated Project.
    Any Ideas why the project is not visible or do I need to take some more steps in order to get the project on workbench
    Kind Regards
    Rupesh

    Hi Jeremy,
    Please find below the first few lines of log files,
    Just a few updates about the progress,
    I did found the migrated project under default project, I deleted from there and migrated again and now I was able to see the migrated project, But under the WEB tab, nothing was there,
    Please help on this issue.
    Rupesh
    Thu Sep 04 11:52:23 GMT+05:30 2008 Version 12.0.4 Build(14)
    Thu Sep 04 11:52:23 GMT+05:30 2008 Starting Migration...
    Thu Sep 04 11:52:23 GMT+05:30 2008 PROPERTIES [server=http://10.201.103.197:50000,username=rupeshb,password=*******,configdir=F:/Lighthammer,webdir=C:/inetpub/wwwroot,projects=[ScottsDemo],interrupted=false]
    Thu Sep 04 11:52:23 GMT+05:30 2008 ---------------------------------------------------------------
    Thu Sep 04 11:52:23 GMT+05:30 2008 Security migration is disabled
    Thu Sep 04 11:52:23 GMT+05:30 2008 ---------------------------------------------------------------
    Thu Sep 04 11:52:23 GMT+05:30 2008 Configuration migration is disabled
    Thu Sep 04 11:52:23 GMT+05:30 2008 ---------------------------------------------------------------
    Thu Sep 04 11:52:23 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/AggregateQuery.xml
    Thu Sep 04 11:52:23 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/AlarmQuery.xml
    Thu Sep 04 11:52:23 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/OLAPQuery.xml
    Thu Sep 04 11:52:23 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/SQLQuery.xml
    Thu Sep 04 11:52:23 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/TagQuery.xml
    Thu Sep 04 11:52:23 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/TemplateQuery.xml
    Thu Sep 04 11:52:23 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/XacuteQuery.xml
    Thu Sep 04 11:52:23 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/XMLQuery.xml
    Thu Sep 04 11:52:23 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/iGrid.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/iTicker.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/iChart.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/iSPCChart.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/iBrowser.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/iCommand.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/AppletObject.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/GraphicObject.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/HyperlinkObject.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Loading default template properties from F:/Lighthammer/Illuminator/Templates/Defaults/ReportObject.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Templates migrating from F:/Lighthammer/Illuminator/Templates
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing directory Templates
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing directory ScottsDemo
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing directory DisplayTemplates
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing file F:\Lighthammer\Illuminator\Templates\ScottsDemo\DisplayTemplates\Alert_Details_Grid.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request to http://10.201.103.197:50000/XMII/Catalog?Mode=Save&Class=iGrid&ObjectName=ScottsDemo%2FDisplayTemplates%2FAlert_Details_Grid
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request response Object was saved
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing file F:\Lighthammer\Illuminator\Templates\ScottsDemo\DisplayTemplates\ALERT_TICKER.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request to http://10.201.103.197:50000/XMII/Catalog?Mode=Save&Class=iTicker&ObjectName=ScottsDemo%2FDisplayTemplates%2FALERT_TICKER
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request response Object was saved
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing file F:\Lighthammer\Illuminator\Templates\ScottsDemo\DisplayTemplates\BRKDOWNTIMEGRID.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request to http://10.201.103.197:50000/XMII/Catalog?Mode=Save&Class=iGrid&ObjectName=ScottsDemo%2FDisplayTemplates%2FBRKDOWNTIMEGRID
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request response Object was saved
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing file F:\Lighthammer\Illuminator\Templates\ScottsDemo\DisplayTemplates\clearCurrentProdLine_dt.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request to http://10.201.103.197:50000/XMII/Catalog?Mode=Save&Class=iCommand&ObjectName=ScottsDemo%2FDisplayTemplates%2FclearCurrentProdLine_dt
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request response Object was saved
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing file F:\Lighthammer\Illuminator\Templates\ScottsDemo\DisplayTemplates\Command.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request to http://10.201.103.197:50000/XMII/Catalog?Mode=Save&Class=iCommand&ObjectName=ScottsDemo%2FDisplayTemplates%2FCommand
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request response Object was saved
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing file F:\Lighthammer\Illuminator\Templates\ScottsDemo\DisplayTemplates\CycleTImeGrid.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request to http://10.201.103.197:50000/XMII/Catalog?Mode=Save&Class=iGrid&ObjectName=ScottsDemo%2FDisplayTemplates%2FCycleTImeGrid
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request response Object was saved
    Thu Sep 04 11:52:24 GMT+05:30 2008 Processing file F:\Lighthammer\Illuminator\Templates\ScottsDemo\DisplayTemplates\delete_line_no_3_dt.xml
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request to http://10.201.103.197:50000/XMII/Catalog?Mode=Save&Class=iCommand&ObjectName=ScottsDemo%2FDisplayTemplates%2Fdelete_line_no_3_dt
    Thu Sep 04 11:52:24 GMT+05:30 2008 Request response Object was saved

  • New DVR Issues (First Run, Channel Switching, etc.)

    I've spent the last 30 minutes trying to find answers through the search with no luck, so sorry if I missed something.
    I recently switched to FIOS from RCN cable in New York.  I've gone through trying to setup my DVR and am running into issues and was hoping for some answers.
    1.  I setup two programs to record at 8PM, I was watching another channel at the time and only half paying attention.  Around 8:02 I noticed a message had popped up asking if I would like to switch channels to start recording.  I was expecting it to force it to switch like my old DVR, but in this case it didn't switch and I missed the first two minutes of one of the shows.  I typically leave my DVR on all day and just turn off the TV, this dual show handling will cause issues with that if I forget to turn off the DVR.  Is there a setting I can change that will force the DVR to choose one of the recording channels?
    2.  I setup all my recordings for "First Run" because I only want to see the new episodes.  One show I setup was The Daily Show on comedy central, which is shown weeknights at 11pm and repeated 3-4 times throughout the day.  My scheduled recordings is showing all these as planned recordings even though only the 11pm show is really "new".  Most of the shows I've setup are once a week so they aren't a problem, but this seems like it will quickly fill my DVR.  Any fixes?
    Thanks for the help.
    Solved!
    Go to Solution.

    I came from RCN about a year ago.  Fios is different in several ways, not all of them desirable.  Here are several ways to get--and fix--unwanted recordings from a series recording setup.
    Some general principles. 
    Saving changes.  When you originally create a series with options, or if you go back to edit the options for an existing series, You MUST save the Series Options changes.  Pretty much everywhere else in the user interface, when you change an option, the change takes effect immediately--but not in Series Options.  Look at the Series Options window.  Look at the far right side.  There is a vertical "Save" bar, which you must navigate to and click OK on to actually save your changes.  Exiting the Series Options window without having first saved your changes loses all your attempted changes--immediately.
    Default Series Options.  This is accessed  from [Menu]--DVR--Settings--Default Series Options.  This will bring up the series options that will automatically be applied to the creation of a NEW series. The options for every previously created series will not be affected by a subsequent modification of the Default Series Options.  You should set these options to the way you would like them to be for the majority of series recordings that you are likely to create.  Be sure to SAVE your changes.  This is what you will get when you select "Create Series Recording" from the Guide.  When creating a new series recording where you think that you may want options different from the default, select "Create Series with Options" instead.  Series Options can always be changed for any individual series set up later--but not for all series at once.
    Non-series recordings.  With Fios you have no directly available options for these.  With RCN and most other DVRs, you can change the start and end times for individual episodes, including individual episodes that are also in a series.  With Fios, your workarounds are to create a series with options for a single program, then delete the series later;  change the series options if the program is already in a series, then undo the changes you made to the series options later; or schedule recordings of the preceding and/or following shows as needed.
    And now, to the unwanted repeats. 
    First, make sure your series options for the specific series in question--and not just the series default options--include "First Run Only".  If not, fix that and SAVE.  Then check you results by viewing the current options using the Series Manager app under the DVR menu.
    Second, and most annoying, the Guide can have repeat programs on your channel tagged as "New".  It happens.  Set the series option "Air Time" to "Selected Time".  To make this work correctly, you must have set up the original series recording after selecting the program in the Guide at the exact time of a first run showing (11pm, in your case), and not on a repeat entry in the Guide.  Then, even it The Daily Show is tagged as New for repeat showings, these will be ignored. 
    Third, another channel may air reruns of the program in your series recording, and the first showing of a rerun episode on the other channel may be tagged as "New".  These can be ignored in your series if you set the series option "Channel" to "Selected Channel".  Related to this, if there is both an SD and HD channel broadcasting you series program, you will record them both if the series option "Duplicates" is set to "Yes".  However, when the Channel option is set to "Selected Channel", the Duplicates Option is always effectively "No", regardless of what shows up on the options screen.  
    As for you missing two minutes,  I have sereral instances in which two programs start recording at the same time.  To the best of my recollection, whenever the warning message has appeared, ignoring it has not caused a loss of recording time.  You might have an older software version.  Newest is v.1.8.  Look at Menu--Settings--System Info.  Or, I might not have noticed the loss of minutes.  I regularly see up to a minute of previous programming at the start of a recording, or a few missing seconds at the beginning or end of a recording.  There are a lot of possibilities for that, but the DVR clock being incorrect is not one of them.  With RCN, the DVR clocks occasionally drifted off by as much as a minute and a half.

  • Pension issue Mid Month Leaving

    Dear All,
    As per rule sustem should deduct mid month joining/leaving/absences or transfer scenarios, the Pension/PF Basis will be correspondingly prorated. But our system is not doing this. In RT table i have found 3FC Pension Basis for Er c 01/2010                    0.00           6,500.00.
    Employee leaving date is 14.04.2010. system is picking pension amout as 541. Last year it was coming right.
    Please suggest.
    Ashwani

    Dear Jayanti,
    We required prorata basis pension in case of left employees and system is not doing this. This is the issue. As per our PF experts Pension amount should come on prorata basis for left employees in case they left mid of month.System is doing prorata basis last year but from this year it is deducting 541. I am giving two RT cases of different years.
    RT table for year 2010. DOL 26.04.2010
    /111 EPF Basis              01/2010                    0.00           8,750.00 
    /139 VPF Basis              01/2010                    0.00           8,750.00 
    /3F1 Ee PF contribution     01/2010                    0.00           1,050.00 
    /3F3 Er PF contribution     01/2010                    0.00             509.00 
    /3F5 Ee Mon PF contribution 01/2010                    0.00           1,050.00 
    /3F6 Ee Ann PF contribution 01/2010                    0.00          12,600.00 
    /3F9 PF adm chrgs * 1,00,00 01/2010                    0.00              96.25 
    /3FA PF basis for Ee contri 01/2010                    0.00           8,750.00 
    /3FB PF Basis for Er Contri 01/2010                    0.00           8,750.00 
    /3FJ VPF basis for Ee contr 01/2010                    0.00           8,750.00 
    /3FL PF Basis for Er Contri 01/2010                    0.00           6,500.00 
    /3F4 Er Pension contributio 01/2010                    0.00             541.00
    /3FC Pension Basis for Er c 01/2010                    0.00           6,500.00
    /3FB PF Basis for Er Contri 01/2010                    0.00           8,750.00
    /3FC Pension Basis for Er c 01/2010                    0.00           6,500.00
    /3FJ VPF basis for Ee contr 01/2010                    0.00           8,750.00
    /3FL PF Basis for Er Contri 01/2010                    0.00           6,500.00
    /3R3 Metro HRA Basis Amount 01/2010                    0.00           8,750.00
    1BAS Basic Salary           01/2010                    0.00           8,750.00
    RT table for year 2009. DOL 27.10.2009
                                                                                    /111 EPF Basis              07/2009                    0.00           9,016.13
    /139 VPF Basis              07/2009                    0.00           9,016.13
    /3F1 Ee PF contribution     07/2009                    0.00           1,082.00
    /3F3 Er PF contribution     07/2009                    0.00             628.00
    /3F5 Ee Mon PF contribution 07/2009                    0.00           1,082.00
    /3F6 Ee Ann PF contribution 07/2009                    0.00           8,822.00
    /3F9 PF adm chrgs * 1,00,00 07/2009                    0.00              99.18
    /3FA PF basis for Ee contri 07/2009                    0.00           9,016.00
    /3FB PF Basis for Er Contri 07/2009                    0.00           9,016.00
    /3FJ VPF basis for Ee contr 07/2009                    0.00           9,016.00
    /3FL PF Basis for Er Contri 07/2009                    0.00           5,452.00
    /3FB PF Basis for Er Contri 07/2009                    0.00           9,016.00 
    /3FC Pension Basis for Er c 07/2009                    0.00           5,452.00 
    /3FJ VPF basis for Ee contr 07/2009                    0.00           9,016.00 
    /3FL PF Basis for Er Contri 07/2009                    0.00           5,452.00 
    /3R4 Non-metro HRA Basis Am 07/2009                    0.00           9,016.13 
    1BAS Basic Salary           07/2009                    0.00           9,016.13 
    Now please suggest what to do. where is the problem  ? If have also checked EXIT_HINCALC0_002 but nothing written in it.
    With Regards
    Ashwani

  • Open PO Analysis - BW report issue

    Hello Friends
    I constructed a query in BW in order to show Open Purchase Orders. We have custom DSO populated with standard
    datasource 2lis_02_itm (Purcahse Order Item). In this DSO we mapped the field ELIKZ to the infoobject 0COMP_DEL
    (Delivery completed).
    We loaded the data from ECC system for all POs and found the following issue for Stock Transport Purchase orders (DocType = UB).
    We have a PO with 4 line items. For line items 10 and 20, Goods issued, Goods received and both the flags "Delivery
    complete" and "Final delivery" checked. For line items 30 and 40, only delivery indicator note is issued for zero
    quantity and Delivery complete flag is checked (Final delivery flag is not checked) in ECC system. For this PO, the
    delivery completion indicator is not properly updated in the DSO for line items 30 and 40. The data looks like the
    following:
    DOC_NUM     DOC_ITEM       DOCTYPE     COMP_DEL
    650000001       10     UB        X
    650000001       20     UB        X
    650000001       30     UB
    650000001       40     UB      
    When we run the Open PO analysis report on BW side this PO is appearing in the report but the same is closed in ECC
    system.
    Any help is appreciated in this regard.
    Thanks and Regards
    sampath

    Hi Priya and Reddy
       Thanks for your response.
                         Yes the indicator is checked in EKPO table for items 30 and 40 and delta is running regularly for more than 1 year and no issues with other POs. This is happening only for few POs of type Stock Transport (UB).
                        I already checked the changes in ME23N and the Delivery completed indicator was changed and it reflected in EKPO table. Further, i checked the PSA records for this PO and i am getting the records with the Delivery completed flag but when i update from PSA to DSO the delivery completed indicator is not updating properly.
                       In PSA, for item 30 i have the following entries. Record number 42 is capturing the value X for ELIKZ but after that i am getting two more records 43 and 44 with process key 10 and without X for ELIKZ. I think this is causing the problem.
    Record No.    Doc.No.                    Item              Processkey         Rocancel     Elikz
        41               6500000001            30                    11                            X           ---    
        42               6500000001            30                    11                            ---           X
        43               6500000001            30                    10                            X           ---
        44               6500000001            30                    10                            ---         ---
    (Here --- means blank)        
    Thanks and Regards
    sampath

  • HP LaserJet Enterprise 600 M602 driver issue

    Hello,
    I've got issue with 600-series printers. We use the latest UPD drivrer ver. 61.175.1.18849 and print from XenApp 6.5. The error occurs every time when users try to print jpg files from XenApp session. It only happens with 600 series printers and UPD.
    Also I've tried to assign native 600-series driver ver. 6.3.9600.16384 and it works good. But with that driver system says that it's color printer and it brokes our printing reports. These reports are very important for us. So we can't use printer and that driver as well.
    Printer installed on Windows Server 2012 R2. All clients are Windows 7 x64. XenApp Servers are Server 2008R2.
    Is it possible to get fixed UPD driver or correct native driver for Server 2012 R2?
    Regards,
    Anatoly

    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial printer. You can do this at Printers - LaserJet.
    Click on New Post.
    I hope this helps.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Windows 7 displays error message when exiting +cursor issue

    Two issues here. CS5 Phoshop on Wind 7 64 bit.
    Physical processor count: 8
    Processor speed: 3073 MHz
    Built-in memory: 12279 MB
    Free memory: 9577 MB
    Memory available to Photoshop: 10934 MB
    Memory used by Photoshop: 80 %
    Image tile size: 128K
    First issue is since the latest automatic Adobe update (why fix what isn't broken?) Every time I now exit Photoshop I get the message "Adobe QT Server has stoped working" and occasionally it happens when I exit bridge. Indesign is also behaving badly. I can no longer start a previous document from file manager without ID crashing out.
    The other is the cursors in Clone and erase lose their edge (become invisable) for no reason - well not quite. Noise Ninja crashed Photoshop when I tried to use it. I reinstalled it and all is well. The cursor issue seems to be intermittant but came back (for no reason) after I reinstalled NN. I can't seem to change the cursor, no matter what I do. The problem is now seriously affecting how I work. Almost enough to go back to Win XP which ran CS5 Photoshop flawlessly.
    Any help will be gratefully accepted.
    Doug

    function(){return A.apply(null,[this].concat($A(arguments)))}
    doug87510 wrote:
    The recent problem is the entire outline of the cursor (including the crosshair in the middle) was missing at any size of cursor. All I had was exactly what I'd get if I used a real spraygun.
    Well, that issue is simply a matter of hitting the Caps Lock key.  When Caps Lock is on, you'll see the cursor outline, and when it is off you'll see a crosshair.  That's a feature, not a bug.
    Glad to hear the 11.1 drivers are out.  I will download them and try them now myself.
    Regarding "Adobe QT" crashing...  QT brings to mind QuickTime, though that is Apple, not Adobe.  Do you have Apple QuickTime installed?
    Regarding memory usage, with 12 GB of installed RAM, you should be able to set Photoshop to use 90% or more in Edit - Preferences - Performance.
    -Noel

  • Issue in Creation of Periodicals for Contracts in CRM7.0

    Hello,
    I have a requirement to create Contracts in CRM7.0 system.
    And I am doing this using the BAPI *BAPI_BUSPROCESSND_CREATEMULTI*
    Good part is Contract Order gets created, but onlywith Header Details.
    The issues i am facing --
    1. I need to know what kind/type of data must be passed to the interface parameters, the F1 Help/Documentation is vague.
    2. I am passing data in the INPUT FIELDS structure with the Object ID, Handle Number, Reference GUID and Fieldname,
        here what does 'Logical Key' field indicate? What should be passed here.
        What does 'REFERENCE KIND' field indicate, i have been passng 'A' for everything (to be frank i dont know whats its significance is!!).
    3. With so much, My Order gets created but with less than half details, i.e. the Objects not getting created are -  Partner, Product, terms/appointments, Status, LongTexts......
    Any help/inputs would be appreciated.
    Hope my problem is stated clearly ...
    --Regards
    Dedeepya

    Hi Anu,
    i found my solution by debugging with existing data or while creating it in CRMD_ORDER.
    Ensure that you are passing a correct entry in INPUT_FIELDS structure.
    As i haven't worked on rebates i woudlnt be able to help you, I suggest you debug to arrive at a solution.
    You can preset your break-points at :-
    1. FM - CRM_ORDER_MAINTAIN
    2. CRM_ORDER_MAINTAIN_MULTI_OW -- Debug through the complete FM.
    3. CRM_ORDER_PREPARE_MULTI_OW -- The data is set in this function module.
    Regards
    Dedeepya C

  • Issue in creation of plant related data at receiving server using BD10

    Hi all,
    This is regarding Material master creation using B10.I am using MATMAS05 message type for sending data from one system to another.Data is sent and received successfully.When i go in mm03 i can see all the views created successfully accept views related to PLANT.Please guide to resolve the issue.
    When i entered into Log-
    1)"The field MBEW-BKLAS is defined as a required field; it does not contain an entry".
    2)"No material master data exists for material AB_08.04.09(30) in plant 4001".
    My segemnt is as follows-
    ZMATMAS05                      matmas05
           E1MARAM                        Master material general data (MARA)
               Z1KLART                        KLART----
    My extention
               E1MARA1                        Additional Fields for E1MARAM
               E1MAKTM                        Master material short texts (MAKT)
               E1MARCM                        Master material C segment (MARC)
                   Z1AUSPM                        E1AUSPMDistribution of Classification:----
    My extention
                   E1MARC1                        Additional Fields for E1MARCM
                   E1MARDM                        Master material warehouse/batch segment (MARD)
                   E1MFHMM                        Master material production resource/tool (MFHM)
                   E1MPGDM                        Master material product group
                   E1MPOPM                        Master material forecast parameter
                   E1MPRWM                        Master material forecast value
                   E1MVEGM                        Master material total consumption
                   E1MVEUM                        Master material unplanned consumption
                   E1MKALM                        Master material production version
               E1MARMM                        Master material units of measure (MARM)
               E1MBEWM                        Master material material valuation (MBEW)
               E1MLGNM                        Master material material data per warehouse number (MLGN)
               E1MVKEM                        Master material sales data (MVKE)
               E1MLANM                        Master material tax classification (MLAN)
               E1MTXHM                        Master material long text header
               E1CUCFG                        CU: Configuration data
           E1UPSLINK                      Reference from Object to Superior UPS
    Thanks.
    Edited by: sanu debu on Apr 27, 2009 7:10 PM

    CREATE CONTROLFILE SET DATABASE "NEWDB" NORESETLOGS ARCHIVELOGAlso when you are setting a new database, the option should be RESETLOGS and not NORESETLOGS.
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\ONLINELOG\O1_MF_2_7FK0XKB8_.LOG
    D:\APP\ADMINISTRATOR\ORADATA\NEWDB\DATAFILE\O1_MF_SYSTEM_7FK0SKN0_.DBFWhy underscore(_) at the end of the datafile name. Any specific reason ?

  • Issue in Creation of new Value Field in CO-PA

    Hi,
    I have a query in CO-PA Value Field Linking.
    In my Development Client,
    1. Created a New Value Field (No Transport Request Generated)
    2. Linked to the above to new Conditon type created in SD. (Tranport request was generated) i.e. in Flow of Actual Values->Transfer of Billing Documents->Assign Value Fields
    However then i try creating a new Value Field in my Production Client it throws a message 'You have no authorization to change Fields".
    Is this an issue with authorization or i need to transport the Value field too from Development to Production client.
    Please Advise.
    Thanks in Advance,
    Safi

    Thanks Phaneendra for the response.
    The creation of Value field did not create any tranportation request. Will this too be transported if i transport the Operating Concern.
    Please Advise.
    Thanks,
    Safi

  • Issue of Free Goods

    Dear All
    I have some is my current assignment-Customer is buying some material say "A" want "B,C" as exclusive free goods
    is it possible to give two free at a time in same order ?
    I only know one exlusive free good can be give to one material with combination of customer ( Customer/Material)
    Looking for some inputs regarding the issue.
    Can you plz suggest me if there is any possiblities for BOM?
    Many Thanks
    Rakesh Naveen

    Dear Rakesh,
    Be informed that free goods is not currently supported in combination with material structures (e.g. product selection,     
    bills of material, variants with BOM explosion), see note 796926.   
    Determination of free goods is performed in include FV45PF0N_NATRAB_SELECTION and the check is hardcoded. You will have to modify the program to get that functionality, but be carfull that any modification won't be supported by SAP, see note 170183.                
    I hope it can help you.
    Ruy Castro

Maybe you are looking for

  • Site-to-site VPN failover via 3G HWIC

    Small problem.  Branch utilizes a 2811 router connected via MPLS to core via serial interface.  If serial ip sla reachability fails, fire up the cell interface, dial out and connect to the internet.  Establish ipsec tunnel to a peer ASA and pass loca

  • TS4088 Macbook Pro 13" (mid 2010) reboot loop during Mountain Lion install

    Hi all. I have a very frustraiting issue with my mid 2010 MBP 13" (7.1) that started a mounth ago: Before all my troubble began it was fully updated with the latest Mountain Lion, Firmware and SMC. During an iPad sync my MBP went into hybernation bec

  • Photos from iPhone 4 to ipad3 albums gone. What happened?I

    Took a long trip and used iphone4 to take photos. When iCloud transferred them to my iPad2 I put them in albums. Now that I am home some of the albums are now empty? What happened? I did get a new ipad3 and most of the photos seem to have transferred

  • Error by using database procedure in select statement

    hi , I have built a database procedure having one parameter with in out varchar type. that return value with some addition. i am using it with some column in select statement only for display purpuses but i am facing error by doing that in select sta

  • New movies show up in iTunes a week before ATV.

    I have noticed that some new movies that show up in iTunes take a week or 2 longer to show up on Apple TV. Whats the deal? Also, can I rent the movies from my PC with iTunes and watch them on the ATV?