0MATERIAL and 0CUSTOMER Delta error

Hi Gurus,
I have a problem regarding the 0MATERIAL and 0CUSTOMER Delta. It stopped due to an error in source system. When I tried to do a Repeat Delta, the system did not permit me because the Infosources does not allow update mode R (repeat). I checked previous SDN topics and found the solution.
1. Delete 'Delta Init' in Delta Channel (InfoPackage)
2. Do a Init load.
My questions are:
1. Is this the proper process or did I misinterpret the posts.
2. Would creating a new Init for the InfoSource not affect the data in the Cubes?
3. Do I have to create a Delta right after the Init?
Please advise,
Jake

Hi Jake,
1. Is this the proper process or did I misinterpret the posts.
>>Solution suggested by you is fine,
2. Would creating a new Init for the InfoSource not affect the data in the Cubes?
>> It should not affect the cube data, remember to activate your master data ( customer & material) after data load ( right click -->activate)
3. Do I have to create a Delta right after the Init?
>> you need to create delta Infopackage whenever you wish to take delta from R/3. When you do the intialization system starts tracking delta for you irrespective of whether you create delta infopackage in BW or not.
hope it helps
regards
VC
Message was edited by: VC

Similar Messages

  • What are the data elements of 0material and 0customer

    Hi,
    What are the data elements of 0material and 0customer??
    Thanks

    Hi.......
    Dataelement for 0MATERIAL is MATNR
    Dataelement for 0CUSTOMER is KUND1
    Check these links :
    http://help.sap.com/saphelp_nw04/helpdata/en/df/3ff438520e6a71e10000000a11405a/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/0a/802e1c120511d4973900a0c930e0da/frameset.htm
    Hope this helps you......
    Regards,
    Debjani......

  • 0CUSTOMER Delta Error

    My recent delta from R/3 for a customer showed his street address and REGION being changed , however R/3 shows the change occured last september.
    Info Object - 0CUSTOMER
    Data source is Delta
    Any ideas....
    All teh deltas are running fine, in fact we did a full/init recently and deltas all doing good.
    Any help in this is appreciated.

    Hi Gopikrishna,
    We had a similar issue recently when soem records that should have been in a delta load 4 months back, suddenly were loaded to BW. The issue was caught due to a date we maintain in the data and the sequence messed up the data (this was a transactional load). The reason turned out to be that the IDocs for this load were "stuck" on R/3 since Feb and another job that is supposed to process all 'hanging' IDocs was executed.
    But as your situation is with master data, I guess it would not be a problem...

  • How to enhace datasource 0CUSTOMER, 0MATERIAL AND 0VENDOR?

    how to enhace datasource 0CUSTOMER, 0MATERIAL AND 0VENDOR in general what are the steps required? it is on my resume and i have to answer it. please help

    Hi Les,
    in R/3 Tcode CMOD and create, if does not already exist a project, for example ZBW1 (is simply a definition). Then enter in Components of the project selecting the corresponding flag and then select EXIT_SAPLRSAP_002 Exit Function.
    Then double click on the word ZXRSAU... at the right of word INCLUDE.
    In the next screen you introduce your code.
    Hereunder an example for vendor:
    DATA: L_BIW_LFA1_S LIKE BIW_LFA1_S,
          l_tabix LIKE sy-tabix.
    CASE i_datasource. <i><b>(this is always necessary)</b></i>
    WHEN '0VENDOR_ATTR'.
       LOOP AT i_t_data INTO l_BIW_LFA1_S.
         l_tabix = sy-tabix.
         SELECT XEGLD FROM T005
                 INTO V_XEGLD
                  WHERE LAND1 = l_BIW_LFA1_S-LAND1.
           IF V_XEGLD = ' '.
              l_BIW_LFA1_S-ZZXEGLD = 'E'.
             ELSE.
              IF l_BIW_LFA1_S-LAND1 = 'IT'.
                 l_BIW_LFA1_S-ZZXEGLD = 'I'.
                ELSE.
                 l_BIW_LFA1_S-ZZXEGLD = 'C'.
              ENDIF.
           ENDIF.
         ENDSELECT.
         MODIFY i_t_data FROM l_BIW_LFA1_S INDEX l_tabix.
        ENDLOOP.
    ENDCASE.  <i><b>(this is always necessary)</b></i>
    Ciao.
    Riccardo.

  • 2LIS_04_P_COMP and 2LIS_04_P_MATNR delta issue

    Hi experts,
    I am having problems with 2LIS_04_P_COMP and 2LIS_04_P_MATNR delta extraction.
    I run the init, it is ok. I create an order and then I run DELTA expecting to get more record(s).
    DELTA will bring no records. But if I delete set up tables LBWE, initialize them again, and then run the init again, the new records will be available.
    Has someone had the same issue? I can't find the reason why the delta extraction does not bring the new records, if I don't re-setup the tables in LBWE.
    Thanks in advance for your help,
    Best Regards,
    André Oliveira

    Thanks for your help.
    In job control window I do not have the green check button, only the cancel (red cross). When I try to schedule the job it gives me an error "error creating a job", so only I can do is save a start date and periodicity in job parameters. Is this ok?!
    I also wrote sap a message because I am trying to enhance it with two fields (they are in LBEW), but same happens... I just see a cancel button, never a green check to validate and accept. I have done all the recomendations. I put the message I wrote below hoping you can give me some insight on this issue:
    am trying to do an enhancement to extractor 2LIS_04_P_COMP.
    +I go to LBWE and select these 2 fields:
    MCAFKO GAMNG Qtd.teór.
    MCAFKO GMEIN UM básica
    The problem is that in the selection window to select these fields from
    pool (scroll down box) to selection criteria (scroll down box) the
    button to accept these changes does not appear (I mean the button with
    the green check). So it is impossible to add this fields to the
    structure. Is there any reason for this not to appear?
    I think I have done everything that was needed:
    LBWG: delete setup tables for 04 (production application)
    RSA7: delete 04 queues
    LBWQ: delete 04 queues
    LBWF: check for active maintenance logs (does not exist any)+
    Some points already assigned.
    Best regards,
    André Oliveira
    Edited by: Andre Oliveira on Feb 23, 2010 12:01 PM

  • 0material master data delta loading

    Hi,
    Could anyone let me know how can i check in R/3 side if   0material delta laoding getting 0 record?
    What I mean is that: we have a process chain loading all master data, including "0materail" Material Number(0MATERIAL_ATTR), and Product number(0MATERIAL_TEXT).
    and it runs once a week.
    this week, I noticed that there is both 0 records has been laoded from R/3 to BW for both (0MATERIAL_ATTR) and (0MATERIAL_TEXT) delta load. while teh other master data load runs normal, get records as normal.
    But i am not sure how to check in R/3 side, to ensure whether there are some new records created during this week or not.
    which transctiion and table i should check.
    Please advice,
    Ping

    Check there is any Selection criteria in the Infopackage data selection tab. if you have any selection provide the same selection in MARA.
    If you don't have any selection and if u won't see records in RSA3 means... some problem with extractor.
    all the best.
    Regards,
    Nagesh.

  • Can anyone give me an example of direct, queued and unserialized delta?

    hi all,
    Can anyone give me an example of direct, queued and unserialized delta for fi and sd applications.
    thanxs in advance
    regds
    hari

    hi,
    Update Methods,
    a.1: (Serialized) V3 Update
    b. Direct Delta
    c. Queued Delta
    d. Un-serialized V3 Update
    Note: Before PI Release 2002.1 the only update method available was V3 Update. As of PI 2002.1 three new update methods are available because the V3 update could lead to inconsistencies under certain circumstances. As of PI 2003.1 the old V3 update will not be supported anymore.
    a. Update methods: (serialized) V3
    • Transaction data is collected in the R/3 update tables
    • Data in the update tables is transferred through a periodic update process to BW Delta queue
    • Delta loads from BW retrieve the data from this BW Delta queue
    Transaction postings lead to:
    1. Records in transaction tables and in update tables
    2. A periodically scheduled job transfers these postings into the BW delta queue
    3. This BW Delta queue is read when a delta load is executed.
    Issues:
    • Even though it says serialized , Correct sequence of extraction data cannot be guaranteed
    • V2 Update errors can lead to V3 updates never to be processed
    Update methods: direct delta
    • Each document posting is directly transferred into the BW delta queue
    • Each document posting with delta extraction leads to exactly one LUW in the respective BW delta queues
    Transaction postings lead to:
    1. Records in transaction tables and in update tables
    2. A periodically scheduled job transfers these postings into the BW delta queue
    3. This BW Delta queue is read when a delta load is executed.
    Pros:
    • Extraction is independent of V2 update
    • Less monitoring overhead of update data or extraction queue
    Cons:
    • Not suitable for environments with high number of document changes
    • Setup and delta initialization have to be executed successfully before document postings are resumed
    • V1 is more heavily burdened
    Update methods: queued delta
    • Extraction data is collected for the affected application in an extraction queue
    • Collective run as usual for transferring data into the BW delta queue
    Transaction postings lead to:
    1. Records in transaction tables and in extraction queue
    2. A periodically scheduled job transfers these postings into the BW delta queue
    3. This BW Delta queue is read when a delta load is executed.
    Pros:
    • Extraction is independent of V2 update
    • Suitable for environments with high number of document changes
    • Writing to extraction queue is within V1-update: this ensures correct serialization
    • Downtime is reduced to running the setup
    Cons:
    • V1 is more heavily burdened compared to V3
    • Administrative overhead of extraction queue
    Update methods: Un-serialized V3
    • Extraction data for written as before into the update tables with a V3 update module
    • V3 collective run transfers the data to BW Delta queue
    • In contrast to serialized V3, the data in the updating collective run is without regard to sequence from the update tables
    Transaction postings lead to:
    1. Records in transaction tables and in update tables
    2. A periodically scheduled job transfers these postings into the BW delta queue
    3.This BW Delta queue is read when a delta load is executed.
    Issues:
    • Only suitable for data target design for which correct sequence of changes is not important e.g. Material Movements
    • V2 update has to be successful
    hope it helps
    partha

  • Communication error CPIC return code 019 SAP return  code 728. Delta error

    Hello Experts,
    Would just like to ask if what we suspect is correct. We have running deltas in process chains occurring every early morning. However, upon checking the delta that should have run today, I found that the delta did not push through. I only found this one dump in SM21 that I think is related to the issue:
    MNo.
    R49 Communication error, CPIC return code 019, SAP return code 728
    R5A > Conversation ID: 61442686                                  
    R49 Communication error, CPIC return code 019, SAP return code 728
    R64 > CPI-C function: CMSEND(SAP)                                
    R5A > Conversation ID: 61443687                                  
    R64 > CPI-C function: CMSEND(SAP)                                
    R49 Communication error, CPIC return code 019, SAP return code 728
    R5A > Conversation ID: 61444687                                  
    R64 > CPI-C function: CMSEND(SAP)
    Now we think that the delta did not push through because we are encountering issues with regards to our SAP R/3 system (the source system) and it is currently inaccessible. Did the delta not push through because of the issues and inaccessibility/uber slow processing of our SAP R/3 server? And is the error specified above illustrating this? Any explanation would help. I have already tried looking for similar issues but cannot find anything. Please help. Thanks!

    Hi
    As far I know, The SAP Gateway carries out CPI-C services within the SAP world, which are based on TCP/IP. These services enable SAP Systems and external programs to communicate with one another.
    CPI-C services can be used either in the ABAP program or for the external programs via the interfaces.
    As RFC (remote function call) is based on CPI-C, all RFC connections also pass through the SAP Gateway.
    Errors When Starting Remote Programs Using Remote Shell
    When you use remote shell to start CPIC programs on other hosts, the following conditions apply:
    The (gateway) UNIX ID must be available on the other host
    The gateway host must be entered in the remote host in the file ".rhosts". This file must be located in the HOME directory of the (gateway) UNIX ID.
    The program you want to start must be installed in the HOME directory of the (gateway) UNIX ID on the remote host.
    Read more from help
    http://help.sap.com/saphelp_nw04s/helpdata/en/99/5f8c0bcb7d4280aa862254cffceada/frameset.htm

  • Difference between COPA and Logistic Delta Mechanisam

    Dear All,
    May i knw the difference between the COPA and Logistic Delta Mechanisam h it works.
    In our Production system, when ever a logistic delta fails we take action and repeat it then it will featch the delta on the same day,
    where as in COPA delta, when it fails we take action and when we repeat it will fetch zero records and in the next day the delta will come.
    What is the difference in both
    What exactly is happeing in R/3 for these both delta mechanisam.
    Thanks in advance,
    K Janardhan Kumar

    Hi Guru,
    I will explain about  delta extraction with timestamp in general with an example:
    timestamp is generally in  yyyymmddhhmmss format
    let's assume delta runs daily at 09:00 morning.Last delta ran at 09.00 yestreday.And today when delta runs it picks the data ranges between
    09:01 (yesterday's) to  09:00(today).
    if one record is posted at 09:10 today,then it will not be picked by today's delta(coz' it is posted after 09:00)
    Hope now you are clear about timestamp.........
    In case of COPA ,we are using timestamp as a tool to identify delta
    now COPA delta mechanism has one more concept "saftey delta ":let's put a question to ourselves ,why we should use this;
    SAP answer is "The reason for the selection of the safety delta is that there are possible level differences of the clocks on different application servers. If the delta is selected on a level that is too low, it is possible that records
    are not taken into account when uploading into the BW."
    'Safety delta' usually will be set to 30 mins during the initialization /delta upload(default).
    This means that only records that are already half an hour old at the starting point of the upload are loaded into BW
    Ex:
    we have made following settings for copa
    timestamp=09:00
    safety delta=30 mins
    now when you run daily delta,it picks data ranges between (current timestamp-safety delta) i.e 08:30 instead of 09:00(yesterday's)
    to 09:00 today
    check this oss notes  502380 for better understanding on COPA delta mechanism
    Symptom
    There is some confusion about how the delta process works with CO-PA DataSources and the old logic (time stamp administration in the Profitability Analysis) or there are data inconsistencies between the BW and OLTP systems.
    As of PlugIn Release PI2004.1 (Release 4.0 and higher), a new logic (generic delta) is used during the delta process. Old DataSources can be converted to the new logic. New DataSources automatically use the new logic. With the new logic, the time stamp administration is located in the Service-API and no longer in the Profitability Analysis.
    This note refers only to DataSources with the old logic.
    Reason and Prerequisites
    Administration of the delta process for CO-PA DataSources partly occurs in the OLTP system. In particular, the time up to which the data was already extracted is stored in the DataSource control tables (old logic).
    Solution
    Since the control tables for the delta process for the extractor are managed in the OLTP, the following restrictions apply:
    1. There should only ever be one valid initialization package for a DataSource. Data inconsistencies may occur between BW and OLTP if, for example, you schedule an Init for various selections for the same DataSource and data is posted between the individual initializations to the Profitability Analysis. The reason for this is that each time the time stamp for the DataSource is initialized in the OLTP, the current value (minus the safety delta, see note 392876) is reset. Records from a previous selection are therefore no longer selected with the next delta upload if they were posted before the last initialization run with another selection.
    2. Initialization can always only be carried out from one system. Inconsistencies may occur if the same DataSource is used from several BW systems and if data is posted between the initialization runs. This is because the time stamp for the replication status is reset for every initialization or delta upload in the OLTP. Records may therefore be missing in the system that was first updated if updates were made in the result area before the Init or delta run. In the system that was the second one to be updated, the records that were loaded into the first system are missing for a delta upload.
    In the case of large datasets, you should therefore perform initialization either using several DataSources or with a combination of one or more full uploads and an init upload. Full uploads without errors are possible for closed periods/fiscal years because no additional changes are made to this data. Initialization should be performed, for example, from the current fiscal year. The full updates for the closed periods can also be split in time. If required, more characteristics, for example, the action type, can also be used for the selection. For information on the period selection, see note 425844
    Hope you are clear now!!!!!!!!!
    Cheers
    Swapna.G
    Message was edited by:
            swapna gollakota

  • I click on itunes but doesnt open and says send error report or dont send

    i click on itunes but doesnt open and says send error report or dont send

    You will need to provide more details as we cannot see your computer screen. Does this happen every time you launch LabVIEW? What version of LabVIEW are you using? What version of Windows? Does LabVIEW crash? If so, what were you doing at the time it crashed?

  • I am trying to open my iTunes on a Windows XP laptop and get the error message 42404 "iTunes application could not be opened.  Please repair or reinstall QuickTime".  I did that and it did not help.  Any ideas?

    I am trying to open my iTunes on a Windows XP laptop and get the error message 42404 "iTunes application could not be opened.  Please repair or reinstall QuickTime".  I did that and it did not help.  Any ideas?

    Let's see if a more rigorous uninstall/reinstall procedure gets us past that, nancy. See the following troubleshooting document:
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP

  • TS2830 Sync for IPod Touch quit working and I get error messages "a session could not be started" and "a connection could not be established" although the IPod appears in ITunes.

    This is a new problem for an IPod Touch  I have had for a year.  The IPod is hooked up by cable and appears in ITunes. I can examine all the content on the IPOD  and I can click "sync".  It goes through to Step 7 and then the error messages occur.  First "a session could not be started with the IPod" and when that dialogue box is closed, the message "a connection could not be established to the IPod." 

    Maybe:
    Sync Session Failed to Start iTouch iOS5: Apple Support Communities
    iphone could not be synced sync session failed to start...: Apple Support Communities

  • To download an App the 3 security questions are required. But at the end, apple is not able to complete the task and gives an error message. No more downloads are possible. What can I do?

    to download an App the 3 security questions are required. But at the end, apple is not able to complete the task and gives an error message. No more downloads are possible. What can I do?

    Very Important, how much Free Space is on your Hard Drive first of all? Click on the Macintosh HD on the Desktop, then do a Get Info on it.
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    Do they launch OK while in Safe Mode?

  • Tying to install itunes and I get error message "This file does not have a program associated with it for performing this action.  Please install a program, or if one is already installed, create an association in the Default Programs control panel.  Help

    am tTying to install itunes and I get error message "This file does not have a program associated with it for performing this action.  Please install a program, or if one is already installed, create an association in the Default Programs control panel. Can anyone help me?

    Hi,
    Here is a similar thread for your reference:
    There is no email program associated to perform the requested action. Please install an email program or, if one is already installed, create an association in the Default programs control panel
    http://social.technet.microsoft.com/Forums/en/w7itproappcompat/thread/036e3cf6-bff7-4ef2-bd0a-555cd2399ad4
    Hope this helps
    Vincent Wang
    TechNet Community Support

  • User profile sync Sharepoint 2010 photos thumbnail with AD and Lync 2010 - error on Full Synchronization- get events 8311, 6110, 6803 FIMSynchronization Service

    User profile sync Sharepoint 2010 photos thumbnail with AD and Lync 2010 - error on Full Synchronization- get events 8311, 6110, 6803 FIMSynchronization Service
    We're trying to set up sync between Sharepoint and AD so photos are displayed in Lync.
    The certificate referenced in 8311 is not the sharepoint root cert, its the UCC cert with our FQDN of the site. sharepoint.domain.com
    Is this causing the problem with the sync and holding up the photos?
    I have tried several proposed fixes, it hasn't helped.
    tried this as well:
    http://blogs.technet.com/b/praveenh/archive/2011/05/11/event-id-8311-certificate-validation-errors-in-mss-2010.aspx
    Josh

    Try this fix and see if its sync the photos:
    http://blogs.technet.com/b/steve_chen/archive/2010/09/20/user-profile-sync-sharepoint-2010.aspx#Profile Picture Property
    http://blogs.technet.com/b/steve_chen/archive/2010/09/20/user-profile-sync-sharepoint-2010.aspx#SyncPicAD2SPS
    Update-SPProfilePhotoStore -CreateThumbnailsForImportedPhotos 1 -MySiteHostLocation <mySiteHostURL>
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

Maybe you are looking for

  • Photo titles clipped in iDVD

    My wife just got a new iMac and is trying to get her iPhoto slideshows exported to DVD. All seems to work fine except when played back on TV the photo names are clipped off at the top of the screen(all the TV's in the house do the same) We have the s

  • Adobe Read Out Loud feature not working

    Anyone else run into this.  We activate it, it scans the document looking for tags, then does not read it.  Any ideas?

  • Key code is not valid or expired.

    Hi All Problem: Upgrade from Crystal Reports XI Release 1 to Crystal Reports XI Release 2? Cannot use Release 1 Product Code when installing Release 2 Redistributable File on client workstations. .net 2005 Error msg: key code is not valid or expired.

  • How can I move a selected area in Photoshop Elements 11

    I have upgraded Mac OS to Maverick and can no longer move a selected  area: the area snaps back and doesn't stay where I put it as it did with Yosemite. Clare N. Shumway [email protected]

  • Asset Under Construction (AuC) Issue .....

    Hi, I am facing one problem in AuC Settlement. For Settlement we created one allocation structure under that i have seleted FXA as receiver category , here system is asking External Settlement Account. I know that External Settlement Account means GL