Marker update problem

hi experts,
i am working the IC_C03,
first i load BX,  suppose a record like:
plan  material   0calday              received 
P1     M1          2009.05.04           100(Received)
then i load BF , there are 3 records :
plan  material   0calday              received      issue 
P1     M1          2009.02.14           90(Received)
P1     M1          2009.03.18                            50(Issue)
P1     M1          2009.04.21           60(Received)
i set BX with marker update and BF with no marker update,
but after that, there are still 4 records in my cube, so my report get wrong result:
plan  material   0calday              received      issue
P1     M1          2009.05.04          100(Received)
P1     M1          2009.02.14           90(Received)
P1     M1          2009.03.18                            50(Issue)
P1     M1          2009.04.21           60(Received)
what the correct result should be after BX(no update) and BF (update)?
i think because the 0calday is different with regard the 4 record, so the 4 record wouldn't be compressed
into one record.
Edited by: liu shaochang on May 4, 2009 4:47 PM

Are you sure your record of 100 has the 0calday as 2009.05.04?
If this record ha 0calday as something like 31.12.9999. Your reult is actually correct.
This is a non-cumulative key-figure. The calculation of stock of a specific day is not a simple summary.
It uses the marker value (100) + all uncompressed records ( in your case, 0) - Compressed records between the date and the current date.
If you try to report stock beyond May 5th. The report should report 100.
If you try to report stock of April 20th, The report should report 100 -  60 = 40.
You might not have done in the right sequence. Immediately after you finish BX, you should do a compress. That would make the entry like the following.
P1 M1 9999.05.04 100  (which i a marker value).

Similar Messages

  • Inventory Management (Advanced - Marker update)

    I have been following your discussion regarding Inventory Management and the use of 2LIS_03_BX and 2LIS_03_BF extractors, and I have also been studying the How to guide on Inventory Management.
    I am currently only using 2LIS_03_BF with no data restriction in the setup-run or in the initialization. The stock balance is correctly even though I am not using 2LIS_03_BX (because the sum of all historical movements equals the current balance).
    But I am facing performance problems because I am not using compression. I am considering 2 solutions:
    <b>Solution A (the easy)</b>
    1. Compression on all request (with marker update)
    <b>Solution B (as suggested in the How-to-guide)</b>
    1. Delete InfoCube data
    2. Generate new balance with 2LIS_03_BX
    3. Compression of 2LIS_03_BX (with marker update)
    4. Reconstruct old 2LIS_03_BF requests from PSA
    5. Compression of old 2LIS_03_BF requests (No maker update - because all these will new be considered historical in relation with the newly generated stock balance).
    6. Future deltaloads from 2LIS_03_BF and compression (with marker update).
    As I see both solutions will solve the problem but A is by far the easiest. I would like your opinion!
    When you do the marker update during compression does it matter wether you do it as described in the how-to-guide I can you do it as follows instead:
    1. Compression of Historical Movements (2LIS_03_BF) (with marker update)
    2. Compression of Stock balance (2LIS_03_BX) (No marker update)
    3. Compression of Future Movements (2LIS_03_BF) (with marker update)
    As I see the only important thing is that you do the marker update with <i>either</i>Historical Movements (2LIS_03_BF) <i>or </i>Stock balance (2LIS_03_BX), but not both of them or none of them. I am not 100% sure but please give me your opinion.

    Hello Thomas,
    I have never tried doing the marker update other way around (through BF instead of BX), but I don't see any reason why it will not work. You are right that marker update should be done either with snapshot or material movement as both datasources bring same data at different granularity level. Solution A seems to be simpler and straightforward, but I am not sure if there will be any impact on performance if we update the marker intially with lot of requests from BF instead of a single BX request.
    Regards,
    Praveen

  • Virtual Infoprovider AND No Marker Update

    Hi BW Experts,
    I am unable to get an idea when i am reading the following concepts.
    1. NO MARKER UPDATE
    2. HOW TO CREATE VIRTUAL INFOPROVIDER
    Can anyone tell me with example.
    I have read forums but i could not get the correct information.
    Thanks in advance.
    Regards
    Anjali

    hi anjali i am giving data on wat u asked.pls tell me where u have problem.so that i can clarify you more
    InfoProvider 
    Use
    InfoProviders that contain real-time InfoCubes provide the data basis for BI Integrated Planning. Aggregation levels are a type of virtual InfoProvider and are created on the basis of a real-time InfoCube, or a MultiProvider that contains InfoCubes of this type. Aggregation levels are specifically designed so that you can plan data manually or change it using planning functions.
    For more information about the types of InfoProvider, see:
    &#9679;     Real-Time InfoCubes
    &#9679;     MultiProvider
    Integration
    In the Modeling functional area of the Data Warehousing Workbench, you create InfoProviders as the data basis for BI Integrated Planning.
    For more information, see InfoProviders, Creating InfoCubes, and Creating MultiProviders.
    In the Planning Modeler, you select the InfoProvider that you want to use as the data basis for BI Integrated Planning. On the Aggregation Levels tab page, you create one or more aggregation levels for this InfoProvider.
    For more information, see Aggregation Levels.
    Prerequisites
    You have created a suitable InfoProvider as the data basis for BI Integrated Planning and filled it with data.
    Features
    InfoProvider Selection
    You can restrict the number of InfoProviders displayed by specifying the technical name or description or by making an entry for last changed by.
    You can change, check and save the selected InfoProviders.
    InfoObjects
    On the InfoObjects tab page, the system displays the InfoObjects that belong to the InfoProvider (see InfoObject). They are listed in the following tables:
    &#9679;     Dimensions, with the characteristics assigned to them
    &#9679;     Navigation Attributesfor the characteristics contained in the InfoProvider
    &#9679;     Key figures
    Under Settings, you can choose to display additional columns. 
    Characteristic Relationships and Data Slices
    In change mode you can define the permitted combinations of characteristic values in the form of characteristic relationships and create data slices for the data that you want to protect for real-time-enabled InfoCubes.
    For more information, see Characteristic Relationships and Data Slices.
    Default Key Date for Planning
    On the Settings tab page in change mode, you can set a Key Date as the default key date for planning. If time-dependent objects, such as attributes or hierarchies, are used in objects of the planning model, you can always refer to the default key date for planning. In this way, you can ensure that a uniform key date is used in the planning model. The objects in the planning model that are relevant for this are characteristic relationships, data slices and parameters of planning functions.
    if we choose NO MARKER UPDATE option when compressing non cummulative cube the reference point is not updated but the requests are moved to Request 0
    reward me if u felt theses are helpfull to u.
    and if not reply me where u are not getting.
    thanks
    karthikeya

  • Update problem - VBDATA table

    Dear All,
    We have update problems in our Quality systems, and also in every R/3 system that we create from a Production system copy.
    Sometime the UPD and UP2 work processes hung without apparent reason.
    In the SM50 I can see one or more of my update processes running for a lot of time (many hours) on the table VBDATA without perform any action.
    In the tcode SM12 I donu2019t see any kind of lock, and I donu2019t understand why only sometime this problem happens.
    Of course, from the SM13 I can see that during this problem the system is not able to perform any kind of update.
    As I told in the beginning of the message, I have the same problem in other two R/3 systems, both created with a system copy from the production system.
    The Production and the Developer systems seem not affected by this problem.
    Have you got any idea about the reason of the problem?
    Even if the Production systems is not directly affected, all the IT department is not able to work on the Quality system (or any other Test system), and the only workaround is to kill the UPD (or UP2) WPs affected.
    Thanks in advance,
    Federico Biavati
    My R/3 System is a 4.7 on SLES9 and Oracle 10.2.0.2

    Hello Siva,
    This is what I did:
    > Check how many entries do you have in VBDATA currently.
    More than 1.000 in every SAP systems that Iu2019m creating from Production
    > You might want to run the reorganize updates program to clear the old updates
    > that are pending/in error
    Good point!!
    After the reorganization (ST14 u2013 Reorganize update requests) the table VBDATA is empty.
    Iu2019ll check and Iu2019ll let you know if the problem is definitively solved.
    Thanks for you help,
    Federico

  • Chart x scale update problem

    LabVIEW  8.5.1
    Sweep Chart Problem
    The x scale values do not update until after the 2nd sweep.  The red line cursor gets to the end of the sweep and starts the next, but the scale numbers do not update until the next sweep starts.
    It appears to be a problem with the chart, since it happens with any vi with a sweep chart.  I've used versions 6 through 7 for years and never seen this.  I've only recently moved to a new job with a new machine and version 8.5.1., so I'm not sure what to try.
    I've included a simple example.
    Thanks much,
    JSC321
    Attachments:
    Chart Sweep Scale Update Problem.vi ‏32 KB

    You have a typical race condition!
    There is no data dependency between the property node and the while loop, so in your case the loop starts executing first and the property node starts slightly later, immediately erasing the first point. Execution order is not defined.
    All you need to do is add a data dependency, e.g. as with the error cluster in the image. This forces the property node to complete before the loop is allowed to start.
    (Execution order is enforced even if the wire value is not even used inside the loop )
    Try it!
    Message Edited by altenbach on 12-23-2008 11:08 PM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    HistoryRace.png ‏10 KB

  • Marker update for Inventory data sources

    Hi all,
    why we use marker update in Cube manage for inventory data sources at the time of loading?
    i heard that to avoid the keyfigures cumulation we do check that option ,is that correct/
    please clear my doubt
    thx

    HI
    (2LIS_03_BF Goods Movement From Inventory Management-------Unckeck the no marker update tab)
    (2LIS_03_BX Stock Initialization for Inventory Management--
    ---select the no marker update check box)
    2LIS_03_UM Revaluations -
    Unckeck the no marker update tab)
    in the infopackege of "collaps"
    Cheers

  • No Marker Update - 2LIS_03_BF

    Hi
    I have been having some issues with the Inventory management cube( using 2LIS_03_BF). The data in bw does not reconcile with SAP.
    What I have realised is the following:
    I have a process chain that loads the data every 3 hours and there is a step to compress the load with the field No Update Marker unchecked.
    However the cube has the No Update Marker checked.
    So which one would it use?
    Could this be the cause of the issue?
    Do I compress the delta loads ?
    Thanks Again for your help.
    Fahed

    Dear Fahed,
    It is suggested to compress the delta loads here as the incentory cube (0IC_C03) first calcultes forward (to marker then) comes back to the month where report is filtered.
    You should check data period wise for locating point of incorrect keyfigure values.
    Here are few points:
    a) The request in which the opening stock was loaded must always be
    compressed with a marker update
    b) The request in which the historical material documents were contained
    must always be compressed without a marker update and
    c) Successive delta uploads must always be compressed with marker
    updates.
    For better understanding have a look at this document:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01e328
    Also see the OSS note 655798 for compression of stock's cube.

  • Updating problem...I have a update that starts out going through but then does not finish just keep running

    also with the update problem it says software update and below the running bar it says connecting to the server

    Please do the following:<br><br>
    #Go to [http://www.mozilla.com/en-US/firefox/fx/?ref=logo Download Firefox 4.0.1] and download a fresh installation file to the desktop.<br><br>
    #Then go to Add/Remove Programs, scroll down to "Mozilla Firefox" and remove it, choosing to keep your bookmarks, customizations etc., (''don't checkmark the box'').<br><br>
    #Then reboot and delete the folder called "Mozilla Firefox" at this location: C:\Program Files\Mozilla Firefox<br><br>
    #Finally run the installation file you downloaded to the desktop earlier.<br>
    Your bookmarks, customizations etc., are maintained in a different location and will become available to you again once you complete the installation.

  • Use of Marker & No marker Update

    Hi All,
    I am going through the Inventory Management I want to know the use of Marker update and No marker update.
    and also please let me know the below details.
    1. First time when we will load the data we will compress the request with marker update and while loading BF&UM we will comopress with No marker Update.Could please brief me explain why we need to do and how it will
    effects the data with marker and no marker.
    Thanks & Regards
    Ajay
    "Points will be assigned"

    Hi Ajay,
    As you asked, Data Mismatch willn't be happened if you compress the cube with "No marker update".
    to avoid mismath only we compress "no marker update"
    Why mismacth?
    Suppose you are taking the opening balance on 01 jan 2008 by using BX datasource.
    You have business running for 1 year in R3(2007). There would be some movements happened in all storage locations.
    Ex : Storage 1
    Material M1 --> Received - 100 ; Issued 60; again Received 30
    NOw the current stock available in storage 1 = 100-60+30 =70
    When you load BX data source it takes value 70 for storage location 1. Then you compress  the cube with "Marker update". SO marker sets a reference point to this 70.
    Later when you load BF datasource for the past movements, you get these 3 transactions , i.e 100, 60 and 30. If you compress the cube with these movements againg one more 70 will go and add to the reference point. Because initial 70 has come by calculating these historical movements only.
    But that is the wrong value. So to avoid this, we compress the cube with "No marker update".
    Since these no marker compressed values are not added to reference point, So your Non Cumulative KF will take the result from that reference point.
    Later you can delta movements, i.e from Jan 1 2008 to Feb 1 2008, those will be compressed with "Marker update", because these are new and should be added to reference point.
    This is my longest thread ever written Ajay.
    Thanks
    Sreekanth.

  • Necessary to see green check-mark (Update Successful) during Airport Firmware Update?

    I had just taken the leap of faith and decided to update my current workhorse Airport Extreme to 7.6.1 fro 7.6.
    It downloaded and ran successfully all the way to the rebooting of the router. However, the computer I was running my Airport Utility on did not seem to find and connect back to the rebooted router fast enough and the Utility said "No Airport Detected" - so it did not show me the "green check-mark" update succesful page that I was normally used to.
    But I was able to restart the Utility again, and connect to it to see if running on 7.6.1. All seems to be well...
    However - being the completionist that I am, it bothered me I never got to see this "green check-mark" page. I was wondering if not seeing that confirmation page really mattered in this firmware upgrade - whether I saw it or not in the first place, and whether not seeing it could corrupt or mess up my update process that I did not know about? As long as I see my router showing 7.6.1 after the reboot - I should be fine right?

    bump

  • 10.5.7 update problems

    After installing the 10.5.7 update, Mail, iTunes and iPhoto will not run anymore. Anyone else having this problem?

    jjtopspin wrote:
    Before I came to these apple discussions re: update problems with 10.5.7, I tried to update this version yesterday and at the end of the download this message came up, the update "Mac OS X update" can't be saved. The digital signature for this package is incorrect. The package may have been tampered with or corrupted since being signed to Apple.
    I got the same message. The downloaded file that generated the message was only about 560 KB, indicating it was an incomplete download. I moved it to the trash & tried again. The second download attempt succeeded. I had a minor if nerve-wracking issue with the update (the blue looping screen reported in another topic in this forum) but after a forced shutdown & restart the update was completed successfully.
    I have since updated my two other Macs so all those listed in my profile are now running 10.5.7. All do so without any problems & in fact work better & more stably than ever before.
    I doubt that I'm unusual in this respect. Some users will have problems but I believe most won't, & for those that do most problems will turn out to be caused by something other than the update itself. So it has been for every previous Leopard update; I see no reason to think this one will be any different.

  • Cache update problem in Integration Directory

    Hi all,
    We have a cache update problem in our PI development server.
    If we try to edit, save and activate any of the ID objects, under Cache notifications>Central Adapter Engine> all these objects are displayed as gray items.
    We have tried:
    1. Clearing the SLD Data Cache.
    2. Did SXI_CACHE complete refresh.
    3. Did CPA cache refresh.
    4. Did a complete cache refresh of the server.
    5. Restarted the server.
    But still the problem has not bee resolved. Could you pls provide your inputs and resolution points.
    Thank you very much.
    regards,
    Jack Nuson

    HI Jack ,
    first try to manually update the cache from ID select on your cache notifiaction and click on delta cache refresh button and refresh button .IF it does not yied any result then
    Perform a full cache refresh using the URL
    http://<host>:<port>/CPACache/refresh?mode=full . If the cache refresh happens properly then your problem will get resolved other wise you have to see the cache log to view why it failed there it will show you the exact reason . You might need to restart your java server also if the problem persist .
    Regards,
    Saurabh

  • Twitter Update Problem

    Seems I have a Twitter Update problem. 1. I have no pirated software on my computer either from the App Store or anywhere else. 2. I did buy a set off templates for iWork through the App Store with my Bosses Apple ID (it's for work). Is that really the problem. That's ridiculous.  The apple ID is mine, as is much of the software, but it's a computer use for work. If this is true it makes the App Store a lot less useful.

    my apologies I was so annoyed. I didn't bother to state my issue. The issue is: Twitter is constantly asking to be updated. Even after it's updated. Even if it's deleted. I looked at the forums for a solution and found that people were having this problem who installed pirated app store apps.
    I am logged into the app store on my account. All but one of the apps on my machine that come from the app store are on my account. However there is one piece of software on my account that I purchased, by logging out and logging in with her ID, purchasing it, installing and logging out, and again logging in as myself. I don't have an issue with that app. However Twitter, which was installed under my username, constantly says it needs to be updated. Hope that makes it clearer.

  • HT4623 Update problem

    Hello
    How do i solve problem when i'am doing my update from 5.1 to 6.1.2 the massage (3194) occured. Please help me to solve this update problem.
    I'am using iphone 4

    See this support document http://support.apple.com/kb/ts4451

  • TS3694 im trying to restore my iphone and itunes doesnt allow it to restore without updating. problem is that i have the latest update on my iphone so why is it forcing me to wait for a 7hr update download when i already have the update and only need to r

    im trying to restore my iphone and itunes doesnt allow it to restore without updating. problem is that i have the latest update on my iphone so why is it forcing me to wait for a 7hr update download when i already have the update and only need to restore?

    Sadly, the iPhone 3G can not be upgraded beyond iOS 4.2.1.

Maybe you are looking for

  • How can I get good quality screen recordings on a mac?

    I am a web designer. I have a few customers who I make video tutorials for so they can find their way around their website. I have been using Quicktime Screen Recording to make videos so far. The quality is great when I view the origional movies on m

  • Adobe Acrobat XI Standard - downloading purchased software online

    I purchased the software in DVD form but my laptop doesn't have a DVD player.  I have the redemption code and serial number. where do I go online to enter this information and download the software?

  • Trying to understand LEDs on a WRT54G

    Hi, What do the Internet and Wireless LEDs mean on my WRT54G? The WLAN LED is on constantly, even though I don't believe anyone is using it. Also, the Internet LED is on constantly, with an occasional blink, even though I (connected through a wire to

  • Crystal Reports XI:  Using Wilcards with the Select Expert

    I have a field with 10 numbers.  There are several of them that start with three numbers and end in all zeros.  I want to make sure these are not in my report.  I have been successfully able to do this using the select expert, but it requires a lot o

  • How can I export more than 6 slides to a page as a PDF in Keynote?

    I need to export the slides in my Keynote presentation as a PDF so it can be printed and handed out for the participants to take notes with. It appears that the maximum number of slides per page I can export is (6) and even with that number, the slid