What is the significance of Live Cache in demand planning ?

Hi all,
Can anyone explain me significance of live cache in the demand planning. What are the issues will turn up for live cache if it is not properly maintained?
Thanks
Pooja

Hi Pooja,
SAP has come up with Live cache concept for storage and most important, quick and efficient processing of transactional data. Its a layer between data base and GUI and even the search methods and storage space has been optimized due to its structure. In DP it is used for storage of time series data whereas in SNP it can store both time series and order series data.
Regarding your second query, it is recommended to have Live cache consistency on a periodic basis for synchrinising data between LC and database tables. You can face many issues due to LC inconsistency as incorrect time series generation, Transactional data discrepancy, COM routine errors during background processing etc.
Let me know if it helps
Regards
Gaurav

Similar Messages

  • What is the significance of "cost" column in explain plan

    Hi,
    Can anyone explain what is the meaning of the values which we get in the cost column in the explain plan..For Ex : Cost : 4500 . What does this value mean...and is it measured in which form of units...i mean seconds,nanoseconds etc

    kingfisher,
    Ok one more link for you but I shall quote the text also here,
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/optimops.htm#i82005
    The cost is an estimated value proportional to the expected resource use needed to execute the statement with a particular plan. The optimizer calculates the cost of access paths and join orders based on the estimated computer resources, which includes I/O, CPU, and memory.
    And few paragraphs down,
    13.4.1.3.3 Cost
    The cost represents units of work or resource used. The query optimizer uses disk I/O, CPU usage, and memory usage as units of work. So, the cost used by the query optimizer represents an estimate of the number of disk I/Os and the amount of CPU and memory used in performing an operation. The operation can be scanning a table, accessing rows from a table by using an index, joining two tables together, or sorting a row set. The cost of a query plan is the number of work units that are expected to be incurred when the query is executed and its result produced.
    The access path determines the number of units of work required to get data from a base table. The access path can be a table scan, a fast full index scan, or an index scan. During table scan or fast full index scan, multiple blocks are read from the disk in a single I/O operation. Therefore, the cost of a table scan or a fast full index scan depends on the number of blocks to be scanned and the multiblock read count value. The cost of an index scan depends on the levels in the B-tree, the number of index leaf blocks to be scanned, and the number of rows to be fetched using the rowid in the index keys. The cost of fetching rows using rowids depends on the index clustering factor. See "Assessing I/O for Blocks, not Rows".
    The join cost represents the combination of the individual access costs of the two row sets being joined, plus the cost of the join operation.
    Now I guess if you read this part, it should be pretty clear what cost is.Cost is an evlaution of the resource that is estimated by Oracle for every step incurred in the uery execution.There are no of steps and each may involve doing IO,consuming CPU and/or using memory.Cost is a factor which oracle uses combining all of these 3 (depending on the version) together to propose the work done or expected to be done in exeuting a query.So this actualy should represent the time spent exactly on each and every step.That's what the objective frm cost is.But at the moment,this is not there.There amy be a situation that cost is shown as very high but query is working fine.There are woraround which can bring the cost down for example using and tweaking optimizer_index_cost_adj parameter , we can propose oracle regarding our indexes and it may pick up lesser cost evaluation.What is mentioned is that this model is becoming more and more mature and in the next releases, we may see that cost is representing exactly the time that we would spend inthe query.At the moment,its not there.So as Chris mentioned,Tuning for low cost only is not a good way.
    I suggest you grab a copy of JL's book.He has explained it much better in his book.
    Hope I said some thing useful.
    Aman....

  • How to put Guage Meters in Visula composer & what is the significance

    Hi ALL,
    I am new to VC . So I want to Know what is the significance of Gauge meters & How we have to put in Iview .
    Please provide me steps to use Gauge meter.
    Reward the points
    Thanks&Regard,
    kiran.

    Hi Kiran,
    Refer the following link.It ll be useful
    <a href="/people/abesh.bhattacharjee/blog/2007/02/27/get-started-with-dynamic-graphics-in-xmii-115">/people/abesh.bhattacharjee/blog/2007/02/27/get-started-with-dynamic-graphics-in-xmii-115</a>
    <a href="Regarding dynamic graphics://Regarding dynamic graphics
    Regards,
    Hemalatha
    /Assign points if helpful/

  • Distribution function - What is the significance of "USER" field in Distribution template?

    Hi,
    I am working with the distribution functionality in BPC 10.
    Here i am saving the reports in a folder on my desktop. For this we need to create a template which includes multiple report names, fixed members and variable members.
    In the variable member section, we have a field for User.
    For this field
    1. when i do not specify anything it does not let me distribute,
    2. when i specify a user name it creates 2 folderrs on my dektop one with the template name and one for the user
    3. when i specify a space (" ") this creates only 1 folder during the distribution that is of the Template name (Which is what is required)
    However what i do not understand is how this works without a username? What is the significance of this field in the distribution template?
    Thanks in advance,
    Shweta

    Hi Ram,
    I have used this field for, what is the effect of the breakdown or problem when users are creating the notification. Example are given below. The same filed will come in IW28 report for analysis purpose.
    1 No Effect
    2 Production Restricted
    3 Production Breakdown
    Hope it will help you to understand.
    Best Regards
    Kalyan

  • What is the significance of the Assembly Deployment Target and Feature Scope?

    Hello,
    We have created a project as Farm Solution (not sandbox).
    Under project properties we can see an option for Assembly Deployment Target : GAC or WebApplication.
    I know that GAC will deploy the dll to windows\assemblies and WebApplication will deploy to website/bin folder.
    Now, we add a feature to the project; in here we can see a dropdown for scope with options as: Farm; Web; Site; WebApplication. I know that depending upon what option is chosen; the feature can then be activated by going to the respective manage features
    option via SharePoint front end UI.
    Can you tell me what is the significance of the Assembly Deployment Target and Feature Scope?

    >>Can you tell me what is the significance of the Assembly Deployment Target and Feature Scope?
    Feature scope can be decided based on the type of artifacts you will be building
    Check the below link for what type of artifacts can be build at different levels of scopes
    http://msdn.microsoft.com/en-us/library/ms454835(v=office.14).aspx
     wrt to Assembly Deployment Target depends on what type of components you are deploying through your solution which will be specified in manifest.xml. There are advantages
    if you deploy the components to web application rather GAC like all Apppools will not get recycled, avoiding IIS reset etc. But if you have 3rd party dlls and feature receivers which need to deployed along with the solution then its advisable to deploy to
    GAC
    http://trentacular.com/2009/06/sharepoint-differences-between-global-and-web-application-targeted-solution-deployment/
    https://www.captechconsulting.com/blog/james-brocato/sharepoint-without-the-gac
    Hope this helps.
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • What is the significance of this setting..?

    Dear All,
    Can you please tell me what is the significance of the following settings in the Availability check configuration.
    IMG - SD - Basic Functions - Availability check & TOR - Availability check - Availability check with ATP Logic or Against planning - Define default settings.
    Here we maintain availability check rule for each Sales area. In our system for some sales areas it is maintained as C and for some B and rest blank.
    Your help is solicited.
    Regards,
    Vishi

    Hi Vishi,
    Here is the details of availability check rule in default setting from SAP F4 help....
    Blank     Dialog box in the case of shortages (batch/BAPI full dlv.)
    A     One-time delivery
    B     Full delivery
    C     Delivery proposal
    D     Dialog box in the case of shrtages (batch/BAPI one-time dlv)
    E     Dialog box in the case of shortages (batch/BAPI dlv. prpsl)
    1     Delivery proposal for product selection
    I guess this is self explanatory...... if you have further doubt revert back....
    Thanks,
    Raja

  • What is the significance of super() in constructor?

    excuse me, my english is poor.
    public class App2 extends App1{
    App2(String str){
    //there is a crytic super() *****why?****
    System.out.println(str);
    public static void main(String args[]){
    App2 tt=new App2("hello");
    class App1{
    App1(){
    System.out.println("App1 constructor");
    //end progarm
    why there is a crytic super()?
    What is the significance of super() in constructor?

    "public class App2 extends App1"
    implies that App2 inherits something from App1.
    e.g.
    App1 has member data a1, b1, c1 and App2 add its own member data a2, b2, c2. Since App2 extends App1, now App2 has member data a1, b1, c1, a2, b2, c2.
    If you call App2's constructor, you can initialize a2, b2, c2. How about a1, b1, c1? If you don't use super in App2's constructor, a1 b1 c1 won't be initialized. So, call super to let App1 initialize a1, b1 and c1.

  • What is the significance of having Ver 1 and Ver 2 in a Bal Sheet?

    Hi,
    1. What is the significance of having Version 1 and Version 2 in a Balance Sheet(Income Statement)?
    Any real life significance of these versions?
    2. I had a previous question which was not answered, can verify if having version 1 and version 2 in a query addresses that problem:
    u201C Is there a way to compare two different income statements (or two Bal Sheets) for say, Year 2005, if Income statement 1 is from R3 but Income statement 2 is from a non-sap system. i.e. to create a variance for them as a means of reconciliation? u201C
    If Version 1 and Version 2 in a balance sheet does not deal with this, can you help with it?
    Thanks

    Hi,
    thanks for the response.
    Does this versioning process also takes place in Balance Sheet or it is something done only for Income Statements?
    Is this the reason why some queries have varaibles to enter Version 1 and Version 2?
    If Version 1 and Version 2 are from the same datasource, and you bring all into a DSO, what will be the advantage to separate the Version 1 and Version 2 data different cubes?
    To help me get your response well, is the Versioning concept used in addressing the other part of my question:
    i.e.  if having version 1 and version 2 in a query addresses that problem:
    u201C Is there a way to compare two different income statements (or two Bal Sheets) for say, Year 2005, if Income statement 1 is from R3 but Income statement 2 is from a non-sap system. i.e. to create a variance for them as a means of reconciliation? u201C
    If Version 1 and Version 2 in a balance sheet does not deal with this, how do you address this?
    Thanks

  • What is the significance of plan version?

    Hi all,
    Pls tell what is the significance of plan version? What will happen if I create some orgunit oin current plan and some org unit in another plan?

    Hi..,
    Plan versions are scenarios in which you can create organizational plans.
    ==>In the plan version which you have flagged as the active plan version, you create your current valid organizational plan. This is also the integration plan version which will be used if integration with Personnel Administration is active.
    ==>You use additional plan versions to create additional organizational plans as planning scenarios.
    But Only one plan version will be active at any time !!!
    As a rule, a plan version contains one organizational structure, that is, one root organizational unit. It is, however, possible to create more than one root organizational unit, that is more than one organizational structure in a plan version.
    For more information on creating plan versions, see the Implementation Guide (IMG), under Personnel Management ® Global Settings in Personnel Management ® Plan Version Maintenance.
    regards,
    sai ramesh

  • What is the significance of datatags application?

    Does it matter if datatags application is up or down within your OC4J? This application is in every OC4J you create.
    Not sure what is the significance/use or impact of this application if its up or down.

    This is duplicate

  • What is the significance of badi BBP_Create_PO_Back?

    Hi Friends
    what is the significance of badi BBP_Create_PO_Back.?
    Thanks & Regards
    Kanni.
    Edited by: Kanni. on Jun 21, 2009 10:41 AM

    Hello,
    BBP_CREATE_PO_BACK was used to pass additional data from SC to ECC PO.
    This BADI is replaced by BBP_CREATE_BE_PO_NEW with SRM 5.0. Using this BADI you can change all the data that is transferred to the backend system for generation of a purchase order. This includes, for example, the item data, the account assignment data, and texts. All the shopping cart data is available as input parameters.
    Hope this helps.
    Thanks
    Ashutosh

  • What is the significance of Marker interface? Why are we using, even though

    What is the significance of Marker interface? Why are we using, even though it has no method?

    Well, what's the significance of an interface? They can define a set of methods a class may implement but the class could equally well implement these methods without the interface so why having interfaces at all?
    The answer is that the most important aspect of an interface is that it constitutes a type (you can declare variables of it). And it's a type regardless of how many methods it defines, including none. So the reason for having a marker interface is that you're interested solely in the type aspect of interfaces.

  • What are the advantages of using CACHE and NOCACHE Hint

    What are the advantages of using CACHE and NOCACHE Hint & difference of them.I saw one of oracle.sql script have CACHE & oracle rac script include NOCACHE .Why is that

    924250 wrote:
    In a SOA product include db scripts,when we install the product we want to execute the db script to create sequence both oracle RAC & Oracle db
    Oracle DB
    CREATE SEQUENCE REG_LOG_SEQUENCE START WITH 1 INCREMENT BY 1 NOCACHE
    Oracle RAC DB
    CREATE SEQUENCE REG_LOG_SEQUENCE START WITH 1 INCREMENT BY 1 CACHE 20 ORDERas sb mentioned, this has nothing to do with oracle hints.
    you'll want to search the documentation about sequences.

  • What's the significance of the letter -p in the JRE installables

    Hi,
    Can anybody please let me know what is the significance of the letter "-p" in the JRE installables as i could see that till JRE 1.6.0_13 the name for the Window offline installable has -p {for eg: jre-6u12-windows-i586-p.exe} where as for the higher version i.e 1.6.0_14 onwards there is no letter "-p" {for eg: jre-6u14-windows-i586.exe} .
    Appreciate your quick response in this regards.

    qm control is only useful for procured materials
    it
    Manage quality-related information for materials, vendors, and manufacturers in quality info records
    Monitor the QM systems of vendors and manufacturers
    Supply quality documents with requests for quotations and purchase orders
    Certify vendors or manufacturers that have QM systems implemented, to reduce the inspection requirement
    Request that quality certificates be submitted with the delivered goods and monitor the receipt of these certificates
    Inspect vendor goods at vendor sites (source inspections)
    Block the payment of invoices until the goods have been inspected and accepted
    U can use qm control key depending upon ur requirement

  • What is the significance of the blue, green and grey highlighted names in the directory used to text or iMessage? This is not about the messaging themselves, but the names to select to text or iMessage.

    What is the significance of the blue, green and grey highlighted names in the directory used to text or iMessage? This is not about the messaging themselves, but the names to select to text or iMessage.

    The entries in blue are people you've recently exchanged iMessages with, the ones in green are people with whom you've recently exchanged SMS messages and the ones in grey are people with whom you have not recently exchanged any messages.

Maybe you are looking for

  • To fetch data on the basis of last program run date and time

    Hi all, My query is as folows: I am selecting BOM components from STPO table on the basis of some criteria. My requirement is to select only BOM components which are newly added or created after last program run,i.e. STPO-AEDAT and STPO-ANDAT are gre

  • Web Page Content not Visible

    Hi, I'm having a problem, I think is isolated to Internet Explorer 6.0. A few people using this version of the browser have reported that the contents of my main page are not visible unless you scroll down quite a ways. Any ideas what could be causin

  • My elements does not look the same as the tutorial

    Hi I hope someone can help me. Why does my photoshop elements 13 (newly installed -maybe this is the problem/)not look the same as the one on the tutorial? My top line only has eLive, Quick, Guidedand Expert. No Media or People? Do I have a cheaper v

  • Help! Exporting problem in Adobe Premiere & Media Encoder

    Hi guys, I have a problem for which I did not find any solution on the web. I am not a very experienced Premiere Pro user. Maybe you can help me! I made a project using Adobe Premiere Pro. It has only one Sequence, but I have multiple clips which I w

  • Internal drive failure

    I have an old Mac G4 with 3 120G internal drives installed. One of them is failing and needs to be removed from the machine. Here's the dumb question... how can I tell which one it is? Disk Utility and Disk Warrior report the same (serial?) number fo