Delta Extractors: To Add Timestamp to table

Hi All,
We have a requirement to make 0GL_ACCOUNT_ATTR to work in delta mode. 0GL_ACCOUNT_ATTR datasource is based on SKA1 database table .
But with SKA1 table we dont have any timestamp field or calendar day fields.
We have another requirement to make YC_CTTR_YCCOMPACC to work in delta mode. YC_CTTR_YCCOMPACC  is based on SKB1 table.
But with SKB1 table we dont have any timestamp field or calendar day fields.
Please let me know how to acheive this requirement.
Thanks,
Arun

Hi,
No need to do anything for the 0GL_ACCOUNT_ATTR datasouce. It is already delta enabled. I guess you are running full loads for some reason. You can do an init from BW and carry on with the delta loads afterwards.
For the other extractor, from RSO2 change mode of datasource, datasource menu, ALE delta, give the details like extractor, change doc (SACH) etc. Replicate to BW and test the datasouce by doing init. Ask functional folks to make changes and do delta load and check if the changes are captured. I have never done this before. Try it and let us know if it works.

Similar Messages

  • Custom delta extractor: All data deleted in source table in R/3

    Hi everyone,
    I have made a custom delta extractor from R/3 to a BW system. The setup is the following:
    The source table in R/3 holds a timestamp, which is used for the delta. The data is afterwards loaded to a DSO in the BW system. The extractor works as expected with delta capability. Furthermore if I delete a record in the source table, this is not transmitted to the DSO, which is also as expected.
    The issue is this however: If we delete all data in the source table, then on the next load there is a request showing 1 record transfered to the DSO. This request does, however, not show up in the PSA, and afterwards all data fields in the DSO is set to initial.
    Does anyone know why this happens?
    Thank you in advance.
    Philip R. Jarnhus

    Hi Philip,
    As you have used generic extractor I am not sure how the ROCANCEL will work but you can check the below link for more information,
    [0RECORDMODE;
    Regards,
    Durgesh.

  • No records in delta extractor after change

    We have a generic delta extractor that is based on ztable filled by a scheduled load program.
    Last week I changed some records and then ran the transaction to fill the table and the program correctly filled the table and the extractor had the delta data.
    I then extracted a delta init to an ODS in BW where I had to manually change the QM status of the load from yellow to green and got the status messages that the timestamp had changed from 0 to xxxxxx
    Now after this init delta load, I went into R/3 again and changed the records.
    Ran the transaction to fill the ztable but no records come up in there.
    Also the extractor has no delta records.
    In VBAP I see the changed items but in 2lis_11_vaitm, no delta records.
    Any thoughts?
    Edited by: CC on Jul 1, 2008 12:33 AM

    Hi,
    We have a generic delta extractor that is based on ztable filled by a scheduled load program.
    Now after this init delta load, I went into R/3 again and changed the records.
    Ran the transaction to fill the ztable but no records come up in there.
    Also the extractor has no delta records.
    If I understand correctly, the load program did not add any records to  'ztable'.
    If that is the case the extractor running off  'ztable' would not deliver any delta records as there is nothing to deliver.
    If my understanding is right you should revisit the load program of 'ztable' to see why it is not filling 'ztable' table as you expect.
    BR/
    Mathew.

  • Generic delta Extractors

    Hi All,
    I have a requirement to develop generic DELTA extractors.  have extensively created generic ectractors using function module RSAX_BIW_GET_DATA_SIMPLE.
    Can you please let me know how to create generic delta extractors with Steps.
    Also How the tabel ROOSGENDLM us used in generic extractors..
    Point will be assigned to useful answers..
    Regards,
    Bill

    Hi Bill,
    check this out: Generic Extraction via Function Module
    You do not have to take care about that table, the service api will do that for your, you only need to take care about the information (delta date, timestamp or pointer) passed to the fm by the api and design your coding related to that information.
    regards
    Siggi

  • Why isnt there a delta extractor for CCA Commitments

    Can someone explain why there is not a delta extractor for CCA Commitments; whereas there is one for CCA Actual - Line Items?  
    Both CCA commitments and Actuals are stored in table COSP; which has no date/time stamp.  Somehow the CCA Actuals can be delta enabled, however.

    The actuals are actually taken from COVP - this is a view across COBK and COEP (from memory - I could be wrong)
    COBK has the timestamp that is used - there is no requirement to take changes to CO documents as you cannot change any important information in CO relevant for BW
    If you do - then the change is not reflected in BW
    Regarding why no delta for commitments - I can not comment - I avoid this like the plague
    Have you see Note 721519 - Delta update for FI-FM DataSources

  • Problem in creating a Generic Extractor on a custom 'Z' table

    This is regarding an earlier question I posted in sdn today. I am trying to create a generic extractor on a custom 'Z' table and iam getting the following message.
    Invalid extract structure template YBW_Z3PVR of DataSource YCNA_3PVAR_RPT
    Message no. R8359
    Diagnosis
    You tried to generate an extract structure with the template structure Z3PVR. This operation failed, because the template structure quantity fields or currency fields, for example, field MENGE refer to a different table.
    Procedure
    Use the template structure to create a view or DDIC structure that does not contain the inadmissable fields.
    Please advise. how do i solve this?

    Hi there,
    Is your Z* table working? It must be add check field for quantity field and currency field.
    Hope this helps.

  • Delta Extractor Is not picking changed values

    Hi All,
    When the values or texts in a PO are changed the delta extractor is picking up the changed values as deltas  (provided the changes where done in PO <b>Header</b> or <b>Item Overview</b>) but when a PO values or text that are changed in the <b>Item Details</b> the delta mechanism is not picking up the changed values (the fields whose values are changed were initially not in the LO Cockpit Extractor they where added and the values to these fields are populated using an ABAP Program)
    Is there a reason that Delta mechanism doesn't work for fields that are not delivered by the SAP Extractor or do we need to modify the code in order to collect these changed values by Delta Mechanism (Direct Delta as the Update Mode).
    Please let me know if anybody came across the same problem .
    Thank you all in advance.
    Regards,
    Dhanam

    Hi,
    this is another story.....
    You'll have to
    - enhance the PO items table (EKPO) with your fields
    - activate the right customer exit for purchase orders (search in SMOD; or in this forum..) and populate your fields during this exit. if the field needs to be maintainable by the R3 user, you'll have find a SAP exit (again SMOD) in order customize one of the screen and populate your fields in R3.
    - use another exit to populate the new fields to LO delta queue
    - enhance your BW extract structure (done)
    - and so on...
    As you can imagine, the above get quite more complicated (an expert in MM shall support you) and it needs to be approved by the PM since you'll modify R3.
    But that's basically it!
    hope this helps...
    Olivier.

  • Multiple Usage of a Delta Extractor from R/3

    Dear all,
    do anybody know if a Delta Extractor from one R/3 system could be used in different SAP BW Systems?
    Many thanks
    Didi

    Hi Dieter,
    your comment:
    "e.g. 2 BW systems that should get the same data from one Delta Extraktor."
    is very much possible.
    The Initialize information in the source system (R3 system) is maintained in the Table ROOSPRMSC.
    If you check the Key fields in this table , you will find
    DataSource
    DWH System  
    Source system
    An R3 system can supply a Number of BW systems via DELTA.
    Cheers,
    Praveen.

  • Creation of Function Module Delta Extractor

    can anybody Explain me ,
    How  anybody  handle delta in FM extractor . have you codes  .
    Any body provide me Codes of Z  FM Delta Extractor .
    Edited by: skarya2003 on Dec 7, 2009 10:22 PM

    Hi,
    One way of handling delta is to use table ROOSGENDLM. This table stores the information of last load for a data soure.
    In the FM code, we and read this table to get the time stamp to last load and can use that value for loading delta if delta is based on creation or changed date of document.
    Here is one sample code:
    READ TABLE g_t_select INTO l_s_select
                                         WITH KEY fieldnm = 'ZDATE'.
            IF sy-subrc EQ 0.
              CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET'
                IMPORTING
                  OWN_LOGICAL_SYSTEM             = lw_slogsys
                EXCEPTIONS
                  OWN_LOGICAL_SYSTEM_NOT_DEFINED = 1
                  OTHERS                         = 2.
              IF SY-SUBRC EQ 0.
                SELECT SINGLE *
                         FROM roosgendlm
                        WHERE oltpsource EQ <Data Source Name>
                          AND slogsys    EQ lw_slogsys.
                IF sy-subrc EQ 0.
                  lw_date = roosgendlm-DELTAID.
                ENDIF.
              ENDIF.                        
            ENDIF.                       
    Open cursor for Sales Orders
            OPEN CURSOR G_CURSOR FOR
              Select VBELN
                     ERDAT
                     SPART From VBAK
              Where  VBELN IN l_r_vbeln
              AND   ( ( ERDAT GE lw_date ) OR ( AEDAT GE lw_date ) )
              AND    SPART IN l_r_spart.
    I hope this should help you.
    Regards,
    Gaurav

  • Problem with 0FI_GL_4 Delta extractor

    hi everyone,
    I have encountered a problem when using 0FI_GL_4 delta extractor.
    As I had changed the settings in table BWOM_SETTINGS according to note 485958, the datasource should be able to extract FI lines up to the day I run the extractor.
    Here is the problem:
    At 1st March, 01:18 am, I ran the extractor and get some records.
    I found that FI lines with createdon date later than 29th Feb 16:00 were not extracted to BW. According to that note, shouldn't I get all FI lines created on 29th Feb?
    After 30 minutes, I ran the extractor again. These records came to BW this time. That's strange.
    My settings in table BWOM_SETTINGS:
         EXTLOG     
         ORGSYSONLY     
         NOTSSELECT     
         OBJSELSIZE     X
         FLAG_AL     
         OBJCURTYPE     10
         BWFILOWLIM     19910101
         BWFISAFETY     1
         BUFFERREF     
         OBJSELSICO     X
         BWFITIMBOR     020000
         BWFIOVERLA     X
         DELTIMEST     60
         PRICECOMP     X
    Thanks for your help!

    Hi,
    I agree with Murali as your are extracting data before 02.00 AM the data till yesterday will be extracted.
    Check the below link for more information,
    [http://help.sap.com/saphelp_bw33/helpdata/en/af/16533bbb15b762e10000000a114084/content.htm]
    but as per your another post the second extraction happened before 0200, just cross check one thing that the time noted was not from local machine but was from app server.
    Rgards,
    Durgesh.

  • Upper/Lower limit for delta extractor

    Hi Experts,
    Where can I see the configuration of the upper/lower safety limit for a delta extractor (tcode)?  I would like to determine the configuration of one of our FI extractors.
    Regards
    Mark

    Hi Chandra,
    When checking the source system the extractor is extracted using FM RKE_BIW_GET_DATA_API.  When we display the datasource and click on generic delta, we are getting an error "Specified table does not exist."
    Forgot to mention this is a SAP delivered extractor for CO-PA.
    Regards
    Mark

  • How to add a new table or view in the view object

    hello,every one.
    I wanna add a new table or view in the view object's query statement.
    when the table or view not in the where clause,the query statement is working fine.
    If they in the where clause,I got the "java.lang.NullPointerException".
    who can help me
    thank you very much

    thank you for your reply
    I wanna extend the VO
    oracle.apps.pay.selfservice.payslip.US.server.PayPayslipGetPersonDetail
    the original sql is:
    SELECT ppf.person_id,
    FROM per_people_f ppf,
    per_assignments_f paf,
    pay_assignment_actions paa
    where paa.assignment_action_id = :1 AND paf.assignment_id = paa.assignment_id AND SYSDATE BETWEEN paf.effective_start_date AND paf.effective_end_date AND paf.person_id = ppf.person_id
    I wanna extend:
    SELECT ppf.person_id, pay_v.element_name,pay_v.assignment_action_id
    FROM per_people_f ppf,
    per_assignments_f paf,
    pay_assignment_actions paa,
    pay_run_results_v pay_v
    where paa.assignment_action_id = :1 AND paf.assignment_id = paa.assignment_id AND SYSDATE BETWEEN paf.effective_start_date AND paf.effective_end_date AND paf.person_id = ppf.person_id
    pay_v.assignment_action_id =paa.assignment_action_id
    if the pay.v in the where clause. I will got the exception. whereas,it's works fine.

  • How to add a new tables in the existing Pricing Report

    Hi,
    I have created Z2 list report in the pricing report (V/LD) with some tables and field names.
    Now I got one requirement that i have to Add some more tables and filed names in the List Report Z2 in the pricing report.
    Could anyone helpme out how can i add tables and fileds names to the existing list report in the Pricing report
    Thanks for your support
    Best Regards
    Amjathpasha

    hi, Pasha:
    May i know how to solve this problem? as i also met this kind of problem.
    and i tried V/lb, do not find the place to add the table.
    Thanks,
    Linda

  • Add a new table to an existing Print Layout Designer report

    Is it possible to add a new table to an existing Print Layout Designer report? For example, in the Production Order there is a Sales Order field (which is displayed on the report), I would like to display some information from UDFs found on the Sales Order, but when I add a Database Field to the report the Sales Order tables does not appear in the list (OWOR).

    Hi
    It is possible provided there is a relationship which exists between two tables.
    You can add a Database field. Goto the Properties and selct Content Tab.
    Now in the Table dropdown, hold the Alt Key and click. This displays all the tables in B1. After selecting the Table, you can select the related Column.
    Remember there should be a relationship which exists between this column and existing columns.
    Because PLD works completely on Joins to my understanding

  • How to add radiobutton in table control

    dear all
    i want to add radiobutton in table control and want to select the corresponding data
    & display that selected data in another screen
    please guide.
    Moderator Message: Please search for available information before posting.
    Edited by: kishan P on Jun 3, 2011 4:08 PM

    Hi,
    Go through the below link.
    <<link removed by moderator>>
    Hope it will be useful to you.
    Edited by: kishan P on Jun 3, 2011 4:07 PM

Maybe you are looking for

  • Macbook Pro 15'' Unibody - Cannot recognize replacement hard drive. Weird

    Hello everybody, I am having a very weird problem with my Macbook Pro 15'' Mid 2009 model. I recently damaged my hard drive, so I decided to buy a new one, which is exactly the same model as the one that I had. A Seagate ST9500420AS 500 GB 7,200 rpm.

  • Web Services spontaneous turning off on Color LaserJet CM4540 MFP

    We are using ePrint on four seperate Color LaserJet CM4540 Multifunction printers in a business environment where we elected to activate ePrint in order to allow wireless printing for our iPhone and iPad users. We were able to set it up and get it wo

  • Exporting FLASH

    Hi everyone I have Flash 8 pro and am trying to export my video from final cut for the web. I can export as flv file, but can anyone help me understand how to use that for the web? I'm so confused with how to use flash. Anyone have any suggestions? T

  • How to monitor Opportunity Processing

    Hi all, I have created Opprtunity & assigned different phases in Sales Cycle. When Opportunity processing thru different phases like quoatation, order or close, how i can maintained record of it. Do i need to create a new opportunity or transaction a

  • User status for Notification and Work order

    We generate Service Notification IW26. I have already configured user status like PMND (Planning order not done), AWOP (Awaiting ordered parts) etc. in the Work order a while ago. Now the user wants same User status to the Notification as well. I lik