Need Information of how to Consume/Execute Planning Function & Planning Sequence in Design Studio

Dear Colleague,
We are trying to have a PoC demonstrating BW planning function and Planning sequence in SAP Business Objects Design Studio.
1. In the process, we have built our own Planning function and Planning sequences in our BW system and they are working as per expectation in the BW system.
2. We added the Planning function and Planning Sequence on to the Design Studio App.
But now how to we add these Planning function and Planning sequence on to the Dashboard.
Is there any container to add these planning objects on to the dashboard.
Or how to execute or Consume these Planning functions and sequences in Design Studio dashboard.
And any Document or Information in detail would definitely help a lot.
Please answer the question underlined.
Thanks,
Vijay

Hi Mustafa,
Thanks for replying!
But Since this is an Internal project. We are already using Version 1.3.
Solving double purpose of evaluating the tool and coming up with the application as well.
As I said in my previous description, we were able to add Planning Functions and Planning Sequences on to Design Studio using menu options available.
But not sure of how to consume or execute them in the app. To get the rows of records, change values, Save and Transfer values as we do it with the Planning function with BW backend.
Thanks,
Vijay

Similar Messages

  • I'm a Microsoft Outlook for Mac user, I need information of how to know when e-mail was readed and confirm receipt of e-mails sent. thank you!  regards Mauricio

    I'm a Microsoft Outlook for Mac user, I need information of how to know when e-mail was readed and confirm receipt of e-mails sent. thank you!  regards Mauricio

    Mail and Address book

  • How To... Execute Planning Functions and Sequences from MS Office Ribbon

    Dear all,
    I am working with a SAP how to paper, which is called:
    How To... Execute Planning Functions and Sequences from MS Office Ribbon.
    It is working absolutely fine and I am pretty satisfied, but as you probably know "Control the visibility of a button based on the visibility of a related crosstab: the  button just disappears once the related crosstab is not located on the active sheet."
    This means, when I insert different queries in different crosstabs, only one crosstab will have my own created ribbon. Is it also possible to set another specific ribbon with other buttons for another crosstab? Can I change the macro, included in the appendix of the how to paper, regarding this issue?
    Thanks in advance!
    Kind regards
    Dominik Drebinger

    Hey Martin,
    thanks for your reply, but I solved the problem on my own. Unfortunately my colleague did not see that the crosstabs had to be defined differently.
    Like this:
    Label
    Screentip
    Msolmage name
    Crosstab name
    Copy Initial Aligned
    Copy Initial Aligned
    CacheListData
    SAPCrosstab1
    Copy Initial Aligned 
    Copy Initial Aligned
    CacheListData
    SAPCrosstab3
    Copy Initial Aligned
    Copy Initial Aligned
    CacheListData
    SAPCrosstab5
    The macro, provided by the HowTo, is therefore working perfectly fine.
    Thanks though
    Dominik

  • Need information on how to upgrade from 10.5.8 to make computer compatable to iphone upgrade of 11.5.1

    hi everyone:  I require some information on how to upgrade from 10.5.8 to make my mackbook pro compatable
    with the iphone upgrade. Please note that I have gone thru the upgrades on this computer and it tells me there are
    no new ones available...... I need to get my upgrade past the 11.5.1 level.....so do I need to purchase a new
    upgrade program....and if so which one...as I have been thru the apple store and so far as i can tell
    the ones that are listed such as maverik, lion and snow lepard are not high enough. 
    To anyone who replies, thankyou so much for taking the time to help me.  It is truely appreciated.

    11.1.5 is likely to be the version of iTunes you are being asked to run, not the version of Mac OS X.
    To get a higher version of iTunes, you likely have to upgrade Mac OS X. All Roads lead through the 10.6 Upgrade, available as a physical DVD only, from the Apple Online store for about US$20:
    http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard
    This is one of the most benign Upgrades Apple has ever issued. The size of the Operating System gets smaller, performance is slightly faster, and very few Applications are left behind. If you have some older PowerPC Applications, you may need to ask to install the Optional Rosetta emulator for PowerPC code when you install.
    Once your 10.6 install is fully Updated to 10.6.8 using Software Update, the Mac App Store will appear, and future upgrades (if needed) will be handled through variations of online purchases.

  • Need Information about  how to integrate with Struts

    i need information/sample code for how to integrate flex with
    jsp/struts.
    please help me

    Hi Dimitri,
    I am looking for 820,824 for ANSIX12 format.
    And i guess SAP has provided example mappings only for 810,830 and 850.
    I am unable to see the example mappings provided by sap for 820/824 in B2B mapping toolkit.
    Is there any way or place to find the example mappings for these formats?
    Regards,
    DInesh Male

  • How to access a Plan created in Enterprise Link Design Studio

    I have created a Plan in Design Studio of Enterprise Link and i would like to put it in a report which i am planning to create using BAM active studio. Can some body tell me how to access things created in Enterprise Link from active studio/architect.

    hi
    You have to create a plan to connect to the external message source, get the message and parse , and finally put it in the ADC data object (user created object). After this step, all your incoming messages will be in ADC data object. Only after getting the message into ADC object, you can use this object - you can create reports using this object.
    I have a few questions
    a) Can you identify your company. b) Have you taken the BAM training course c) These steps are given in training documents in lab 2-6 step by step.
    Do let me know if you need any help, contact directly at [email protected]

  • Executing Revaluate Planning Function Javascript Web Application Designer

    Guys:
    Using the Web Applicaiton Designer Javascript API, the best I could do about executing a Revaluate Planning Function is given below, JavaScript function invokeJSreval().
    My objective is to get the percentage from an INPUT_ITEM, INPUT_FIELD_ITEM_1, and pass it to the REVALUATE Planning Function, Z_PF_REVL, that uses a variable Z_RK_REVAL_PERCENT.
    Executing Revaluate works fine directly through command wizard, but I wanted to be able to use it with Javascript API.
    Also, SAVE_DATA command works just fine with JavaScript since its straight-forward one line code sendCommand("SAVE_DATA");
    I think the problem is passing nested parameters and vairables correctly for Revaluate function using JavaScript.
    Appearently, sending Reval command the way I am doing is not working, and the browser does not get anything in response and keeps hanging there.
    I wanted to get you guys' take on this.
    Thanks,
    -Ram
    function invokeJSreval(){
            //creating a command
            var commandREVAL = new sapbi_Command("EXEC_PLANNING_FUNCTION_SIMPLE");
           //creating a parameter
           var param = new sapbi_Parameter( "Planning Function", "Z_PF_REVL" );
          //creating child parameter list
          var childParamList = new sapbi_ParameterList();
         //populating child parameter list
         childParamList.addParameterNameValue( "Variable Type", "ITEM_INPUT" );
         childParamList.addParameterNameValue("Web Item Binding", "INPUT_FIELD_ITEM_1");
         childParamList.addParameterNameValue( "Variable", "Z_RK_REVAL_PERCENT" );
         //assigning child parameter list to parameter
         param.setChildList(childParamList);
         //supply the parameter to the command
        commandREVAL.addParameter(param);
    +     +
        +//send the command     +
        sapbi_page.sendCommand(commandREVAL);

    Hi Ram,
    your coding won't work for several reasons. I suggest to use the wizard to create the basic script. Simply click on the "Create with Wizard" button when you maintain the script item. Then enter the same command that you used for the revaluation button. The WAD will generate the JavaScript for you. It looks like this:
    function executeJS_EXEC_PLANNING_FUNCTION_SIMPLE_EAA( currentState, defaultCommandSequence ){
         //Create a new object of type sapbi_CommandSequence
         var commandSequence = new sapbi_CommandSequence();
         //Create a new object of type sapbi_Command with the command named "EXEC_PLANNING_FUNCTION_SIMPLE"
         var commandEXEC_PLANNING_FUNCTION_SIMPLE1 = new sapbi_Command( "EXEC_PLANNING_FUNCTION_SIMPLE" );
         var paramListSELECTOR_DATA_PROVIDER_REF = new sapbi_ParameterList();         
         var paramSELECTOR_DATA_PROVIDER_REF = new sapbi_Parameter( "SELECTOR_DATA_PROVIDER_REF", "DP_1" );
         paramListSELECTOR_DATA_PROVIDER_REF.addParameter( paramSELECTOR_DATA_PROVIDER_REF );
    commandEXEC_PLANNING_FUNCTION_SIMPLE1.addList( paramListSELECTOR_DATA_PROVIDER_REF );      
         var paramListPLANNING_FUNCTION = new sapbi_ParameterList();         
         var paramPLANNING_FUNCTION = new sapbi_Parameter( "PLANNING_FUNCTION", "PM_REVA_1" );
         paramListPLANNING_FUNCTION.addParameter( paramPLANNING_FUNCTION );
    commandEXEC_PLANNING_FUNCTION_SIMPLE1.addList( paramListPLANNING_FUNCTION );      
         var paramListVARIABLE_VALUES = new sapbi_ParameterList();         
         var paramVARIABLE_VALUES = new sapbi_Parameter( "VARIABLE_VALUES", "" );
         paramListVARIABLE_VALUES.addParameter( paramVARIABLE_VALUES );
         var paramListVARIABLE_VALUE1 = new sapbi_ParameterList();         
         var paramVARIABLE_VALUE1 = new sapbi_Parameter( "VARIABLE_VALUE", "" );
         paramListVARIABLE_VALUE1.setParameter( "paramVARIABLE_VALUE1", 1 );
         var paramListVARIABLE_TYPE = new sapbi_ParameterList();         
         var paramVARIABLE_TYPE = new sapbi_Parameter( "VARIABLE_TYPE", "ITEM_INPUT" );
         paramListVARIABLE_TYPE.addParameter( paramVARIABLE_TYPE );
         var paramListITEM_INPUT = new sapbi_ParameterList();         
         var paramITEM_INPUT = new sapbi_Parameter( "ITEM_INPUT", "" );
         paramListITEM_INPUT.addParameter( paramITEM_INPUT );
         var paramListITEM_REF = new sapbi_ParameterList();         
         var paramITEM_REF = new sapbi_Parameter( "ITEM_REF", "INPUT_FIELD_ITEM_1" );
         paramListITEM_REF.addParameter( paramITEM_REF );
    paramListITEM_INPUT.addList( paramListITEM_REF );      
    paramListVARIABLE_TYPE.addList( paramListITEM_INPUT );      
    paramListVARIABLE_VALUE1.addList( paramListVARIABLE_TYPE );      
    paramListVARIABLE_VALUES.addList( paramListVARIABLE_VALUE1 );      
    commandEXEC_PLANNING_FUNCTION_SIMPLE1.addList( paramListVARIABLE_VALUES );      
         //Adding the newly created command "EXEC_PLANNING_FUNCTION_SIMPLE" to the command sequence
         commandSequence.addCommand( commandEXEC_PLANNING_FUNCTION_SIMPLE1 );
         //Send the command sequence to the server
         sapbi_page.sendCommand( commandSequence );
    Regards,
    Marc
    SAP NetWeaver RIG

  • Problems with planning function in Web Application Designer in 2004s

    Hi All,
    I have a problem in WAD 2004s with planning function. I created a web template that includes a query. It runs on the enterprise portal, and I can edit this query. The problem is: I don't know how to save this edited query, because when I use the button with function save, the new value doesn't appear in the relevant info cube.
    Anybody can help me how to save the new values to the info cube?
    Thanks in advance
    Dezso Toth

    I don't know if you ever resolved this, but you may just ned to change a setting on your query properties.  When data is entered into planning layouts and saved, that data is put into a "yellow" request in the underlying infocube. 
    Until the necessary volume of data is posted which causes this to change to "green", it remains yellow.  Note that this request could also be changed to green several ways.  i.e. manually, by flipping the "real-time infocube behavior" switch, etc. 
    Anyway, as long as it "yellow" your query, by default will not consider it, unless you change it's properties to tell it to consider "yellow" requests.  This can be done via RSRT and pressing the "properties" button.  Choose request status "2" and your problem should be solved

  • How can I to define permission in Task States- Designer Studio 3.1.4

    Hello, Can anybody help me please.
    Tools: OSM 7,Designer Studio 3.1.4
    The problem:
    My flow there is a lot of parallel task and my enterprise need that task state can be change for state Suspenso.(my custon task state) when the user chooses the status "pendencia" (my custon status) in the flow. When the task to reach the state "Suspenso" the user can not to change it for other state, only a specific Role (Interrupcao) can to change it for other state. I need that my task has in your state the possibility to define permission for each Role like the order has. In the order I can to define, for each transition of states (Aborted, Cancelled, In Progress, Suspended ...), which Role can to change the state of her - Order Lifecycles Policy.
    Any idea??
    Tanks!!!!

    Order lifecycle policy governs the order states, not task states.
    The user that is assigned to the task is capable of moving it into any state - there is no ability to restrict this to a role for a given state.
    Brian.

  • Planning function and planning sequence of Design studio new features!!

    Hi Experts
    Recently I have updated my design studio to 1.3 and happy to see many new updates. Meanwhile i saw some new features add planning function and planning sequence.
    As per my understanding, Using this features we can enter data at run time. My query is here
    Is it like we are entering data at run time and see the changes in current data(chart series)
    Ex: Add discount for product 10% and relevant data(in chart) reduced to 10%
    or
    Is it like integrated planning? Once we enter data in run time and it saves in BW planning cube?
    I am totally confused with this feature.. Can any one help me to get clear understanding on this please !
    Regards,
    Mathivanan M

    Hi,
    maybe these two article can help you:
    #1 Planning in Design Studio 1.3
    #2 Planning in DS 1.3 - Using different script methods for planning
    As i unterstand, it's only possible to write back in BW.
    Best Regards 
    Sebastian

  • I need information on how to install and execute the export/import utility

    Hi there,
    I am migrating an application from Weblogic 10 to Weblogic 10.3. I need to import a desktop from a .portal file in Weblogic 10.3. I know how to do the process of installing and executing this tool in WebLogic 10, but I don't know how to do it on the 10.3 version, because it's different and I haven't found any information about this process on the internet.
    Could you please tell me what do I have to do? or give me a document that can I follow the steps from?
    Thanks & Regards
    Franco Utreras.

    Hi Franco,
    If you will post your Query in http://forums.oracle.com/forums/forum.jspa?forumID=573 (WebLogic Portal Specific Forum)...then you may get more Accurate, Quick and Experties Answers.
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com  (WebLogic Wonders Are Here)

  • I need information on how Adobe Drive works and how to set it up

    Hey folks,
    believe it or not, but I have been searching a lot on the web already on how to find information how Adobe Drive works and how to set it up.
    Most information that I found is old and seems to be valid only for older versions of Creative suite. Here in the company we use CS5.5 and will switch to CS6 soon.
    I already downloaded Adobe Drive 3 and installed it on my Mac. Unfortunately I don't know what to do next? Do I need Adobe CQ to make it work? Or can I use it with an existing SVN infrastructure, that we have here? Actually I would like to access the SVN via Adobe Bridge. But after the installation of Adobe Drive my Bridge CS5.5 is crashing while starting up, and I didn't find out how to fix this again.
    Actually I just found the manual for Adobe Drive 3 and read it. Seems to be easy in case its working. But it's not in my case, as mentioned above.
    Any idea what could be the problem?

    Thanks,
    in the meantime I managed to re-setup Adobe Drive 3 again. Bridge CS5.1 is still crashing (i have a log-file with a detailed error-report, if somebody knows how to extract information from this.
    At least now I can start Drive as a standalone application.
    So now my main question is how to connect Drive 3 to our subversion infrastructure in the company. Does anybody have information on this?

  • Need information for how to capture, transmit and receive a DTMF tone

    Hello every body
    I would like to implements the DTMF where i need some information that hoe i can
    1) Capture the tone mean when i press button 'one' it has to capture and generate a vaoice file.
    2) And i need to transmit the same thing to a remote system.
    3) At the remote system how i can reveive and identify that the tone is for 'one'.
    Thanks to ............. advance
    Sreenath Kulkarni

    JMF isn't the right tool - it's about handling media streams
    You could use it to capture the audio source, then obtain the audio samples,
    But you would then have to perfom some signal processing on it to interpret/decode for tone detection
    This is what should already be available via the JTAPI API (haven't checked but should do this sort of thing)
    ie you should be able to code up an application that receives 'DTMF Tone' events & does whatever you need to do in response
    This is what IVR systems do

  • Need information for how to Capture, Transmit, and Identify a DTMF tone

    Hello every body
    I would like to implements the DTMF where i need some information that hoe i can
    1) Capture the tone mean when i press button 'one' it has to capture and generate a vaoice file.
    2) And i need to transmit the same thing to a remote system.
    3) At the remote system how i can reveive and identify that the tone is for 'one'.
    Thanks to ............. in advance
    Sreenath Kulkarni

    JMF isn't the right tool - it's about handling media streams
    You could use it to capture the audio source, then obtain the audio samples,
    But you would then have to perfom some signal processing on it to interpret/decode for tone detection
    This is what should already be available via the JTAPI API (haven't checked but should do this sort of thing)
    ie you should be able to code up an application that receives 'DTMF Tone' events & does whatever you need to do in response
    This is what IVR systems do

  • I need information about how to build a XSS file, please.

    Hi,
    I want to create a XSS file for defining the styles of my application, but I have not been able to find information about the properties names and properties possible values of the style elements of the XSS file.
    For example, where is said that the statement <property name="border-width">2px 2px 0px 0px</property> defines the border line width?
    If anybody knows where can I find a description of the XSS files, the properties, etc, please help me.
    Thanks,
    David.

    Saleh,
    I would recommend you take a look at LVSpeak built by one of my fellow NI employees and demo'd in a keynote and NI Week.  Even has a tutorial on how to use it.
    Sincerely,
    Jason Daming
    Applications Engineer
    National Instruments
    http://www.ni.com/support

Maybe you are looking for

  • Bug: can't access static files with space in the path

    Please let me know if this a a wrong place to file bug reports. I installed webserver7u4 and when I try to access a static file within my war which contains a space in the path, I get HTTP404. $ ls webserver7/https-myapp/web-app/myapp/_default/images

  • I Bought My Mom an iPod and we use the same iTunes. How Do I...

    How can I have both of our iPods on iTunes but still have separate playlists: Recently Added and Recently Played only apply to my iPod. I want to have only one program but utilize my library, playlists, etc. completely separately from my mom's. Do we

  • Error in releasing billing document to accounting

    Hi All, While releasing a billing document , i am getting error as : No Valuation segment exists in the material master record for product xxxxx. However on further analysis it is found that in order to valuate line item for COPA system is reading va

  • Email SPOOL as HTML ..

    Hi !!    We are planning to schedule certain reports in background and then want to read its spool and convert those spool to HTML and send it as aattachment to email . I check the forum and the library there are example of submitting report to abap

  • Vb6 deployment and Crystal Report 8.5

    Hi, I tried to deploy a Visual Basic 6 on a client pc that use Crystal Report 8.5. Because no merge files exist for this version of Crystal Report I tried to added all the necessary dll in the deploy package (using visual basic 6 tools deployment). I