BPS - Hierarchy variable: limitations in planning folders...

Hi,
We are using a variable of type hierachy for the selection of the cost centers within the planning folders across our cost center planning application.
We are using a hierarchy with roundabout 5000 cost centers. The variable forces the user to expand the hierarchy to the desired level in order to select the cost center. There is no way to enter the cost
center manually when using the hierarchy variable, and no search function is available to find a cost center in the hierarchy.
Those are cumbersome limitations especially when users are used to the R/3 or BW hierarchy search.
Is there any way BPS can allow for direct input (in addition to selection via the hierarchy) when using hierarchy variables, or a least a search function?
Thanks!!
Olivier

I don't know if this will help in your situation but I have a similar variable based on Profit Centre.  Within the hierarchy the users are responsible for a small number of Profit Centre Groups (defined as hierarchy nodes in the tree).  I have set the variable as user specific and each user has the Profit Centre Groups assigned that they are responsible for.
This variable is then linked to a variable selector, as a dropdown, within my web app and only allows the user to select Profit Centre Groups they are responsible for.  When an entry is chosen the Profit Centres below that part of the hierarchy are displayed in the layout.
Regards,
Mat

Similar Messages

  • How to authorize users to change only Variable Values for Planning Folders

    My users want to be able to change the values of the Planning Area variables for the Planning Folders in SEM BPS. However I wouldn't like them to have access to change anything else except the variables.
    What is the best way to do this.
    Please let me know
    Thanks

    Hi Arvind,
    If they are variables to be set by the users, change the type to user specific variables and check the values can be changed by user check box.
    M.

  • Using attribute variables in the planning folders

    Hi all,
    Is there way to use attribute variables in the planning folders?
    There is a following situation. We have a number of cost centers (0COSTCENTER). Cost center has responsible person (0RESP_PERS) as attribute.
    We planning some costs for cost center.
    To select certain cost center to cost planning we created
    variable ZVAR1 as type CHAR and placed this variable in the header of planning folder.
    Now we have to restrict list of cost center for selection according to selected responsible person.
    Of course, I can add 0RESP_PERS to my cube, create variable ZVAR2 as type CHAR based on this character. Then place this variable to folder. For variable ZVAR1 use type of replacement as "User Exit" and ABAP routine will restrict list of available cost centers based on value of ZVAR2.
    But... Is there way to use variable with type of attribute and place this variable to header of folder?
    Thanks in advance!

    Hi Dmitry,
        Yes, you can use the attribute variable in your folder.
        Just create attribute variable with 0COSTCENTER as the basic char and 0RESP_PERS as attribute.then when you create your folder with UPSPM, make sure to choose notweb-enable type then under the variable category you will see the the attribute vairable you just created at BPS0, just drug it to you folder, you are done.

  • BPS Hierarchy - variable exit

    Requirement is to restrict the countries based on the selected Geography, I have created a hierarchy on country and trying to write a hierarchy user exit on country variable . UPF_VARIABLE_USER_EXIT_HIER is the one I am using, Can somebody explain how this works or any better I approach to resolve this issue.
    Thanks

    I am using a variable exit on Geography, to populate based on the entires from previous tab. My initial approach was to create a variable exit on country and then call API_SEMBPS_GETDATA to read the geography from the header and then call API_SEMBPS_HIERARCHY_GET for getting countries to populate. This sounds good but when I tried, API_SEMBPS_GETDATA is kicking me out running into infinite loop. Not sure but I think the reason could be, on the first run the value for country is initial. After failing this approach, I was looking into other alternatives.
    Can you please send me that how to document if possible.
    Your guidance much appreciated

  • More than 8 planning folders

    All -
    My BPS application needs to have 10-12 different planning folders.  I know if I run my tool on the web, there is no limitation to the amount of planning folders I can have but my users will run this in SAP.  Is there anyway that I can overwrite the limitation on planning folders and have more than eight?
    Also - is there a way to remove scrolling in a layout?

    http://www.bulletsandbones.com/GB/GBFAQ.html#maxnumrecordabletracks

  • IP Problem - Fox Formula - VARV with an hierarchy variable

    Hello,
    I would like to use the value of a variable but a hierarchy variable into a Planning function type formula
    I use the code but the system give an error.
    The first code :
    DATA CHA_PF TYPE 0PROFIT_CTR.
    CHA_PF = VARV(EVHAPF01, HIENM = PROFIT_CTR_BUDGET, VERSION= A).
    The second code :
    DATA CHA_PF TYPE 0PROFIT_CTR.
    FOREACH CHA_PF IN VARIABLE EVHAPF01,  HIENM = PROFIT_CTR_BUDGET, VERSION= A.
    I have the same error message : Variable PROFIT_CTR_BUDGET is not available in an active version
    The Profit Center hierarchie has the name PROFIT_CTR_BUDGET and it's active
    The variable EVHAPF01 has the characteristics : Hierarchy Node, Autorisation, Single Value, Variable is Ready for Input
    Could you please give me the correct code or the correct manipulation ?
    Thank you
    Edited by: Joël Vuillaume on Aug 19, 2009 5:12 PM
    Edited by: Joël Vuillaume on Aug 19, 2009 5:15 PM
    Edited by: Joël Vuillaume on Aug 19, 2009 9:50 PM

    Hi,
    Please check sap note 1086496 . This would solve your issue.
    If you use hierarchy node variables in formulas, you must specify additional context information in the FOREACH statement. You must always specify the hierarchy name.
    To do this, write HIENM = 'Variable for the hierarchy names' as an additional argument.
    If the hierarchy is time-dependent, you must specify a variable for the time. To do this, write: DATETO = 'Name for the date variable'.
    If the hierarchy is version-dependent, you must specify a variable for the version. To do this, write: VERSION = 'Name for the version variable'. 
    You must specify the information in the form of a global variable, that is, not with a variable that is defined as local in the formula. The syntax is as follows, for example:
    FOREACH GES IN VARIABLE  HIERVARBER, HIENM = HIE_NAM_1, VERSION= HIER_VERS.
    The hierarchy is version-dependent in the example.
    In your case, create a variable for hierarchy PROFIT_CTR_BUDGET and use it in VARV and Foreach.
    Thanks,
    Reshma M.

  • Multiple node selection in Hierarchy Variable

    Hi Experts,
    I have a requirement for the capability to select the multiple node in the BPS variable of type hierarchy. This is required in the data slice where my administrator want to select the more than one node at a time for the purpose of locking the transaction records of deferent departments with slice. I see only option to select one node in variable but I would like to know if there are any ways to enhance this variable to select the multiple node...some exit or some thing.
    Any valid suggestions will be fully rewarded with points.
    Thanks,
    Raj.

    Hi Jain
    Thanks for your input. Following is exact requirement for me.
    I have fund center hierarchy and each text node represents one department and all the fund centers under it. Plan administrator wants to lock each department when they are done with the planning. I can achieve this by preparing one data slice for each department and administrator can activate this when they want to lock department but this generates lot of data slices, which may impact the performance of the system a lot.
    Other option I am thinking of is the possibility to use hierarchy variable in data slice to select the multiple departments that are required to be locked at any point in time, so that I can manage this with one variable.
    Other option is selecting individual fund center values  in variables but that is completely ruled out for the given volume.
    If I understand your suggestion right, you are suggesting to create the custom table to store different node values from the hierarchy and use the exit variable in data slice. IF you have any document/code to achieve this, please let me know.
    let me know if you have any other simple way to achieve this.
    Thanks,
    Raj.
    Message was edited by: Raj G

  • BPS: exit variable

    Good day,
    I hope you can help me, I've got a problem which I hope can be solved using an exit variable, in BPS.
    Scenario:
    Planning area with characteristics MATERIAL, WEEK, DAY and key figure PlanQty.
    I want to do a equal distribution of the plan values per WEEK to DAY. DAY can have multiple values for the same MATERIAL & WEEK. We have a custom table with the values for MATERIAL, WEEK and DAY.
    Example:
    MATERIAL / WEEK / DAY / PlanQty
    10001 / 10 / # / 200
    Distributed:
    MATERIAL / WEEK / DAY / PlanQty
    10001 / 10 / 2 / 100
    10001 / 10 / 5 / 100
    Would the following be a viable solution?
    Create an exit variable for DAY. In the function module read the custom table and return the multiple single values for DAY. Create a distribution function,  and use the exit variable for DAY in the parameter group to distribute the plan values from DAY = # to the multiple DAY values.
    Questions:
    1. How do I pick up the value for MATERIAL and WEEK in the function module to read the custom table? Should it be included in the exit variable?
    2. Would the exit variable be updated everytime the parameter group is called (i.e. per subset), or only once when executing the function?
    Any help or suggestions welcome!
    Thanks!
    Kind regards,
    Theana

    Hi,
    I am not sure on the solution, you have provided. However, it looks little complex to me.
    In my opinion, the design can be as follows.
    Create 7 numeric variables in your planning area for 7 days. The user will enter the distribution factors for these days (some of the days can have the factor as 0 as well). Depending on the factors entered, the function module will distribute the WEEK quantity to the respective DAYS.
    For example,
    The quantity for WEEK is 400 and this should be distributed to 2 and 5 DAYS equally. Enter 1 for those two DAYS variable and execute the planning function. The planning function should distribute the quantity in the following manner:
    For DAY 1:
    400 * 0 / (1+1)
    For DAY 2:
    400 * 1 / (1+1)
    and so on.
    Hope this helps. Kindly reciprocate by awarding points.

  • Hierarchy variables

    Hi,
    Does anyone know how to get a list of hierarchy variables in BPS with hierarchy nodes? I've tried using the UPC_VAR table but it only gives me the variables but not the nodes.
    Thanks in advance.

    Jackie
    Did you try to download from SE16 using program UPC_VAR?
    Hope this helps
    Thanks
    Sat

  • Hierarchy variables in UDT

    Hi all,
    We have a User hierarchy ... in that we have User Group,User Territory,User Terr in User names.
    These User Group,Terr are populating through Customer exit.
    This hierarchy is working fine Till Bex but when i create Universe on top of this in UDT, they should come as Prompt for the user to
    select Which user hierarchy he want.
    Ex:If user selects User group as part of User hierarchy then again he can be asked to choose User group.
    Please tell me how to do this.

    Hello Farzana,
    in the XI 3.1 OLAP Universes (UNV) a hierarchy variable is supported but keep in mind that the Universe will generate the Universe based on the model at the time when you create the Universe and there will always be limitations when it comes to hierarchies in Web Intelligence.
    The recommended approach to connect to BW for Web Intelligence is to use the direct link to the BEx queries.
    If you really want to use the hierarchies from BW you should look at the Analysis products and not Web Intelligence
    regards
    Ingo Hilgefort, SAP

  • Medium description of Variable in the planning folder

    Hi Experts,
    In one of our planning folders the variable for infoobject(Cstcenter) is not put pulling the medium description in the varible section(Top part of planning folder) but same variable is pulling the medium descprion in the header of the layout (Bottom part of the llayout) with in the same folder. This problem is also for only few Costcenters, some costcenters it is pulling the data in both variable section and in the layout section
    Any thoughts on this . Please share me your ideas on this. I know this is very simple but little confusing Since the same variable is dipalying the value in place but not in other place. Anybody had this problem.
    Thanks in advance
    Best regards
    SAP

    Thanks for your reply Bindu. In both the places test replacement and char test defined as "Medium". It is dipaying the medium text in both the places for only few CC's, but few CC's it is not diplaying the descrption in the varaible section..
    Any other areas i need to check.
    Thanks in advance.
    Best regards
    SAP

  • Std table relating planning folders to areas

    hi all,
    please can someone give me the standard table for relating all the planning folders to planning areas
    full points will be alloted
    thanks a lot
    veer

    Hi,
    Planning folders can have variables layouts and functions from different planning areas. To get all the components of a planning folder please use table UPB_PS_PROP and for variables UPB_PM_VARIABLE.
    Hope this was helpful
    thanks

  • HIerarchy Variable in Selection Screen not taken into account.

    Hi,
    Our users choose a cost center hierarchy in the selection screen and run the report. As we have suppressed Unassigned Nodes, they do not appear. However when users then deactivate the hierarchy, unassigned nodes are shown. Their argument is that the unassigned nodes should still not be displayed because a hierarchy was entered on the selection screen. Is there a way of stopping this?
    Thanks

    Hi Shawn,
    I think I get what you did in your query, though it took me some time...
    Did you select the cost center in your query and set the display hierarchy using settings, hierarchy tab, select hierarchy, hierarchy variable (or something like that)? That would explain why the query isn't filtered on that hierarchy, only the display of cost elements is affected. You should also have the same hierarchy variable in your filter settings in the query designer. That way, the user filters on a hierarchy and the unassigned nodes will never be in the result.
    Hope it helps, tell me if I got it wrong,
    Kind regards,
    Alex

  • BW hierarchy variable not working in Crystal Report 2008

    Hi,
    I have created BEx 7.0 report which has hierarchy on 0customer object, the report is working fine whith hierarchy variable. I have created Crystal Report by using this query as source. I have followed below link to create grouping to get data through hierarchy variable.
    http://wiki.sdn.sap.com/wiki/display/BOBJ/BWHierarchiesinCrystalReports
    But report does not work for hierarchy variable and report is blank. When I give filter of child node which has actual data then I get report output. For ex.
    Below hierarchy for 0customer
    11396
         - 737007
         - 123456
    When I run report for 11396 then no data display but when I run 737007 child node I get report output but with blank group name.
    Can anyone came accross this issue. Please guide me . Thanks in advance.

    Thanks Ingo for your reply..
    The word filter means, I have hierarchy node variable in the BEx report that has become Parameter in CR. When I give hierarchy node variable value of parent node then there is not data display but for the child node I get the data.
    For ex. In the info cube there is data for 730707 customer but in the customer hierarchy the parent node of 73707 is 11396. I am giving 11396 in the variable pop screen for hierarchy variable. I do not see any data but for 73707 I get data.
    User does not know 73707, he always enter 11396 customer no. and he gets data in BEx query that is source of CR. but crystal report is not showing data for 11396.
    One more point I want to tell here, I am saving CR at my local system not to SAP BW server.
    Hope this clear my issue.
    Harish Swami
    Edited by: hswami27 on Jan 31, 2011 8:17 PM

  • How to handle large library, limited data plan

    I've been using Itunes Match for about six months now, and I'm having problems...
    I live rurally and so I use an AT&T hotspot with a 10 gig/month data plan for my phone, ipad, and desktop mac. My wireless connection speed is pretty good.
    I have about 15000 tracks in my Itunes library, most not purchased through Itunes.
    When I signed up for Match and went through the initial process, it took about 24 hours and used up about six gig, which caused a significant overage in my data plan. Consequently, I just use Match on my Mac and decided not to use it on my other devices because of the data limitations. My motivation to use it currently is as a back up for my music. I connect my phone to my mac manually to transfer some of my music to my phone.
    I figured that the data overuse problem was a one time deal if I didn't use my other devices.
    But recently, when I purchase a song from emusic or Amazon, the icloud processing image pops up after the download purchase is complete. Itunes will then start the process of sending data to Amazon, which was still going at 4 hours yesterday when I manually stopped it as I saw my data plan being used up. It seemed to restart the process of sending periodically and never got to the analyzing or returning data stages.
    Now my recently purchased music shows up with both the Icloud processing symbol and a faded download icloud icon, one for each separate track. I can play the "processing" track, but Itunes won't allow me to add it to a playlist. Further, if I'm online with my hotspot, sometimes the regular Itunes Icon is visible, but at other times the icon with the thunderbold through it. I'm guessing this means it's streaming with the first icon, playing from my harddrive with the second.
    So a couple of questions, and sorry for the length, I'm a first-time support user
    1) Does it make sense to use Match with such a large library, and limited data plan?
    2) "Where" is the music I've purchased - on my computer or in the cloud?
    3) Should it take all day to send data to itunes, when the only updates to my library are songs I've deleted and a handful of new albums I purchased.
    4) Am I using up my data plan when the regular Icloud Icon appears and I'm online? Is there a way to manually play from the hardrive to reduce use of my data plan? I turned off Match once and payed with a half-day sending and receiving session when I turned it back on.
    4) Will I lose music if I unsubscribe from Match?
    Thanks to anybody who has the inclination to respond to any of these questions!

    This datasource sends After images in delta loads which is compatible with loading to a Std DSO only. You cannot load from this datasource directly to a cube.
    You can check with business the number of years they would need history. If they need for 5 years, you could delete data older than that or Archive.
    For GL, there would not be any changes to years that are closed for posting. There may be adjustments carried out for the previous fiscal year. I guess there would not be any changes to years prior to that. So archiving old data should not affect delta.

Maybe you are looking for

  • Is there a way to get several serial data lines to poll and respond quickly?

    I have a PCI-485/8 card where I need to use all 8 ports. Attached is the vi that I�ve developed so far. It works well when there are only 1 or 2 ports. But it really slows down the calling vi when I get up to 8 ports. The Read Delay is intended to se

  • Payload variables not working

    Hi all, I've been trying to use Profile Manager to specify user e-mail accounts on Mac devices (eg, MacBooks) but I've been encountering a couple of problems. I've tried searching around and didn't find any answers. First of all I'm running the lates

  • Withlding tax invoice is not creating

    HELLO withholding tax invoice is not generating at the time of payment but it is calculating only. Steps Create standard invoice Rs 100 Attach payment withlding tax on line 6% Validate and approve Crate payment with Rs 94(deduct Rs 6%) Check withldin

  • Download error 3259

    My boss has an ipad, last week he downloaded the 2 entire seasons of 24, and a season of Rescue Me with no problems at all, now he's trying to download a movie and he keeps getting this error. If those shows downloaded just fine why won't the movie d

  • Trouble emailing photos from iPhoto

    I'm hvaing trouble emailing photos from within iPhoto. I'm constantly getting this error message. I've checked the accounts and the usernames and passwords are all entered correctly. Can anyone tell me what I'm doing wrong?