ICP entity list

the members for ICP is dynamically created by HFM when the entities are flagged as ICP.
is it possible to define a ICP member manually and not having the same in entity list? i
my compnay has to send data extract to my parent comapny. both the companeis run separte instance of hfm. my compnay does not have parent company defined in the entity dimension. however there will be transcations with the parent and when we send data extract only the parent company name needs to appear in the ICP dimension membe data. is it better to create entity for my parent within our HFM and let HFM automatically create ICP member or create ICP member manually without creating a entity member?

Hi,
It wil be interesting to create technical entity (with a specific security class like TECH_ONLYICP) to generate ICP.
Entity
|_[None]
|_LEGAL
| |_ entity1
| |_ entity2
| |_ entity3
|_TECH_ICP
|_icp1
|_icp2
In this case, you can (in your rules file) put consolidation method to [None] or NOTCONSO to private the IC Elim.
Chris

Similar Messages

  • ICP Entity Member not to be eliminated

    I am facing an issue regarding ICP elimination in HFM.
    We need to capture ICP details for certain entities that are not part of the entity roll up. However, the balances reported as ICP with these entities should NOT be eliminated in the consolidation process.
    We could create them as "dummy" members of the entity dimension (so they become part of the ICP members) but then they would automatically be eliminated as any other ICP transaction, which we do not want.
    Is there any std feature for this purpose? Maybe a rule to prevent elimination on these "dummy" entities would do. Any ideas?
    Many thanks!

    I think you can get accomplish this using rules. The elimination occurs after a statement similar to the one below is evaluated:
    If (StrComp(strICP, "ICP None", vbTextCompare) = 0) Then
    CanEliminate = FALSE
    I would think that if your entities have a specific prefix or suffix that clearly distinguish them from all of the other IC entities, you could evaluate on that prefix/suffix and set the CanEliminate =FALSE for those entities just as it does for the ICP None Entity.
    You will have to test this, for I have never encounter this situation before...

  • Queries inside Entity list - JPA

    Hi all,
    I want to create a query inside already taken list of entities form the DB.
    So the first query (list of entities) will be taken from DB using JPA entityManager (eg. select from HugeEntity), and the second one from memory (from already taken list).
    The reason I want to do this is that DB table is very big (about 200GB of data) and I need to fetch only 50-100 rows and have all other manipulation of fetched data in memory in order to achieve best performance.
    Is it possible?

    Thank you...
    Don't your fortune cookies have a unique id as a number? ...Yes they have but, cookies can be removed and thus, interval is not continuous. E.g. {1,2,5,6,7} after 3 and 4 has been removed.
    ... you could preload and cache them in a collection and
    randomize on the position of an element in that collection...Cacheing seems like a good idea -- I'll probably add some FortuneCookieDAO as layer between my accessor session beans (FortuneCookieAccess) and cookie entity (FortuneCookie). But where should I store instance of this DAO? It has to be accessible from any session bean instance. Into my server's directory (jndi)?
    Or did you mean cache on site of web application? That's not possible, my selecting random cookie is responsibility of FortuneCookieAccess ejb.
    ~~
    Adam
    PS: I know that using ejbs for fortune cookie selection is not a model usecase (there's saying in my country: "It's like shooting sparrow with a cannon") ... is not a model usecase, but it's just training application.

  • Dynamic Entity Member Lists using UD1 and UD2

    Hello fellow HFM gurus:
    I have created dynamic member lists to get all members of the entity dimension that have a UD1 or UD2 member as specified in the script.
    THe member lists all appear in HFM, but when I try to select them, I get a run-time error. I am trying to select them in the member selection of a data form (in the same drop down with the different system member lists for entiites, like hierarchy, descendants, etc.).
    I believe this is the standard syntax. Please let me know if something is wrong with it.
    ElseIf HS.Dimension = "Entity" Then
    If HS.MemberListID = 1 Then
    ELi=Hs.Entity.List(",")
    For i = Lbound(ELi) to Ubound(ELi)
    If HS.Entity.IsBase("",ELi(i)) = TRUE Then
    If (StrComp(Hs.Entity.UD1(ELi(i)),"DD",vbTextCompare)=0) Then
    Hs.AddEntityToList "",ELi(i)     
    End If
    End If     
    Next
    End if     
    Error in HFM:
    Invalid member selection. Error executing VBScript Microsoft VBScript runtime error, Line 475:Wrong number of arguments or invalid property assignment: 'HS.Entity.List'.Error executing VBScript 0.Error Reference Number: {9A7697E2-75AE-4A06-9A34-B45D58022984};User Name: mark.d.smith@Native DirectoryNum: 0x80042fc2;Type: 1;DTime: 9/10/2012 5:51:16 PM;Svr: VMHODDLPHP4;File: CHsvScriptEngine.cpp;Line: 392;Ver: 11.1.2.1.103.3505;Num: 0x80042fc2;Type: 0;DTime: 9/10/2012 5:51:16 PM;Svr: VMHODDLPHP4;File: CHsvDSMemberLists.cpp;Line: 2722;Ver: 11.1.2.1.103.3505;Num: 0x80042fc2;Type: 0;DTime: 9/10/2012 5:51:16 PM;Svr: VMHODDLPHP4;File: CommonMetadataInternal.cpp;Line: 461;Ver: 11.1.2.1.103.3505;Num: 0x80042fc2;Type: 0;DTime: 9/10/2012 5:51:16 PM;Svr: VMHODDLPHP4;File: CHsvEntities.cpp;Line: 338;Ver: 11.1.2.1.103.3505;Num: 0x80042fc2;Type: 1;DTime: 9/10/2012 5:51:16 PM;Svr: VMHODDLPHP4;File: CCommonDimension.cpp;Line: 1015;Ver: 11.1.2.1.103.3505;

    Hi Mark,
    Please check the double quotes after Entity.List. It should be "","".
    Regards,
    S

  • Rules - Reference an entity member list and then exclude some entities

    I have rules written to extract data in a specific file format.
    I am using a dynamic member list and then want to exclude some of the entities from doing the extract.
    The member list is base of a parent - it has about 500 entities. I only want to exclude 5 entities. I don't want to have to create a member list of 500 entities just becasue 5 of them are not needed.
    I can't use
    POV_ENTITY <>
    OR If Not POV_ENTITY =
    becuause it is not the POV_ENTITY it is the entity in the member list.
    How can I write that?
    Before:
    For Each Entity in HS.Entity.List("",ListName)
    After: (gives me a Syntax error):
    For Each Entity in HS.Entity.List("",ListName) AND If Entity Not "TAX_ROLLUP.TAX_DOM" Then
    Thanks!
    Full section of the rules:
    If ListOfEntity Then
    'Flag accounts have a different name than the Entity list
    'We need to include the name of the entity list in the File name
    'as well as loop through it to extract those entities
    'List Name = "Tax Entity & the right portion of the flag account beginning after "Tax_"
    UndSco=Len(ListToXtract)
    NameR = Right(ListToXtract, UndSco - 4)
    ListName="Tax Entity " & NameR
    'File Name is the concatenation below
    'Admin has to change the path in the WriteToFile routine at the bottom of this file
    FName="HFM_RIA_" & ListName & "_" & pov_period & "_" & pov_year & "_" & XView & "_" & FDate & ".txt"
    'Below is the header of the file
    Call Writetofile("*************************************************",FName)
    Call Writetofile(pov_scenario & " " & pov_period & " " & pov_year & " " & XView,FName)
    Call Writetofile("*************************************************",FName)
    Call Writetofile("Entity" & "," & "Account" & "," & "ECT" & "," & "PCT" & "," & "CAD" & "," & "CZK" & "," & "EUR" & "," & "GBP" & "," & "PLN",FName)
    'We loop through all the entities of the list related to the current flag account
    For Each Entity in HS.Entity.List("",ListName) AND If Entity Not "TAX_ROLLUP.TAX_DOM" Then
    Edited by: user2609991 on Jan 20, 2010 6:23 AM

    Sorry, yes I did it now using the greather than and less than signs.
    I am able to load the rules file but it still writes the Tax_Dom info to the file.
    I think I am going to give up and just create a big member list of all the entities less those six.
    Thanks for responding.
    Edited by: user2609991 on Jan 20, 2010 11:33 AM

  • Entity Memberlist That Includes Base Members?

    I have created a custom memberlist for Entities. It will drive part of the ICP report. When a region runs a report they want a report to run for the INTRA regional eliminations and the INTER Region eliminations (All entities other than that region's entities.)
    I have created a list that includes all regions but the region which is running the report, however I am unable to grab the base members. I get the regional parent and not the entities. Is there a way I can change my script to include the Base members? I am able to successfully pull the correct regions and the values but I need to break it down to the entity.
    See below for the pieces of my script that apply-
    ElseIf HS.Dimension = "Entity" Then
    aEntityLists(1) = "NM Intercompany Entities"
    aEntityLists(2) = "SETX Intercompany Entities"
    aEntityLists(3) = "GCTX Intercompany Entities"
    aEntityLists(4) = "ALT Intercompany Entities"
    aEntityLists(5) = "SPOHN Intercompany Entities"
    aEntityLists(6) = "SR Intercompany Entities"
    aEntityLists(7) = "NOLA Intercompany Entities"
    aEntityLists(8) = "SWLA Intercompany Entities"
    aEntityLists(9) = "CLA Intercompany Entities"
    aEntityLists(10) = "UTAH Intercompany Entities"
    aEntityLists(11) = "PHYSICIAN Intercompany Entities"
    aEntityLists(12) = "CORPORATE Intercompany Entities"
    HS.SetMemberLists aEntityLists
    End If
    Sub EnumMembersInList()
    If HS.Dimension = "Entity" Then
    If HS.MemberListID = 1 Then
    HS.AddEntityToList "US_OPERATIONS", "SETX_REGION*",[Base] (This didn’t work)*
    HS.AddEntityToList "US_OPERATIONS", "GCTX_REGION"
    HS.AddEntityToList "US_OPERATIONS", "ALT_REGION"
    HS.AddEntityToList "US_OPERATIONS", "SPOHN_REGION"
    HS.AddEntityToList "US_OPERATIONS", "SR_REGION"
    HS.AddEntityToList "US_OPERATIONS", "NOLA_REGION"
    HS.AddEntityToList "US_OPERATIONS", "SWLA_REGION"
    HS.AddEntityToList "US_OPERATIONS", "CLA_REGION"
    HS.AddEntityToList "US_OPERATIONS", "UTAH_REGION"
    HS.AddEntityToList "US_OPERATIONS", "PHYSICIAN_GROUP"
    HS.AddEntityToList "US_OPERATIONS", "CORPORATE_OTHER"
    Any ideas on how I can change this?
    Thanks for your help!
    Kristin

    if HS.MemberListID = 1 Then
              eLi=HS.Entity.List("SETX_REGION","[Base]")
              For i=Lbound(aLi) to Ubound(aLi)
         HS.AddEntityToList " " aLi(i)
              Next
    End If
    My bad I should not have used your example, What it determines the list where the entities will be added is the MemberListID so you dont need to add the list name to your script.
    Edited by: Raul Rodriguez on Apr 5, 2011 12:32 PM

  • Intercompany Copy from ICP Partner

    Hello
    I need help ASP.
    I need to create a rule to write the intercompany cost into the icp entity.
    For example I have the following data
    Month Year Entity ICP Account Value data
    January 2011 E340 E320 Sales <Entity currency> 500
    It is an intercompany sale so, when E340 and E320 are consolidated to the same parent in
    Elimination the program will write
    Month Year Entity ICP Account Value data
    January 2011 E340 E320 Sales Elimination -500
    I need to write a rule that generate the following
    Month Year Entity ICP Account Value data
    January 2011 E320 E340 Cost Elimination -500
    Some thing like this could work
    sub interco ()
    ICP_Str = Hs.icp.member
    Entity_Str = Hs.Entity.member
    If HS.Value.Member = "[Elimination]" then
         EntList= Hs.Entity.List("","[Base]")
         For each Ent in EntList
         HS.Exp "A#Cost.I#" & Ent &" = A#Sales.V#[Elimination].E#" & Ent &".I#" & Entity_Str
         Next           
    End If
    End sub
    Any body has other posibility

    Hi edson
    As you have created the partner types as sales order level so you need to enter manually for that partner type.but if you enter the same partner type in customer master record it gets copied in sales order.
    and if you want to see the same partner types , you do the partner determination at delivery level.from sales order level it gets copied into delivery level .
    Reward if useful
    Regards
    Srinath

  • Intercompany matching list for SAP BusinessObjects Financial Consolidation

    Hello,
    I am looking for a solution to show an intercompay matching list for SAP BusinessObjects Financial Consolidation (aka Cartesis Finance / Magnitude).
    Is it possible for the intercompany reconciliation, to show all partner information on each account? I prefer a solution before consolidation, if possible (and without an implementation SAP BO Intercompany).
    Thanks!
    Rochus Hilber

    I've created 2 Member List, both identical either for ICP and Entities, using scripts... and it works well....
    I've Build up the report in this way:
    Grid1 Acct Pay Acct Rec Matching Difference
    ICP / Entity XXX Grid2. Column[A] [A]-
    Grid 2 (Hide) Acct Rec
    Entity / ICP XXX
    Note that the Grid1 is getting the information from Grid2 and doing the matching difference. As a result I'm getting a bit list with about 210K lines, that brings to me all possible combinations with all entities. Basically the final report should have about 1K lines for every month, it means that there is a lot of Zero's on the rows. The solution I've found is use the suppress option, but as a result I've got a new problem!!
    The Fist(Acct Pay) and the 3rd (Matching Difference) Column Looks fine, but the 2nd column that is "linked' with the grid 2 becomes 0.
    And I'm struggling myself to get it done !! eheh If someone know how to get it fix please let me know!!
    Best Regards,
    Jorge

  • ZBOL entry is not coming in BOL Entity

    Hi All,
    I have created 1 Z Component in SPRO-> Customer Relationship Management-> CRM Cross-Application Components-> Generic Interaction Layer/Object Layer-> Basic Settings. In the Object table and Model table i have created the entries for the Z BOL. I redefined the methods of the implementation class and tested the Component in genil_bol_browser, it is working fine.
    Now i have to link it to Web UI, so i am creating a new view in BSP Component, while creating new view, in Add Model Node step, in BOL Entity my Z BOL entry is not coming.
    How it will come over there in the BOL Entity list ?
    Thanks & Regards
    Raman.

    HI, ramana,
    see this link it will help to you.
    [http://wiki.sdn.sap.com/wiki/display/CRM/CreateaZBOLObjectPart1|http://wiki.sdn.sap.com/wiki/display/CRM/CreateaZBOLObjectPart1]
    Regards,
    sam.

  • GRE/Legal Entity not migrated in R12

    LE not migrated into R12
    We are upgrading from 11.5.9.2 with OPM to R12.0.4, after upgrade, LE not migrated
    Question arise is
    At 11i, For Legal Entity, Is it necessary to attach Classification of HR Organization. Existing is GRE/Legal Entity Only.

    Hi,
    Please review the following notes:
    Note: 762483.1 - Government Reporting Entity List of Values Only Contains Setup Business Group PERWSHRG
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=762483.1
    Note: 467751.1 - R12: Legal Entities Defined in GL's Account Setup Manager are not in the GRE LOV for Employee Assignments
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=467751.1
    If the above notes do not answer your question, I suggest you post your question in [Human Resource Management (HRMS) |http://forums.oracle.com/forums/forum.jspa?forumID=113] forum (or [SCM - Process Manufacturing (OPM) |http://forums.oracle.com/forums/forum.jspa?forumID=120] forum), you would probably get a better response there.
    Regards,
    Hussein

  • Click on Account Entity Display Columns Based on Business Units

    i have  Account Entity.when you click on Account Entity List of Records should Displayed.Now i want to show columns based different Business unit user logged in.
    Normally Account will Display Columns like:AccountName,MainPhone,Address1:City,Primary Contact,Email.
    if user of business unit1 is logged in  i want show   accoutname email ,Address1:City only
    if user of business unit2 is logged in i want show    AccountName,Primary Contact,EMail,MainPhone.
    how this can achieved.could anybody help me onthis?
    hsk srinivas

    Hi,
    You can create different personnel views with selected columns and share the respective views only with that particular BU users, So the users who logs in will be able to see only those views.
    Regards, Rekha.J

  • Dynamic member list

    Can some one give me a complete sample dynamic member list for reference?

    Sub EnumMemberLists()
        '|                                                                            |
        '|  This block of code defines which dimensions have lists and how many       |
        '|  lists per dimension have been created.                                    |
        '|____________________________________________________________________________|
         Dim aEntityLists (2)
            Select Case HS.Dimension
              Case "Entity"
                   aEntityLists(1) = "US"
                   aEntityLists(2) = "NonUS"
                   HS.SetMemberLists aEntityLists
         End Select
    End Sub 'EnumMemberLists
    Sub EnumMembersInList()
        Select Case HS.Dimension
        '|                                                                            |
        '|  This block of code specifies the criteria for each of the entity lists.   |
        '|                                                                            |
        '|  They may be revised as needed. Note that these are dynamic lists.         |
        '|____________________________________________________________________________|
                 Case "Entity"
                   Select Case HS.MemberListID
                        Case 1
                            US_list = HS.Entity.List("FlatOrg", "[Base]")
                                 For US_loop = LBound(US_list) To UBound(US_list)
                                  If HS.Entity.UD1(US_list(US_loop)) = "US" Then
                                            HS.AddEntityToList "", US_list(US_loop)
                                  End If
                             Next
                        Case 2
                            NonUS_list = HS.Entity.List("FlatOrg", "[Base]")
                                 For NonUS_loop = LBound(NonUS_list) To UBound(NonUS_list)
                                  If HS.Entity.UD1(NonUS_list(NonUS_loop)) <> "US" Then
                                            HS.AddEntityToList "", NonUS_list(NonUS_loop)
                                  End If
                             Next
                   End Select 'Entity List
            End Select 'Entity
    End Sub 'EnumMembersInList

  • How to know Entity Names.

    I need to know at runtime the names of all entitites in a BC4J project in order to do some initializations.
    I didn't find any way to obtain that information.
    Could someone suggest the better way to do that ?
    Tks
    Tullio

    It's a runtime code problem.
    I constructed my projects using a few projects containing Entities and Association (without any AM and VO) and many project containing an Am and the VO needed for a given app.
    Somtime my code need to know all entities and asociationsin given package in order to preform some VO implementaton but I didn't find a vway to look at the entity list.
    Tks
    Tullio

  • Dynamic List

    Hi every body
    I am working on a Form Generator
    I have three Main entities Form ,Param and List
    the Form with param and param has a relation with List
    when I generate a form I want to doing loop on param
    and for every param who is has a list I want to doing a loop
    but the loop in list bringing the last List int the entity List
    my JDev v.11.1.1.4
    this is my code
    <h2>
    <af:outputText value="#{bindings.FormLabel.inputValue}"
    id="ot1"/>
    </h2>
    <af:panelFormLayout id="pfl1">
    <f:facet name="footer"></f:facet>
    <af:iterator value="#{bindings.FormParameter2.collectionModel}"
    var="row" rows="-1" id="myIt">
    <af:inputText label="#{row.bindings.ParamLabel}"
    shortDesc="#{row.bindings.Example}"
    required="#{row.bindings.Required.attributeValue.bigDecimalValue eq 1}"
    visible="#{(row.bindings.ListId.attributeValue == null||row.bindings.ListId.attributeValue.bigDecimalValue eq 0)}"
    value="#{!(row.bindings.ListId.attributeValue != null||row.bindings.ListId.attributeValue.bigDecimalValue eq 0)?(row.bindings.ListId.attributeValue) : null}"
    id="it1">
    <af:validateRegExp pattern="#{row.bindings.ParamRegex}"
    hint="#{row.bindings.Example.attributeValue!=null?'example':''}#{row.bindings.Example}"/>
    </af:inputText>
    <af:selectOneChoice label="#{row.bindings.ParamLabel}"
    required="#{row.bindings.Required.attributeValue.bigDecimalValue eq 1}"
    visible="#{row.bindings.ListId.attributeValue!=null and (row.bindings.ListId.attributeValue.bigDecimalValue ne 0)}"
    shortDesc="#{row.bindings.Example}"
    id="soc2">
    *<af:forEach items="#{bindings.ParammeterListOfValues1.rangeSet}"*
    var="var2">
    *<af:selectItem label="#{var2.Label}"*
    *value="#{var2.Value}"/>*
    *</af:forEach>*
    </af:selectOneChoice>
    </af:iterator>
    </af:panelFormLayout>
    any idea please?
    BR,
    Alaa

    hi again,
    I am replace foreach tag by af:selectItems and bean with view scope
    now the List appear but the problem is the first parameter List shown always
    ADF code
    <af:selectOneChoice label="#{row.bindings.ParamLabel}"
    required="#{row.bindings.Required.attributeValue.bigDecimalValue eq 1}"
    shortDesc="#{row.bindings.Example}"
    id="soc3">
    <af:selectItem value="null" label="لا شيء"
    rendered="#{!(row.bindings.Required.attributeValue.bigDecimalValue eq 1)}"/>
    *<f:selectItems value="#{viewScope.Test.listForParam}"*
    id="items"/>
    </af:selectOneChoice>
    Test bean
    *public ArrayList getListForParam() {*
    DCBindingContainer bc =
    *(DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();*
    DCIteratorBinding it =
    bc.findIteratorBinding("FormParameter2Iterator");
    Row currentRow = it.getCurrentRow();
    System.out.println("listID= "+currentRow.getAttribute(4));
    RowSet tempRowSet = (RowSet)row.getAttribute("RprListValueView");
    *for (int k = 0; k < tempRowSet.getRowCount(); k++) {*
    SelectItem item = new SelectItem();
    Row listRow = tempRowSet.getRowAtRangeIndex(k);
    attributeValue = rowLabelValue.getAttribute("Label");
    item.setLabel((String)attributeValue);
    attributeValue = rowLabelValue.getAttribute("Value");
    item.setValue((String)attributeValue);
    valueLabelList.add(item);
    return valueLabelList;
    please help me
    BR,
    Alaa

  • Selection of ICP and custom dimension in data forms

    We are investigating the possibility of changing our divisional reporting – and we are looking into different possible solutions. Maybe you can help us?
    We eliminate on both ICP and divisions (custom1= division, custom2= divisional counterpart).
    We have 150 ICP entities and (in the future maybe) 100+ divisional counterparts (custom2). However, one entity only has 10-15 divisions (and not 100+).
    Do you know of a smart way to choose ICP entity and custom2 in a data form – so the reporting will be easy for the reporting companies?
    Ideally I would like to be able first to select ICP entity (add member function) and then at the same time select a custom2 (divisional counterpart) – but only choose between those custom2/divisions that the company has. I do not think you can add member functions for both ICP and Custom2 at the same time in a data form?
    Do you have any suggestions?
    BR
    PT

    We thought about that solution but it would not follow good metadata structure (more like Hyperion Enterprise). We are hoping for a clever solution to make the webforms work.
    BR
    PT

Maybe you are looking for