Account Hierarchy / Territory Management

Would appreciate some clarification on the following topics:
(CRM 2007)
Territory Management:
I have created two partner functions: Sales Rep and Sales Assistant with Terr AFC: 000, however in crmm_terrman, as soon as I assign one partner function to a person of the position, the other person in the position acquires the same function. ie. I can not assign different partner functions to two different people in the same position.
Is this correct?
Finally, we have added BP_NODE_GUID as an attribute in the territory. As per note 494873 we know that there is no link between the R/3 hierarchy nodes / accounts and the BP GUID in CRM.
The determination of the 'sales rep' of the territory is not working where the attribute is account hierarchy. Does anyone have a workaround for this?
Thanks for your help!
Edited by: Tanya Rodrigues on May 18, 2010 10:29 AM

Resolved in CRM 7.0

Similar Messages

  • What is the Purpose of Account  Hierarchy Manager

    Dear Members
    Advantages of Account Hierarchy Manager.
    Regards
    Padarthy

    Hi,
    You question is answered in "Oracle General Ledger User Guide", Chapter 7 - The Account Hierarchy Manager.
    Applications Releases 11i and 12
    http://www.oracle.com/technology/documentation/applications.html
    Regards,
    Hussein

  • ACCOUNTING HIERARCHY MANAGER NOT STARTED,APPLET ERROR JBO-27022

    제품 : FIN_GL
    작성날짜 : 2004-05-20
    ACCOUNTING HIERARCHY MANAGER NOT STARTED,APPLET ERROR JBO-27022
    ===============================================================
    Problem Description
    Account Hierarchy Manager 실행시 아래와 같이 JBO-27022 error발생하면서,
    해당 기능을 사용할 수 없을 경우에 대한 원인 및 조치사항에 대해 언급한다.
    Navigation PATH : GL Setup -> Accounts -> Manager
    Error내용
    oracle.jbo.AttributeLoadException: JBO-27022: java.sql.SQLException(?ㅈ)ㅇㅙ ?ㅙㅔ?
    java.lang.String ?ㄿㅔ??ㅔ Java ㅀㅄㅐㅌㅈㄶ ㅋ???ㅔㅚ?ㄹ 13 ?ㅙㅅㄶㅍㅊ?ㄱㅌㄽ ㅀㄺ?ㅋ ㅇㅙㅅ¥ㅔㅚㅄㅏ ㅅㄵ
    ㅍㅔㅓ?ㅔ?ㅍ?ㅄㅚㅄ?.
         at java.lang.Throwable.<init>(Compiled Code)
         at java.lang.Exception.<init>(Compiled Code)
         at java.lang.RuntimeException.<init>(RuntimeException.java:39)
         at oracle.jbo.JboException.<init>(JboException.java:354)
    ## Detail 0 ##
    java.sql.SQLException: UTF8ㅀ? UCS2 ㅀㄳ?ㄱ ㅌㄽㅇㅙ ㅊㄿ?ㄿㅔㅛ ㅌ? ㅎ?ㅍ?ㅄㅚㅄ?: failUTF8Conv
         at java.lang.Throwable.<init>(Compiled Code)
         at java.lang.Exception.<init>(Compiled Code)
         at java.sql.SQLException.<init>(SQLException.java:43)
    Solution Description
    GL setup->financial->flexfileds->key -> segments 화면의
    Structures region에서 Title에 입력된 Data가 20 chars(한글은 10글자)를 넘으면
    위와 같은 Error가 발생한다.

    Can you get us somehow a stack? maybe this can help narrowing down the real problem.
    thx clemens

  • Link attribute structure to the hierarchy of territory management

    HI verybody
    I'm working on territory management. I created the hierarchy and I defined the attributes. But now, how is possible to link this attributes to the hierarchy?
    thank for your help
    Stefano

    found it, the structure name is WPLOG.

  • Territory management in CRM 7.0

    Hi,
    I created a territory and assigned rules and employees for it. And in Display relationships views I can find the business partners account which I need.
    But when I try to created I opportunity and entered the prospect, The territory Id showes "BTAdminH NOT bound".
    I deleted batch sequence 20 "Business Partner Assigned to the user" in access sequences. And I want batch sequence 15 "business Partner From Territory Management" be effective. Please tell me how to do. thanks.
    Best regard.
    Rohn

    Hi Ron,
    I am new to CRM 7.0. Can you tell the steps to create a rule, territory and then assign them to form a hierarchy.
    Thanks n regards,
    Vinu

  • How to get Manager name of a particular BP/User from territory management

    Hi Guys,
    I want to retrieve the Manager name of a particular BP/User from territory management. The manager might be in any territory hierarchy level above the user.
    Please guide.
    Regards,
    Shaili

    Hi Shailip,
    Basically Territory hierarchy is customized based on client's business, from your reply if i understood properly i think your territory has 3 levels and 
    First level : District
    Second level: Area
    Third level: Branch
    when an employee at third level is passed, you need employees assigned to area and district levelwhich are above Branch(in your case managers)
    Solution:  Example
    First level : District - territory length(2 char)
    Second level: Area - - territory length(4 char)
    Third level: Branch- territory length(4 char)
    1. Read the territory hierarchy(which is customized to meet clients requirement) using function module
        CRM_TERRMAN_TERRLEVEL_READ ehich gives territory levels with territory length and territory offset
    2. pass employee(business partner number) to FM  CRM_TERRMAN_TERR_EMP_DETERMINE  and get the branch path id.
    3. Based on territory length for above levels drill down to Area's path id and District's path id and pass those path id's to
    FM CRM_TERRMAN_EMPLOYEE_DETERMINE  to get managers.
    Hope this helps.
    Thanks,
    Priyanka

  • Employee determination in an account from Territory.

    Hi everyone,
    We have a requirement in one of our projects where while we create an account, system should pick-up the employees for each of the relationship categories from "Territory Management". We have done this for Transactions but not for Master Data.
    Now, what we have done in the system for this is as follows:
    1. Created a rule for account (through which the territory would get determined- Based on the Postal code).
    2. Created a territory and assigned that rule and employee to it via position.
    3. Now, when I create a new account with the Postal code(as stated in rule) , after running a background Job(se38), executing program: CRM_TERRMAN_PROC_REL in the background, the territories are getting determined.
    4. But on the basis of the territory the employees are not getting determined in that account( as a relation ship category - Has employee as)
    I have 2 questions on this :
    1. Can we do some settings so that the territory gets determined while Creating an account without running a background job everytime?
    2. How do we determined the employees automatically while creating account using this territory?
    Your quick replies will be highly appreciated.
    Regards
    Aakshi Suri

    Hi Srini,
    Thanks for your views.
    It surely did help running program CRM_TERRMAN_EMP_ASSIGN  in the background.
    But can we do this without any background jobs?
    Regards
    Aakshi

  • Territory management -acount assignment

    hi Gurus,
    I want to use territory management so be able to successfully establish relationship between Accounts & Territory. to see the automatic determination of territories to which account is assigned under 'Territories' assignment block on Account overview screen.
    in short, territory assignment block should automatically get populated with territory.
    if possible in both GUI and webui.
    please help..
    Thanks,
    gaurav

    hi vishwa, i do understand you problem, do you have IDES system at your place,.if so please compare the configuration with your system.
    there is an excercise in territorry mangement, it works fine.
    regards
    Kamalesh

  • Territory Management Exception rules

    Guys, we are on CRM 7.0 and need your expertise to understand how to build exception rules in Territory Management.
    We have rules built upon Country/Regions and postal codes in US e.g.
    1. If country is US and region is New York then return Territory T1
    2. If postal code is from 18701 to 18711 or 18720 to 18735 then return Territory T2
    Now I want to exclude some account numbers from these statements mentioned above like
    1. If country is US and region is New York then return Territory T1 but exclude account numbers 100001, 1000020, 100034, 100045
    2. If postal code is from 18701 to 18711 or 18720 to 18735 then return Territory T2 but exclude account number 123456, 123453, 183639, 1735283
    How should I make my rules in system and building what operators.
    Please suggest.
    Thanks,
    Sandeep

    Hi Sandeep,
    you will Need to set-up two rules, one for Territory T1 which Looks like this
    The "is between" Statement should include all NY ZIP codes and the exception all ZIP-Codes which should be assigned to territory T2
    In the rule for Territory T2 you define only the ZIP-Codes which you have used as an exception in the rule for territory T1.
    Hope this helps

  • Territory Management CRM2007

    Hi,
    Can anyone give suggestion on how can we implement the territory management functionality in 2007 in the same way SAP introduced in CRM 7.0 for account search and activity creation.
    Regards,
    Kamesh Bathla

    Hi David,
    I am facing the same issue. I want to filter out a few of the employee responsible from my determined Territory. If I use the badi of defination CRM_TERRMAN_FILTER my problem of filtering the employees will be solved but I'm facing another challenge. This Badi is called only once when the application is called.
    Steps1: CRMD_ORDER transaction and create a transaction. -- Badi is triggered and we can modify the BPs
    Step 2: Create another transaction Business Transaction --> Create -- In this scenario the Badi is not called
    Now I'm not able to find why the Badi is not called the second time. If i go and do a /NCRMD_ORDER then the Badi is triggered. Please let me know how you tackled this issue.
    Regards,
    Vishal

  • Territory Management - Looking for integration with ERP Cost Centers

    We are exploring using Territory management in CRM 7.0.  However, the hierarchy structure is really the same as our cost center structure in ERP.  The Business does not want to have to maintain this information twice.  Is there some way to update one from the other?  Or is there any integration between the two?

    Milan,
    When we were first looking at automation/customization with Initiatives, the challenge was how different each project plan was. With all the different layouts and formats that different project leaders used in different areas of the same company, it make it impossible to come up with some way of standardizing how to get the data into Initiatives. If you were looking at bringing in the data to a table first, that would certainly solve that format issue.
    Initiatives aren't populated with data from PAS, instead they are created manually in the system. There are pop-up boxes involved as well. I need to do some further research into how you could best do this.
    This would be a customization.
    Regards.
    Bob

  • Essbase import - Accounts Hierarchy missing

    Hi all,
    well I have a weird one: I'm importing Essbase 9.3.1. cubes into 10.1.3.3.2. and 10.1.3.4. and can't get the "Accounts" hierarchy to be represented correctly in the physical layer.
    Normally, Essbase dimensions of type "Accounts" are to be represented as hierarchy objects in OBI EE upon import. I looked at Oracles demo DB (Oracle2go) plus Marks example ([http://www.oracle.com/technology/pub/articles/rittman-essbase.html]) and Venkat ([http://oraclebizint.wordpress.com/2008/05/12/oracle-bi-ee-1013332-hyperion-essbase-connectivity-handling-measures-and-account-dimension/], [http://oraclebizint.wordpress.com/2008/05/08/hyperion-data-integration-management-931-loading-data-into-essbase-cubes-using-type1]) state the same.
    What happens here is, that all the measures arrive flat after the import and I end up with my dimensions and hundreds of measures as physical columns.
    As mentioned, I tried both 10.1.3.3.2. and 10.1.3.4. for the imports. Plus, I imported several different cubes, all containing Accounts dimensions. Everytime with the same results.
    Anyone has got any thoughts on that?
    Thanks in advance and cheers,
    Christian
    Edited by: Christian Berg on Sep 19, 2008 3:41 PM

    Did you ever manage to solve this problem? I'm on the verge of starting on a similar initiative and from the info I gathered, it seems that this is as easy as just changing the dimension type of the "Account" dimension to "Other" on the cube itself within the Administrator - and define one of your other dimensions as a "Measures" dimension. I did a quick test and it seems to do the trick - maybe I'm missing something.

  • Sales Area, Organizational Model and Territory Management

    Dear Experts,
    I'm meeting unexpected system behaviour (CRM Release 2007) during the configuration of the territory management, below the steps I have done:
    1. Define a new Employee from BP transaction
    2. Go to "Organizational Model", create a new position under the existing organizational unit and assign the new BP to it.
    3. Go to "Maintain Territory Hierarchy", add a regional level to the existing structure, add the new BP and set the appropriate territory attributes.
    4. Go to "Maintain sales area for territories from Org. Model", select the new regional level and click on "Show Sales Areas". The system shows as attributes status "Position 50000125 has no sales areas".
    Where can I set the sales area for the territory?
    Thanks in advanced for your help.
    Kind regards,
    Alberto
    Edited by: Alberto Angelini on Apr 7, 2009 6:43 PM
    Edited by: Alberto Angelini on Apr 7, 2009 6:44 PM

    Hi,
    In TCODE CRMM_TERRMAN under the tab where the positions for a territory are assigned,
    check if Territory attributes are maintained. There should be SA_SALES_AREA maintained here.
    Also in TCODE PPOMA_CRM under the Function Tab check whether the Sales Area for the position is maintained.
    Regards,
    Masood Imrani S.

  • Org model/structure, territory management:

    Hi All,
    Can some one tell breifly about Org model/structure, territory management & how tomaintain them?.
    Thanks, Sudeep..

    Hi Sudeep,
            Organizational Management allows you  to set up your companyu2018s organizational structure.
    You can use this flexible tool to maintain the company structure, including the positions and employees in an application, and assign specific attributes to the organizational units. Organizational Management allows you to specify organizational data automatically in a business transaction using the organizational structure. It can also be used to determine business partners; for example, you can find the employee responsible for a business transaction.
    You can further Select Determination of Data for Organization as per the following
    Determination of Org Model via Organization Rule:
    Determination of Org Model via responsibility
    <Wizards to Create the Orgainsation Determination are available for Ease Creation of Determination Rule>
    Teritorry Management
    Territory Management enables you to structure and organize your sales market by dividing it into territories according to criteria of your choice (such as size, distance, revenue, products, number of visits). The organizational model reflects the internal view of your organization. The territory hierarchy reflects the market view. Changes to the territory hierarchy usually occur more frequently than changes to the organizational model. The customer base can increase or decrease and territories must be resized or reallocated to accommodate this, to ensure that a sales representative has the appropriate workload.
    Territory Management enables you to structure and organize your sales market by dividing it into territories according to criteria of your choice (such as size, distance, revenue, products, number of visits). These territories are structured in a territory hierarchy.
    In Territory Hierarchy you can Classify Territories as per your Requirements
    For Further Details you can Refer to Link
    http://sapcrm.blog.co.in/
    Also Please Refer CR 100 and CR 300 for Detailed Description of the Same
    Thanks and Regards,
    RK

  • Account Hierarchy - Need Guidance

    Hi All,
    Please could you brief me about the account hierarchy?
    How it works?
    Inheritance is applicable for .....?
    What are the complexity can come in future?
    Regards,
    Piyush

    Hi Piyush!
    Relationships and Hierarchies are comparable only to a certain extend.
    With Hierarchies you can create a Structure and assign multiple Accounts to one node.
    Relationships are always between two Accounts. However the Shareholder Relationship is used to add information like Ownership in %, Control-Flag, Amount of Ownership. In CRM we have an own Assignment-Block for this Relationship-type.
    These attributes are not available within the Account Hierarchy.
    If you want to create something like the structure of a corporate group I would recommend using Hierarchies as this allows restructuring. So a whole sub-tree can be transferred to another Hierarchy.
    For Account Planning and Trade Promotion Management you can also only use Hierarchy-Nodes and not relationships.
    On the other hand-side relationships are good to see all related Accounts within the Account Overview-Page. The Account Hierarchy Assignment Block in the Account Overview Page only shows the Hierarchy-Nodes the current Account is assigned to, but not all related Accounts.
    Best regards
    Arno

Maybe you are looking for

  • How do you update to ACR 8.4 in Photoshop CC?

    Hello, all! I hope someone can shed a little light on updating the ACR plugin in Photoshop CC from 8.3 to 8.4? I'm running LR 5.4, and when I send a photo from LR to PS, a pop up appears saying that my "version of Lightroom may require the Photoshop

  • MacBook won't work

    today I installed a QuickTime update because my macbook got a notification that there was one available, so I installed it. After the update it restarted but I didnt need to use it , so I shut it down. After I ate lunch I came back and turned it on.

  • Fault e-mail message

    Hi, I have asynchronous scenario : e-mail -> XI 3.0 - IDOC (R/3) When received e-mail is not processed corectly I have to send an error e-mail message back to to supplier. What is a simplest method to achieve this ? Is it sufficient to use Fault Mess

  • Language of dock menu suddenly changed?!?

    All menues on my mac use german language. My language settings are German. Since yesterday suddenly the language of the "dock"-menus started to appear in English. Also in the system settings the "energy saver" options are shown in English. Everything

  • CS4 to Legacy Format Illustrator 3

    I've got a design that I'm having to export to Illustrator 3 in order to run it through an embroidery CAD program.  Problem is that there are some clipping masks in the file and that doesn't translate going back to 3.  Is there anything I can do befo