Records not showing in Report

Hi All,
I'am facing peculair issue, We have an issue where inventory is showing in -ve.
From 2LIS_03_BF we are loading the data to DSO, from DSO again to Cube.
I can see Reocrds in Cube for a certian Plant , Storage Location and Material combinations....when I gave same selection criteria in Report the records are not shown in Report. I have checked Query designer too if there are any condition applies but there are no conditions as such expet Special Process Indicator K is excluded.
so i checked Special process indicator for that material but its not K.......its Blank.
Inorder to recover the issue, I have selectivdely deleted the material, Plant and Storage location combination and reloaded the data to cube and compreessed the request without checking No marker Update.
Please need inputs here.
SujanR

Hi,
Use 2LIS_03_BX, 2LIS_03_BF, 2LIS_03_UM to 0IC_C03 Cube and design the report.
Use :See the steps how to load the data to 0IC_C03.
Treatment of historical full loads with Inventory cube
Setting up material movement/inventory with limit locking time
See some importent SAP Notes in Invventory Lods.
Note 747037 - Update of before images in ODS objects
Note 752492 - Non cumulative keyfigures are incorrectly allowed in ODS
Note 581778 - ODS capability of extractors from inventory management
Note 684465 - BWVORG for purchasing data sources
Note 417703 - Missing duplicate record during extraction with 2LIS_03_BF
Note 929378 - 2LIS_03_BF, 2LIS_03_BX, 2LIS_03_UM and BI 2004s
Note 745788 - Non-cumulative mgmnt in BW  Verifying and correcting data
Note 352762 - Collective note purchasing extractors and setup
Note 353042 - Howto Activate transaction key (PROCESSKEY)
Note 352344 - Process key + reversals in Inventory Management
Note 586163 - Composite Note on SAP R3 Inventory Management in SAP BW
Thanks
Surendra Kumar Reddy Koduru

Similar Messages

  • All Records not showing in Report

    Hi All,
    U just solved my amount problem....
    But now i gives my earlier problem again, means displaying only 1 rows, when i executing for 1 month in selection criteria...and amount showing right total of all records...
    example---
    Document No......Doc. date.......P.date........Vendor..........Name.........Tax Code.........Base Amt....... Tax Amt........Ven. Ref.........P. Doc...
    5500000022 .......22.04.2008 ...28.04.2008....1011............XXXXXXX........NB..................500,000............25,000.............A-102.......4500034463
    This Document No. is my 1st Document no. (5500000022)..
    Here Base Amount (500,000) & Tax Amount (25,000) is the total of more than 100 records total but showing in Single Row...(This rows showing the only 1st record)...
    Here what is the problem in my program...where i m wrong in clearing the itab or itab2...
    please let me know...
    I m again sending my corrected Program...
    Code-----
    REPORT  zak_form_c4 NO STANDARD PAGE HEADING LINE-SIZE 125  .
    TABLES : bsik,bkpf,bseg,j_1imovend,lfa1,t001,t005u,bsak,ekko,bsis, ekkn, anla, anlc.
    TYPE-POOLS : slis.
    DATA : BEGIN OF itab OCCURS 0,
           hkont LIKE bseg-hkont, "Gl account
           mwskz LIKE bseg-mwskz, "Tax Code
           dmbtr LIKE bseg-dmbtr, "Amount
           buzei LIKE bseg-buzei, "line item
           ebeln LIKE bseg-ebeln, "Purchasing Document
           ebelp LIKE bseg-ebelp, "line item nbr
           hwbas LIKE bseg-hwbas, "Base amount
           shkzg LIKE bseg-shkzg, "Debit/Credit code
           belnr LIKE bsik-belnr, "Document number
           gjahr LIKE bsik-gjahr, "Fiscal Year
           bldat LIKE bsik-bldat, "Document Date
           budat LIKE bsik-budat, "Posting Date
           lifnr LIKE bsik-lifnr, "Vendor number
           xblnr LIKE mkpf-xblnr, "Ven invoice nbr
           name1(25),                                           "name1
           ort01 LIKE lfa1-ort01,   "City
           j_1ilstno LIKE j_1imovend-j_1ilstno,  " Vendor tin nbr
           regio LIKE lfa1-regio, "Region Code
           bezei LIKE t005u-bezei, "Region desc
           dmbtr1 LIKE bseg-dmbtr, "Amount
           hwbas1 LIKE bseg-hwbas, "Base amount
    END OF itab.
    DATA : BEGIN OF itab3 OCCURS 0.
            INCLUDE STRUCTURE itab.
    DATA:END OF itab3.
    DATA : wa LIKE LINE OF itab.
    DATA : BEGIN OF itab1 OCCURS 0.
            INCLUDE STRUCTURE itab.
    DATA:END OF itab1.
    DATA : BEGIN OF itab2 OCCURS 0.
            INCLUDE STRUCTURE itab.
    DATA:END OF itab2.
    ***********************************Purchase order history
    DATA:   BEGIN OF bet OCCURS 50.
            INCLUDE STRUCTURE ekbe.
    DATA:   END OF bet.
    DATA:   BEGIN OF bzt OCCURS 50.
            INCLUDE STRUCTURE ekbz.
    DATA:   END OF bzt.
    DATA:   BEGIN OF betz OCCURS 50.
            INCLUDE STRUCTURE ekbez.
    DATA:   END OF betz.
    DATA:   BEGIN OF bets OCCURS 50.
            INCLUDE STRUCTURE ekbes.
    DATA:   END OF bets.
    DATA:   BEGIN OF xekbnk OCCURS 10.
            INCLUDE STRUCTURE ekbnk.
    DATA:   END OF xekbnk.
    DATA : w_container TYPE scrfname VALUE 'CL_GRID',
           w_cprog TYPE lvc_s_layo,
           g_repid LIKE sy-repid,
           w_save TYPE c,
           w_exit TYPE c,
           cl_grid TYPE REF TO cl_gui_alv_grid,
           cl_custom_container TYPE REF TO cl_gui_custom_container,
           it_fld_catalog TYPE slis_t_fieldcat_alv,
           wa_fld_catalog TYPE slis_t_fieldcat_alv WITH HEADER LINE ,
           layout TYPE slis_layout_alv,
           col_pos  LIKE sy-cucol ,
           alvfc TYPE slis_t_fieldcat_alv.
    SELECTION-SCREEN : BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS       :  hkont LIKE bseg-hkont OBLIGATORY. "GL Code
    *SELECT-OPTIONS   : hkont FOR bseg-hkont .
    SELECT-OPTIONS   : belnr FOR bsik-belnr .
    SELECT-OPTIONS   : gjahr FOR bsik-gjahr .
    SELECT-OPTIONS   : bldat FOR bsik-bldat.
    SELECT-OPTIONS   : budat FOR bsik-budat.
    SELECTION-SCREEN : END OF BLOCK b1.
    PERFORM fill_catalog1 USING:
    'HKONT'    'ITAB2'    'G/L Code' ,
    'BELNR'    'ITAB2'    'Document Number',
    'GJAHR'    'ITAB2'    'Year',
    'BLDAT'    'ITAB2'    'Doc. date' ,
    'BUDAT'    'ITAB2'    'Posting Date',
    'LIFNR'    'ITAB2'    'Vendor',
    'NAME1'    'ITAB2'    'Name',
    'EBELN'    'ITAB2'    'Purchasing Document',
    'MWSKZ'    'ITAB2'    'Tax Code',
    'HWBAS'    'ITAB2'    'Base Amount',
    'DMBTR'    'ITAB2'    'Tax Amount',
    'XBLNR'    'ITAB2'    'Vendor Inv. No.'.
    SELECT DISTINCT hkont belnr gjahr bldat budat INTO CORRESPONDING FIELDS OF TABLE itab
                      FROM bsis
                      WHERE bukrs = '1000'
                      AND hkont = hkont
                      AND belnr IN belnr
                      AND gjahr IN gjahr
                      AND bldat IN bldat
                      AND budat IN budat.
    SORT itab BY belnr.
    LOOP AT itab.
      SELECT * FROM bseg WHERE belnr = itab-belnr  AND gjahr = itab-gjahr
                                                   AND bukrs = '1000'
                                                   AND ( ebeln <> ' ' OR hkont = hkont ).
        IF sy-subrc = 0.
          itab-buzei = bseg-buzei.
          itab-mwskz = bseg-mwskz.
          IF bseg-ebeln <> ' '.
            itab-ebeln = bseg-ebeln.
            itab-ebelp = bseg-ebelp.
            MODIFY itab.
          ENDIF.
          IF bseg-hkont = hkont.
            itab-shkzg = bseg-shkzg.
            itab-hwbas = bseg-hwbas.
            itab-dmbtr = bseg-dmbtr.
            IF itab-shkzg = 'H'.
              itab-dmbtr = itab-dmbtr * ( -1 ).
            ENDIF.
            MOVE-CORRESPONDING itab TO itab2.
            APPEND itab2.
          ENDIF.
        ENDIF.
      ENDSELECT.
    ENDLOOP.
    LOOP AT itab2.
      SELECT SINGLE * FROM ekko WHERE ebeln = itab2-ebeln.
      IF sy-subrc = 0.
        itab2-lifnr = ekko-lifnr.
      ENDIF.
      CALL FUNCTION 'ME_READ_HISTORY'
        EXPORTING
          ebeln  = itab2-ebeln
          ebelp  = itab2-ebelp
          webre  = 'X'
        TABLES
          xekbe  = bet
          xekbz  = bzt
          xekbes = bets
          xekbez = betz
          xekbnk = xekbnk.
      itab2-xblnr = bet-xblnr.
      SELECT SINGLE * FROM lfa1 WHERE lifnr = itab2-lifnr.
      itab2-name1 = lfa1-name1.
      itab2-ort01 = lfa1-ort01.
      itab2-regio = lfa1-regio.
      SELECT SINGLE * FROM t005u WHERE bland = itab2-regio
                                  AND spras = 'EN'
                                  AND land1 = 'IN'.
      itab2-bezei = t005u-bezei.
      SELECT SINGLE * FROM  j_1imovend WHERE lifnr = itab2-lifnr.
      IF sy-subrc = 0 .
        itab2-j_1ilstno = j_1imovend-j_1ilstno.  " Vendor tin nbr
      ENDIF.
      MODIFY itab2.
    ENDLOOP.
    SORT itab2 BY belnr.
    LOOP AT itab2.
      DATA : cnt TYPE i,
             cnt1 TYPE i.
      itab1-dmbtr1 = itab1-dmbtr1 + itab2-dmbtr.
      itab1-hwbas1 = itab1-hwbas1 + itab2-hwbas.
      AT END OF belnr.
        cnt = sy-tabix.
        cnt1 = cnt - 1.
        DO cnt1 TIMES.
          DELETE itab2.
        ENDDO.
        CLEAR itab2.
        itab2-dmbtr = itab1-dmbtr1.
        itab2-hwbas = itab1-hwbas1.
        MODIFY itab2 TRANSPORTING dmbtr hwbas .
      ENDAT.
    ENDLOOP.
    layout-zebra = 'X' .
    layout-colwidth_optimize(1) = 'X'.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
      EXPORTING
        i_callback_program = 'ZAK_FORM_C4'
        is_layout          = layout
        it_fieldcat        = it_fld_catalog
        i_default          = 'X'
        i_save             = 'A'
      TABLES
        t_outtab           = itab2
      EXCEPTIONS
        program_error      = 1
        OTHERS             = 2.
    IF sy-subrc <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    *&      Form  FILL_CATALOG1
          text
         -->P_FIELDNAME  text
         -->P_REF_TABLE  text
         -->P_SCRTEXT    text
    FORM fill_catalog1  USING   p_fieldname TYPE any
                                p_ref_table TYPE any
                                p_scrtext   TYPE any.
      CLEAR : wa_fld_catalog.
      wa_fld_catalog-fieldname  = p_fieldname.
      wa_fld_catalog-tabname    = p_ref_table.
      wa_fld_catalog-seltext_s  = p_scrtext.
      wa_fld_catalog-seltext_m  = p_scrtext.
      wa_fld_catalog-seltext_l  = p_scrtext.
    wa_fld_catalog-datatype = 'CURR'.
      wa_fld_catalog-outputlen = 20.
      APPEND wa_fld_catalog TO it_fld_catalog.
    ENDFORM.                    " fill_catalog1.
    Plz let me know...
    Thanks

    Hello Prince,
    I just want that my code will show single time records..and Sum of base Value and Tax amount...
    You want to summarise Base Value and Tax amount per document, right
    I am making a very very small modification to the declaration of ITAB:
    DATA :
    BEGIN OF itab OCCURS 0,
    belnr LIKE bsik-belnr, "Document number "--> Add here
    buzei LIKE bseg-buzei, "line item "--> Add here
    hkont LIKE bseg-hkont, "Gl account
    mwskz LIKE bseg-mwskz, "Tax Code
    dmbtr LIKE bseg-dmbtr, "Amount
    " buzei LIKE bseg-buzei, "line item "--> Delete Here
    ebeln LIKE bseg-ebeln, "Purchasing Document
    ebelp LIKE bseg-ebelp, "line item nbr
    hwbas LIKE bseg-hwbas, "Base amount
    shkzg LIKE bseg-shkzg, "Debit/Credit code
    " belnr LIKE bsik-belnr, "Document number "--> Delete here
    gjahr LIKE bsik-gjahr, "Fiscal Year
    bldat LIKE bsik-bldat, "Document Date
    budat LIKE bsik-budat, "Posting Date
    lifnr LIKE bsik-lifnr, "Vendor number
    xblnr LIKE mkpf-xblnr, "Ven invoice nbr
    name1(25), "name1
    ort01 LIKE lfa1-ort01, "City
    j_1ilstno LIKE j_1imovend-j_1ilstno, " Vendor tin nbr
    regio LIKE lfa1-regio, "Region Code
    bezei LIKE t005u-bezei, "Region desc
    dmbtr1 LIKE bseg-dmbtr, "Amount
    hwbas1 LIKE bseg-hwbas, "Base amount
    END OF itab.
    And modified the code as below:
    DATA:
    V_DMBTR TYPE DMBTR,
    V_HWBAS TYPE HWBAS.
    LOOP AT ITAB2.
      V_DMBTR = V_DMBTR + ITAB2-DMBTR.
      V_HWBAS = V_HWBAS + ITAB2-HWBAS.
      AT END OF BELNR.
        ITAB2-DMBTR = V_DMBTR.
        ITAB2-HWBAS = V_HWBAS.
        APPEND ITAB2 TO ITAB3.
        CLEAR: ITAB2, V_DMBTR, V_HWBAS.
      ENDAT.
    ENDLOOP.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    i_callback_program = 'ZAK_FORM_C4'
    is_layout = layout
    it_fieldcat = it_fld_catalog
    i_default = 'X'
    i_save = 'A'
    TABLES
    t_outtab = itab3 "itab2 --> Use ITAB3 instead of ITAB2
    EXCEPTIONS
    program_error = 1
    OTHERS = 2.
    IF sy-subrc 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    BR,
    Suhas
    Edited by: Suhas Saha on Jan 13, 2009 3:23 PM

  • Records Not Showing Up On Report

    I'm using Crystal XI
    I can take the query from "Show SQL Query..." and paste it into a query screen in SQL Server 2008 management studio and retrieve the correct records.  However, the report itself does not contain all the records the should have been returned.
    To the best that I can figure, the records where a transaction date (date/time field) is null is not showing up on the report.  I only display the field, do not do any calculations based on the field. 
    It is part of the record selection formula, where I test for the field to be between start/end parameters or is null (which produces the correct SQL query as I stated above)
    So why are the records not showing up on the report, and more importantly, how do I get them to show up?
    TIA

    It already was set to "Exception for Nulls"
    On the other hand, just on a whim, I tried reversing the order of the query from what it was:
    {MyQuery.Company = {?Company}
        And
        {MyQuery.Transaction_Date} In {?Start/End Date}
        Or
        IsNull({MyQuery.Transaction_Date})
    To:
    {MyQuery.Company = {?Company}
        And
        IsNull({MyQuery.Transaction_Date})
        Or
        {MyQuery.Transaction_Date} In {?Start/End Date}
    And that seemed to work.  I'm not sure why it will work in the Mangement Studio, but not in Crystal Reports, but at least it works.
    Thanks for the tug in the right direction.

  • Date not showed when report is viewed in PDF .

    Hi,
    We have a text field that shows the date on which the report is running.Date is not showed when report is viewed in PDF.But in HTML we can view them . Can any one help me out?
    Totally there are four pages for the report.

    I have observed the PDF driver iin EPM 11.1.2.x is not up-to-date and technically the Date (Text) is there just like in HTML. However, when you increase the View (Zoom in), it eventually does show up.
    I have chatted with Oracle Support, and they will not address it with a patch for now.

  • Help: Records not showing when cube is placed under the Multiporivider

    Hi Experts,
    I have a Cube called Bcube with char Plant,calm year/month, material and Key Figure, Pqty
    When I generate a report on this Cube, everything looks fine and I see plants, year, etc in the report
    There are 2 other cubes:
    MCube also has char Plant,calyear/month, material and Key Figure: Pqty, Sqty, TQty, AQty
    DCube also has same as BCube: with char Plant,calyear/month, material and Key Figure Pqty
    When I place all three cubes under the multiprovider, the values from the BCube does not show up in reports
    e.g. in a simple report such as
    Row       :  Plant
    Columns:  Pqty, Sqty, TQty, AQty
    In the Multiprovider, under the Indentification of Characteristics, I checked the boxes for all three cubes whenever the same charactertic in all cubes showed up for identification: e.g..
    InfoProvider  InfoObject
    Bcube----
    Plant
    MCube-------Plant
    DCube -
    Plant
    and same for. e.g. 0Calyear
    and same for Key Figures, e.g. I checked all 3 boxes  for PQty which exists in each of the cubes
    1. Why is my data for BCube not showing when reporting against the multiprovider?
    2. what does it mean by checking the 3 boxes for Plant? and checking the 3 boxes for 0Calyear.
    Thanks

    Hi,
    regarding your questions:
    1. When I run listcube against the multiprovider, I only went to the output list to select the fields I needed in the output; then entered the particular cube e.g. BCube in the infoprovider field. That was it (NO other selection) and I got the described results I explained earlier. If you have a specific test for me to try, please let me know.
    2. Please find the settings in both characteristics and key figures for all cubes in the MULTIPROVIDER maintenance screen:
    Characteristic Assighment:
    0calyear -- 3 boxes checked for BCube, DCube & MCube
    Plant -- 3 boxes checked for BCube, DCube & MCube
    0Material-- 3 boxes checked for BCube, DCube & MCube
    Key Figure selection
    PQty-- 3 boxes checked for BCube, DCube & MCube
    Sqty --checked for DCube, this key fig is ONLY in DCube
    TQty--checked for DCube, this key fig is ONLY in DCube
    AQty--checked for DCube, this key fig is ONLY in DCube
    I hope this helps you to guide me.
    Or, were you referring to mappings in the transformations?
    Thanks

  • Subreport dropdownlist does not show any report !!

    Just finished preparing two reports, rpt1 (Master), rpt2(SubReport), each a separate report works well. after that i added subreport control to rpt1 and went to SubReport properties to add rpt2 ... but ( Use this report as subreport  ) did not show
    any report in list.

    Hi,
    What happend if you write in the textbox for subreport path, the path, works? what version of Report Builder do you have?
    Raymundo Chapa, MCTS http://www.inavant.mx/blog http://projectaserverzone.blogspot.com/

  • 0IC_C03  Data Not Showing in Report

    Dear Friends,
    We are using SAP BW 3.5. I have a problem with 0IC_C03 Cube.
    Problem is:
    Data is transfered to BW i can see the data from Cube --> Contents.
    But when i create a report i am unable to see only that particaluar data which dont
    have storage location.
    Can anybody help me why its not showing that specific data which dont
    have storage location.
    and on other hand we can see the data from Cube -->Contents
    Regards,
    malik

    Yes i am taking care of marker.
    all data is ok excep 13 records which have no storage location.
    and only these 13 records are not showing in the report and thats why
    my stock is not tele with R/3.
    Any other hint.
    regrds,
    Malik

  • DESCRIPTIONS ARE NOT SHOWED IN REPORT PAINTER

    Hi, I have a problem with the report painter, because i am run the report but i realize that  if the master data(Commitment item ) is not created for the next year  example 2008 and  I am running the report for the year 2007, when the report is generated the report does not show the description of the commitment item ...
    Anyboy has a suggest
    THANKS A LOT!!!
    Pat

    Hello sayujya Patil,
    Thanks for your reply, i have created report in Report Painter, after execution the report i tried in all the parameters under setting menu > report and section layout as well> lead column --> and kept the radio button on key and description, still its not showing the description of the GLs under lead column....
    Please reply...
    Thank You.

  • Description of GL are not showing in Report Painter

    Hello,
      Friends I've made the trail balance in report painter but my problem is the GLs description under lead column are not showing. I checked the lead column and kept the radio button on key and description under report layout but sill its not working. Please suggest...
    Quick reply will be more appreciated.

    Hello sayujya Patil,
    Thanks for your reply, i have created report in Report Painter, after execution the report i tried in all the parameters under setting menu > report and section layout as well> lead column --> and kept the radio button on key and description, still its not showing the description of the GLs under lead column....
    Please reply...
    Thank You.

  • Sales not showing in reports

    Hi all.
    I have an invoice of 15th Nov that contains 2 materials. The issue is that when i run any system report or self developed report, only the sales of first material is showing. No report is showing sales of 2nd materail. I dont know why this is happening. If the invoice contains 2 materials and both of the materials have been despatched then why system is not showing sales of 2nd material.
    Please respond.
    Regards,
    Aisha Ishrat
    ICI Pakistan Ltd.

    Hi
    Pls debug the report with the help of the technical guy.
    1. You could have given a specific material number as input
    2. The item line could be hardcoded in the report.
    3. There can be some other way by which the 2nd material doesnt pass the selection criteria you have set.
    If you sit with an ABAPer, you should be able to solve it in notime.
    Hope this helps.
    Reward if this helps.

  • Charts not showing on report

    I've had crystal reports running for some time on our dedicated Internet server. This has been working OK for the last 10 months.
    I've added a new report which now uses charts however I'm having problems in that the chart does not get displayed. No red cross, just a blank white image with no chart.
    I've reviewed many support forums and as a result have doubled checked all entries in my web.config and file permissions on temporary file locations. Everything seems OK...
    I would point the blame at either something to do with the handlers surrounding CrystalImageHandler.aspx or file permissions, but what I don't understand is that embedded images within the report are working perfectly OK. It is  just the chart which is not showing.
    I double checked the image http location and both my embedded image and chart use the CrystalImageHandler.
    Embedded Image:
    http://mydomain.com/auth/CrystalImageHandler.aspx?dynamicimage=cr_tmp_image_5ba728a0-45a7-4732-938f-9ec0e0f9231a.png
    Chart:
    http://mydomain.com/auth/CrystalImageHandler.aspx?dynamicimage=cr_tmp_image_d4217261-ff67-48d5-97a8-be1fc6bdbe4e.png
    Even tried these in new browser windows. The first address shows, the second just shows a blank image.
    I've tried the exact same report from my local host and it works perfectly ok.
    I've also tried running procmon on the server to try and identify any ACCESS DENIED messages but none are shown.
    Any ideas to what might be wrong?
    Im using Crystal Reports 2008 with .Net 3.5 (Visual Studio 2008) on IIS7 Windows 2008 Server.
    Thanks in advance.
    James

    I tried to register the DLL however,
    regsvr32.exe "c:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\sscsdk80.dll"
    generates the following windows error:
    The module "c:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\sscsdk80.dll" failed to load.
    Make sure the binary is stored art the specified path or debug it to check for problems with the binary od dependent .DLL files.
    The application has failed to start because its side-by side configuration is incorrect. Please see the application log for more detail.
    Appliction log entry
    Activation context generation failed for "c:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\sscsdk80.dll". Dependent Assembly Microsoft.VC80.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.4053" could not be found. Please use sxstrace.exe for detailed diagnosis.
    I've run procmon and examined w3wp.exe on just processes and threads and everthing qappears to be OK, everything reports as SUCCESS. I've uploaded the output here:
    http://www.fastlanesystems.co.uk/tmp/08122010-crystal-chart-issue-procexplorer.txt
    Any other ideas to why this might not be working?
    Thanks
    James

  • Material Document no. not showing FBL3N Report

    Dear Friends ,
    Please note i have an issue, which the Material No. not showing in Referecne Key3 in FBL3n ( GR/IR )report.
    Thanks & regards
    Joseph

    i have get corrected as i have add special field in menu settings BKPF-AWKEY.

  • Data in infoobject not showing in report

    Hi,
    I have this situation. I can see cost center number in variable screen but the number is not showing when I run the report.
    thanks

    Hi,
    I would suggest you try to see if the data is being populated in the cube for the particualr infoobject.If it is not populated in the cube itself,then check the filters inthe start routine,transfer & Update Routines. If its populating the data then,try to run the query on the same selection criteria and verfiy.This way you can confirm if its the loading into the dataprovider or on the front end that needs to be fixed.
    hope it helps

  • Custom Groups not showing in Reports

    Hello,
    Per our reporting requirement, I have created few groups in Authoring pane. However, when I am going to select those groups in reporting, its not showing up.
    Env: SCOM 2012 R2.
    Any help is appreciated.
    Thanks,
    Binoy Das

    Hi,
    It seems like that there is a sync issue/latency between the operational database and the data warehouse in your case. Groups should appear in the data warehouse within just a minute or two in most environments. Check errors and performance on
    your management servers and sql servers.
    Do you see any error or warning Events in the OperationsManager Windows Event log on one of the management servers which could be related to db issues?
    Regards,
    Yan Li
    Regards, Yan Li

  • Databases difference tool not showing the report

    Hi,
    I had an issue with the sqldeveloper "+difference between databases+" tool looking like it was working but at the end of the process would not display any report.
    in the logs, I could see the error : mainWindowOpened oracle.dbtools.crest.fcp.DataModelerAddin$1@75e6519f
    after digging the web, I found that my issue is similar to the one described at Data Modeler Save and Save As not working and the same solution which is to enable the subversion plugin worked for me.
    I have met this issue with sqldeveloper 3.1.06.82
    Oracle IDE     3.1.06.82
    Plate-forme Java(TM)     1.6.0_11
    oracle.jdeveloper.subversion     11.1.1.4.37.59.48
    Edited by: user4926541 on 31 janv. 2012 01:42

    Same for me, as reported in Re: SQL Developer 3.1 EA - Database Diff Issues
    Hope someone from development can help us,
    K.
    Edited by: -K- on 31/01/2012 13:19:
    Oh, and enabling SubVersion worked for me too, but obviously this should be addressed in another manner!

Maybe you are looking for

  • IChat in Lion simply doesn't work

    I have a 2008 Mac Pro that has been through Leopard, Snow Leopard and now Lion upgrades. And a 2011 MacBook Pro that saw an upgrade to Lion. I cannot get iChat to work on either machine. Both have been transported to several different locations (henc

  • Files do not open with new ssd drive

    Hello, I changed the drive of my macbook pro for a samsung ssd 840 EVO. Some files that I created, before the change, don´t open and the program terminates with the following message: Process:         MainStage [211] Path:            /Applications/Ma

  • Logo Kit help- how to prepare logo files for office use?

    Hi, I need assistance preparing ready-made logo files for our office owners to use. So far, I have the following that I've created in Illustrator: 1. EPS files with Pantone colors for professional printing (publications, ads, brochures, business card

  • Bapi for Change Master

    Hi Experts Is there any BAPI for posting data of Change Master Transaction Code : CC01.

  • Show record number in cube report

    Hi, There is record number for ODS and infoset, where I can get record number for Cube? I remember I can use formulary, however I can not find it. Thanks