Implementing BI content (0PUR_C01 and 0PUR_C04)

Hi Experts,
while consulting help.sap regarding the standard BW cubes 0PUR_C01 and 0PUR_C04, i get the following information (in regards to extractors to activate):
0PUR_C01
You can supply this InfoCube with data using either the conventional extraction method or the new one:
Conventional method: Purchasing (2LIS_02_S012)
New method: Purchasing Data (Document Item Level) (2LIS_02_ITM) and Purchasing Data (Document Schedule Line Level) (2LIS_02_SCL)
0PUR_C04
You can supply this InfoCube with data using either the conventional extraction method or the new one:
Conventional method: Purchasing Groups (2LIS_02_S011)
New method: Purchasing Data (Document Header Level) (2LIS_02_HDR), Purchasing Data (Document Item Level) (2LIS_02_ITM), and Purchasing Data (Document Schedule Line Level) (2LIS_02_SCL)
My questions are:
1) why would you activate/use 2LIS_02_S012 or 2LIS_02_ITM and 2LIS_02_SCL for the 0PUR_C01. What are the differences between those 2 methods and why would one chose one over the other
2) why would you activate/use 2LIS_02_S011 or 2LIS_02_HDR, 2LIS_02_ITM and 2LIS_02_SCL for the 0PUR_C04. What are the differences between those 2 methods and why would one chose one over the other
Many thanks
Joana

Hi Joana,
Can you please list out the differences? I've the same problem but was unable to figure out why we need both extractors 0PUR_C01 and 0PUR_C04.
Thanks.

Similar Messages

  • Init load to 0pur_C01 and 0pur_c04

    Hi MM Gurus,
    I have activated both cubes in our BI 7.0 system Cube 0pur_c01 for detailed reporting, *C04 for the purchasing groups.
    When I am filling both cubes at the same time by using infosources
    2LIS_02_HDR, 2LIS_02_ITM, 2LIS_02_SCL the requests in the cube 0pur_c04 stay on QM status yellow: "indifferent, not yet finished".
    And the requests are not visible for the reporting without QM action.
    The requests of the other cube 0pur_c01 have status green.
    I also loaded data in full update mode to the cube 0pur_c04 wih the same result.
    The results seem to be correct in reporting,
    even on the detailed view in the package all is green - only the overall status is yellow.
    Anyone an idea how to get these requests automaticaly to status green?
    Thanx in advance
    BR
    Chris

    Hi,
    Follow the steps below.
    Please do this,
    Go to Your Cube/ODS manage Data Targets screen
    Select Environment Menu >> Automatic Request Processing
    Select the option Selt Quality status to OK
    Save the settings, when prompted for Transport Request, create a new request and transport across.
    Regards.

  • Implementing Shared Content in V2

    We are currently implementing a public web site in release V2.
    We have two page groups, 'Members' and 'Public'. There is content
    that is the same that can be shared between these two page groups.
    We are implementing this shared content as items which are placed on
    a page, the page is then exposed as a portlet and can be placed on
    multiple pages as needed.
    Our issue is that the shared content has links within it that should
    open in the context that the user is navigating in (eg if the user is
    in the members page group, the link must open up in a subpage
    in the members group).
    Is there any way of implementing shared content links to point
    to different sub-pages in the portal.
    Thanks,
    Suzanne

    oops, i put in some phoney code before. This is the real thing.
    a-
    create or replace procedure shared_path (path in varchar2) is
    l_host varchar2(2000);
    l_calling_page varchar2(2000);
    l_substr varchar2(100);
    l_server varchar2(500);
    l_script varchar2(100) default null;
    l_path_alias varchar2(100) default null;
    l_url varchar2(50) default '/pls/portal/url/page/' ;
    l_siteid number;
    l_sitename varchar2(200);
    l_page varchar2(1000);
    l_path varchar2(2000);
    l_port varchar2(20);
    begin
    -- owa_util.print_cgi_env;
    l_calling_page:= owa_util.get_cgi_env('HTTP_REFERER');
    l_server:= owa_util.get_cgi_env('SERVER_NAME');
    l_script:= owa_util.get_cgi_env('SCRIPT_NAME');
    l_path_alias:= owa_util.get_cgi_env('PATH_ALIAS');
    l_port:= owa_util.get_cgi_env('SERVER_PORT');
    if (l_script) is not null and (l_path_alias is not null) then
    l_url := l_script ||'/'|| l_path_alias ||'/page/';
    end if;
    if l_port != '80' and l_port != '443' and (l_port is not null) then
    l_server := l_server ||':'|| l_port;
    end if;
    l_substr := substr(l_calling_page, instr(l_calling_page,'_pageid=') + 8);
    l_substr := substr(l_substr, 1, instr(l_substr,',') -1 );
    l_siteid := to_number(l_substr);
    select name into l_sitename from pg_v where caid = l_siteid and id=1;
    if instr(path,'/') = 1 then
    l_page := substr(path, 2);
    else
    l_page := path;
    end if;
    l_path := 'http://' || l_server || l_url || l_sitename ||'/'|| l_page;
    htp.p('<html><body>');
    htp.p('path: '||l_path);
    htp.p('</html></body>');
    owa_util.redirect_url(l_path);
    exception
    when others then
    htp.p('<html><body>');
    htp.p('an error');
    htp.p('path: '||l_path);
    htp.p('</html></body>');
    end;
    show errors

  • Site content types and site columns were absent

    hi,
    i have seved a  sub site as a template which includes 20+ doc libs with 20+ site content ctypes which includes  15+ site columns  and then i have used this savedsite template in one site collection and implemented my
    custom web parts and upload document fun. successfully.
    now i have created another new site collection and forgot to create site content types and site columns as  we have seen the  site columns in the saved site template already.
    now i realized that those  site content types and site columns were not there but the strange thing is that i am able to uplaod the documents  into those document libraries  which are not associated with site content types, without any error.
    Can I create  the same in my new site collection ? since i have already created  many many sub sites based on the  saved site templates tested the functionality ,i dont wanna delete the template recreate all the sites  again in order
    to save the time.
    Now pls advice:
    1) if site columns / site contents  were not existing at the site collection level, will this affect my func. in future?
    2)   is there any automated way fo creating site columns, site content types, associateing these site content types with doc libs programmatically like power shell/ sp object model API.
    3) would like to any programmatic way of creating hundreds of sub sites based on the saved site templates in myw eb application/ site collection.

    Hi,
    We can create site columns, site content types or sub-sites using SharePoint Server Object Model.
    The following articles for your reference:
    SharePoint 2010: Create Site Columns and Content Types using C#.Net
    http://social.technet.microsoft.com/wiki/contents/articles/20267.sharepoint-2010-create-site-columns-and-content-types-using-c-net.aspx
    How to: Add a Content Type to a SharePoint List
    http://msdn.microsoft.com/en-us/library/office/aa543576(v=office.14).aspx
    Create Sites Using Custom Site Templates in SharePoint 2010
    http://www.c-sharpcorner.com/UploadFile/63e78b/create-sites-using-custom-site-templates-in-sharepoint-2010/
    How to create sub site with custom site template through PowerShell
    http://fangdahai.blogspot.com/2012/08/how-to-create-sub-site-with-custom-site.html
    Best regards
    Dennis Guo
    TechNet Community Support

  • Implementation of equals, hashCode, and

    I am writing an RMI application where the implementation of the remote interface cannot extend UnicastRemoteObject because it already extends another class. So, I need to explicitly export the server object using UnicastRemoteObject.exportObject(server, 0);� no problem.
    Problem is I�ve read that in order to make the class behave as if it had extend UnicastRemoteObject, you must provide implementations for equals, hashCode, and toString. I�ve searched the world over for implementations of these methods equivalent to those found in UnicastRemoteObject� no luck so far.
    Could you help me out?
    I�ve found some code that I�ve listed below� Is it equivalent to the equals and hashCode method found in UnicastRemoteObject? What about toString()?
    public class RemoteDataServer extends LocalDataServer implements RemoteInterface{
        private Remote serverStub;
        public RemoteDataServer() throws IOException {
            super();
            //export remote object
            serverStub = UnicastRemoteObject.exportObject(this);
        public boolean equals(Object obj) {
            return (obj == this || serverStub.equals(obj));
        public int hashCode() {
            return serverStub.hashCode();
    //toString()???

    Hi,
    At book Effective Java by Joshua Bloch you can see some info
    overriding these members.
    See at http://java.sun.com/docs/books/effective/index.html
    Here is the toString()spec method from Object :
    Returns a string representation of the object. In general, the toString method returns a string that "textually represents" this object. The result should be a concise but informative representation that is easy for a person to read. It is recommended that all subclasses override this method.
    The toString method for class Object returns a string consisting of the name of the class of which the object is an instance, the at-sign character `@', and the unsigned hexadecimal representation of the hash code of the object. In other words, this method returns a string equal to the value of:
    getClass().getName() + '@' + Integer.toHexString(hashCode())
    but toString from class String simply returns the string contents of
    an object.
    Hope this help

  • The difference between Telepresence Content Server and MSE 3500

    Good day! Could someone explain me what's the difference between Telepresence Content Server and MSE 3500? Why do I need to obtain two these devices for sorting out my tasks? I want to understand gist of the first and the second devices.

    In addition to what Jonathan posted above, here is a Capture Transform Share Solution Guide that goes over a little bit of what the TCS and MXE are and some possible deployment scenarios.
    In short, TCS is used to record video conferences or lectures that can be streamed on demand or live using various streaming or distribution methods.  One such distribution method is using the MXE 3500 to ingest the recordings from TCS and convert them to different media types and add in-video content such as logos etc.  However, from the MXE, you can't send the video back to the TCS for viewing, you'd need to send that off to another viewing portal such as Show and Share.

  • I am trying to open a website that is using Microsoft content viewer, and the page does not show. Any ideas on how to view this site using firefox. It works on IE.

    I am participating in an online class whose website uses Microsoft Content Viewer to view the class content. The browser opens a new page, but nothing is there. At the top of the tab it says Microsoft Content Viewer, and nothing else. Can anyone tell me how to view my course using Firefox? I would prefer not to use IE, but it works there.

    When originally creating the pdf, you would need to choose another pdf conversion setting. In Word if you use the pdf menu, change your settings there: Adobe PDF > Change Conversion Settings. I would use High Quality Print instead. If you use the File > Print method, click the Properties button next to the Adobe PDF printer selection.
    For your already created form, you can change the file so your users will not encounter issues. In Acrobat 9, which hopefully is similar in process to 8: Advanced > Preflight > Profile tab > PDF/A compliance > Remove PDF/A information.(You'll have to unsecure your form first).
    You can read about PDF/A files in the Help.

  • How can I synch my ipod to a new computer without losing all my content, purchased and my old copied albums? My PC and backup died in the same week and now I am told I could lose all my content if I synch?

    how can I synch my ipod to a new computer without losing all my content, purchased and my old copied albums?
    My PC and backup died in the same week and now I am told I could lose all my content if I synch?
    I have new purchases on my new laptop but too paranoid to synch the ipod incase I lose the thousands of tunes I copied over from my old collections.

    See these 2 Links...
    Syncing to a New Computer...
    https://discussions.apple.com/docs/DOC-3141
    Recovering your iTunes library from your iPod or iOS device
    https://discussions.apple.com/docs/DOC-3991

  • IPad, Acrobat Reader, Content (text and pictures) no longer showing, just blank pages

    Hi,
    I have a user who successfully opened a .pdf attachment from outlook mail and then opened it in Acrobat Reader on the iPad and then edited it and moved it to a created folder.
    Everything was working fine and the user highlighted text in the .pdf document too.
    What then happened is when the user subsequently opened the file, the highlights were shown but not the content (text and pictures).
    I checked they had the latest version via the apps store updates and noted there had recently been an update which had been applied.
    I did check also in the diagnostics to see if there were any acrobat files, but there were none, I also turned on 'send diagnostics' in case this this will help in the future.
    I rebooted the iPad by pressing and holding the power and home buttons until the apple logo appeared.
    Checked again to see if I could view the .pdf  content (it's around 8.5 MB file with 32 pages), still nothing showing apart from the yellow highlights that the user had done.
    From within Acrobat Reader on the iPad I chose to open the file in iBooks to see if I could read it there.  I could successfully open the file in iBooks and the front page thumbnail was showing (I did note that in Acrobat reader the thumbnail was white).
    I found the email with attachment and opened it again in Acrobat Reader and it opens correctly, suggesting somehow the previous copy had become damaged?  I have now saved this good copy over the top of the existing bad copy and all is OK except that the user has lost the highlights previously made.
    Can you give me some idea of how this file has become broken in Acrobat Reader on the iPad and how I can avoid it happening again.
    Many Thanks.

    Thanks for replying.
    This is the first time it has happened, the user has several folders containing files (on their iPad), (some .pdf's with additional highlights) these files are typically company agm board packs so contain pages of text and photo's too.
    I put it down the fact that when I checked the app store for updates there had recently been an update and the user had not rebooted their iPad for some time, hence some of the underlying adobe reader files were perhaps between versions.
    I don't know how you handle files when performing an update, do you close the app, flush files from memory and do a clean update?
    I can confirm that the .pdf file had not been sent  as an email attachment after having added the highlights.
    Because the acrobat document contains so many pictures (32 pages and 8.5MB) when scrolling through it takes several seconds for some pages to appear, and others with text and pictures quite a while for the text to become sharp, I presume this is because the Acrobat Reader cannot open the 8.5MB file in one go and has to keep swapping it out of memory.  Having reached the end if I scroll back to the beginning it takes 10's of seconds before the first page re-appears, otherwise it's just a white page.  Interestingly in iBooks the pages appear almost immediately when viewing.
    The iPad in question is model MD368B/A, 64GB, Software Version 7.1.1 (11D201) and has 28GB Memory available.  Usage tells me Adobe Reader is taking 328MB and is version 11.3.1
    I have just finally browsed back to recent documents, opened 2 or 3 other documents and then this one again (from recent) and it is now broken, just shows white pages (and on the thumbnail too) with my test highlights. so I can now apparently reproduce it.
    Hope this all helps you re-produce
    Regards,

  • Logic Pro x - additional content downloads and installs but it won't show up in my Logic Pro X. Where is the add'l content downloaded and how do I activate on Logic Pro X?

    The additional content downloads and installs, but it won't show up in my Logic Pro X. I cannot find the "Library" folder where this additional content is  downloaded to and can't seem to activate the new loops and instruments in my Logic Pro X (i.e. loops are still greyed out). Any solutions?

    similar problem that I'm hoping revives this thread. Took over 24hrs to dload additional content (after another full day for the actual problem) due to a bad dload rate. so quitted, and relocated closer to my wifi router. Restart, open logic x, Menu bar:  Logic Pro/ Download Additional content ...Tells me i have no internet connection.... Ahh... I do, I'm using it right now! Tried restarting and relaunching. same thing every time.
    Any clues?
    This whole apple upgrade has been so disappointing! All i wanted to do was reinstall logic 9! $2500 later and I'm still struggling. ***!

  • Itunes will not load on my ipad. Icon is there. When I open "Music", it shows itunes with no content briefly and then takes me back to home page. What to do?

    itunes will not load on my ipad. Icon is there. When I open "Music", it shows itunes with no content briefly and then takes me back to home page. What to do?

    Quit the app and restart.
    Go to the home screen first by tapping the home button. Double tap the home button and the task bar will appear with all of your recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the app that you want to close. Restart the iPad.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Or reset the iPad.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • Confuguration of DMS using an external content server and KPRO

    Hello all,
    I am working in a new EH&S SAP environnement.
    The aim is to configure a DMS to link EH&S with an external content server Documentum using Kpro.
    I have done the following IMG activities:
    - Specify Content Servers (Tcode: OAC0)
    - Maintain Categories (Tcode: OACT)
    - Specify links
    - Specify Data Carriers
    - Define document types
    - Assign EH&S Document Types to Data Carriers
    But i am facing to the following problems:
    - CG36VEN: error: "could not create report for specification XX, variant XX and lang. EN.
    - CG34: error: cannot display document MSDS
    - CG4B: error: cannot display document TEST
    Are there other actions to be done in the IMG activities?
    Any idea to help me please?

    More details:
    I am working in a new EH&S SAP environnement.
    I have installed a new DMS link witn an external documentum content server and he is working fine.
    My aim is to configure EH&S to link SAP EH&S with my DMS.
    Actually my connexion between EH&S and DMS is not working.
    Can you tell me what are actions to be done to link EH&S to my DMS.
    Thanks,
    Ludovic Roux

  • When we go for Business content extraction and when we go for LO/COPA etc.e

    Hi Dear Friends
    When we go for Business content extraction and when we go for LO/COPA etc.extractions
    Thanks
    Learner

    Hi,
    It depends on the KPI you are extracting for,if Business Content Extractor provides you with those then there is no need for generic extractors.
    In CO-PA the KPI for profitability differs from client to client.You have Business Content for CO-PA also...
    Cheers

  • Implement SSL in JSP and servlets

    hi there,
    i needed some help in implementing ssl in JSPs and servlets. My idea was to have a login page and also use it where sensitive data is being sent. I have used the basic socket programming (socket.class and serverSocket.class) in GUI applications using threads to listen and send simultaniously and understand how it works but how do I implement it in JSP and servlets and where do i store the certificate?
    i do know that using SSL sockets is very much the same as using the normal sockets.
    can anyone tell me any useful links or give me a step by step guide how to implement it and which classes to use
    your help would be very much appreciated.
    mani

    hi,
    soory for late reply.
    i think you need to use keytool program in your JDK to generate a certificate signature file and you need to configure the server.xml to open and use the HTTPS port. I have not had any additional info on this but i would assume that you simply enter https:// on the file you wish to load in your form and it should use the HTTPS port provided it can find the certificate which must be stored somewhere in your tomcat web server. i would recommend you see tomcat website or search on google for "ssl support in tomcat".i hav not had time to look into this but i will as soon as i am free from my work load.
    mani

  • Content Search and 'Items Matching a Tag' Web Part Not Displaying Results Shown in Preview

    Hi
    I've been trying to set up both the Content Search and Items Matching a Tag Web Parts with the same issue.  In both cases I can create a query which displays the expected results in the Search Result Preview pane but no results are returned when browsing
    the page.
    I'm a Site Collection administrator
    tried viewing the page in IE8, Chrome and Firefox
    another user account with Full Control permissions on the site results in the same issue
    I've reindexed the site (which has completed as other alterations on the content are now being returned in the normal search results)
    I've tried removing and re-adding the offending web parts
    The queries in both web parts are pushed back to the most simple possible - ie all documents in the current site collection for the Content Search query and 'Current site collection + Don't restrict by any tag' in the Items Matching a Tag
    I haven't touched the display templates or made any other alterations AT ALL - this is a virgin site collection beyond documents in a library
    Does anyone have any ideas?

    I was able to make this do what I needed it to.

Maybe you are looking for

  • CS1 Suite, where is CS 1.3 updater?

    Hi all, Just got CS1 Suite Premium which I will be using to upgrade to CS4... Meanwhile the version of the Suite I have is v. 1.0. I have looked all over the Adobe support area and can't seem to find an updater to CS 1.3. I was told by customer suppo

  • Startup class cannot find a config file.

    I have written a startup class to configure log4j in Weblogic. The class runs but cannot find the configuration file. The code for the startup class is as follows.... package com.n2bb.ams.common.util; import java.io.FileInputStream; import java.io.Fi

  • How do I search all Contacts fields in the Q5 with OS10.2?

    Blackberry appear to be advancing backwards with their new Q5 and 10.2 operating system. I originally bought the Blackberry specifically for its ability to search into the notes field of email contacts, which no other phone could do at the time. When

  • Clean win7 bootcamp on MBPr

    Here are my notes from clean install win7 to macbook pro retina 10.8 for only $99 purchased Windows 7 Home Premium SP1 (64-bit) (OEM)   http://bit.ly/RD26mM using another computer with dvd drive, insert win7 installer disc and using disc utility crea

  • I need to find out HOW I can download Adobe Acrobat 10.

    I have my serial number, where the product is registered to me through Adobe, but I cannot find the software. How can I download the product now? I need Adobe Acrobat 10 Thanks!