LO delta for z fields not taking place

Hi All,
We have a problem with th one of our LO DS. We have recently added some Z feilds but then if any change is made then
1. Delta doesnot bring these changes
2. Full load brings these changes.
Now since thise has gone into production , and lakhs of data are mis matching since the changes have not been ca[ptured.
Any idea to resolve it .
Also suggest if any workaround possible
Regards,
Dola
Edited by: sushmita das on Mar 31, 2011 12:36 PM

First of all, what is the Datasource that you have enhanced?
And what is the CMOD Enhancement Function Exit that you are using?
As pointed out, the Delta might not be triggering for the Z fields (whenever you change it).
As far as the work around in concerned, i guess you're 1st level staging is a DSO (maybe Write-Optimized).
You need to write a program to update this DSO.
If you have any other DSO's being updated for the required Z fields, you can make use of that.
Otherwise, you'll have to write an Extract program in R/3 for the required fields (including the Key Fields in DSO) and then update the DSO with this.
Then update the 2nd level DSO (Standard), if any, or directly the Cube.
I am doing the same right now as we had an issue with 2LIS_02_SCL and the Delta was not triggered due to an issue with the CMOD code.

Similar Messages

  • CRM extractor 0CRM_SERV_PROCESS_H delta for ZZ-fields not working

    Dear all,
    We are experiencing trouble with a extractor 0CRM_SERV_PROCESS.
    We have extended the extract structure of this extractor with an append structure containing some custom date and text fields.
    When doing a full load or a delta init, all fields arrive properly in SAP BW.  In RSA3 in CRM, everything appears to be correct.
    When performing a delta update however, the custom fields appear as null in SAP BW while the standard fields are updated normally (null as in empty or 00000).
    After browsing thru this forum and some sap notes (661340, 692195, 871930, 887724, 892022) I still haven't found a solution.
    Does anyone have an idea of how to solve this?
    Thanks in advance
    Jan W

    HI,
    What is the logic you ahve used to populate the values for new appended fields ?
    Is it BADi, User Exits or mapping module enhancement ? Value population to custom field code should be checked throughly.

  • Income tax dedcution is not taking place on medical reimbursement .

    Hi SAP-HR Experts .
    I am facing a issue that for few employees Medical Exemption for incomeTax is not taking place for few employees ,
    like upto Rs. 15000/- amount annually are exempted for Income Tax .
    a employee whose exemption is taking place /3m1 wage type generated , while for those employees for which exempted for Income Tax in not taking place /3m1 is not generating .
    IT-589 is maintained , and having amount 2MER(Medical reimbursement wage type) .
    IT-267 is also having entry for Off-cycle Payment .
    Emp X , having IT-589 , 2MER : 16,200 , for the duration of 01.04.2008 to 31.03.2009
    for the month of May-2008 , He claims Rs. 1395.00 .
    He has both wage types 2MER = 1395.00 and /3m1 = 1395.00  .
    Employee X is correct case .
    Emp Y : is wrong case where tax exemption is not taking place .
    having IT-589 , 2MER : 30,600.00 , for the duration of 01.04.2008 to 31.03.2009
    for the month of May-2008 , He claims Rs. 2086.00 .
    He has both wage types 2MER = 2086.00 and /3m1 is not here  .
    what is required in ordfer to correct this wrong case (Employee - Y) .
    Thanks & Regards : rajneesh

    Hi Sikinder.
    I have checked the Log of payroll both Correct case 'Emp-X' and wrong case 'Emp-Y'
    Both emps are of same department and same location .
    incase of Emp-X , Payroll-function INMED generates /3m1 wage type
    while in case of EMP-Y it is not generating .
    Why this is happening and how to correct it ?????.
    Regards : rajneesh

  • Command link / button action is not taking place if i use it in iterator.

    Hi,
    I am new to ADF, i am facing 1 issue while implementing ADF mobile browser application.
    Issue: command link / button action is not taking place if i use it in iterator. its just refreshing the page it self and displaying as no records.
    Scenario is i am populating the search results in results page from search page using iterator, i want to get the complete details in different page (results page -> details page) .
    I have tried in different ways.like
    case1:
    <tr:panelGroupLayout id="pgl2" layout="vertical" styleClass="af_m_panelBase">
    <tr:panelHeader text="#{classviewBundle.SEARCH_RESULTS}" id="ph1"/>
    <tr:iterator id="i1" value="#{bindings.SubjectVO1.collectionModel}" var="subject"
    varStatus="subIndx" rows="100">
    <tr:panelBox text="#{subject.Subject} #{subject.CatalogNbr} - #{subject.CourseTitleLong}"
    styleClass="af_m_listingPrimaryDetails" id="pb1">
    <f:facet name="toolbar"/>
    <tr:table var="ssrClass" rowBandingInterval="1" id="t1" value="#{subject.children}"
    varStatus="clsIndx" rowSelection="none"
    binding="#{SessionBean.subjectTable}" verticalGridVisible="true"
    emptyText="No Records" width="100%">
    <tr:column id="c9" sortable="false" styleClass="width:100%">
    <*tr:commandLink text="Section: #{ssrClass.ClassSection}-#{ssrClass.SsrComponentLovDescr} (#{ssrClass.ClassNbr})"*
    id="commandLink2" styleClass="af_m_listingLink"
    *action="#{pageFlowScope.BackingBean.searchaction}"></tr:commandLink>*
    //remaining code
    in this case commandlink action is not able to invoke serachaction() method
    case 2:
    <tr:commandLink text="Section: #{ssrClass.ClassSection}-#{ssrClass.SsrComponentLovDescr} (#{ssrClass.ClassNbr})"
    id="commandLink2" styleClass="af_m_listingLink"
    action="classdetails}"></tr:commandLink>
    in this case its not able to navigate to classdetails page.
    I gave correct navigation cases and rules in taskflow,but its working fine when the command link is out of iterator only.
    i tried with actionlistener too.. but no use.. please help me out of this problem .
    *Update to issue:*
    The actual issue is when i use command link/button in an table/iterator whose parent tag is another iterator then the action is not taking place.
    the structer of my code is
    < iterator1>
    #command link action1
    < iterator2>
    #command link action2
    </ iterator2>
    < /iterator1>
    #command link action1 is working but "#command link action2" is not...
    Thanks
    Shyam
    Edited by: shyam on Dec 26, 2011 5:40 PM

    Hi,
    To solve my problem I used a af:foreach instead.
    <af:forEach items="#{viewScope.DataBySubjectServiceBean.toArray}" var="text">
    <af:commandLink text="#{text.IndTextEn}" action="indicator-selected" id="cl1">
    <af:setActionListener from="#{text.IndCode}" to="#{pageFlowScope.IndicatorCodeParam}" />
    </af:commandLink>
    </af:forEach>
    By the way you need to convert the iterator to an Array using a ManagedBean.
    public Object[] toArray() {
    CollectionModel cm = (CollectionModel) getEL("#{bindings.TView1.collectionModel}");
    indicators = new Object[cm.getRowCount()];
    for(int i=0;i<cm.getRowCount();i++){
    indicators[i] = cm.getRowData(i);
    return indicators;
    public static Object getEL(String expr) {
    FacesContext fc = FacesContext.getCurrentInstance();
    return fc.getApplication().evaluateExpressionGet(fc,expr,Object.class);
    Hope that helps-
    Edited by: JuJuZ on Jan 3, 2012 12:23 AM
    Add getEL Method

  • Enhancement Section Activated but changes not taking place

    Hello Friends,
    I have been getting a dump error for FM GN_DELIVERY_CREATE_FOR_DIALOG which says that
    "spe_version" does not exist in table "LIPS".
    I found a enhancement option that commented out the perform that lead to the subroutine which has the error code.
    I have activated business function LOG_LE_INTEGRATION via SFW5 which activates among others switch LE_SFWS_SC3.
    I can see the global status of the switch as ON.
    This switch is associated with enhancement spot ES_SAPLV50S which has implemented an enhancement section in inlcude LV50LF14 lines 191 -194
    However, despite activation the changes are not taking place and i am still getting a dump error.
    I am also not able to set a break-point in the FM because the program cannot be generated
    My question is: Is successful program generation a pre-requiste for enhancement source plug-ins to be effective?
    Any pointers would be highly appreciated.
    Thanks,
    Minhaj.

    Hi Minhajuddin ,
    With "enhancement spot" we have come across similar short dumps and inactivation of spots even when steps are taken as per procedure.Please check if any notes are available for the same ,since most of the time it fixed the problem.
    Regards
    Byju

  • Auto Goods Issue not taking place

    Hii All
    I hv Maintained backflush indictor in work center and in MRP2 view it is maintained as Workcenter
    decides whether to backfluch .
    But the auto goods issue is not taking place when the production order is saved and confirmed.
    The stock remains the same ..
    Can anybody tell the reason for that
    Regds
    Rakesh

    Hi Rakesh,
    what is the control key u have maintained in Routing?
    if u r using Control key PP01 - Routing/Ref. op. set - internal proc., then after Production Order confirmation u have to do MB31- Goods Receipt for Order, with movement type 101.
    If u r using PP03 Routing - in-house prod. auto. goods rct, then it accepts only single operation in a Routing (or) if u r having say more than one operations in a routing, then u have to give PP03 control key for the last operation.
    I think u got it...
    revert back if u have doubts.
    Thanks & Regards,
    Santosh

  • Goods release is not taking place

    Dear Friends,
    i am getting error while releasing goods from plan order to production order.
    my case is as follows
    while converting pl.order to production order, goods movement is not taking place.even though when we save the entries, production order is saved with the order number.then i go for goods receipt MB31,"goods is not released" message is displaying.
    In the production order system is giving error message
    Business transaction can not be carriedout.
    system status WERC IS ACTIVE (ACT 600026850010)
    Diagnosis :
    Object Act 60002685 0010 has system status WCRE (work centre until release).According to this status transaction release opration is not allowed.
    Procedure:
    you can only carryout the requested function if this is allowed according to the status of object.
    can anybody help on this.i think some configuration is required between plant and business area.
    please guide me!

    Hi Krish,
    There is a problem with the tasklist type usage used in work center.
    Check in Basic data of the work center "usage". You can see the defination of that in customizing transaction "OP45". In your case the tasklist type is set for "Until release" (check box), this means that this work centre will give error if used in order at the time of "Releasing" the order.
    Resolution:
    Use a proper task list usage in the work center or change the existing one by removing the check box activation for "Until release".
    Regards,
    Prasobh
    Award your points if this was helpful...

  • Looking for a good note taking app: Are there new features for the Notes app in iOS6?

    Hi,
    I've read that the Notes app with Mountain Lion will be available for OS X as well, and I was wondering if there will be any significant updates to the Notes app coming in iOS 6?
    The Notes app in Mountain Lion supports, as far as I know, text formatting, images and attachments. The Notes app in iOS 5 does not have any of these features, yet still it is claimed that the OS X client will sync with the iPhone, iPad and iPod touch. This means that there must be some rather significant updates coming for the Notes app in iOS 6 to match up with the features of its Mac counterpart. Still, no updates to the Notes app are listed in any of the iOS 6 feature lists I've seen so far.
    I'm looking for a good note taking app for OS X and iOS. I don't like how Springpad works, neither did Evernote work out for me, it's just too complex - I like Simplenote a lot though, it's just that its approach is too radical in my opinion. I was thinking that the Mountain Lion Notes app might be a good alternative because it combines simplicity with rich text formatting and attachments. I kind of hate the skeuomorphic user interface though.
    best, Ian

    You are only addressing other iPad users here & no Apple employees. We have no way of knowing, so you'll have to wait until iOS 6 is released.
    Here's some general info.
    Working with Notes and Documents on the iPad – Alternatives & Suggestions
    http://ipadacademy.com/2012/04/working-with-notes-and-documents-on-the-ipad-alte rnatives-suggestions
     Cheers, Tom

  • Delta upload not taking place properly

    Hello Everyone,
    I am trying to load data from R/3 to BW.
    My data target is ODS.
    For the first infopkg i m doing "initialize delta update".
    Now i am making changes in particular field in R/3-say i am changing the name of the proj from ABC TO XYZ.
    Now I m scheduling delta infopkg.But its not displaying the change. i hv even added new record in R/3 side and then tried wid delta infopkg but its still not taking the update.
    I have defined Generic delta for my datasrc.delta specific field is "PROJID" and under settings i have checked "New status for changed records".
    plz help.

    Hi,
    The SAP help on this DS recommends these steps
    When you extract the documents for the first time, select the complete posting period.
    SAP recommend that you carry out initialization and full upload in a number of steps in order to create smaller packages. To improve the performance, select an update via the PSA. The data is extracted in accordance with the selection criteria. In this case, the posting date of the documents is used as the selection criteria.
    Initialize all future posting dates, even if the enhanced selection area does not yet contain any documents. The new documents are automatically entered by delta processing.
    Carry out delta processing at regular intervals. We recommend that large utility companies carry out delta processing on a daily basis. Only documents with closed reconciliation keys can be processed.
    Refer
    http://help.sap.com/saphelp_nw70/helpdata/EN/87/c299397f3d11d5b3430050dadf08a4/frameset.htm
    Hope this helps.
    Thanks,
    JituK

  • Capturing Delta for Appending field in the extract structure

    I have a issue for capturing the delta value. zzdelco  is the field appended in the MC11VA0HDR and populating the data through user exit
    SELECT SINGLE DELCO FROM VBKD INTO L_DELCO WHERE VBELN = <FS_MC11VA0HDR>-VBELN " AND POSNR = '000000' .
    IF SY-SUBRC = 0.
    <FS_MC11VA0HDR>-ZZDELCO = L_DELCO .
    ENDIF.
    I have to Capture the delta whenever someone changes this field  DELCO. CDPOS/CDHDR doesnt recognizes this changes.
    Is their any way I can caputre the changes .
    Thanks for your help.

    hi,
    Check the below SAP Note:
    Note 576886 - Change to user-defined fields not extracted
    Regards, Siva

  • Target Value check not taking place

    Hey Gurus,
    In the MIC i have maintained the target value as 8. Now i have created an inspection plan and assigned this MIC to it. The inspection lot is getting generated at the time of GR, I am going to QA32 and recording the result for the lot generated. But when i am giving a value of 6 for that particular MIC, it is accepting it and no rejection is taking place. Can anyone tell me why this is happening and is there any config missing?
    Regards,
    Abhishek

    Hi
    For the Rejection/Acceptance system will check the Specifications limits of the MIC not the target value. So maintain the Lower and Upper Specs for the MIC in QS23 and Chk in QA32. The values out of the Lower or Upper Specs will be the Rejections.
    Regards
    Brahmaji

  • Help for date field not working after upgrade

    hi experts,
    In our BSP application for a page we had an inputfield (date).
    Onvaluehelp for input field we were calling the saphelpdate function.
    however after upgrade this functionality is not working properly as no pop up comes after clicking on the icon.
    we have upgraded to SPS 16 recently.
    please help me.
    regards,
    Arvind.

    Hi, I try upper case but nothing happen. This is all my code by far, I hope you can help me:
    DATA: BEGIN OF T_PCONT OCCURS 0,
          PCONT LIKE ZPSPERMISOS-PSOBKEY,
    END OF T_PCONT.
    DATA: BEGIN OF T_FIELDS OCCURS 0.
            INCLUDE STRUCTURE help_value.
    DATA END OF T_FIELDS.
    DATA: BEGIN OF T_VALUES OCCURS 0,
          VALUE(60) TYPE c.
    DATA: END OF T_VALUES.
    DATA: N TYPE i.
    SELECTION-SCREEN BEGIN OF BLOCK  b20 WITH FRAME TITLE text-b02.
      SELECT-OPTIONS:
        P_CONT FOR  ZPSPERMISOSH-PSOBKEY OBLIGATORY NO-EXTENSION NO INTERVALS,
        P_INT  FOR  ZPSPERMISOSH-PARTNER OBLIGATORY NO-EXTENSION NO INTERVALS,
        P_FEC  FOR  ZPSPERMISOSH-ZFINICN NO-EXTENSION NO INTERVALS,    
        P_RAZ  FOR  ZPSPERMISOSH-ZRAZONFINIC NO-EXTENSION NO INTERVALS.
    SELECTION-SCREEN END OF BLOCK b20.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_CONT-LOW.
      PERFORM P_HELP_P_CONT USING P_CONT-LOW.
    *&      Form  P_HELP_P_CONT
    FORM P_HELP_P_CONT  USING P_P_CONT.
      DESCRIBE TABLE T_PCONT LINES N.
      IF N EQ 0.
        T_FIELDS-FIELDNAME  = 'PSOBKEY'.
        T_FIELDS-TABNAME    = 'ZPSPERMISOS'.
        T_FIELDS-SELECTFLAG = 'X'.
        APPEND T_FIELDS.
        CLEAR T_FIELDS.
        SELECT PSOBKEY FROM ZPSPERMISOS
        INTO  TABLE T_PCONT.
        SORT T_PCONT BY PCONT.
      CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE'
        EXPORTING
          CUCOL        = 10
          CUROW        = 1
          TABNAME      = 'T_PCONT'
          FIELDNAME    = 'PCONT'
        IMPORTING
          SELECT_VALUE = P_P_CONT
        TABLES
          FIELDS       = T_FIELDS
          VALUETAB     = T_VALUES.
    ENDFORM.                    " P_HELP_P_CONT
    Edited by: J. Garibaldi on Nov 25, 2009 11:14 AM
    Edited by: J. Garibaldi on Nov 25, 2009 11:16 AM

  • Looking for a small note-taking app

    I'm looking for an note-taking application that is based around the post-it note metaphor. I want to write down a lot of little notes, then rearrange them a few times. Bubbles work too.

    Not a widget, in your Applications folder.
    -mj

  • BW - Delta for Master data not loading

    Hello All,
    I am not able to load delta for master data of vendor and material.
    The initial load works fine but when I load delta it gives an error
    " The extraction program does not support object 0vendor"
    " ALE change pointers are not set up correctly"
    Do i need to activate the change pointer in BD61. I was not sure so checking up with all experts.
    Regards
    Vanya

    Hi Ravi,
                We faced the same problem as you for <b>0MATERIAL_ATTR</b> and we solved it by the following steps,
    1. Delete the previous Delta Init for the InfoObject
    If you have access to R/3 Side you can follow the steps or you can follow the BW Steps
    Goto RSA7 ->Select and Delete the Init for the InfoObject
    <b>From BW Side</b>
    InfoPackage-> Inti for Source System -> Select & Delete
    2. Execute the Init InfoPackage for the InfoPackage again.
    3. After successful completion, execute the delta InfoPackage.
    We have have got resolved by doing these steps and it may help for your problem as well.
    Thanks & Regards,
    Chandran Ganesan
    SAP Business Intelligence

  • Help How to Delta for ZBBPBW_DOCREL_SELECT - SAP Note 501836 / 931998

    Dear Guru's,
    We have applied the SAP Notes 501836 and 931998 in order to create the extractor mentioned above. In SAP note 501836 it mentions:
    <b><i>Note forSRM 4.0:</i>
    In SRM 4.0, the generic extraction also supports the delta update procedure. For you, this means that you can also use the delta update procedure for the extraction of the document flow.</b>
    Has anyone adopted or managed to make this extractor delta capable, if so could you please share how to achieve this.
    Thanks and Kind Regards,
    Alex

    Hi Rana,
    There is no need for you to set any thing for delta.
    As normal run the IP with init with data transfer and then next enable delta for the next load.
    Check for the Below matter which explains how the delta is carried in the case of FI data sources.
    Financial Accounting line items are read by extractors directly from the tables in SAP R/3. A time stamp on the line items serves to identify the status of the delta data. Time stamp intervals that have already been read are stored in a time stamp table. The delta dataset is transferred to BW directly, without records being transferred to the delta queue in SAP R/3 (extractor delta method).
    The Financial Accounting line items are extracted from SAP R/3 in their most recent status (after-image delta method). This delta procedure is not suitable for filling InfoCubes in BW directly. Therefore, firstly, the line items must be loaded in the BW system in an ODS object that identifies the changes made to individual characteristics and key figures within a delta data record. Other data destinations (InfoCubes, ODS objects) can be provided with data from this ODS object.
    For more details check the below link
    [Financial Accounting: Procedure for Line Item Extraction|http://help.sap.com/saphelp_nw70/helpdata/en/af/16533bbb15b762e10000000a114084/frameset.htm]
    Regards
    KP

Maybe you are looking for

  • Hashmap problem

    Hi I am getting only last value from hashmap codes are below. Then I used iterator and getting Required string is null or empty jsp code <bean efine id="a" name="b" property="c"/> <bean efine id="e" name="b" property="d"/> <% java.util.HashMap params

  • Best sd card with class for my Lumia 520 in 32gb

    I want to know that which sd card I purchase of 16 gb or 32 gb that will satisfatorily work in my Lumia 520

  • HP Laserjet 4 M plus

    I have the laserjet 4m plus plugged into the time capsule via a CAT5 cord and it worked fine in 10.5. Now I do not see the printer when I go to set it up. Does anyone know how to retrieve the IP address from the printer? Also which driver should I us

  • E-mail Address has become a blank box in the to: and from: lines.

    I was sent an e-mail by a colleague yesterday which has caused very strange behavior in Apple Mail. His e-mail address was not visible in the from: line ... instead there was a greyed out box in place of the address. Now all instances of mail from th

  • Internal and external policy

    Is there anyway to have policies applied to the computer while connected to domain and once the user disconnects (ie go home) all the policies go back the way they were. for example CD ROM and usb are disabled in domain but once the user is out of co