Reverse Record in Cube

Hi,
  In our scenario we load delat data into ODS and then delta data into Cube. I added new characteristics in ODS as well and Cube to fill in based on other existing field and a table lookup for value. I wrote the routine in ODS Update rule.
  After the data i see reverse record in Cube? One record for the new characteristics filled in and another reverse record for new characteristics empty.
  Basically the data in Cube is Double the Data in ODS.
  How to eliminate this? What is the reason for this?
Thank you
arun

Hi Arun,
When you initialize from the ODS you have to clear the data from the cube, otherwise you get dupicate data in the cube.  you can use the ODS as a data store and never clear the data from the ODS, that way you have history.  If you add new fields to the ODS do not delete the current data in the ODS and reinitilaize the ODS to bring in the new fields.  If you need the new fields in the cube then clear the contents of the cube and initialize the delta into the cube.
Hope this answers your questions,
Aaron Blasi

Similar Messages

  • Appended Key figure is not working in Delta reverse record

    Dear All,
    I have enhanced 2LIS_11_VASCL datasource, to pull value from condition record, called Surchage.
    I have set reversal indicator for this field in my datasource. I have written code in CMOD to get this value from KONV table of that sales order.
    Now when value  is changed, delta record for this, automatically creates reversal record, but it shows new value of surcharge as negative, because that code is pulling value which currently exists in table.
    For example for order 350089 , if surchage is $ 100 .  User changes it to $200
    Then I get following record.
    Reversal Record  - $200 (This should be instead -$100 , i.e. previous value)
    New Record - $100.
    Because of this my new value is not getting updated in table.
    I can't use overwrite mode in ODS because some other technical reason.
    How can I solve this problem?
    appended Key figure is not working in Delta reverse record

    LIS have before-after delta. So ODS should be in Overwrite mode. If that is not possible.. try sorting the records in Start Routine such way that the - 100 $ is above the - 200 $ records in Data Package.
    but this is risky as it will affect other key figures for which things maybe fine. I guess you need take Data Package records in an internal table. And then sort this internal table. then you can read the internal table in update routine of this key figure.
    OR (If you are on BI 7.0) you introduce an InfoSource in between DS and DSO with Overwrite mode for this Key Figure.

  • Correct the record in cube????????????????

    How we can correct the record in cube.
    like we load the data into cube, and in field matid we loaded 'mat100'  on 08-04-2010 but after that client inform it is 'mat001'
    now how we can correct this record in the info cube.

    Hi Nithin,
    Please do selective deletion as mentioned in :
    Selective Deletion
    for your erroneous record.
    If record is coming from R/3 create a info package with full reapir with the same selection.
    Full Repair Requests
    Load the data to the cube.
    -Vikram

  • Where are reversed records in DS 2LIS_04_P_ARBPL?

    Dear Experts,
       I have to use datasource 2LIS_04_P_ARBPL. I think data comes from table AFKO, AFPO, and AFVC, right?
       However, the report needs data from AFRU instead of AFVC.
       Questions:
       1) What is the difference between AFRU and AFVC?
       2) In AFRU, there are reversing and reversed records (FLAG AFRU-STOKZ); however, in AFVC, there seems to be only records which are not reversed. Am I right in this point?
       3) Come back to datasource 2LIS_04_P_ARBPL. If I still need to see the reversed records from DS 2LIS_04_P_ARBPL, how can I set it?
       4) If I still need data from AFRU, is there any other standard datasources? Otherwise, I have to create a new one to extract data from AFRU.
       I am sorry this is my first time to touch PP Module. If I understand something wrong, please clarify them.
       Thank you in advance.

    can u thro some light on this....
    amit

  • Getting duplicate records in cube from each data packet.

    Hi Guys,
    I am using 3.x BI version. I am getting duplicate records in cube. for deleting these duplicate records i have written code. still it is giving same result. Actually i have written a start routine for deleting duplicate records.
    These duplication is occurring depending on the number of packets.
    Eg: If the number of packets are 2 then it is giving me 2 duplicate records.
    If the number of packets are 7 then it is giving me 7 duplicate records.
    How can i modify my code so that it can fetch only one record by eliminating duplicate records? Or any other solution is welcomed.
    Thanks in advance.

    Hi  Andreas, Mayank.
      Thanks for your reply.
      I created my own DSO, but its giving error. And I tried with the stanadard DSO too. Still its giving the same error as could not activate.
    In error its giving a name of function module RSB1_OLTPSOURCE_GENERATE.
    I searched in R3 but could not get that one.
    Even I tried creating DSO for trial basis, they are also giving the same problem.
    I think its the problem from BASIS side.
    Please help if you have any idea.
    Thanks.

  • Reverse record

    Hi all,
    I need to know that a record has a reverse record.
    Can I do this?
    Thanks a lot.
    Deniz.

    In BKPF the field STBLG contains the Reverse Document Number.
    But this field is not filled for every kind of reversing, e.g. if the account document came from another application (MM, SD) the reverse document may not be linked to the accounting reversed record, but may carry a link to an external document that is a reversal document in the sending application.
    Regards

  • How we can load change record in cube.

    Hi,
         How we can load change record in cube, (delta)
         i need step by step in sap BI 7.0.

    Hi Nitin
    I hope you are asking about delta loads, if your datasource supports deltas then you can do only changed records from source to cube. To see the details goto ROOSOURCE table in ECC and find.
    For further help search in SDN and help.sap.com, you can find n number of postiings about the same.
    Thanks
    Reddy

  • Removal of record from Cube

    Hi all -
    My group is working in BW 3.5 and have loaded an infocube.  Is it possible to remove one record from the cube without reloading everything?  We need the entire record gone, not just a delta to reverse it.  I should mention that this should be an automated process and not a quick manual correction.
    Any ideas?
    Thanks for your help!
    Jeff

    Hi Jeff,
    To do this from the cube (manually) please see: 
    http://help.sap.com/saphelp_nw04/helpdata/en/4e/b71038cba6a169e10000009b38f8cf/content.htm
    Using the DELETE_FACTS, you can do the same as above, but the system will generate a program. The program can be made a part of the process chain, thus automating this job. But you need to see how 'variable' the selections are and if they can be incorporated into the program...if you need to delete just one record, then I guess you need to be extremely careful and specific with the deletion selections.
    Hope this helps...

  • Dropping of records(bw cube to bpc)

    hi friends,
    i'm loading actuals data from bw cube to bpc application via trasnformation file(load infoprovider package).
    my requrement is infoobject X is mapped to dim Y.  if X consists of value C02 I want to drop those records i.e i don' want those records in bpc applicaion. how can i achieve this (it is reverse of SELECTIOIN Option in OPTIONS area of transformation file)?
    thanks.

    i resolved issue by maintaining conversion file for that destination dim.
    External col  (CO2)
    Internal col (*skip)
    Include that conversion file in transformation file
    It skips bw recorde for infoobject having CO2 as record value.
    THANKS.

  • How to find total no of record in cube

    Hi Experts,
    How to find total no of records in a cube.
    Thanks in Advance.

    Hi
    If you want total number of records in a CUBE then you have to check in both F Table and E table.
    Go to LISTSCHEMA tcode in your system, give your CUBE name and execute.
    You will fine two table E and F table
    goto SE16 -->give the table name and click on number of entries.You will get number of records.
    Check the below thread
    No of records in /size of Info cube
    Regards,
    Venkatesh

  • How to delete duplicate records in cube

    Hi,
    can u help me how to delete the duplicate records in my cube
    and tell me some predifined cubes and data sourcess for MM and SD modules

    Hi Anne,
    about "duplicate records" could you be more precise?.
    The must be at least one different Characteristic to distinguish one record from the other (at least Request ID). In order to delete Data from InfoCubes (selectively) use ABAP Report RSDRD_DELETE_FACTS (be carefull it does not request any confirmation as in RSA1 ...).
    About MM and SD Cubes see RSA1 -> Business Content -> InfoProvider by InfoAreas. See also for MetadataRepository about the same InfoProviders.
    About DataSources just execute TCode LBWE in you source sys: there you see all LO-Cockipt Extrators.
    Hope it helps (and if so remember reward points)
    GFV

  • Duplicate records in Cube Level ( BI 7.0 )

    Dear All
    I am working on BI 7.0 , I have an issue , i am  loading the data from  Flat File to ODS  and from ODS to Cube . In ODS  we are selected Overwrite option, in cube level we have an Summation option. the problem is while loading the data from Flatfile to ODS  records are fine . from ODS  to cube data  loading also fine but here i am getting the Duplicate records .
    what are the  best options to go ahead in such a situations??
    Regards
    KK

    I am sharing a case occured for me. Please see if its applicable for you.
    Sometimes, in the step loading to Cube, when any type of problem occurs, we restart the load. If the cube load prompts saying 'the lost load was unsuccessful.... reload?', this problem may occur. It will load the records in the previous load also.
    Verify what has been duplicated from the ODS changelog table and the cube load record count. If you see the number of records updated being the total of the records in the different ODSR request (in the change log table). Delete the previous load in the cube. (provided no other side effect is produced e.g from start routine etc)
    Cheers.

  • Number of new delta records into cube

    Hi,
    The deltas are running for the cube. Client wants to know how many number of records are loaded in the cube for each load.
    I mean when the delta load (process chain) completes it should send an email with number records loaded in to cube.
    Please any one help me out on this issue. Thanks for your help in advance.
    Thanks,
    Raj.

    I have tried for 0MAT_PLANT as yours.You can see the record count as 67 records. I have tested this on BI 7.0 SP 16
    .I got mine as follows:
    Test mail
                                                                                    Process ZI_8SMATGMP2_full_Man Of Type Execute InfoPackage Has Status Successfully completed (Process Chain Temp)                                                                                Log for This Process:                                                                                Data successfully updated                                                                                Diagnosis                                                                                The request has been updated successfully.                                                                                InfoSource : ZNK_OP_MAT_PLANT                                                                                Data type : Transaction Data                                                                                Source system: BW1110                                                                                Log of Respective Background Job:                                                                                Job started                                                                                Step 001 started (program RSPROCESS, variant &0000000048822, user ID BTC_GBL_BW)                                                                                Data saved successfully                                                                                Start InfoPackage ZPAK_43YOZD7INDYOXD6WA8VV2Z257                                                                                InfoPackage ZPAK_43YOZD7INDYOXD6WA8VV2Z257 created request REQU_49G2VHO86U1Q27NQC52VN7F8G                                                                                InfoPackage ZPAK_43YOZD7INDYOXD6WA8VV2Z257 Started In Process Chain ZTEMP; Generated Request: REQU_49G2VHO86U1Q27NQC52VN7F8G                                                                                Job finished                                                                                Information for Process                                                                                Master data table: 0MAT_PLANT                                                                                Data Type (D- Trans.Data, H - Hier., M - Mast. Data, T-Text): D                                                                                PSA Table: 8SMATGMP2_BA                                                                               
    Number of Data Records Received: 67                                                                                Number of selected data records: 67                                                                                Request Number: REQU_49G2VHO86U1Q27NQC52VN7F8G
    Edited by: Manga Paidikondala on Apr 11, 2008 12:35 PM

  • Delete overlapping/duplicate records from cube

    Hi All,
    Kindly let me know how to delete overlapping requests from a cube. Actually the cube is getting loaded from varuous infosources, but there are records which get duplicated and the are not wanted , then hiow to delete the duplicate records from the cube.
    Regards,
    dola

    I think what arun is perfectly right....
    use DSO for consolidation of various requests..from diferenet infosources...
    Now load from DSO to cube...and it is very much possible...though will require little work.
    Delete duplicate records option is usually used for master data.With transacdtion data i don't think its advisable.
    Regards,
    RK

  • Multiple records in cube

    Hi,
    I have loaded a delta load from the ODS to cube. After the load i found 3 entries for the same purchase orders(available in delta) in the cube instead of a single entry. Can anyone tell why is this hapenning?

    Hi Raj,
    As Arun already explained why there are multiple records.......I just want to add one point........that always remember that delta means changes........and from DSO to cube........in Data Marting always takes place from Change Log Table of the ODS..........and Change Log table keeps track of all changed records........
    Active Table
    XXX     100
    Change Log Table
    XXX   100
    Suppose a new record come............
    In Active table data will be Overwritten....
    XXX    200
    Change Log Table
             XXX            100
             XXX            -100
             XXX            200
    So for each changed entry.................In Change Log table there will be two entry............
    So this is the reason............
    Regards,
    Debjani.........

Maybe you are looking for

  • Lync 2013 crashes on startup in Windows 8.1 on Dell latitude E6520 machines

    Lync 2013 crashes on startup in Windows 8.1 on Dell latitude E6520 machines.  Every E6520 with windows 8.1.   Error message is: Log Name:      Application Source:        Application Error Date:          4/15/2014 3:54:06 PM Event ID:      1000 Task C

  • How to count words in a text ?

    Hi all, can anyone show me how to count the number of words in a text. thank in advandce, Toan.

  • Display 'No Data Found' if the records doesnot match the parameter

    Can anyone pls answer this question. I have just one parameter, if i select a value from the parameter and the results matches then the report shows records which is obvious but IF no data is matching to the value I selected in parameter, Can I didpl

  • Java 8 not working with Mavericks help

    Updated to Mavericks and went to my dashboard, error screen opens says I need the Java Runtime Environment I installed it (JAVA 8) and it still does not work. Ideas help?

  • JAXB (XJC) problem with Java 1.4.2_02

    Hi, I am trying to migrate our system to Java version 1.4.2_02 (currently using 1.4.1_02). We use XJC from JAXB to compile XML schema files into java classes. JAXB is packaged in JWSDP (we are using version 1.3). I am currently experiencing a problem