Activating and using 0CUSTOMER Hierarchy extraction in R3

Dear Expert,
Could anybody explain me about Activating and using 0CUSTOMER Hierarchy extraction in R3 and then extract to BW systems from R3 in step by step?
Points will be assign granted
Regards
Sanjiv

You can load Hierarchies (sets) from R/3 in the same as other Master Data. Just you need to create Hierarchy DataSource using Tcode BW07. Where you have to give the name of the table and field on which you created Hierarchy iin R/3.
Also there are many standard avilable datasources also for hierarchy for which you can load Hierarchy Directly.
Here are the step by step procedures:
Hi,
If you are using standard infoobject and you want to load r3 hierachy you dont have to configure any additional thing in order to load it in BW.
The Steps are:
1)Activate the hierarcie datasource in R3
2)Replicate it in BW
3)Assign the datasource for an Infosource, and make sure you select the hierarchie datasource.
4)Active the Infosource
5)Create Infopackage
6)Select the desire hierachie in the infopackage(if you dont see it, click on Available Hierarchies from OLTP and select it)
Regards
Asigns point if useful please
http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6729e07211d2acb80000e829fbfe/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/3d/320e3d89195c59e10000000a114084/frameset.htm
Re: Hierarchies

Similar Messages

  • I purchased iphone 4 from UAE and activated and using in India, but FaceTime application is not available. how to get FaceTime ?

    I purchased iphone 4 in UAE and activated and using in India. But Facetime application is not available. How do i get it?

    You don't.  Facetime is not available on UAE iPhones, regardless of where activated or used.

  • How to retrieve comments from one OfficeTask activity and use them in another OfficeTask activity for Multi level Approval sequential Workflow

    I'm designing a sequential site workflow using Visual Studio 2010 for Project Server 2010. In my case, I have following 6 stages in the workflow:
    1. InitialProposal Stage
    2. Approval Stage1 -- Needs approval from Approver Project Security Group Members1
    3. Rejection Stage
    4. Approval Stage2 -- Needs approval from Approver Project Security Group Members 2
    5. Execution Stage
    6. Completed Stage
    Requirement is workflow should move to Approval stage2 from Approval stage1  if approved by all members of Approver Project Security Group1and it should move to Rejection Stage even if a single member rejects it.
    Workflow should move from Approval Stage2 to Execution Stage if approved by all members of Approver Project Security Group2 and it should move back to Approval Stage1 on rejection by a single member of the group.
    I'm using inbuilt PSWApproval content type and OfficeTask activity for creating approval task for the group members at both stages.
    On task rejected in Approval stage2, task will be assigned again to Approval Stage1 and I want to show comments given by members of Approver Project Security Group2 to the members of Approver Project Security Group1 with this assigned task
    but I'm not able to retrieve comments from officeTask activity.
    My question is where exactly these comments are saved? how can we retrieve them and use them in another officetask activity? If this is not possible then what is the possible solution for meeting above mentioned business requirement?

    Hi Paul,
    Thanks for your suggestion.
    By comments field I'm assuming OfficeTask.Comments field. Problem is, this field is always null. I tried accessing this field in CheckExitCondition activity as well as in OnTaskCompleted but in both the cases, it was null only(I wrote comments while approving
    the task).
    I used a code activity within OnTaskCompleted activity and following code for accessing Comments and Description fields:
    public string officeComments;
            public string officeDescription;
            private void TaskCOmplete(object sender, EventArgs e)
                CodeActivity Sender = (CodeActivity)sender;
                Microsoft.Office.Workflow.Actions.OfficeTask ofctask1 = ((CompositeActivity)Sender.Parent).Parent as Microsoft.Office.Workflow.Actions.OfficeTask;
                officeComments = ofctask1.Comments;
                officeDescription = ofctask1.Description;          
    Please tell me if I'm doing anything wrong here, I'm very new to Workflows. Also, do I need to set any specific property of officeTask for retriving comments?
    Thank you

  • Correlation in bpm - Difference between activating and using correlation

    Hi
       I would like to know the difference between between activating a correaltion and using a correlation in a step.

    Correlation is used when you have multiple recieve steps in the BPM to differentiate each file.
    Consider your recive step is executed and the BPM is active waiting for the other file to comne in.
    Before the next file comes in , if another BPM is activated becuase your recived recive1 message. Now, when the next message comes in , how does XI know which BPM instance is to be used.
    Correlation is used in these cases. to corelate the messages.,
    some people name their Correlation as correlation in IP. So it means using the correlation 'correlation'.
    its like me creating a message interface by the name 'messageinterface' so finally i am using the message interface messageinterface !!!
    Check this weblog ..
    /people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi
    to understand it refer -
    /people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi
    Also Ref checklist on when it is needed -
    http://help.sap.com/saphelp_nw04/helpdata/en/6d/94364296f1b26be10000000a155106/content.htm
    Thanks !!

  • Can IPhone be activated and used outside the US on other networks?

    Dear all,
    I was wondering if the iPhone can be launched and activated to operate outside the United States, any other country using their networks or its just exclusively by AT&T..?

    You have to activate the iPhone on the AT&T network. However, you can ask AT&T to enable international roaming and use it in other countries. If you do not have international roaming enabled, you can still do email and internet browsing when you are connected to wifi in other countries, but no phone service or sms.
    Other users report spotty international roaming performance for phone calls and sms. Also, international roaming for phone and data (other than on wifi) is extremely expensive.

  • Finding text and using it to extract other text

    Hello,
    I am trying to use the Acrobat SDK to write a Python script to do the following:
    1. Search for a specific piece of text (say, "ABC"). This text is constant and will always be on the first page of the PDF document that I'm processing.
    2. Next, I want to select the text that occurs next to ABC. This second text is not always the same, nor is it always of the same length.
    3. Once I have select the second piece of text, I want to extract it for subsequent processing in my Python script.
    4. Both ABC and the second piece of text occur in the same row of a table.
    I have gotten as far as finding ABC using the AVDoc.FindText method, but I am not sure how to proceed to the next step. I would be grateful for suggestions on how to go forward.
    Thanks!
    mindmystique

    You'd probably need to use JavaScript. However, the interface for running JavaScript is specific to VB and you might not be able to interface from other languages. Assuming you can move to VB (or part of the app in VB), you can use PageGetNthWord to retrieve each word in turn from the first page. This has nothing to do with selection, but you will get each word in turn.

  • Active and use of version management

    Hi,
    Please I can able to active versin management fro PR, but even I done some configue for PO but I can nt able to get different versions in PO. Pl suggest and also suggest how to use this version management in PO print as revision and also if we analyze CDHDR tabel then version shows -000 only,  not updating correct version.
    Regards,
    Yagnesh Bhatt

    Hi ,
    >
    yagnesh bhatt wrote:
    > Hi,
    > yes that is the option but let me know if any standard configue is available or not. and pl clarify Status of versions in PR:-
    > Everything approved by buyer
    > Withdrawn by requester
    > Partially approved by buyer
    > Rejected by buyer
    >
    >
    > when each of this will be updated?
    >
    > Regards,
    > yagnesh
    This is the status available in PR.
    Regards,
    Yagnesh

  • Adobe CS2 Installation,  activation and using

    Adobe Sucks!  Now that I have got that out of my system! Yes it is my Fault!  Here is the problem.
    Adobe makes great products that are over priced.  (Creative Suites-$2500.00 Retail even upgrades)
    CS2, Yes it is an older version.  Still is a fine product.  Original computer that had CS2 installed, finally bit the dust and went to Electronic waste recycle.  New computer (Windows XP Sp3-Got Windows XP just to run Adobe CS2)
    Installation of SW completed wiht no errors.  Installation activation complete with no errors.  Run In Design - "Personalize Your Software" window appears and asks for input of serial number.  Input serial number (as on Box, CD, etc.) error message states "Serial number entered is not Valid. Please check and re-enter"  It is correct and valid serial number.  program closes.  When runing Photoshop first screen appears with error box stating "Photo Shop can not find valid Serial Number"  Same serial number entered during installation and activation of software package.  Called Adobe on phone - on hold for 1.5 hours listening to elevator music.  Contacted on line chat for help.  They said that the problem could be resolved only  on the phone.  Called on  phone again.  This time was able to talk to Adobe Technical Rep.  All I heard was "CS2 is to old and not supported by Adobe".  Buy a new package ($2,500.00) again.  No discount for upgrade.  No on line Adobe support, No phone Adobe support, Sorry for the inconvience Adobe Support.  Can anyone help make Adobe CS2 work?  or Do I throw it away and write off Adobe as a Software company and find someone else?

    Jungle Rot please see Error: "...user name, organization, or serial number is missing or invalid..." when you start Photoshop (CS2 on Windows) - http://helpx.adobe.com/photoshop/kb/error-user-name-organization-or.html.  There are several steps which should help you solve for this issue.

  • Web intelligence and sap bw hierarchy

    Hi all,
    we are trying to build a report based on bex query and using bw hierarchy.
    We can create the report in an easy way with dimnesion customer (using hierarchy) and measure unit sales and it look pretty good. But when we add next dimension into our report the result isnt how we imagined. Take a look please at these two pictures. The first is how the report looks like now and the second is how it should look like.
    1. picture how it looks like now  -  http://img202.imageshack.us/img202/6708/sapbwhierarchyinwebi.jpg
    2. picture how it should look like  -  http://img507.imageshack.us/img507/7043/sapbwhierarchyinwebithi.jpg
    The dimension sales manager should be visible only on the bottom level of the customer hierarchy. Is it possible  ?
    Thanks for any help,
    regards Martin Zluky
    Edited by: Martin  Zluky on Oct 26, 2011 5:00 PM
    Edited by: Martin  Zluky on Oct 26, 2011 5:04 PM

    Hi Martin,
       you can try saving dimension in the hierachy in the universe designer and then saving and exporting it  and in webi you can check in scope of analysis/Drill whether it is drilled down or not to that level.
    hope this will help.
    regards
    laksh

  • Using different hierarchy in a query and last value error

    Hi guys,
    there is a hierarchy for customers in the 0Customer Infoobject which I should use in my query.
    I have activated the hierarchy in the query and now some results are not appearing but red crosses "x" are shown.
    And the error message: The function Calculate Results as ... could not be applied everywhere.
    I know that I am using the result as "last value" for some columns because I need them there (for example: to determine the last value for the credit limit of the current month). I think these columns where I am using the last value calculation are only affected.
    I mean my query has a lot of characteristics and key figures and I was told that a hiearchy for customers which is available should be used. But now there are these red crosses.
    I don´t see any other solution as not to use this specific hierarchy.
    Has anybody a suggestion what could be an argument to use or not to use a hierarchy?
    Is it sometimes like in my case that a hierarchy is not possible to use?
    Thanks in advance!

    Hi,
    say for example your customer hierarchy is customers grouped under region. You can maintain this region as one of the attribute of customer and you can display this attribute in the report. Indirectly, this will give similar output to that of hierarchy.
    But lot depends on how your hierarchy is formed, before commenting whether it can be moved to master data attributes.
    Thanks.

  • How to get Apple ID and password that is different to iTunes store account which I have already activated and completed contracts, tax information and bank information I want to create a Paid Books Account use apple ID

    I was given this address from the Apple customer support team.
    I have an active existing iTunes store account and use the same Apple ID for signing into my iTunes Connect Account that distributes Apps.
    I have created some books using the iBook author and in order to distribute content on the iBookstore I have been told electronically that I need a new Apple ID and password that is different to iTunes store account which I have already activated and completed contracts, tax information and bank information valid until 2013?
    I want to create a Paid Books Account using the same email address, tax information and bank information. This has been most frustrating, as I cannot get passed the sign in section and there is no contact person I can speak to. I was of the understanding the iTunes connect account and the Developer programs which I paid good money for is all what I needed to be paid for selling iBooks on the iBookstore???
    I only have one email address and wish to also use it for the Paid Books Account. I have books ready to be exported and published.
    I am also having trouble locating and downloading iTunes Producer. I understand I need to have the Paid Books Account active to access the iTunes Producer program. Please help.
    See additional information below:
    What device did you use to connect to the store?  Mac computer
    Which operating system is installed?  Mac OS X v10.7.x
    What version of iTunes is installed on your computer?  iTunes 10.6
    Choose the iTunes Store or App Store for your country:  Other
    Please select your country:  Australia

    Hi Lrwill,
    If the apps that are on your son's iPad were purchased under his Dad's Apple ID, then signing your Apple ID onto the iPad will not help you with updating those apps.
    Also, if the iPad was sync'd with his Dad's iTunes library, then hooking it up to your computer/iTunes library, will require you to reset the iPad, and everything that was loaded under the other Library and Apple ID will be wiped out.
    Can you provide a little more info about what was set up under which Apple ID and what iTunes library the iPad was sync'd with?
    Cheers,
    GB

  • I have two apple id's because my hotmail account is no longer active. How can I delete the old one and use or update the new one?  Every time I try it won't allow me and now my iPad thinks there are two accounts and they are arguing with each other. Help!

    I have two apple id's because my hotmail account is no longer active. How can I delete the old one and use or update the new one?  Every time I try it won't allow me and now my iPad thinks there are two accounts and they are arguing with each other. Help!

    You can't merge accounts or copy content to a different account, so anything that you bought or downloaded via the old account is tied to that account - so any updates that those apps get you will only be able to download via that account. You can change which account is logged in on the iPad via Settings > Store

  • HT201210 Hi, I went to update my iphone using my itunes site, halfway through i got a message saying reset, make sure that your network is active and try again, the network connection is fine. it will not allow me acces to my phone unless a recovery is do

    Hi, I went to update my iphone using my itunes site, halfway through i got a message saying reset, make sure that your network is active and try again, the network connection is fine. it will not allow me acces to my phone unless a recovery is done. I have not done any back ups and obviously dont want to lose any information. Please can anyone help
    Thanks
    Roger

    Hi, I went to update my iphone using my itunes site, halfway through i got a message saying reset, make sure that your network is active and try again, the network connection is fine. it will not allow me acces to my phone unless a recovery is done. I have not done any back ups and obviously dont want to lose any information. Please can anyone help
    Thanks
    Roger
    [email protected]

  • How can I use Automator to extract information from the body of an email sent from a web form.. and the import it into Highrise?

    I'm assuming that Automator is the way to go. I've never used it before but from research it seems to be the way to go. Also, I'm not good at programming at all.
    Here's a typical email...
    From:      [email protected]
         Subject:      Enquiry for Property ID: 408777039, 2 Grey Avenue, Manningham, SA 5086, Listing Agent
         Date:      18 September 2013 8:33:51 PM ACST
         To:      Joe Jope
         Reply-To:   [email protected]
    You have received a new lead from realestate.com.au for
    Property id: 408587036
    Property address: 2 Grey Avenue, Manningham, SA 5086
    Property URL: www.realestate.com.au/404387039
    User Details:
    Name: John Bon Jovi
    Email: [email protected]
    Phone: 0422645633
    I would like to: buy this house
    Comments: Please give me a call.
    I have several hundred of these emails and I want to extract the information and then save it into my CRM which is Highrise (https://highrisehq.com). If it's too difficult to get it directly into Highrise then I'm aslo happy to extract the info into excel and the import into Highrise. However I do not want to have to run through that proceedure for every single email.
    I'd really like some help on how to get Automator to do this for me. Or if not Automator.. any other suggestions?
    Thanks.
    John

    Hello
    You may try the following AppleScript script. It will ask you to choose a root folder where to start searching for *.map files and then create a CSV file named "out.csv" on desktop which you may import to Excel.
    set f to (choose folder with prompt "Choose the root folder to start searching")'s POSIX path
    if f ends with "/" then set f to f's text 1 thru -2
    do shell script "/usr/bin/perl -CSDA -w <<'EOF' - " & f's quoted form & " > ~/Desktop/out.csv
    use strict;
    use open IN => ':crlf';
    chdir $ARGV[0] or die qq($!);
    local $/ = qq(\\0);
    my @ff = map {chomp; $_} qx(find . -type f -iname '*.map' -print0);
    local $/ = qq(\\n);
    #     CSV spec
    #     - record separator is CRLF
    #     - field separator is comma
    #     - every field is quoted
    #     - text encoding is UTF-8
    local $\\ = qq(\\015\\012);    # CRLF
    local $, = qq(,);            # COMMA
    # print column header row
    my @dd = ('column 1', 'column 2', 'column 3', 'column 4', 'column 5', 'column 6');
    print map { s/\"/\"\"/og; qq(\").$_.qq(\"); } @dd;
    # print data row per each file
    while (@ff) {
        my $f = shift @ff;    # file path
        if ( ! open(IN, '<', $f) ) {
            warn qq(Failed to open $f: $!);
            next;
        $f =~ s%^.*/%%og;    # file name
        @dd = ('', $f, '', '', '', '');
        while (<IN>) {
            chomp;
            $dd[0] = \"$2/$1/$3\" if m%Link Time\\s+=\\s+([0-9]{2})/([0-9]{2})/([0-9]{4})%o;
            ($dd[2] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of CODE\\s/o;
            ($dd[3] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of DATA\\s/o;
            ($dd[4] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of XDATA\\s/o;
            ($dd[5] = $1) =~ s/ //g if m/([0-9 ]+)\\s+bytes of FARCODE\\s/o;
            last unless grep { /^$/ } @dd;
        close IN;
        print map { s/\"/\"\"/og; qq(\").$_.qq(\"); } @dd;
    EOF
    Hope this may help,
    H

  • HT5622 I bought my iphone whilst at work and used my primary e-mail address as my Aple ID. Now i am retired the email address is no longer active. i have forgotton my password. what do i do

    I bought my iphone whilst at work and used my primary work e-mail address as my Aple ID. Now i am retired the email address is no longer active. i have forgotton my password. what do i do

    Try to recover it:
    https://support.apple.com/kb/ht5787
    Then change the email address associated with your ID:
    http://support.apple.com/kb/ht5621

Maybe you are looking for

  • IWeb not updating published status within application

    I'm having a strange iWeb problem that just started up within the last day or so. When I publish any of the sites within my domain (I have seven separate "sites" that are all part of the same domain file) the updates get published to my site, but the

  • Java Client throws exception – while sending NTLMV2 Response from WIN7 to W

    We have written a Java client which connects to a webservices application using NTLM authentication against Windows 2008 R2 Server (using IIS7). This program works fine when running from Windows XP, Linux but failing when running from Windows 7. Erro

  • Encryptind and decrypting database column in oracle 10g

    hi guys... i am sai sandeep,i got a doubt how to encrypt a database column in oracle 10g..? i am using a table " emp_uid " ,and strtucture as follows, create table emp_uid(user_id varchar2(20),pwd varchar2(20)); i need to encrypt a pwd column in the

  • Boolean Array-- Help Plz Urgent

    Can i create and initialize an array of booleans like this ? Boolean[51] Position = true; Thanks... Plz help

  • N73 Firmware Upgrade

    I have just resurrected my N73 phone. I brought a new battery and followed the charging recommendations fully. I decided to upgrade the firmware!. This is where things went wrong. I followed all onscreen procedures on the upgrade program but before I