Integrated Planning:  Planning Functions in the Web - Issues with Binding

Hi
We are on SPS 11 and are having some difficulties getting our Planning Functions to execute corerctly in the web templates.
I have created a simple planning function that performs a distribution.
The Planning Function works as expected using the plannning wizard and ristricts the data based on the Filter that I have created on the Aggregation Level as well as the Planning Function Selections.
I have created a query and web template that contains the same restriction as the filter in my aggregation level. The Agg Level filter / planning function and Query Filter all contain the Hierarchy Node Variable ZN_CC1 for the standard Cost Center Hierarchy.
I have created the following 4 Planning Buttons to test the execution of the Planning Function in the Web:
1. Planning Function Simple. Binding ref to the DP_1 (Query), Variable = Hierarchy Variable ZN_CC1, Planning Function ZDistrib1.
2. Planning Function Simple. Binding ref to the DP_1 (Query), Variable = Variable Input String Default ZN_CC1, Planning Function ZDistrib1.
3. Planning Function Simple. Binding ref to the DP_1 (Query), Variable = Hierarchy Variable ZN_CC1, Planning Function ZDistrib1. Display variable property selected.
4. Planning Function Simple. Binding ref to the DP_1 (Query), Cost Center Characteristic Data Provider Selection Default, Planning Function ZDistrib1.
When the query is executed and a node representing a group in the hierarchy is selected the query is executed and is input ready for the selected group. This is a subset of the hierarchy.
When the above planning fucntions are executed the following results display.
1.  The planning function is executed however it is not restricted to the selection based on the hierarhcy variable node selected by the user.  The planning function is executed for the entrire hierarchy.  It is not restricted by the cost center hierarchy node variable value.
2. The planning function is executed however it is not restricted to the selection based on the hierarhcy variable node selected by the user.  The planning function is executed for the entrire hierarchy.  It is not restricted by the cost center hierarchy node variable value.
3. The variable popup displays and a hierarchy node is selected. The planning function is executed however it is not restricted to the selection based on the hierarhcy variable node selected by the user.  The planning function is executed for the entrire hierarchy.  It is not restricted by the cost center hierarchy node variable value, that was entered when prompted.
4.  The planning function is executed however it is not restricted to the cost center selection based on the query DP1. The planning function is not restricted by the cost center selections.
HOWEVER,
If I goto to the filter web item and edit the cost center filter by selecting and adding all available cost centers to the filter.  (This list of cost centers is restricted to the cost centers subordinate to the hierarhcy node selected in the variable)
When the above the planning functions are executed the function is now restricted to the cost centers added to the filter as explained above.
If anyone has had a similar issue with Planning Functions executing for data outside of the Dataprovider Selections I would be interested to know how you managed to get the planning function to retrict to the DP Selections that include hierarchy node variables.
If anyone from SAP can comment before I raise this as an OSS issue it would be much appreciated.
Thanks in advance.
Ian

Hi
Just wondering if this is the correct forum to post BI IP questions?
Any comments if this the right forum.
Thanks
Ian

Similar Messages

  • Enable the "calling WebIDL constructors as functions" on the web

    Hi,
    I am developing a web application using php and python. After updating the Firefox to the latest version 30.0, some functions on my app do not work anymore. I checked the change logs of Firefox and found out this change: "Disallow calling WebIDL constructors as functions on the web" caused the issue on my tool.
    So how can I fix this on the browser side since I cannot change the codes immediately right now?
    Also a suggestion: Please reverse this change on the next update of this browser since this will affect my users or else I have to greatly change the codes.
    Thanks

    Please check out where this is fixed and the Site Compatibility list in the last portion of the bug [https://bugzilla.mozilla.org/show_bug.cgi?id=916644]

  • Am planning to upgrade to the iPhone 6 with att next 12.

    Am planning to upgrade to the iPhone 6 with att next 12. It's says it's 37.45/month.. Now I have 10gb mobile share do I get 25$ off the 37.45?

    You'll have to ask AT&T.

  • MSI Wind U110 - Reverse/swap the keys functions of the "Fn" key with "Left Ctrl"

    Hi guys,
    is there a bios-fix to reverse/swap the keys functions of the "Fn" key with "Left Ctrl" for the MSI Wind U110. I don't know why this keyboard is still that disfunctional. I think this is a well known issue, people complaining about for a long time. I am really hoping that you can help me.
    Thank you, CyberKlabauter.

    Quote from: Henry on 08-December-09, 10:47:03
    Have you tried using the 'Search' function up there.
    I did. But maybe I'm to stupid to do it right. I found this thread http://forum.msi.com.tw/index.php?topic=121066.0 but there is nothing about the U110. If I'm searching for U110 I get only three topics (one is this one). I guess I shouldn't use any bios hack from a other model.
    May you're willing to help me a little bit more. Thank you.

  • Running the Web Crawler with a new plugin (sample HTMLMetatagFilter)

    Hi,
    I tried the steps described from the guide: http://docs.oracle.com/cd/E40518_01/ias.310/ias_webcrawler/toc.htm#Running%20the%20Sample%20Web%20Crawler%20Plugin
    These are the steps that I perform:
    1. Open the sample plugin project with Eclipse
    2. Build the sample plugin from Eclipse
    https://dl.dropboxusercontent.com/u/21502321/Endeca/Captura.PNG
    3. Add the pluging to the IAS lib directory (directory called with the same name of the jar, filter-htmlmetatags, which contains the jar file generated and the plugin.xml file)
    4. Activate the plugin for the Web Crawler (copy the plugin.includes and plugin.excludes properties from default.xml to site.xml in both polite-crawl and non-polite-crawl directories)
    5. Run the Web Crawler with a new plugin (sample plugin from the guide called HTMLMetatagFilter)
    And when I run the web crawler I get the follow error:
    c:\Oracle\Endeca\IAS\3.1.0\bin>web-crawler.bat -c c:\Oracle\Endeca\IAS\workspace\conf\web-crawler\polite-crawl -d 0 -s c:\Oracle\Endeca\IAS\workspace\conf\web-crawler\default\endeca.lst
    INFO    2013-12-03 20:18:46,104 0       com.endeca.eidi.web.Main        [main]
    Reading seed URLs from: c:\Oracle\Endeca\IAS\workspace\conf\web-crawler\default\endeca.lst
    INFO    2013-12-03 20:18:46,104 0       com.endeca.eidi.web.Main        [main]
    Seed URLs: [http://www.oracle.com/]
    ERROR   2013-12-03 20:18:46,354 250     com.endeca.eidi.web.Main        [main]
    Crawler failed on crawler initialization. Shutting down.
    java.lang.UnsupportedClassVersionError: com/endeca/eidi/web/parse/HTMLMetatagFilter : Unsupported major.minor version 51.0
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
            at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
            at org.apache.nutch.plugin.Extension.getExtensionInstance(Extension.java:156)
            at org.apache.nutch.parse.ParseFilters.getExtensionList(ParseFilters.java:47)
            at com.endeca.eidi.web.process.ExtensionInstances.<init>(ExtensionInstances.java:52)
            at org.apache.nutch.parse.ParseFilters.<init>(ParseFilters.java:33)
            at com.endeca.eidi.web.UrlProcessor.<init>(UrlProcessor.java:82)
            at com.endeca.eidi.web.Crawler.<init>(Crawler.java:81)
            at com.endeca.eidi.web.Main.main(Main.java:140)
    Crawler failed on crawler initialization.
    java.lang.UnsupportedClassVersionError: com/endeca/eidi/web/parse/HTMLMetatagFilter : Unsupported major.minor version 51.0
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
            at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
            at org.apache.nutch.plugin.Extension.getExtensionInstance(Extension.java:156)
            at org.apache.nutch.parse.ParseFilters.getExtensionList(ParseFilters.java:47)
            at com.endeca.eidi.web.process.ExtensionInstances.<init>(ExtensionInstances.java:52)
            at org.apache.nutch.parse.ParseFilters.<init>(ParseFilters.java:33)
            at com.endeca.eidi.web.UrlProcessor.<init>(UrlProcessor.java:82)
            at com.endeca.eidi.web.Crawler.<init>(Crawler.java:81)
            at com.endeca.eidi.web.Main.main(Main.java:140)
    I do not understand why this error appears and why there is a problem with version?? How can I make this sample work?
    Note: this is my configuration system:
    * OEID 3.1
    * IAS installed with Jetty
    * Windows 7 x64
    * Any server running (endeca_server_domain, endeca_studio_domain, endeca_ps_domain)
    * Endeca IAS service running

    I'm using Java 6 update 43 for all Endeca 3.1 products, because is the recomended version to use. I did an installation with Java 7u45 in other machine and Endeca did not works well. (https://forums.oracle.com/thread/2607872)
    But I know when is installed the Integrator, it has integrated Java 7. And I think when I generate the .jar file from the Integrator, it has data with Java 7, so, when I run the Web Crawler with this plugin from the command prompt of Windows, the crawler Installation works with Java 6 (which I already installed).
    So, what should I do if all endeca 3.1 (except Integrator) has to work with java 6u43 and the Integrator generates files with java 7?

  • I don't know if this is the right section but I experience the following issue with Adobe Acrobat Pro XI installed on Windows 8.1. When I start Acrobat the related window opens normally but, after some scroll up and down along the document, it blocks, Acr

    I don't know if this is the right section but I experience the following issue with Adobe Acrobat Pro XI installed on Windows 8.1. When I start Acrobat the related window opens normally but, after some scroll up and down along the document, it blocks, Acrobat doesn't respond to any command I can give and, in place of the pointer arrow, a vertical bar, as the one of the text editor appears. The only way I can stop Acrobat is by means of the task manager. I tried to de-install and the re- install Acrobat but the behaviour is always the same. What can I do??

    Have you opened Acrobat and gone to Help>Updates to get an updated install?

  • IOS 7.0.3 did not fix the mirroring issue with ATVs and AirServer.  Anyone have an idea what needs to be done?

    iOS 7.0.3 did not fix the mirroring issue with ATVs and AirServer.  Anyone have an idea what needs to be done?  The only solution we have found is to reboot the iPad.  We don't have the option of restarting the wireless as so many people are on and it would further disrupt classes. 

    iOS 7.0.3 did not fix the mirroring issue with ATVs and AirServer.  Anyone have an idea what needs to be done?  The only solution we have found is to reboot the iPad.  We don't have the option of restarting the wireless as so many people are on and it would further disrupt classes. 

  • Can I update or fix the hardware issue with my iPad instead of a usb  for my 2007 MacBook Pro

    Can I update or fix the hardware issue with my iPad instead of a usb  for my 2007 MacBook Pro

    Have no idea what you are asking about. What hardware issue? What does a USB and a 2007 MacBook Pro have to do with it?
    GB

  • Is Apple aware of the Wifi issue with the IOS8 upgrade?

    Is Apple aware of the WiFi issue with the IOS8 update?  If so, what are the doing about it?

    Ipad, wifi stops working and I have to restart my iPad and log in again.  It only stays logged into my wifi for a short while then it drops it again.  I followed instructions from other threads to reset my IPad and my router...still having issues.  The same thing happened the last time I updated my IOS.

  • Aladdin eToken using the Web browsing with Firefox. Firefox often asked to enter a password eToken. How to turn off the continuous requests?

    Aladdin eToken using the Web browsing with Firefox. Firefox often asked to enter a password eToken. How to turn off the continuous requests

    I have found a solution.
    For all they wont use a etoken to surf.
    Go to extras, options then extendet and go to cryptographic module and unload the etoken. To unload the etoken you must selekt etoken not the name of the token.
    i have translate the menu names from german to english.

  • When will there be an itunes update that resolves the compatibility issues with windows 8

    When will there be an itunes update that resolves the compatibility issues with windows 8

    I hadn't heard there are issues.  Can you tell me what the issues you have run into are?  I just downloaded it yesterday on my new laptop and I am having issues syncing today...

  • How do I fix the buffering issues with the radio app?,

    How do I fix the buffering issues with the radio app? When I try to listen to the Hay House Radio station it buffers quite a lot for no apparent reason sometimes.  I have not been able to find any settings to adjust this. Does anyone know what I might be able to do to modify this problem?

    msbroome wrote:
    How do I fix the buffering issues with the radio app? When I try to listen to the Hay House Radio station it buffers quite a lot for no apparent reason sometimes.  I have not been able to find any settings to adjust this. Does anyone know what I might be able to do to modify this problem?
    What is your Internet data rate?

  • What does Apple plan to do about the JAVA issue?

    I was out of town on business last week and took my brand new MacBook Pro with me to stay connected to my work VPN.  However, I was unable to connect to the VPN the entire time I was away.  I found out from out IT department today that it is due to Apple not allowing any programs that require JAVA.  Is anyone else dealing with this issue?  What is being done about it?  If I cannot use my laptop to connect to my work VPN then it is useless to me.  If Apple does not come up with a solution quickly, I will be returning my brand new MacBook Pro for a windows based laptop that allows me to function at work.  This is a shame because I was very excited to have an apple laptop....very disappointing!

    There was a major vulnerability in Java that was being actively exploited to drop malware on both Windows and Mac OS X. Oracle, who is responsible for Java, was slow to get a fix out, so Apple blocked the vulnerable versions of Java in the web browser. (Mozilla did the same with their Firefox browser.) Updates are now available for Java that work in Mac OS X again.
    Java has been a repeat source of major vulnerabilities and malware over the last couple years. It is EXTREMELY insecure. If your business is relying on web-based Java applets for secure communications, your business' IT department is collectively insane.

  • Integration of calender functionality in the Custome form in Oracle apps.

    Hi,
    Thanks for all the support.
    I required one more help about integrating the calender functionality in the costume form of r12 Oracle Apps.
    Can Any body just give me the steps for the integrating the calender functionality. in R12 Oracle apps form.
    I have done the steps as like the 11i but its not working. Its urgent and I hv very less time to buid this form.
    Thanks
    Nihar

    Please see "Oracle Applications Developer's Guide", Page 9-18
    Oracle Applications Developer's Guide
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121devg.pdf
    Thanks,
    Hussein

  • How to configure Goto context menu function on the web?

    We are running a web template on IE browser.  After the report run successfully, left click on any key figure column, we can see Goto context menu, from here, we can go to detailed report (e.g. from the current Cube level to more detailed ODS level).  However we find this jump from cube level to ODS level (Goto context manu) works on our QA system other than DEV system.  
    These stuff were configured by SAP consultants who left our company one year ago, if anyone knows how to make the Goto context menu works by drilling down from cube level to ODS level, please let us know and we are really appreciated!

    dear Bhanu,
    We figured out the problem, it is because we click Goto then select "Display Documents" which yields a 400 error, then go back to click Goto, pick up the target link we want and it yield the error.  After we hit F5 to reload the URL link, then directly select Goto our target, then it works fine!
    But one more question, under Goto context menu, we find four menu context items:
    1. Display Documents
    2. Documents for Navigation Status
    3. Our application target1
    4. Our application target2
    Select option 1 yields an error like mentioned above.
    Select option 2 pops up a new window with Key Figure selection box and a button called "Additional Functions", but seems go nowhere.
    Option 3 is setup in our system by using RSBBS like you suggested.
    Option 4 is not in RSBBS.
    Then our questions are for option 1, 2, and 4.  What are the functionalities of option 1 and 2, are these two standard web functionalities of BW web reports? and these two options always show up on the web no matter whether they work or not, right?  We are confused with option 4, it's not listed in RSBBS, then how come it show up?

Maybe you are looking for

  • Condition Types in Rebate Agreement

    Hi, Please help me with the condition types in RFQ  rebate agreement and their descriptions. Thanks in Advance Vikram

  • CCMS to Sent (Urgent)

    Hi, all I am trying to create CCMS in XI 3.0 and its nothing any link with tcode: ALRTCATDEF I am follow some sim.file / doc to setup CCMS to (Lotus notes) I setup everything but alerts is not show in lotus notes SAPconnect works fine, internal mails

  • Recovery files deleted

    Hi, I deleted my recovery files from  (Hp-Recovery D) also from my recycle bin  i dont have a previouse version for it to restore but i do have copies of those 20GB files in 5 different CD's but when i try to do the samething as in the past opening t

  • Activating ipad, kept saying that my apple id cannot be used to unlock this ipad

    activating ipad, kept saying that my apple id cannot be used to unlock this ipad

  • "this alias cannot be saved at this time"

    I've been trying to add an alias to my icloud account since september. I have 2 of 3 available. it should work. But every time I try it said "this alias cannot be saved at this time" The only answers I've found in these forums is "icloud is still bei