Book Management - Recommended child levels

Is there any limitations in parent and child level for creating regions using Book Management to manage the region hierarchy in an organization doing business world wide.
E.g.
Level 1 - All Regions (Parent) - [add users]
Level 2 - Europe, Asia, North America (All Regions as Parent) - [add users]
Level 3 - USA (North America as Parent), Canada, Mexico - [add users]
Level 4 - US East (USA as Parent) - [add users]
Level 5 - ECR (US East as Parent) - [can contain data and users]
Level 6 - East Coast Area (ECR as Parent) - [can contain data and users]
Please let me know your thoughts, Is the above structure is recommended for any world wide companies using Book Management.
Thanks for your help.

It is a best practice to keep the number of levels of book management to as few as possible. This will improve performance. I would recommend the following webinars: "Flexible Data Sharing Using Book of Business" and "Consulting Best Practices for Application Configuration"

Similar Messages

  • Credit Management Parent - Child level

    Hi,
    My client has two company codes A and B which share customers. I have following customer hierarchy :
    Parent - 1 - Limit - 10000
    Child Payer - 2 - Limit 6000
    Child Payer - 3 - Limit 4000
    We want to control the credit limit at each Payer level but want to see consolidated exposure and receivables at Parent level also.
    Thanks,

    Hi
    you can check for the consolidated value in TCode FD32 when you create a hierarchy it will be created like a single customer you can give the number along with the credit control area to get the consolidated parent level credit management.
    regards
    Vignesh

  • Showing aggregated data at Manager's geography level in a parent child dimension

    I have DimEmployee dimension which has parent child relationship (between ManagerID & EmployeeID)
    EmployeeID
    ManagerID
    GeographyID
    Othe columns
    1
    1
    G1
    2
    1
    G2
    3
    2
    G3
    4
    4
    G4
    5
    4
    G5
    This dimension has been connected to FactSales using “EmployeeID”.
    EmployeeID
    Sales
    1
    100
    2
    150
    3
    80
    4
    50
    5
    60
    There is one more dimension called DimGeography which has reference relationship with “FactSales” through “GeographyID” column of DimEmployee
    GeographyID
    GeoName
    G1
    Abc
    G2
    Xyz
    Now I have to rollup all subordinates data and show it under Manger’s geography as shown below
    ABC (G1)                              330 (100+150+80)
    Xyz (G2)                               110 (50+60)
    I am able to show data at MangerID level data but unable to do so at Manager’s Geography level.
    How do I solve this problem using MDX?

    I have DimEmployee dimension which has parent child relationship (between ManagerID & EmployeeID)
    EmployeeID
    ManagerID
    GeographyID
    Othe columns
    1
    1
    G1
    2
    1
    G2
    3
    2
    G3
    4
    4
    G4
    5
    4
    G5
    This dimension has been connected to FactSales using “EmployeeID”.
    EmployeeID
    Sales
    1
    100
    2
    150
    3
    80
    4
    50
    5
    60
    There is one more dimension called DimGeography which has reference relationship with “FactSales” through “GeographyID” column of DimEmployee
    GeographyID
    GeoName
    G1
    Abc
    G2
    Xyz
    Now I have to rollup all subordinates data and show it under Manger’s geography as shown below
    ABC (G1)                              330 (100+150+80)
    Xyz (G2)                               110 (50+60)
    I am able to show data at MangerID level data but unable to do so at Manager’s Geography level.
    How do I solve this problem using MDX?
    Any Help??? Ideally we have to make other attributes (in this case Geography) recursive along with attributes involved in Parent Child hierarchy

  • Burst child level data in email body

    Hi all,
    is it possible to burst child level(with respect to the request select level) data in an email body?
    To explain;
    Say I wanted to burst to email all the invoices a vendor had. This burst would send email separately to each vendor with an attachment of their invoices.
    However to achieve that, the select level has to be vendors(no?). So far so good.
    The problem then comes in when I want to the invoice numbers of a given vendor within the email body itself.
    Data structure looks like this
    <XXXX_SPLIT_DATA_TEST>
    <P_START_DATE>2011-06-06 00:00:00.0</P_START_DATE>
    <LIST_G_OTHERS>
    <G_OTHERS>
    <P_START_DATE>06-Jun-2011</P_START_DATE>
    <MY_START_DATE>2011-09-14T00:00:00.000-04:00</MY_START_DATE>
    </G_OTHERS>
    </LIST_G_OTHERS>
    <LIST_G_V>
    <G_V>
    <VENDOR>ACMEVENDOR1 INC</VENDOR>
    <VEN_NUM>50182</VEN_NUM>
    <VEN_SITE_CODE>MISSISSAUGA</VEN_SITE_CODE>
    <SITE_EMAIL>[email protected]</SITE_EMAIL>
    <CF_VENDOR_ID>36985</CF_VENDOR_ID>
    <CF_VENDOR_SITE_ID>44247</CF_VENDOR_SITE_ID>
    <LIST_G_INV>
    <G_INV>
    <INV_NUM>XO178539</INV_NUM>
    <AMT>20</AMT>
    </G_INV>
    <G_INV>
    <INV_NUM>XO178539-1</INV_NUM>
    <AMT>30</AMT>
    </G_INV>
    <G_INV>
    <INV_NUM>XO178539-5</INV_NUM>
    <AMT>100</AMT>
    </G_INV>
    <G_INV>
    <INV_NUM>XO178539-6</INV_NUM>
    <AMT>20</AMT>
    </G_INV>
    </LIST_G_INV>
    </G_V>
    <G_V>
    .....My burst control file looks like this
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:request select="/XXXX_SPLIT_DATA_TEST/LIST_G_V/G_V">
    <xapi:delivery>
    <xapi:email server="myserver" port="25" from="[email protected]"  reply-to ="">
    <xapi:message id="${CF_VENDOR_SITE_ID}" to="${SITE_EMAIL}"  attachment="true"
    subject=" New Invoices created for : ${VEN_SITE_CODE}">
    <! - Add invoices  belonging to Vendor- >
    Please find attached list of new invoices
    Regards,
    Acme Corporation
    </xapi:message>
    </xapi:email>
    </xapi:delivery>
    <xapi:document output="TEST_${VEN_NUM}_${VEN_SITE_CODE}.pdf" output-type="pdf" delivery="${CF_VENDOR_SITE_ID}">
    <xapi:template type="rtf" location="xdo://XXXX.TEST_INV_BURST_EMAIL_XXXX.en.US?getSource=true" filter=""></xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>  Any ideas?
    Thanks
    Kofi

    I was actually able to get it working myself, using the following:
    var mail;
    var address = "[email protected]";
    var firstname = firstname.rawValue;
    var lastname = lastname.rawValue;
    var location = location.rawValue;
    var date = date.rawValue
    var email = email.rawValue;
    var phone = phone.rawValue;
    var company = company.rawValue;
    var heardabout = heardabout.rawValue;
    var reasonforcall = reasonforcall.rawValue;
    var referredto = referredto.rawValue;
    var notes = notes.rawValue
    var subject = "New Prospect: "+ firstname + " " + lastname + " in " + location;
    body = "Date: " + date + "\n" + "Last Name: " + lastname + "\n" + "First Name: " + firstname + "\n" + "Phone: " + phone
          + "\n" + "Email: " + email + "\n" + "Company: " + company + "\n" + "Location: " + location + "\n" + "Heard about us from: " + heardabout
           + "\n" + "Reason for call: " + reasonforcall + "\n" + "Referred to: " + referredto + "\n" + "\n" + "Notes: " + "\n" + notes;
    mail = "mailto:" + address + "?subject=" + subject + "&body=" + body ;
    event.target.submitForm({cURL: mail, cMsg: cBody, cSubmitAs: "PDF",cCharset: "utf-8"});

  • Property at child level to be identified at parent level

    We have child items "ingredients" listed w/ properties that are identified as allergen types. I am trying to be able to identify by parent item which of the parent items contain allergens that are identified at the child level. I could do a query at the child level to identify those that have the property boxes checked and then do a where used for each item but that would take a long time and it would be difficult.

    I will give you an example.
    BOM
    item number: 41586    Description: 16 oz bbq sauce
    F0165  BBQ Sauce    500lbs (this is the phantom item that has a BOM with the ingredients that may contain allergend defined at the propert level)
    333154 16 oz jar   500 ea
    333155  cap   500 ea
    The current query identifies the allergens from the ingredient level to the phantom item level (F0165). I need it to identify at the level 41586.
    The phantom Item example is:3
    BOM
    item number: F0165  BBQ Sauce
    333156    tomato sauce   300 lbs
    333157     Smoke flavor     1lb
    333158     onion    2lb
    I am hoping that I can get the query so I can run a report to identify all allergens for items we sell to provide to customer service. As well as if I create a Production Order for 41586 I would like it to print the allergen it contains on the production order.

  • System Management in Child Domain

    Hi
    I have a forest with 2 domains (A and B) my SCCM 2012 R2 with SQL 2012 installed in root domain (Domain A), i installed a MP and DP in child domain.
    when i go in Active Directory in root domain, System Management , i view my MP and DP in root domain and view the server MP child domain.
    If i go to Active Directory in child domain, System Management, NOT view MP ?i delegate a permission with server i root domain?
    My question: It's normal to not view MP in System Management in child domain?
    Thanks 

    Yes. Clients use the global catalog for initial MP discovery so there's no need to publish anything to the child domain specifically.
    Is the child domain geographically separated from the primary?
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Recommended Patch Level for ACS 4.2

    Hi,
    Is there a recommended patch level for ACS 4.2? I see a patch 4 and 5 can be downloaded. Any gotchas with either?
    thanks
    Bob

    Bob,
    I haven't had any issues with patch 5 for ACS 4.2. If you have any concerns please see the release notes for the patch.
    HTH,
    Mark

  • Totals passing to child levels in drill down?

    Hi
    I have an issue where i have set my hierarchy for Region to State.
    When I drill down my reports, the totals are passing to child levels
    So if I have the totals as Region A $100
    Region B $200
    and If i drill down on Region A to States ASA ASB, ASC
    what I see is
    State ASA (region total) $100
    Region A State ASB (region total) $100
    State ASC (region total) $100
    What I would like to see is
    State ASA $ 50
    Region A $100 State ASB $ 20
    State ASC $ 30
    How do I set things up ? Any help would be appreciated.
    Thanks
    Bob

    Hi,
    In BMM layer check weather content level(last tab) is set to detail level(state level or lower than that) in LTS of that fact table.Make it to detail level and try.
    Regards,
    Srikanth

  • Hgrid Implementation at child level

    Hi,
    Would anyone please suggest me how to implement HGRID at child level in OA framework. Any advice would be appreciable. Thanks in advance,
    Regards ,
    Vinit

    Please let me know if I'm missing something
    Hi Mario,
    Thank you very much for your input.
    The client is planning to implement Barcode at the delivery document (despatch) level, only for a specific plant.
    The objective of the implementation is improve upon the accuracy levels of what is to be despatched and what is actually despatched.
    They want to keep track of the following:
    1. Delivery document number
    2. Total number of line items
    3. the quantity of each line items.
    4. Packaging: Type of box (wooden, etc.,)
    5. Total number of boxes (if line items are 20 and packaged in 4 types of packing boxes each containing 5 items, then total boxes will be 4 boxes)
    5. Scanned by (support personnel who scans the items using hand-held device etc.,)
    tia.

  • DDL trigger to Capture the DDL changes on one database and applies to child level databases in same server.

    Hi friends,
            I need to create one DDL trigger to Capture the all DDL modification on parent database and applies those changes to the underlying (child) databases  in my project.
            Can anyone help me out in this,how to track the changes and applies to the child level databases?
    Thanks in Advance.

    Use Visual Studio Data Tools or
    Red Gate Compare.

  • Do the recommended pixel levels contained on the iphoto help page TS1135 apply to single prints or to apple books. The rate for A4 images is 1754 X 1240 pixels.

    Help page TS 1135 suggests 1754 x 1240 pixels for A4 print   Is this the same for apple Picture Books as well as single prints.

    The widely-used measures are:
    - 300 PPI for sharp hand-held print, examined closely but without magnification.
    - 200 PPI in a pinch.  No data to spare, but skillfully-handled (sharpened) can be as good as 300 PPI.  Most people won't notice a difference between 200 PPI and 300 PPI
    - 150 PPI if you must.  Effectively the lower limit.  Difference will be visible to all.  Can still be made to look good, but requires careful "up-res-ing".
    These numbers are independent of the type of printer or the make or model of the printer, or the use of the print.
    Of course, if the picture is being hung of a wall and not seen closer than arms-length, than those numbers are too high.  It depends very much on the viewing distance.  (The billboards on the roof of the former light-industrial building where I keep a studio are printed at a PPI that is less than one*.  The images and letterforms on them look sharp from the highway.)
    A4 is 8.27 in × 11.69 in.  The rest is arithmetic.
    *[figure corrected]

  • How to make Management of row level restrictions easy for webi reports?

    Hi all
    Our BO Product version is 12.3.0.601 (BO 3.1)
    We are applying row level security for webi reports at universe level...
    Since  Universes are more in Number we have to create same restrictions and apply it to the users lets take a restrictions on region....which is common across all universes.
    So the problem lies with the management of restrictions created at universe level.
    Can we have a setup in where we can centralized the restirctions at a place so that management would be easy ......???
    Shall we have to import the roles(restrictions) from R/3 or BW or Database level...?
    Then how we will restrict our report (webi) to a region?????
    So basically webi reports should run with the restrictions lets say region....How we will achieve this?/
    Thanks and Regards
    Ritu Raj

    Hi,
    what is your Datasource?
    If its SAP BW i would highly recommend you use the SAP Authentication in your  BOE XI 3.1 So the users log into BOE with their SAP Username and Password and than the Data restriction of your BW takes place when the users run their Reports.
    Informations on how to confiure the SAP Authentication you will find in the installation Guide of the SAP ITK.
    Regards
    -Seb.

  • Address Book - Managing the madness, lol

    This is hardly a pressing issue but wondering how everyone manages their contacts. Odd things...
    My brother had a baby. Do you create a contact so the birthday can be entered and is now on my birthday calendar?
    Are my brother and sister in law separate contacts? Same as above for the birthday thing but what about the shared address?
    At some point I will learn to do a mail merge and the 3 example above would create 3 letters because they all have the same cards? Should just generate a "Jane and Michael Jones" in the merge but this would require an entry like that i would think.
    Another example along these lines is having friends and mailing holiday cards but you might end up with each person's cell plus their home phone, different emails and so on.
    Practical solutions?
    TIA

    OK, found this related names field and sort of works.
    I can see where you have a business contact and they talk about their spouse or kids and this would be an easy way to make a note.
    Are you saying that if I mailed my brother a Christmas card it would gett addressed Brother & Spouse, child 1, child 2, 3,4,5,6?
    I suppose that in the notes i could make reference to birthdays and such but if i wanted the reminder on my calendar I could create a new contact.
    My books and help didn't really go into this.
    Thankk You

  • Funds management at PR level

    Hi all,
    My client wants to control stationary and sanitary items in their organization.So they are insisting to create material master and valuation class accrdingly.But we have recommended Funds management will help in controlling their expenditure on these items.
    We have advised for budgt exceed message at PR level.Is there any prerequisites for FM at PR level.
    Please help me if anybody came across same issue.
    thanks
    Deepa

    Hi,
    Which update profile in FM do you use? Some profiles treat PR as statistical values. In this case, you'll have to overwrite this definition via OF39 transaction.
    Regards,
    Eli

  • CMYK color chart/color book -- any recommendations?

    Hi folks,
    Any recommendations for a CMYK color chart/wheel/book?
    Thanks

    'PMS' is obsolete, it is Pantone now, and if you say just Pantone, that is ambiguous because there are all kinds of Pantone books.
    The printer is not after the cmyk breakdown, if they were, you would know that they are not colour managed.
    They DO NOT require the numbers!
    The way Pantone Matching works, is that the swatch (printed with certain dot sizes by a particular printer) has a particular appearance in specific circumstances:
    eg: *  A blueish swatch in your "Pantone coated process" book has a particular appearance
          *  You choose the swatch
          *  The Swatch appears in your swatch palette with a cmyk mix based on your working profile and a name defined by Pantone, NOT fixed numbers as you might have thought.
          *  You output a press ready PDF to the PRINTER's nominated profile, the numbers change!
    This is correct behaviour... the numbers will be different at each printer's RIP because they have fine-tuned their plate screens to output a colour that is close to the ideal appearance of the reference swatch.
    If you saw the colour defined as 50 Cyan plus 20 Magenta that does not mean they see the same numbers, that is exactly the point, the numbers are irrelevant which is why you don't specify colours in CMYK terms any more.  The printer might see 48 Cyan and 23 Magenta due to their using a different ink set or dot gain characteristic on their press but they will get the same visual result.
    This happens because both parties (Press and Pantone) and you have looked at the same reference and calibrated their equipment to suit.
    Pantone made the book, you adjusted your monitor and proofing device, the printer adjusted their press/RIP/proofer to all look alike.  Each device has a colour profile that tells the next device how it saw a colour, the colour management software converts one to the other.
    There..... colour management in a nutshell of infinite size. (as per Hamlet)

Maybe you are looking for