Web interface layout u2013 Standard refresh button

Hi there
In our web interface layout, we have got a button which has the label  <%=otr(UPWB/REFRESH)%> .
This looks to me  the standard Refresh button. When we click on this button it actually save the data in the database.
Is that what the refresh button suppose to do.
Any suggestion/advise will be greatly appreciated.
kind regards
Sarah

Hi Sarah,
it seems that the wrong OTR text was assigned to the 'save' button. <%=otr(UPWB/REFRESH)%> belongs to the submit button that only sumits the data to the server to update the plan buffer. So check in transaction bps_wb whether the correct button was used in the web interface.
Regards,
Gregor

Similar Messages

  • LIST OF VALUES not Populating in BPS WEB INTERFACE ( LAYOUTS )

    Hi BI Guru's
    I have created a WEB interface for BPS in BI ( version 7.0) .  But when i execute this in internet explorer, I do not get the LIST OF VALUES for Material. 
    When I click on "input help" the system open a new window for "Value selection".  When I specify the material code, it gives me blank LIST OF VALUES.
    But it is working for other fields like Customer, UOM in the same layout.
    Please suggest some solution.
    Thanks,
    Nilesh Labde

    hi,
    Thanks for the reply.
    Master data is avaliable for the Material Code.  The problem is in Internet Explorer and not in SAP GUI .
    If i run Planning folder for the same layou in SAP GUI it is working fine.

  • WEB INTERFACE LAYOUT TEXT ATTACHMENT

    Hi,
    In the Web Interface, Under the Layout, a Text was created by using Components and selected Text, in Text how do we attach some java code,  there as we have option like
       Transfer Text From OTR
       Transfer Text from Attributes
       Edit Long Text
    when i go to the Text Cell in the properties i will be getting the above said options like 1. transfer Text From OTR    2. Transfer Text from Attributes, 3. Edit Long Text
    is there any location where we have to save the code and attach the code by using the options Transfer Text From OTR, Transfer Text from Atributes, Edit Long Text.

    Hi,
    If i understood your requirement correcty, you need to display the test using a text component in WAD from the output of the javascript program right ?
    If this is the case. Add a script item to your layout. Try to add the javascript code by wizard and select the command to change web item properties.
    Here you select your text item and fill in some values for the text field. Then when you are done you will have the javascript code getting generated. Now you can write your own code inside it to replace the text values.
    Hope this helps.
    Regards.
    Shafi.

  • How to code in the standard refresh button in ALV toolbar

    Hi Experts,
    My ALV includes some standard toolbar buttons like refresh, select all, sort, and etc. How can I put logic into the refresh button such that when user click on the refresh button, I want to run some logic on my own?
    THanks in advance.

    Hi again,
    1. Further to my previous reply
    2. This code will make it clear.
    3. just copy paste
    a. Before that, copy the SALV Standard Toolbar to ABCD as suggested before.
    <b>Important & Relevant code has been marked in bold.</b>
    4.
    report abc.
    type-pools : slis.
    Data
    data : itab like t001 occurs 0 with header line.
    DATA : fc type SLIS_T_FIELDCAT_ALV.
    Logic
    select * from t001 into table itab.
    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
      EXPORTING
        I_PROGRAM_NAME         = sy-repid
        I_INTERNAL_TABNAME     = 'ITAB'
        I_INCLNAME             = SY-REPID
      CHANGING
        CT_FIELDCAT            = fc
      EXCEPTIONS
        INCONSISTENT_INTERFACE = 1
        PROGRAM_ERROR          = 2
        OTHERS                 = 3.
    Display
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
      I_INTERFACE_CHECK              = ' '
      I_BYPASSING_BUFFER             =
      I_BUFFER_ACTIVE                = ' '
       I_CALLBACK_PROGRAM             =  SY-REPID
    <b>   I_CALLBACK_PF_STATUS_SET       = 'MYSTATUS '</b>
    <b>   I_CALLBACK_USER_COMMAND        = 'MYFORM'</b>   IT_FIELDCAT                    = FC
      TABLES
        T_OUTTAB                       = ITAB
    EXCEPTIONS
       PROGRAM_ERROR                  = 1
       OTHERS                         = 2
    <b>
    IMPORTANT
    This sets the PF Status on ALV Screen
    And not Selection screen
    FORM MYSTATUS USING rt_extab TYPE slis_t_extab.
      SET PF-STATUS 'ABCD'.
    ENDFORM.                    "MYSTATUS
    IMPORTANT
    When Fcode is pressed on ALV Toolbar
    FORM MYFORM USING r_ucomm LIKE sy-ucomm
                                       rs_selfield TYPE slis_selfield.
      IF R_UCOMM = 'ZREFRESH'.
    *----CODE
      ENDIF.
    ENDFORM.                    "MYFORM</b>
    regards,
    amit m.

  • Designing web interface to Standard ML program

    Hey all,
    I want to design a web interface to an Standard Ml program,
    I want it to be able to read in info and then pass modified info
    back to the web page. I have no idea about how to go about doing this and JSP has been suggested to me as an option.
    Does anyone have any ideas on what i should do?
    Has anyone done anything like this for SML before?
    Thanks in advance,
    Kj

    want to design a web interface to an Standard Ml program,
    I want it to be able to read in info and then pass modified info
    back to the web page. I have no idea about how to go about doing this and JSP has been suggested to me as an option.
    Does anyone have any ideas on what i should do?
    Has anyone done anything like this for SML before?
    Sorry about that....
    Standard ML/SML is a functional language,
    if you want more info on it heres its home page
    http://www.smlnj.org//
    JSP - Java Server Pages

  • How to use the standrad Refresh button in ooalv Grid?

    Hai Experts ,
                              i write editable oo alv program its works fine.  when change the data
    then click save button its saved correctly, but the problem is totals of row  & column not refresh when i am click the
    Refresh button . Please Help how to handle the standard Refresh button in ooalv .
    Thanks
    Adv....

    thank q u for ur reply,
                                            when i edit the data in grid and save the data its saved  successful,
    but the problem is manually i calculating the totals at the end of the Row as well as at end of the columns,
    when i edit the data in Grid that totals are not effected for that im using the Standard Refresh button ,
    Plz help me.

  • Function of Refresh Button in Web interface

    Hi All,
    I have created a web layout in which there is "REFRESH" button.
    If i have opened the web layout and i simultaneously do some changes in back end from BW side. After clicking refresh in web interface changes are not reflected.
    What exactly the function of "REFRESH" button is??
    Also is there any other way through which i can get the changes( done in back end) reflected in my already logged in Web layouts??
    Thanks in advance.
    Regards.

    Hi,
    Thanks for your reply.
    Can you clarify it more. Lets take an example. If i have one charachteristics for project say A and i have prepared a layout which is showing that projects attributes like project's begin date, end date, etc..
    Now if i open the Web interface and at the same time if i change its end date from back end, on click of refresh the changes are not reflected...
    But if i again open that Web interface changes are reflected. What is reason for this??
    Any help appreciated.

  • Error in web interface excel Layout

    Hi ,
      I have an excel layout in the web interface, which is designed to enter plan data manually. It is working fine when we enter some data and save. But it is giving following error when clicked on'Refresh' button of web interface .However it is working fine with other ALV layouts in the same interface.This is the FM : API_SEMBPS_REFRESH calling from the 'refresh' button.
    Short text       -
           There is no instance of the planning processor for handle 74C1F787C20AC345B12ACA8EF2361C8D
    message number -
         UPP_PP_K051
    we are on BW 3.5 & SP 16. and front end GUI 6.4 and excel 2003.
    Any light on this is very much appreciated.
    Best Regards,
    Ramesh

    Hi,
    Seems the problem is with your ITS server. Contact your basis team.
    Regards

  • 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.

  • Remove standard webservice web interface?

    When I have created and deployed a web service on the soa suite (10.1.3), a standard web interface is generated where I can test the web service. You can put in values and get the response back, formatted in XML. That is OK, but you can also perform stress testing among other things. I do not want this feature on the production site. Is this possible to turn off or something?

    Hi mike,
    in web interface there are three variables:
    fiscal year (single value)
    plant       (single value)
    matirial group (range)
    Formatting is lost only for matirial grouop 12.
    the variable matirial group is standard in layout web...

  • Performance Problems with Web Layouts in web interface

    Hello Gurus,
    We have a a BPS web interface tool which has the following design:
    1> A web interface with several tabs
    2> Each tab has around 3-4 input layouts which are dependent on each other
    3> In all there are 120-140 layouts that the tool uses...
    My questions were in term of performance
    1> Is there a limit to how many web layouts you can use per page/tab/view or if SAP recommends specific number of web layouts per page/tab/view ?
    2> If there is a limitation...our intention was to convert all the display layouts into BW reports so as to increase the performance of the tool....
    3> Would like to know the restriction on the number of users who can log into the tool as a specific point of time ? We may have 50-60 minimum using this tool.
    I would appreciate your help in this regard.
    Thanks in advance

    Hello Rashmi,
    Have you got a chance to look at the performance guide and SAP notes on BPS performance. If not here are the details
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/performance guide - sap sem bw bps.pdf
    Enclosed are the few SAP notes related for improving performance.
    358921 - Oracle database parameterization for SEM
    459897 - SEM-CPM: Performance when reading transaction data
    566713 – Required information for the analysis of performance problems 
    560369 - Proposals BW aggregates for SEM-BPS
    180605 - Oracle database parameter settings for BW
    124361 - Oracle parameterization (R/3 >= 4.x, Oracle 8.x / 9.x)
    358529 - Overview of performance notes
    350011 - Technical performance: Using the business content
    340246 - Techn. performance: Overview of statistics   
    417091 - Optimize execution time of planning functions
    Some of them are Oracle specific, ignore them if you are not oracle database. Hope this helps.
    Thanks,
    Praveen
    PS.Dont forget to reward points

  • Getting dump after pressing save button in web interface

    Hi all!
    When i press save button in my web interface. i'm getting dump:
    The following error text was processed in the system EDW : Syntax error in program GP1ARALDY6TX0M51YNJ5FNELBCI .
    The error occurred on the application server kurmutau_EDW_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Form: VALUE_TO_SID_CONVERT1 of program SAPLRRSI
    Form: VALUE_TO_SID_CONVERT1 of program SAPLRRSI
    Form: VALUE_TO_SID_CONVERT of program SAPLRRSI
    Function: RRSI_VAL_SID_SINGLE_CONVERT of program SAPLRRSI
    Form: GET_SID of program GP5VHI3S252BZAWN36WKBAS71QH
    Form: GET_DIMID_DA of program GP5VHI3S252BZAWN36WKBAS71QH
    Form: WRITEIC of program GP5VHI3S252BZAWN36WKBAS71QH
    Form: WRITEIC of program GPEP1KAM5Q04J9717R7T5PDWE0W
    Form: APO_WRITEIC of program GPEP1KAM5Q04J9717R7T5PDWE0W
    Method: _WRITE_TO_CUBE of program CL_RSDRI_INFOCUBE=============CP
    Infocube and web interface were imported from BW3.5 system...
    How can i solve this problem?
    Thanks in advance...

    Go in ST22 and post the short dump to better ubderstand.
    Regards

  • Trigger a process chain when user clicks on save button in web interface

    Hi All,
    This is a issue I'm facing with the BW BPS web interface.
    BPS web interface generates a BSP application so thought posting this question in BSP forum might get some responses.
    The issue is I have to trigger a process chain when the user clicks on the save button on the web interface.
    I have no clue how BSP works. So if anybody has any ideas or suggestions I would greatly appreciate it.
    Thanks,
    Harini

    Hi Dhanya,
    This is the code i have in the ABAP program in the process chain. I just included the API_SEMBPS_POST part, but still it doesn't work. Please give me your email address so that i can send some screenshots.
    REPORT  ZHTEST.
    DATA: l_subrc TYPE sy-subrc.
    DATA: ls_return TYPE bapiret2.
    CALL FUNCTION 'API_SEMBPS_POST'
    IMPORTING
       E_SUBRC         = l_subrc
       ES_RETURN       = ls_return.
    CALL FUNCTION 'RSAPO_CLOSE_TRANS_REQUEST'
      EXPORTING
        I_INFOCUBE               = 'ZMAP_TAB'
    EXCEPTIONS
      ILLEGAL_INPUT            = 1
      REQUEST_NOT_CLOSED       = 2
      INHERITED_ERROR          = 3
      OTHERS                   = 4
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

  • How to disable refresh button in webi reports in BOXI3.1SP2-Java SDK

    Hi all,
    We have integrated Java with BO, here end users will give parameters through java screen. After submitting all the parameters webi reports will opens in separate window.
    Here requirement is end users should pass the parameters from java screen and they should able to save the report in to excel/PDF.
    Refresh/edit buttons should disable/hide in the webi report.
    below is the sample url we are using in the java.
    http://" + CMS + ":8080/ OpenDocument/opendoc/openDocument.jsp?"+ "iDocID=" +ReportID + "&sType=wid&sRefresh=N&sWindow=New&lsSEnter List Name: =+List&token=" + token
    we tried with using &buttonrefresh=hide in above URL.
    Note: We are also having hyperlink reports in the Webi.
    Please provide me inputs to disable refresh button.
    Thanks,
    Subash

    Hi,
    why do not set this over the authorization scheme? Just deny your users the right to refresh/edit the report.
    Regards,
    Stratos

  • The web address bar no longer displays the url of the open tab, the refresh button doesn't work any longer, and the more time FF is open, the slower it eventually runs.

    Downloaded FF4 a while back. Not the beta version. All seemed to work well for a while. Then the aforementioned problems began. I did not add any plugins or make any changes at all. Web site addresses do not show in tabs, and the refresh button is non-functional. After FF4 has been open a while, it begins to run slower and slower as if there is a memory leak.

    This can be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

Maybe you are looking for