Delta not reflecting in ODS

Dear All,
         I am pulling data from Ztable (R/3) using generic extraction. The data is on planned production. The fields are YEAR,MONTH,WEEK, UPLOAD-DATE , MATERIAL,QUANTITY. The R/3 user uploads a flat file every month into this Ztable. During the month if changes in data are to be done.He deletes the recent upload and makes changes in required fields and re-uploads the file into Ztable. The only changes he does are in the QUANTITY Field. In R/3 the generic datasource I create , I use Generic Delta with "new status for changes records". I am confused which field I should use, UPLOAD-DATE or QUANTITY for "Delta-specific field". Whichever field I choose and test, I take this Delta into ODS. In ODS although when I take "INIT DELTA PROCESS" for a particular YEAR, I pull the all records pertaining to that year. But when the user changes info in ZTABLE hence-forth ,those changes are not pulled when I take further "DELTA UPDATE" into my ODS.  Why is that?
Regards,
Ratish
[email protected]

Hi Ratish,
What is approximate data volume in Ztable ?? If its not significant then opt for full updload .
Second option is, if possible insert time stamp field in the Ztable and populate it with the timestamp of record change. Create generic extractor delta on the timestamp field.
Hope that helps.
Regards
Mr Kapadia
Removed

Similar Messages

  • Changes are not reflected in ODS

    Hi all
    Can anyone help me with this!!!!!!!!
    There is an ODS1 which gets data from transparent table. From ODS2 data is loaded into transparent table. Then the data is deleted from ODS1 and ODS2.
    Again the data is reloaded into ODS2 and then into ODS1.
    The changes are reflected in the ODS2 and changes are not reflected in ODS1
    Even after refreshing also changes are not reflected in the ODS1.
    what could be done??????
    Thanks
    Rani

    Hi rani,
    U need to check whether the changes are reflected in the transparent table once you reload it from DSO2.
    The reason might be, the key of the table might be different hence it might be adding records instead of overwriting or updating it. If there is any code used, check the logic whether u are appending or modifying the contents of the table. generally it should be modifying the contents.
    Hope this help
    Regds,
    Shashank

  • Delta data changes are not reflecting from ODS to another infocube

    ODS1 --->Infocube1  - Field1,field2,field3
    ODS2 -
    > Infocube 2  -
    Field 2-1,2-2,2-3,field2-4
    Both datasource information are totally different.
    Delta changes are captured in the field3 in ODS1 and Infocube 1 also.
    Field3 and Field 2-3 is the same field .Infocube 2 - I have included infoobject and populating the value from ODS1-Field3.
    The question is
    Whenever I capture the changes from ODS1-field3 -the similar changes also needs to be updated here in infocube2 -field2- 3.
    Start routine : I have created code like ,
    SELECT field1 field2 field3
      INTO CORRESPONDING FIELDS OF TABLE IT_field
      FROM /BIC/aods1.
    Update rule routine : Select the field2-3 in the characteristic- routine
      READ TABLE IT_field INTO LS_field
      WITH TABLE KEY
      field1 = COMM_STRUCTURE-field2-1
    Field 2 = COMM_STRUCTURE-field2-2.
    Result = LS_field -field2-3.
    If I load the full load to infocube 2  -no problem.
    Is their any other way Can I capture the transactional data changes in infocube 2.
    Advance thanks

    Thanks for quick update. You are right.
    There is no problem from  ODS1 --->Infocube1 - Delta is working properly.
    My question is ,
    ODS1 has a field 3. Whenever new changes happen for this field3 - I have to capture the simialr changes in the Infocube 2 and the fieldis 2-3.
    field3 and field 2-3 is the same field infoobject .
    Whenever the changes occurs inthe tranasation - ODS1-field 3 will capture the changes. How can I capture the similar changes in Infocube 2 and the field 2-3.

  • Delta not reflecting in Queue (RSA7)

    For testing purpose we posted some FI documents in R/3(Devlopment) side using tcode F-02
    after that we used tcode RSA3
    DataSource: 0FI_GL_4
    Update mode: D
    Target System: BIWXYZ
    after extraction we could view the posted enteries...
    after 1 day(As FI data gets available in queue after 24hrs) we tried to view the same in delta queue using tcode RSA7 but its not being reflected over there
    any clue???

    Hello Alok,
    RSA3 picks the record from the delta queue which in turn for the FI data source shows the records which are part of delta.
    FI data source do not use the delta queue and store records into that like LO data source
    There are delta is triggered by the API's....that is at the time when the infopackage is scheduled in BW the delta entries are pulled based on timestamp and before that they are not stored anywhere separately.
    So the entry in delta queue for FI data sources tells that init is done for the data source and delta can be scheduled...but there is no such mechnisam or periodic jobs to push the records from the FI tables to extractors as in the case of LO data sources and where we see the records in RSA7...therefor wwe dont see records in delta queue for the FI data sources and this is how FI data sources are designed.
    once the delta is scheduled then the records are kept  for the purpose of repeat delta and this most probably you can see if you use the delta repetition in RSA7 display...but i think its not possible even there..
    Thanks
    Ajeet

  • Final delivery indicator not reflected in BW ODS

    Hi Experts,
    I have situation like, final delivery indicator not reflected in BW ODS for purchase order. In R/3 it is X, in BW showing space. There is direct mapping from datasource field to ODS for this field.Loading also seems to be ok.
    Cna you please give some points where this information is missing.
    Thanks
    Konda Reddy

    Hi konda,
    See the business senerio it is not fetching the data u have to write a formula in transformation based on requirement.
    Regards,
    Lakshmi

  • LPA changes are not reflected fully in 2LIS_02_SCL

    The changes done to scheduling agreement, schedule lines are not reflecting in 2LIS_02_SCL, and there by resulting errors in delta update in BI system.
    For example
         LPA     RM     SCL     Quantity                                    (2LIS_02_SCL)
    ODS(A)      3001             15          800
    ODS(C)     3001     X     15          300
         3001          15          800
    PSA       3001     X     15          400
            3001             15          900
    As we are using the Update type Addition,
    From PSA, it is clear that the change is 500; this change got reflected in ODS properly.
    But when I compare ODS data with EKET data,
    LPA     SCL     ODS(Active)          EKET
    3001     15     800               900
    As you can see wrong validation results between BI & R3
    I am missing the below  changes happened to SCL in the extractor
         3001     X     15          300     
         3001          15          400
    The missing above entry is resulting errors.
    Does anybody know how the EKET line changes can be tracked?
    How to check the V3 Update, we checked the program: RMBWV302
    Does anybody have idea where to track this error.
    Note: the above case is happening to only a for few documents
    Regards,
    NK.A
    Message was edited by:
            nandakumar a

    Hi Renjith,
    Thanks for the reply. Can you please let me know few more answers to the below points.
    As the datasource 2LIS_02_SCL does not takes this event into account (only MA, MB, MC and MD), this field is not passed to BW (you can see the events per datasource in transaction LBWE)
    You are referring to posting of the Material Ledger posting right ? Can you please give some more information about MA MB MC MD as I have verified in LBWE and could not find anything about it except that its picking that GLMNG value from MCEKET table.
    Renjith, Please update your views on the below query. I am not able to get any answers from anyone on this query. I appreciate your reply.
    In my opinion you would be able to fill it in the customer-exit of LIS (EXIT_SAPLEINS_001) or BW (EXIT_SAPLRSAP_001)
    If I add a zfield to the SCL DS and then populate that field with the code in the include ZXRSAU01 , EXIT_SAPLRSAP_001 in that going to help.
    Do I have to verify the events MA MB MC and MD while populating this zfield or I can just do a direct lookup on EKET
    select single * from EKET
    where EBELN = l_MC02M_0SCL-EBELN
    and EBELP = l_MC02M_0SCL-EBELP
    and ETENR = l_MC02M_0SCL-ETENR will do ?
    So when ever the ds fields are getting populated in the org DS ...it will find this zfield in the same structure and will fill this field. Is that going to fix it ? I have also found couple of SAP Notes on the same issue and do you think implementing those notes will fix the problem without the zfield or code.
    Could you please check out these notes 100690 and 431145. Please suggest.
    Thanks,
    Daniel

  • 2LIS_02_ITM deleted line items are not reflected in BW

    Hi,
    Our current Data flow 2LIS_02_ITM-->DSO-->CUBE.
    I am analyzing a Invoice, When it is created 01.04.2014 it has got 10 Line Items and all the data is load to BW,Invoice with 10 Line items.
    In ECC I can now see the same Invoice only got 5 line items and from change log I can see 5 line items are deleted on 15.04.2014.These changes are not reflected in BW.In BW invoice data still shows 10 line items.
    If I perform setup table job and ECC RSA3 for that invoice I am getting only 5.
    I believe it’s something to do with 0RECORDMODE,Can you please let me know how to fix this in BW.
    Thanks

    Yes this is a known behavior in case of deltas.
    For Deleted line items Rocancel field will have an entry with R.
    To handle this you need to map ROCANCEL field in Technical group of transformation (Between Datasource to DSO) with 0Recordmode.
    Once you will do that then after activating the data in DSO it will nullify the records and deleted order or item will not appear.
    Regards,
    AL

  • Changes in MM02 not reflecting in COPA lin item report

    Hi,
    In my project during data conversion material was grouped wrongly. We realised it later once we started designing COPA reports. The material is used by seven company codes. The basic material group defined in basic data is used by all company codes while Material group 1,2,3 4 and 5 are used by company specific defined in sales orgs 2 View in MM master(MM01).
    I am designing report for three companies by using material group 1,2,3,4 and 5.
    We tried changing the material group 1,2,3,4 and 5 for wrongly grouped materials in MM02. But in COPA report these changes are not reflecting. The grouping in report is still as per the data conversion grouping.
    Please suggest on how should we rectify our material grouping to reflect in COPA report.
    Regds

    Hi,
    in COPA reports characteristics are read from the COPA tables, they are not dynamically derived at the time of executing the report. In the COPA tables oyu will find the characteristic as derived at the moment of posting the line item.
    If the characeristic that you want to rectify is in the definition of your your COPA segments - which you can check through TC KEQ3 - then there is possibility to carry changed master data over to past COPA data.
    TC KEND allows you change the existing COPA segments according to current master data. However, it will not make changes to table CE1XXXX, where COPA line items are stored, but changes happen on the segment level (CE4XXXX).
    This means that you always see the changes in COPA reports that read from segments, but not in line item based reports.
    To change your output from line item based reports I see no other possibilty but to make correcting entries in CE1XXXX using KE21N or KEFC.
    If you should consider using KEND please read the documentation for "realignment". It can create problems, for example if you have a SAP BW that is delta-updated from CE11XXX. Also your summarization levels for COPA have to be rebuilt after KEND.

  • Some records not transfer from ODS to infocube

    Hello BW folks ,
    We have an ODS which stores the various sales doc. types.
    We are transfering all the data from this ODS to infocube. We do not have any routine or filter conditions while loading data from ODS to infocube.
    In the update rules of infocube we do not have any routine written .
    Also no start routine is present in Infocube.
    The data is loaded successfully from ODS to infocube.
    But still a particular 'sales doc type' is not transfer from ODS to infocube.
    While this 'sales doc type' is present in ODS.
    The Sales doc type is maintained with respect to the Ordernumber. So If I check the Ordernumber of that sales doc type in ODS then the same Order Number is not present in infocube.
    Means some / few Ordernumbers also getting deleted while transfering data from ODS to infocube.
    We do not have any object in update rules as master data attribute of.
    Please suggest me what to do in this case.
    Amol.

    hello VC,
    I have checked that in ODS update rules , for key figures we have update type as Addition and the data from ODS to infocube is INIT and then delta.
    Is this the reason for Overwritting the particular sales doc type ?
    I thing we should do full upload only from ODS to infocube in this case.
    Regards,
    Amol.

  • Buyer changed Promised should not reflect in supplier portal.

    Hi,
    I am creating a PO with NBD to D30 and promised date (NBD - Transit time) to D25 and approve it.
    Now this PO goes to supplier through iSupplier.
    Supplier changes the date to D40 as new promised date.
    This goes back to Buyer and Buyer changes the Promised date and reapprove it.
    Now since FOB on buyer's side, he can decide the transit only before 1 week time of shipment. So the transit time may change 5 to 10 days or 20 days or remains 5 days only.
    Based on that, Buyer will change the promised date 1 week shipment and reapprove the PO.
    Now this change should not reflect in iSupplier. Because the pomised date may some time more than (D45) what supplier promised (D40).And this may affect their performance report (Supplier point of view)
    Please suggest, Is there workaround?
    Thanks,
    Jey

    Hi,
    As Infocube is additive and ODS is over write, if you want single value and that is addition of both first and second then compress the data in the cube. it is not possible to have latest value from the cube. in ODS it is possible to have latest value.
    Best regards,
    Malli.

  • Material regrouping in MM02 not reflecting in COPA report

    Hi,
    In my project during data conversion material was grouped wrongly. We realised it later once we started designing COPA reports. The material is used by seven company codes. The basic material group defined in basic data is used by all company codes while Material group 1,2,3 4 and 5 are used by company specific defined in sales orgs 2 View in MM master(MM01).
    I am designing report for three companies by using material group 1,2,3,4 and 5.
    We tried changing the material group 1,2,3,4 and 5 for wrongly grouped materials in MM02. But in COPA report these changes are not reflecting. The grouping in report is still as per the data conversion grouping.
    Please suggest on how should we rectify our material grouping to reflect in COPA report.
    Regds

    Hi,
    in COPA reports characteristics are read from the COPA tables, they are not dynamically derived at the time of executing the report. In the COPA tables oyu will find the characteristic as derived at the moment of posting the line item.
    If the characeristic that you want to rectify is in the definition of your your COPA segments - which you can check through TC KEQ3 - then there is possibility to carry changed master data over to past COPA data.
    TC KEND allows you change the existing COPA segments according to current master data. However, it will not make changes to table CE1XXXX, where COPA line items are stored, but changes happen on the segment level (CE4XXXX).
    This means that you always see the changes in COPA reports that read from segments, but not in line item based reports.
    To change your output from line item based reports I see no other possibilty but to make correcting entries in CE1XXXX using KE21N or KEFC.
    If you should consider using KEND please read the documentation for "realignment". It can create problems, for example if you have a SAP BW that is delta-updated from CE11XXX. Also your summarization levels for COPA have to be rebuilt after KEND.

  • Delta load problem from ODS

    Hello everyone here.........,
    I have a problem loading frm ODS to another target with delta.
    Actually to ODS i am loading from two datasources. Both are full loads. Full1 and Full2. When i am trying to load from ODS to another target with delta..., it takes only Full1 data not Full2. So for loading Full2 now i am loading manually.
    so why this happend here. Please let me know how to do
    for making full2 also automatically........,
    swetha

    yes u r correct. after full1 loaded into ODS, its activating the ODS. these two can done through process chain. For full2 load we are loading manually. and doing manual activation.
    lets take small example here that for yesterdays full1 & activation has done successfully. and after that i am loading
    full2 manually & activated. and again today process chain ran, it loads full1 & activated ODS. Now what i am thinking is does this further datamart load which is run in process chain picks only full1 load and it doesn't pick full2 load which is already loaded & activated successfully.
    I think u will get what i suppose to ask you now...,
    clear my confusion here please......
    swetha

  • Delta between cube and ods

    I have existing deltas between ods into cube.
    Now, new deltas into cube are failing for lack of init!
    A new init is not possible from ods to cube, because there is already one in infopak.
    Problem is "The data mart status on the ods is empty."
    I need help in setting this datamart status to being init done, is there an table fix?
    What tables are involved in this ?
    Thanks
    Gopi

    RSDMDELTA table stores the datamart status of requests.

  • Delta Load failure from ODS to Cube

    Experts,
    After CRM upgrade, I had to reinitilized the delta process. In this, I reloaded ODS with first init delta without data and then delta load with new data created in CRM. This worked good so far. After this when I tried to load cube with init. delta without data, no issues. But delta load from ODS to Cube doesn't work. Does anybody have any suggestions, please?
    Thanks,
    Nimesh
    Following error observed in Status for delta load from ODS to Cube.
    Error when transferring data; communication error when analyzing
    Diagnosis
    Data Packets or Info Packets are missing in BW, but there were - as far as can be seen - no processing errors in the source system. It is
    therefore probable that an error arose in the data transfer.
    With the analysis an attempt was made to read the ALE outbox of the source system, which lead to error .
    It is possible that no connection exists to the source system.
    Procedure
    Check the TRFC overview in the source system.
    Check the connection of the source system for errors and check the
    authorizations and profiles of the remote user in both the BW and
    source systems.
    Check th ALE outbox of the source system for IDocs that have not been

    Hi,
    As far as i understood, you have successful deltas' loading to the ODS and you want to update entire ODS data to the Cube followed by daily delta's.
    If this is the case,
    Make sure that you have active update rules exist between ODS and Cube.
    First goto your ODS and right click and select option 'Update ODS data in data target'.
    Select Init update > IT will take you to the init info package where you select init <b>with data transfer</b> (Init with data transfer will bring all the records from ODS to Cube)
    Once init is completed ,you can schedule to load delta's regularly form ODS to Cube by following the same steps.
    Hope this helps
    Praveen
    Message was edited by:
            Praveen Vujjini

  • Master data modified at SQL end not reflecting in Info object master data

    Hi All,
    we have done some data modification at SQl end where the modified data not reflecting in infoobjects master data.
    for example:
    we have split/skills numbers like 1-1000 in the data base and now we did some modifications to that particular split/skills numbers and uploaded that data successfully in the SQL end.now the problem is that modified data is not reflecting in split/skill info-objects and showing the same old data but not the modified one.can you please explain me how to reflect that modified data in BI side.
    regards
    Vamshi D Krishna

    Hi vamshi ,
    what is type of data load to master data infoobject (Full / Delta), if you know the split/skills numbers, try to load with repair full till PSA and check the data. if data is correct you can load to infoobjects and data will be overwrite, after loading data into infoobject -> in RSA1 -> infoobjects-> right and select "Activate master Data" ( this is not a mandatory step, if there is any M and A version data is there that will be adjusted.)  and updated data will be available infoobject master data.
    Regards,
    Daya Sagar

Maybe you are looking for

  • How can I use my ADC apple cinema display on my iMac 2006 with mini display port?

    I got this new screen on eBay for £20 and its an old ADC display and to my annoyance I found there isn't a way to hook it up to my iMac with a mini dvi port . So I was wondering if there is a work around that the community has come up with or if its

  • Sort data does not match song info

    I've just discovered that some of my songs have sort data from different files. Short of going though all my music song by song is there a way to clear all sort data?

  • Help library gone

    My whole library has gone , it came up with a message saying that the ipod wasnt logged on this computer or something but I have never synced it on any other computer. Now whole library gone andall that money wasted? please how do i get it all back t

  • Tds problem

    i pass entry f-48 for advace payment that time surcharge not charge beco every time change master dta eg== vendor master data tax colum--- invoce time libale my problem is i change master data  & liable to payment cloum  what is permonant solutiaon (

  • Schedule a crystal report ?

    Hello BW Experts, Can we schedule a crystal report from BW? what are the steps to be followed and transactions? Suggestions appreciated. Thanks, BWer