Help needed in BI content sales over view cube

We have activated sales over view cube. Just wondering about update routines for each of KFs. They all have similar logical patterns in examples below
Could any one explain me why this logic of multiplying by -1 is applied for each KF.
Also, I need to know, if I should use same routines for updating in ODS in place of updating directly in sales overview cube.
Example - 1
RESULT = COMM_STRUCTURE-/BIC/ZSHIPQTY.
  IF COMM_STRUCTURE-DOC_CATEG CA DEB_CRED.
    RESULT = RESULT * ( -1 ).
  ENDIF.
  RETURNCODE = 0.
Example - 2
RESULT = COMM_STRUCTURE-ACT_DL_QTY.
  IF COMM_STRUCTURE-DOC_CATEG CA CREDIT.
    RESULT = RESULT * ( -1 ).
  ENDIF.
Example -3
CLEAR RESULT.
  RESULT = COMM_STRUCTURE-NO_DEL_IT.
  IF COMM_STRUCTURE-DOC_CATEG CA CREDIT.
    RESULT = RESULT * ( -1 ).
  ENDIF.
  RETURNCODE = 0.
Points will be awarded for good answers.
Thanks
Jeff
Edited by: Jeff Edwards on Aug 11, 2008 7:00 AM
Edited by: Jeff Edwards on Aug 11, 2008 7:00 AM

So instead of putting update routine in ODS update rule, I can put it between ODS and cube.
yes.
Now, question is.. is 1:1 KF mapping in ODS is fine.
yes.
Initial ODS KF value:     30
ODS set to overwrite: credit posting 10
KF value in ODS:  10
Update to cube: -10
values of KF in cube:    30
second value:             -10
during reporting 30 + (-10) = 20.
All this is hypothetical for your understanding. The real data model should be based on ur requirements. This is one way of doing it.

Similar Messages

  • SAP standard data sources for  0SD_C03 sales over view cube

    Hi All,
    Please any body can be give info on what are the  SAP SD data sources connected to 0SD_C03 infocube
    Regards
    prasad

    Hi,
    Chekc in SAP hlep site...
    Using the datasources are depends on your business.
    rahuleaswar.pbworks.com/f/DesignSpec-+0SD_C03.doc
    www.sembps.com/documentation/BW/SD/8_sales_analysis.doc
    http://help.sap.com/saphelp_nw70/helpdata/en/90/d4f33b949b6b31e10000000a11402f/frameset.htm
    Thanks
    Reddy

  • Help needed with RA with Sales order scenario

    Hello Gurus,
    We are using SD-RR right now for our sales orders. We are facing difficulty with timing cost posting in that scenario and need your help with same.
    When we do PGI cogs posting is done. RR usually happens at at later point of time after customer accepts the order. Out cost is booked before revenue recognition, which financially is bothering client. Client wants Cost and revenue recognized at same time.
    I've heard that RA can be used with sales order item as cost collector. I want to understand how will it work functionally and what are the basic config elements.
    If someone can explain step-by step I'd appreciate that very much.

    Hi,
    Follow the step
    1) Create two user defiend Status for Sales order, one like X -Revenue & Cost to be recognised, and Y = ot to be recognised
    2) Use Completed Contract Method in Expert more for Status Y and Revenue Based RA for Status X
    3) Use Y as default Status in Sales Order. When you run RA, system will post costs to WIP and Revenue to Billing in Exess of Revenue. When ever you want to recognise revenue and Cost, change the status of the Sales Order as X, then Revenue based RA will be used.
    Regards,
    Rijo Paul

  • Help needed for changing MATERIAL SALES TEXT

    We have a requirement where in i need to chang the existing material sales text. GOTO --> ITEM --> TEXT --> Material Sales text. iwould like to know if it would be possible to do it using a CATT program?? If yes any pointers if no what would be the best approach for this.

    You can also use a LSMW.
    You are lucky, this is exactly the eg taken in SAP help :
    http://help.sap.com/saphelp_erp2005/helpdata/en/e1/c6d30210e6cf4eac7b054a73f8fb1d/frameset.htm
    Hope this helps,
    Erwan

  • Help needed regarding japanese contents

    Hai all,
    Am new to internationalization. I am facing a small problem.
    I am trying to acheive something like this :
    I have a web page which takes japanese input .. and should show a japanese output as well. but my major problem is that the content in the database should be in english.
    so how can i convert japanese content to english.
    is it possible to acheive this.
    if so can any one help me in this.
    Eagerly waiting for a reply.
    Thanks,
    Jai.

    native2ascii will help to convert strings encoded in some native encoding (e.g., Shift-JIS or EUC-JP) to an ASCII form that'll enable resource bundle files to be read, and the strings to be displayed properly.
    However, you might first want to start by going through what's needed for I18N (internationalisation). Go through the tutorial at http://java.sun.com/docs/books/tutorial/i18n/index.html
    As for your specific problem, you'd need an ID to act as your primary key for the English content in the database. Then you can have your Japanese translated content either as resource bundle files (i.e., properties files) in the server's file system, or the translated Japanese content placed in a separate table in your database. Either way, you'll need to use the same IDs for the English and translated Japanese content. In your Java code, you'll need to make use of ResourceBundle so that the correct content (English or Japanese) will be used based on the user's locale.
    Hth.

  • Help needed in pushing data into Table view Popup

    Hi All,
    I am trying to create a custom pop up and populate this with Reason code and descriptions. For this, i have created a popup and placed a table view on the popup. But when i am stuck how to push data into the popup from an internal table.
    Any pointers on this will be really helpful.
    Regards,
    Udaya

    Hi,
    Even I am facing the similar issue.  I have created custom component with four views for my requirement and created one view set and displaying the viewset in the pop up screen.  I also created event handler and added required coding to open the pop up screen.
    I have added event handler in BT116H_SRVO component and now the pop up is opend with the required fields but the field is not having any data the value is empty in the pop up screen.  I also binded context node details in the standard component.
    While debugging I found that the collection wrapper is empty, so the data is not populated in the pop up screen.  So kindly hlep me how to fill the collection wrapper and populate data inside the pop up screen.
    kindly let me know how to overcome this issue. 
    Thanks and Regards,
    Kannan.

  • Help needed with simple image enlargement when viewing a gallery

    Hi
    I have a gallery component linked to a data thumb list. This all scrolls fine and works. When someone clicks on a thumb it shows the
    image larger. Then I would like it if you click on the larger image it fills the height of the page to see an even bigger view. I have managed to do this but some of the buttons do not work in the area were this image is even if the image is not showing and the image will not go back to its off state even though it has an interaction to do so. If I drag the image component down the layers panel so it is behind all the other bits on my page it all works, the image enlarges and disappears so the previous state is shown. The problem with this is I want the image to cover everything behind it, not be behind everything. I have included a couple of screen grabs just to give you an idea.
    sc 1 simple data list and image component
    sc2 Enlarged image but can not get it to go
    sc3 enlarged image can come and go no changes except I have moved the layer panel down
    to the bottom
    Any ideas how I can get this to work properly would be much appreciated
    many thanks

    I have sorted this out. There might be other ways of doing this but I added a button to the large image gallery component.
    constructed a rectangle the same size as the large image and set the opacity to 0. The whole area is now a button you can not see.
    One click anywhere on the image removes it with an interaction back to the first state which is off.
    hope this help anyone

  • Help needed to get content from SOAPMessage response

    hi All
    i have a small problem with accessing the content of a SOAPMessage. the soap message would look like :
    <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.
    xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
    " xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><GetAvailabilityRespon
    se xmlns="xxx"><Get
    AvailabilityResult>Y1</GetAvailabilityResult></GetAvailabilityResponse></soap:Bo
    dy></soap:Envelope>
    my problem is that i can only get a value from
    Source sourceContent = replySoap.getContent();
    which is the entire thing as above. how can i get the value from <GetAvailabilityResult> element? i tried to do the steps like, get the SOAP part, and then the SOAP Envelope and then the SOAP Body from SOAPMessage, but all turned out to be null. only the content has a value. thanks for ur help in advance.

    When I open scanner and camera wizard on my computer, it does try to communicate with the phone. Then a box shows that it is imagining device is busy, or may be in use by another application. I can choose to cancel or wait till the device will be available. When I open properties it does the same, it never opens the properties, Is that helpful? .

  • Help needed parsing file contents.

    I have a program that opens a file reads the contents a line at a time and tries to extract the contents after a tag into some variables.
    The format of the file is always:
    </Title>
    </Version>
    </WelcomeText>
    </Logo>
    </TimeDelaySec>
    </Buttons>
    </ButtonLabel1>
    </ButtonLabel2>
    </End>
    Title, Version and Welcome must have something after them. Welcome can be multi-line and include Tabs and newlines.
    Time Delay and Buttons will always have a couple of characters of text after the tags. End never has anything after it is optional whether anything follows on from the all the other tags.
    Now I try and read these into strings for each tag. I don't require the tag only the information that follows it but things get a bit mixed up depending on whether things are included or not and whether the Welcome contains newlines.
    Can anyone suggest a good way to extract these details and possibly give an example. Many thanks.
    Mark.

    Here you go, you can adapt this to your needs:
    private static void readData()
          // Open the  file for reading
         BufferedReader br = getFileStream();
          if (br == null)
             return;
         String currentLine = null;
          // Read line by line
          try
             while((currentLine = br.readLine()) != null )
                 // Ignore comments
                 if (currentLine.startsWith("<--"))
                      continue;
                 // username tag found
                 else if (currentLine.startsWith("<username>"))
                      sender = br.readLine();
                // password tag found
                 else if (currentLine.startsWith("<password>"))
                       password = br.readLine();
                // smtp host found
                else if (currentLine.startsWith("<smtp_host>"))
                       smtpHost = br.readLine();
                // subject tag found (this is multiline)
                else if (currentLine.startsWith("<subject>"))
                   int lineNum = 0;
                   defaultSubject = "";
                             while((currentLine = br.readLine()) != null && (!currentLine.startsWith("</subject>")))
                         if (lineNum > 0)
                         defaultSubject = defaultSubject + "\n";
                         defaultSubject = defaultSubject + currentLine;
                         lineNum++;
        br.close();
    // Gets the defaults file input stream as a buffered reader
    private static BufferedReader getFileStream()
        try
              FileReader fr = new FileReader(new File("yourfile"));
             BufferedReader br = new BufferedReader(fr);
            return br;
         catch(FileNotFoundException fnfeEx)
             System.out.println(fnfeEx.toString());
            return null;
    }

  • Help needed with loading data from ODS to cube

    Hi
    I am loading data from an ODS to a cube in QA. The update rules are active and definition seems right. I am getting the following error, in the update rules.
    "Error in the unit conversion. Error 110 occurred"
    Help.
    Thanks.

    Hi Chintai,
    You can see the record number where the error occured in the monitor (RSMO) for this data load > goto the details tab and open up the Processing area (+ sign). Try it out...
    Also about ignoring the error record and uploading the rest, this is done if you have set Error Handling in your InfoPackage (Update tab), but this would have to be done before the load starts, not after the error happens.
    Hope this helps...
    And since you thanked me twice, also please see here:-) https://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/7201c12f-0701-0010-f2a6-de5f8ea81a9e [original link is broken]

  • Incompeltion log for sales order over view screen

    dear all,
    i have a problem in incompletion log ,  my requirement is  i need the incompletion log to be trigered  in the sales order over view screen  .
    The senario is :
    There is a excel sheet maintained in the    sale order over view screen - extras tab - Documents - there excell sheet will be maintained  and   from that the item will be selected .  
    is there any way to inclued this   field and table  in the log of in completion terms  in incompletion procedure .  or is there any
    user exist to be involved  for this 
    kindly guide me how to  go about it  so that the error or warning msg   is triggered when this  incompletion is checked
    regards
    kumi

    Hi Kumi,
    Do you mean you want to check whether DRAW-DOKNR  or DRAD-DOKNR is filled with value?
    If yes, I don't think standard incompletion log could fulfill your requirement since only check for VBAK, VBKD, VBAP and VBEP could be defined.
    I also checked Userexit_save_prepare (MV45AFZZ). Table DRAW is not available. DRAD is empty.
    Sorry but I could not provide more positive answer.
    Best regards,
    Smile
    Edited by: Smile Zhang on May 25, 2010 3:39 PM

  • Help neede with UITableview and detail views

    OK. So I'm new to iPhone dev and have been trying to figure this out with no luck.
    I have a xib and coresponding ProfileViewController file that contains a tableview. The tableview is pulling data from a .txt file. This is working. However, what I'd like to be able to do is when a user selects one of the tableview rows, it pulls a different xib file, under the nav controller.
    For instance:
    Item 1 displays person.xib
    Item 2 displays animal.xib
    etc.
    I am also using a tab view controller and a navigation controller. The tab views and nav controller work fine.
    If anyone could help with some instructions/code, I would greatly appreciate it.
    Thanks,
    Doug

    Hi Doug - Do you just want each row of your table view to switch to a different detail view when selected? That's a fairly standard setup, so maybe you're trying to describe something else I'm not seeing yet.
    Let's start with the standard structure anyway. Then you can explain what you want that's different, ok?
    Have you looked over the UICatalog sample app yet? The main view of that app presents a table view under a nav bar. Selecting any row in the table view will slide the detail view matching that row under the nav bar. Each detail view is controlled by a different subclass of UiViewController.
    The UICatalog sample is a bit more complicated than we might want for learning the basic structure, but I think it's clear enough for you to see the key steps. Here's one of the methods you might want to look at:
    // MainViewController.m
    // the table's selection has changed, switch to that item's UIViewController
    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
    UIViewController *targetViewController = [[menuList objectAtIndex: indexPath.row] objectForKey:@"viewController"];
    [[self navigationController] pushViewController:targetViewController animated:YES];
    The above is deceptively simple because lots of work has gone into building the menuList array, which is an array of NSDictionary objects, each containing all the info needed to bring up one detail view. However with a little study, you may find most of the answers to your questions in that file.
    Note that while the view controllers in the menuList array are created with code in awakeFromNib, they could just as easily have been pulled out of separate xib files.
    If you''d like a really well paced, crystal clear explanation of how to use nav bars with table views, I would recommend Chapter 8 and 9 of +Beginning iPhone Development+ by Mark and LaMarche. I think you may be right at the point where you'll benefit from that book the most.
    Hope that helps!

  • Help needed please.. how do I remove my credit card from itunes? just discovered over $450 of charges when I looked at my email... Kids had no clue they were using our money and not their gift cards

    Help needed please.... I just discovered over $450 charges to my credit card from Itunes. The kids had no idea they were using our credit card and not their itunes gift cards and 4 year old just clicks on anything! I didnt save my credit card details so am a bit miffed at this... I cant find anywhere in itunes to remove it. Edit.. but not remove. Editing does not remove it.. HELP

    To Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact
    Accepted forms of payment  >  http://support.apple.com/kb/HT5552
    Changing Account Information  >  http://support.apple.com/kb/HT1918

  • HELP NEEDED!! Recently upgraded my ipad air to the new update, charged it over night, now it will not come on? i plug in the charger but comes up the normal charging sign but still no life in it?

    HELP NEEDED!! Recently upgraded my ipad air to the new update, charged it over night, now it will not come on? i plug in the charger but comes up the normal charging sign but still no life in it? Seems as though theres either a problem it charging or starting up. Had the ipad for about a year and a month or 2.. what can i do to source the problem?

    Its just started up with the apple sign, then it goes to an off black coloured screen so its on but nothing showing just a dark screen but not jet black.. ahhh help!! thank you in advance

  • Urgent help needed - new to Macs, accidently cut and paste over top of photo folder and now no sign of folder or file, no auto back-up in place, how can I restore photos pls

    Urgent help needed - new to Macs, accidently cut and paste over top of photo folder and now no sign of folder or file, no auto back-up in place, how can I restore photos pls

    Thanks for prompt reply, yes we have tried that but have now closed down the browser we where the photos were.
    We haven't sent up time machine, do you know whether there is any roll-back function on a Mac?
    Thanks

Maybe you are looking for

  • Adobe AIR 4 Not reading a XML file larger than 10MB

    I have an application where the XML file could be over 10MB in size. I am using XMLHttpRequest to read the file in. However, on Air 4, it results in null when the file is greater than 10MB in size. This was working until I updated to AIR 4. I can go

  • HELP: Question on adding more RAM to my 2X dual core 2.66  Xenon  MacPro

    Hi,m I current;y have 6GB of RAM in my MacPro and want to add a bit more. Right now I have 4 X 512MB strips and 4 1GB strips for a total of 6GB I was thinking of adding 2 X 2GB strips to replace 2 of my 512MB strips which would give me 4 1GB strips,

  • How to use escape characters in expdp

    Hi All, Am exporting the dump by using expdp as follows expdp XXXXX/YYYYYY schemas=XXXXX INCLUDE=TABLE:\"LIKE('EXT_%')\" directory=DUMPDIR1 dumpfile=XXXXX_18-Dec-2012.dmp logfile=exp_XXXXX_18-2012.log rocessing object type SCHEMA_EXPORT/TABLE/TABLE P

  • Video, XML and List Component

    Hello all, I have this code that is suposed to take my simple little XML file and populate it into a List component which in turn when an item is click it will play the video assigned to it. I have a custom player built and it works perfectly when I

  • Optimal Block Size for Xserve's RAID hosting Final Cut Server

    What would be the optimal block size for the software RAID on the machine that will be hosting Final Cut Server? The default is 36K. Since FCS is essentially a database, would be the optimal settings? Any glimpse what data size chunks FCS write to th