Delta in enhanced 0HR_PT_1 DataSource

Hi gurus,
I have a problem with enhanced 0HR_PT_1 DataSource.
There are some fields added to the extractor structure and one of these fields (ZNIEOB) should be the base for delta queue.
Unfortunatelly the delta mechanism doesn't work as it should - the changes in ZNIEOB field don't generate delta records.
How should I modify the extractor to make the delta work?

Hi,
Please check if pseudo delta helps:
dummy delta/pseudo delta
-Vikram

Similar Messages

  • 0HR_PT_1 Datasource doesnot extract New employees in Delta Load

    Hi Gurus,
    I did an initialization of delta based on Company code selection and calendar month range (01.2008 to 12.2009) in the month of Aug-09 around 60million records came into BI.The dataload was successfull (Info yellow but made into green). After that when the new employees created in ECC for these emplyoees there is no data being extracted through 0HR_PT_1 datasource.
    Gone through the following notes
    Note 670751 - Time management extractors and new employees
    This talks ablut selection range for Personnel Number which i have not given at the time of init. But now already data is there in BI and it will take hell out of time. Its not sure even though we did init selection with peronal Number ranges 10 years data is coming into BI.
    Note 353177 - Long-run. progr. at time data extrct. in delta mode
    This note talks about time frame which itself is a confict with the infotype 0439.
    Please suggest how to minimize the successfull initialization of delta with out missing the new employees workschedule data.

    If u click the 'Documentation' icon at the IMG node, u can see the following
    Define Time Frame for Transfer
    In this step, you define the time frame used to select time data for reports in the Business Warehouse. Only time data entered for a date or period within this time frame is transferred to BW.
    The time frame you specify is activated when you
    Request data for initializing the delta transfer
    Request the delta since the last request or repeat the delta request
    Transfer all requested data and do not restrict the required period in BW.
    Example
    1. You regularly use BW to gain an overview of the current calendar year.
    You enter January 1, 2001 as the earliest transfer date and December 31, 2001 as the latest transfer date. At the start of the next year, you set the dates forward one year.
    2. You want to have regular access to the current data. You also want to take account of time data that has changed in the last six months. You are also interested in absences that have been recorded for future periods.
    You therefore set the earliest transfer data to six months ago and the latest transfer date to six months in the future. Each month, you set the dates forward one month.
    Recommendation
    Make the time frame as small as possible to avoid unnecessarily long runtimes, and as large as necessary to transfer all relevant data.
    Activities
    1. Choose the Check Feature TIMMO activity.
    2. Check the modifiers specified. If you want to use special modifiers for BW, adjust the feature accordingly.
    3. Choose the Earliest Transfer Date activity and enter the date up to which
    a) Data is to be selected (when you request all data)
    b) All changes made after the last request are to be selected (for a delta request)
    4. Choose the Latest Transfer Date activity and enter the date up to which data entered for the future is to be selected.
    5. Note these activities (outside the SAP system) for your periodical activities so that you can update the time frame monthly or annually, for example.

  • Enhance COPA datasource

    I need to enhance a COPA datasource but I cannot add fields in COPA structure as it is already full. So Need to write a code to populate the fields. We require partner function fields from VBPA table and populate the data.
    I cannot create generic delta based on VBPA as this does not contain timestamp field.
    When writing the code and populate the data, Will this fetch Delta data for COPA datasource? for ex. if someone changes the partner function for sales order will that be captured as a delta? If not then please suggest what should be the approach for above.
    Regards,
    Girish

    Hi,
    Look up will work. it will be another way for you.
    but delta on partner function will won't work thru LO data sources.
    LO data sources are standard one and will work on their own delta function.
    You need to understand more functionally about partner function.
    this won't be the unique for one record. same function will may have multiple records.
    in such cases we don't have any option to make partner function as delta relevant field thru custom data source.
    Another work around:
    Create one custom data source on table VBPA with less fields along with partner function.
    load custom data source data to bw DSO(xyz).
    create multiprovider on custom DSO(xyz) and copa cube.
    At data source - you need to run daily full load only(info pack and dtp)
    Thanks

  • Delta update for 0FI_AR_4 DataSource

    Hi Experts,
    We have a couple of reports (Infoprovider ODS) which are based on the 0FI_AR_4 DataSource. We have enhanced the Datasource and added 7 to 8 fields from SD and FI region. For enabling delta current mapping is: UPDMOD (R/3) field mapped to 0RECORDMODE (BW).
    One of the enhanced FI field is Collection Specialist. If this Collection Specialist Master record is changed for a particular Customer, all the newly generated  Accounting Document shows the current Collection specialist but the already existing Accounting Document in BW are not getting converted to the current Collection Specialist.
    Enhancement Code for 2 fields:
    1. SELECT SINGLE KLIMK FROM KNKK INTO V_KLIMK
             WHERE KUNNR = l_s_dtfiar_3-KUNNR AND KKBER = l_s_dtfiar_3-KKBER.
         IF SY-SUBRC = 0.
             l_s_dtfiar_3-ZZKLIMK = V_KLIMK.
         ENDIF.
    2. CLEAR: WA_UDMBPSEGMENTS.
        SELECT * FROM UDMBPSEGMENTS INTO WA_UDMBPSEGMENTS
                                   WHERE PARTNER = l_s_dtfiar_3-KUNNR.
        ENDSELECT.
        IF SY-SUBRC = 0.
            SELECT * FROM UDM_SGMT_COMP INTO TABLE IT_COMP_CODE
                                   WHERE COLL_SEGMENT = WA_UDMBPSEGMENTS-COLL_SEGMENT.
            LOOP AT IT_COMP_CODE.
              IF IT_COMP_CODE-COMP_CODE = l_s_dtfiar_3-BUKRS.
                l_s_dtfiar_3-ZZCOLL_SPECL = WA_UDMBPSEGMENTS-COLL_SPECIALIST.
              ENDIF.
            ENDLOOP.
         ENDIF.
         CLEAR   : IT_COMP_CODE
    Please suggest what can be done to resolve the issue.
    Thanks,
    Vivek

    Hi,
    I hope you have written the codes in R/3 side.And whenever the Collection Specialist Master record is changed for a particular Customer, all the newly generated Accounting Document show the current Collection specialist but the already existing Accounting Document in BW will not converted to the current Collection Specialist since the data in BW is old data and no logic is written to convert the same.
    Try to incorporate the logic to convert in BW also.
    I could suggest is whenever there is change in Collection Specialist Master record , try to trigger a delat record generation that updates the old accounting doc withnew master in the delta load.
    Ramesh

  • How does an enhancement of datasource affect my production data

    Hello All,
    We have enhanced a datasource 2LIS_11_VAITM, I want to know what will happen to my existing data in the production after i move the enanced datasource to production???
    will i need to clear the existing data in production after moving the same to another dummy cube O r will just running the deltas bring in the data for the enhanced fields as well without disturbing the existing data...
    Please respond. The issue is very critical..

    Hi,
    For all the historical data that already exists in your BI system, the data for the enhanced fields will not be populated but deltas would work absolutely fine and for all the new transactional changes, these fields will be filled. If you want to populate the data for historical data as well, you will have to carry out fill up of setup tables and reload the data to BI by initialising the data. If the data is being fed to DSO, I dont think that there is any need for deleting the data, as it would get overwritten by the new initialisation load.
    As such, please note that deltas will not get triggered if the only changes to Sales Order are for enhanced fields. Deltas will only be captured for the fields that are part of main communication structure. The motive for adding the enhaned fields is only to bring information for these fields.
    Edited by: Rahul K Rai on Sep 14, 2010 11:26 AM

  • Enhancing Text Datasource

    Hi
    I want to enhance 0STOR_LOC_TEXT datasource with 0COUNTRY and country key. but, can i use them as a navigational attribute in the report, after adding into 0STOR_LOC_TEXT ?
    Regards
    Anuja

    Hi Anuja,
    For making any infoobject as navigational you need to do following setting
    1)Infoobject should be navigational as master data infoobject.
    2)infoobject should be navigational at data target level(it can be your DSO,Cube,multiprovider).
    Please do above setting at your data model then only you can use that infoobject as navigational at report level.
    Hope it will helpful to you.
    Regards,
    Ganesh Bothe

  • Steps to enhance a datasource from SAP CRM

    Dear Forum,
    Could you please provide me with some document to enhance a datasource from SAP CRM. Is it any different from enhancement of datasource from ECC datasources,
    Thanks and regards,

    Hi,
    please look this:
    Business Intelligence How-to Guides for SAP NetWeaver 2004 [original link is broken]
    or here: How-to Guides for SAP NetWeaver Business Warehouse  7.0 [original link is broken]
    Creating a datasource for generic extraction
    regards
    CSM Reddy

  • Steps to Enhance Custom DataSource

    Hello All,
    I have one custom datasource ZZ_PROD. From which I am extracting data and populatd in a ODS and then in to Cube in BI 7.0
    Now I have to enhance it and add about more 20 fields from two different ECC tables.
    These two tables are custom tables for a particular departmens.
    Can somebody explain me the steps  how I can accomplish this?
    Thanks in Advance
    Kumar M.

    I would recommend to change the function Module or the program it generates the ZZ_PROD.
    First Add the fields to the extract Structure.
    Unhide the newly added fields in the data source.
    Write the logic to grab the data from the two tables and assign it to proper extract structure fields.
    We normally enhance the datasource using User Exit since we don't want to make changes to SAP Delivered programs that would be overwritten during upgrades.
    Hope that helps.
    thanks.
    Wond

  • How to Add delta functionality to generic datasource

    Hello all,
    My requirement is to make a Generic Transactional Data source Extractor to Delta enabled.
    The datasource doesnt contain either of the following delta enabling functionality
    -> Date 
    ->time stamp
    ->Numeric pointer.
    Could anyone suggest idea how to add these in Generic Datasource so that it can be delta enabled
    regards
    Bala

    Hi Bala,
    Coding should be done checking th trasaction and the tables.
    but i can provide outline .
    add a field last changed on  and write a code saying last changed on is equal to sy-datum.
    i am not sure of the scenario where to write this code and after which line.you can take a decision.
    check the link below
    https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c062a3a8-f44c-2c10-ccb8-9b88fbdcb008&overridelayout=true
    Regards
    Joga

  • Error In Delta Extraction on 0HR_PT_1

    Hi,
    The status for delta load for 0HR_PT_1 stays yellow, and the application log in R/3 shows warning messages as
    Personnel number 00001503 could not be locked.
    It would be great if anyone could help.
    Thanks

    Sai,
    I don't 0HR_PT_1 but I think there is a lock in sm12 for the personnel number because there is an user that modify the personnel number.
    alessandro

  • How to enhance the datasource 0SRM_TD_PO using table BBP_PDIHP

    In R3 when any PO is deleted at the header/item level the field LOEKZ is populated in tables EKKO(Header)/EKPO(item level).
    Similarly in SRM when any PO is deleted at the header/item level the field DEL_IND is populated in tables BBP_PDHGP(Header)/BBP_PDIHP(item level). In current situation we have standard datasource 0SRM_TD_PO, this has a field as ITM_DEL_IND which is coming from table BBP_PDIHP(item level) and its always blank and its not getting populated , so we are not able to eliminate the deleted PO's in BW.
    To overcome this, I have a following approach :
    =====================================
    Enhance the datasource 0SRM_TD_PO to include a "ZZDELIND" field and populate this field via CMOD from tables BBP_PDHGP(Header)/BBP_PDIHP(item level). The issue is I'm not able to determine the relation/join/data model between the datasource and the tables. The datasource 0SRM_TD_PO has a PO#(OBJECT_ID) but the tables BBP_PDHGP(Header)/BBP_PDIHP(item level) dont have a PO# instead these tables have a key as "GUID"which is HEXA decimal.
    Can someone please help me out.

    two ways:
    1. call FM bapi_po_getdetail and pass the PO number, you will get all your details
    2. pass PO number to CRMD_ORDERADM_H to get the the GUID and use this GUID on BBP_PDHGP(if version control is active then you need to consider the active version only)
    and for item guid, pass the GUID picked from CRMD_ORDERADM_H to CRMD_ORDERADM_I-HEADER, you will get all the item guids as CRMD_ORDERADM_I.
    this can be passed to BBP_PDIGP.
    there are beautiful views as well joining these tables(BBP_PDVIEW*).. which you can use as well

  • Delta Field for CRM Datasources

    Dear All,
    I am using the CRM datasources such as
    0CRM_SRV_PROCESS_H
    0CRM_SRV_PROCESS_I
    0CRM_SRV_CONFIRM_H
    0CRM_SRV_CONFIRM_I.
    I just want to know the delta for this datasources.. Please suggest.
    Thanks,
    Siva.

    Hi,
    Thanks for the quick reply..
    I have checked the table and find the field called "Delta". It is specified as
    AIMD -After-Images with Deletion Flag Via Delta Queue (e.g. BtB)
    I just want to know what is the delta field for this datasource.
    Thanks in advance.
    Thanks,
    Siva.

  • Enhancement BC Datasource for Master Date  - no data for new fields

    Hello,
    I have a problem. Maybe someone can provide a check list.
    I made an enhancement for datasource 0COORDER_ATTR via SAP Exit. The problem is that i do not get data in BW for the new fields but no error occurs. the extractor checker delivers the new data.
    the following points i already checked:
    - datasource replicated and infosource activated
    - "Hide field" and "Field only known in customer exit" are not checked for the new fields

    Hi Stefan,
    I guess you need to maintain your transfer structure. Edit your transfer rules and click on tab 'datasource/transfer structure'. Move the new fields from the right table (datasource) to the left table (transfer structure). Click on tab transfer rules and map the new field. Activate the transfer rules again.
    regards
    Siggi

  • Delta functionality for LO datasource 2LIS_06_INV for enhanced Z fields

    Hi Experts,
    We have enhanced standard data source 2LIS_06_INV by appending some Z fields. When we are doing full load values are getting populated for the entire Z field but when we are running delta request, values for some Z fields are not getting populated.I have put the code to extract the value for Z fields in user exit under include ZXRSAU01.
    If any one have faced this isuue , Please help me out .

    Ur error is a very common error
    need not panic
    this can be solved
    check whether all the v3 jobs are maintained properly or not
    check whether the datasource is in active status or not
    Pls assign me full points if answer satisfied to you
    Regards ,
    Subash Balakrishnan

  • Enhancement of DataSources

    Hi Experts,
    When we enhance a LO Datasource (either using the field available in LIS communication Structure or adding a field not available in LIS communication structure and populating thru. CMOD), when is the new field populated with data.
    Thank You!
    KG

    Hi Wond,
    Thank You for the prompt reply. I have one more doubt. Can you please tell me the when the newly added field is filled with data (in case of CMOD) during periodic delta loads, i mean logical sequence of steps when a delta info package is executed.
    And, How do we debug the CMOD code, in RSA3?
    Thank You!
    KR

Maybe you are looking for

  • How to create child iTunes account without credit card

    I Have my check card on file that can be used as debit or credit but iTunes says debit card on file. How can I create my child's account. I don't have a credit card

  • Multiple Downpayment condition in PO

    Hi Is it possible to config multiple downpayment feild in purchase order.?

  • Problems publishing iWeb website

    When I publish my website icons are misplaced and fonts are wrong.  It seems every time I republish it happens more.  Driving me crazy!!  Help!

  • Xsl:output

    Does the current version of the XSLT processor support the html method for <xsl:output> tag? I tried using it but it just uses the toString() method of the document...so I guess the answer will be "not yet" Gj null

  • Desktop API

    Hi guys, How can I check whether any given file type is supported, before actually opening it. The open method opens the file straight away, and in case the file hasn't any associated application it raises an exception, but there is no what that I am