Execute function formula web bps

Hi all,
In my bps web layout I have two function formula, when I start the layout the first function formula is started while the second function not.
How can I do please?
Thanks
Gianmarco

Hi,
Not sure if I understood your problem totally but what if you create two planning functions and two planning sequences correspondingly (type exit) for each of these two FMs and in the web layout you specify one planning sequence as 'to be executed on start of layout'.
BR,
SSC

Similar Messages

  • Automatic function on WEB BPS

    Hi Everybody,
    I created a planning folder, with UPSM. In there I put on Layout a automatic function. (right Button on funtion, then Attribute function and finally check options "..before to change layout". So , I want to convert that to WEB Interface Builder, I Created the same objects, so ..when I want to create a Autommatic functions I don't Find it , just appear a button.
    Somebody knows, how can create that??

    Hello,
    You can attach a FunctionButton to a layout: on the parameter "Function After Data Change" of your planning layout component choose your FunctionButton.
    Then on your FunctionButton, select false for the parameter "Visible".
    Your function is automatically executed, when data change in the planning layout.
    Regards

  • Automatic functions on WEB BPS

    Hi Everybody,
    I created a planning folder, with UPSM. In there I put on Layout a automatic function. (right Button on funtion, then Attribute function and finally check options "..before to change layout". So , I want to convert that to WEB Interface Builder, I Created the same objects, so ..when I want to create a Autommatic functions I don't Find it , just appear a button.
    Somebody knows, how can create that??

    Hi Leticia,
    Attaching an automatic function to the Planning folder and executing the planning folder in WIB are two different things.
    Once you have attached the Automatic function to the Layout in the folder, you could execute the folder using the SAP GUI interface or the Web interface.
    Refer below help link for more details.
    http://help.sap.com/saphelp_sem40bw/helpdata/en/72/56cb181184429fb56e43ece18c4b0a/frameset.htm

  • Web Interface - "Execute function before displaying the layout" issue

    Hi Experts,
    In my project we have converted some BPS planning folder to Web interface. The steps are as below:
    1) Open the BPS planning folder using upspm. Copy the web interface as Web Enabled folder.
    2) Generate the web interface by clicking on go to --> Generate web interface
    3) Run transaction bps_wb. Open the web interface. Then generate web interface again
    4) Run the web interface by clicking on 'Display perview'
    5) In the web interface there are some some functions which get executed before displaying the layout.
    6) For such functions, push button gets created.
    7) I have set the visible property of such push button as false.
    8) Most of the time, when I am running the web interface, it
    is getting executed successfully.
    9) Some times, the web interface is not displaying the layouts successfully.In such cases I have observed that "Execute function before displaying the layout" is not working. Due to this some values like Fiscal Year is not getting set. So, the layout is not getting displayed.
    10) I understand that it may be due to compilation error.
    For example, I might have made some changes in the web interface. It must be saved and web interface must be regenerated before I diplay the interface again. Can you please help me in understanding the reason of this problem.
    11) Can you please help me understand the cause of point no 9. Is it a non-issue? What may be the reason that "Execute function before displaying the layout" does not work every time.
    Thanks

    Will a function that runs, before the data gets saved, work for you? You can configure such a function to run before the save command behind the save button you create in the planning application.

  • Input Help (F4) does not work for Planning Functions in Web

    Hi Gurus,
    I am working in BI-Integrated Planning.
    When I execute a planning function from web layout (through Web Application Designer), the "Input Help" does not work. When I give F4 it takes me to the initial planning layout screen from the planning function variable screen without any action being performed.
    But the "Input Help" works fine when I have to select for the variable from the initial selection to open the planning layout.
    Can anyone suggest me any fix for this...
    Thanks!!!

    Hi All,
    Can somebody help me here what went wrong with indesign cc extension so that copy/paste does not work in input type element text
    Regards,
    Alam

  • Display message from exit function on web

    Hi all,
    Is there a way to display the output error message from Exit Function on web interface?
    Regards,
    Kadir

    Hi All,
    I have a similar problem - but for variable exits.
    The solution posted by Kadir works fine for an exit changing xthdata (bps exit function).
    I want to display a message in Web created within an bps variable exit. In this case the  solution does not work.
    Does anyone of you experts have an idea how to append a message to the message table used for the WebInterface?
    Thanks in advance and best regards
    Steffen

  • Last execution time() function in webi

    Hi Everybody,
    If you use Last Execution time() function in webi it will give us something like: 9:36:53PM. But i need to minus 1hr from this.i should get the time as 8:36:53PM. Everytime i use this function i should minus one hour from the Last Execution Time().
    Thanks in Advance.

    The following formula will return a last execution time minus an hour.
    =If(FormatDate(LastExecutionDate(); "hh")="00"; "23"; FormatNumber(ToNumber(FormatDate(LastExecutionDate(); "hh"))-1;"00"))+FormatDate(LastExecutionDate(); ":mm:ss")
    There may be a better way of doing it but I have not found it.
    Regards
    Alan

  • Execute function before layout display

    Hi.
    I created planning folder where I assigned function to layout and set its Function attributes equal to
    Execute function before layout display.
    When I execute my planning folder from SAP GUI everything works fine.
    But when I generate Web interface on base of planning folder and execute that one, function is not performed and
    corresponding to function button appears.
    What should I do in order that function is automatically executed from web?

    Hi Marc,
    The planning function is supposed to do that i.e. based on certain other variables change the data in the layout. After the data is locked obviously there should not be any changes.
    What I was trying to achieve is somehow to be able to access the Planning Folder even though the pre-function is run. Else we would have to go with the way you suggested i.e. create either a separate folder or create a separate layout with no Planning Functions attached. The issue becomes the user has to first get the error message.. realise that the data is locked and then go to another layout / folder.

  • Web BPS Interface otr text

    Dear All,
    In a web bps interface that I've got in my system.There's the following script implemented on a text component.
    Could you let me where I can find the element corresponding to this :
    document.write ( ' <b><%=otr(ZBPS/001)%></b>' );
    Thanks a lot,
    <script type="text/javascript">
    function fPossible()
    document.write ( '<a href="#1" onclick="top.window.close(); bspSubmit(\'Function_button_Assigned2\'); return false;" class="sapBtnStd"; return true; title="">' );
    document.write ( ' <nobr>' );
    document.write ( ' <%=otr(ZBPS/001)%>' );
    document.write ( ' </nobr>' );
    document.write ( '</a>' );
    document.write ( '</BR>' );
    document.write ( '</BR>' );
    document.write ( ' <TABLE width="650px" border="2" padding="8" text-align="center">' );
    document.write ( '  <TR text-align="center">' );
    document.write ( '   <TD text-align="center">' );
    document.write ( '    <A><%=otr(ZBPS/002)%></A>' );
    document.write ( '   </TD>' );
    document.write ( ' </TR>' );
    document.write ( '</TABLE>' );
    fPossible()
    </SCRIPT>

    Hi,
    Go to transaction bps_wb
    Click on Goto/ OTR /OTR entries
    Select your package ZBPS.
    Hope this answers your question.
    David Thoumieux

  • Accessing ABAP Functions in Web Dynpro Java

    Hi,
    I am trynig to do "Accessing ABAP Functions in Web Dynpro Java" this application, (which is the example application which i got from www.sdn.sap.com) but everything is fine no error also while dyploying.
    But it is not dysplaying the first page after i run the application i am getting plain web page ,without any content.
    Can any body help me.
    Regards,
    H.V.Swathi

    k.. now iam getting some error on page.
    I have embeded the two view in to window.
    But now after running the application i am getting connection error
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM TYPE=B MSHOST=jktr3 GROUP=SPACE R3NAME=R32 MSSERV=sapmsR32 PCS=1 ERROR Group SPACE not found TIME Fri Sep 26 15:05:59 2008 RELEASE 700 COMPONENT LG VERSION 5 RC -6 MODULE lgxx.c LINE 4288 DETAIL LgIGroupX COUNTER 1
        at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:457)
        at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:989)
        at com.sap.mw.jco.JCO$Client.connect(JCO.java:3193)
        at com.sap.dictionary.runtime.mdi.DataProvider.<init>(DataProvider.java:90)
        at com.sap.dictionary.runtime.mdi.DataProvider.<init>(DataProvider.java:122)
        ... 61 more
    Rgards,
    H.V.Swathi

  • Jco exception thrown while executing function "BICS_PROV_OPEN" against syst

    Hi,
         Am implementing SAP EP, BI Integration. The BI Querys are running fine, but when i try to run a BEx Application Query am thrown with this exception in portal.
    Exception caught: com.sap.ip.bi.base.exception.BIBaseRuntimeException: Jco exception thrown while executing function "BICS_PROV_OPEN" against system "SAP_BW" com.sap.ip.bi.base.exception.BIBaseRuntimeException: Jco exception thrown while executing function "BICS_PROV_OPEN" against system "SAP_BW" at
    I've done all the configuration for the integration and the BI Diagnostic tool is showing all the configurations to GREEN.
    Please help me on this...
    Regards,
    mcsekar

    Exception caught: com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: The current application triggered a termination with a short dump. com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: The current application triggered a termination with a short dump. at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:516) at com.sap.mw.jco.MiddlewareJRfc$Client.execute(MiddlewareJRfc.java:1514) at com.sap.mw.jco.JCO$Client.execute(JCO.java:3980) at com.sap.mw.jco.JCO$Client.execute(JCO.java:3417) at com.sap.ip.bi.base.application.service.rfcproxy.impl.jco640.Jco640Proxy.executeFunction(Jco640Proxy.java:362) at com.sap.ip.bi.base.application.service.rfcproxy.impl.jco640.Jco640Function.executeRfc(Jco640Function.java:75) at com.sap.ip.bi.base.application.service.rfcproxy.base.RfcFunction.execute(RfcFunction.java:46) at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.variableprocessor.RfcServiceWithVariables.executeCreationFunctionForVariableHandling(RfcServiceWithVariables.java:64) at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.ProviderSelectionObject.isApplicable(ProviderSelectionObject.java:339) at com.sap.ip.bi.base.application.impl.Application.checkAndCreateService(Application.java:709) at com.sap.ip.bi.base.application.impl.Application.createService(Application.java:634) at
    Exception caught: com.sap.ip.bi.base.exception.BIBaseRuntimeException: Jco exception thrown while executing function "BICS_PROV_OPEN" against system "SAP_BW" com.sap.ip.bi.base.exception.BIBaseRuntimeException: Jco exception thrown while executing function "BICS_PROV_OPEN" against system "SAP_BW" at com.sap.ip.bi.base.application.service.rfcproxy.base.RfcFunction.execute(RfcFunction.java:48) at com

  • Programming Key Functions in Web Dynpro Java

    Hi, "Amigous"
    How can I Programming Key Functions in Web Dynpro Java, like F1, F2, F3...??
    Thanks in advance.
    P:D. I don´t have Swine Flu.

    Hi,
    Please see the below link.
    [http://www.octavia.de/fileadmin/octavia_files/content_bilder/Hauptnavigation/SAP_NetWeaver/WebDynpro/Web_Dynpro_Part_I.pdf]
    Regards
    Krishna

  • KM functionality in web dynpro. Missing file: TutWD_KMBrowser_Init.zip

    Hi,
       in pdf documentation "Using Knowledge Management Functionality in Web Dynpro Applications" is mentionated TutWD_KMBrowser_Init.zip file for downloading, but I can't find it following the path suggested.
    Could you help me?
    Thanks,
    Luca Grilli

    Hi,
    There is no resource in the said location
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/tutorial on using knowledge management functions in web dynpro.htm  ...
    Kindly help in finding some document which gives a overview of using KM UI APIs .
    Regards,
    Vani Rao

  • How to Get SUMCT SUMGT functionality in WEBI reports.

    Hello All,
    How to get the SUMCT SUMGT functionality in WebI reports using variables/formulates, as these fictions cant be used in Bex if we are developing a BO report on top of that.
    We are developing BO WebI reports on top of BeX query. nd we are on BO 4.0
    I tried to search in SDN but didnt got any relevant link.
    Thanks  & Regards
    Neeraj.

    Hello,
    Srry for disturbance.
    Got the soln for the same. Can be achieved easily using report context.
    For more details refer below link.. :
    http://www.dagira.com/2010/01/04/calculation-context-part-i-overview/
    Neeraj.

  • Functions in Web Intelligence ..

    Hi,
    is there a possibility to create functions in web Intelligence like in Crystal Reports. Where i only have to change input Parameter example function
    tax (InpParameter)
    inputparameter * 1,19

    User defined functions are not supported in WebI at report level.
    Regards,
    Stratos

Maybe you are looking for