DATA SAVED UNLESS ERROR MESSAGE IN WEB INTERFACE BUILDER

Dear collegue,                                                         
IN SEM-BPS THERE is a fox that executes a control on the data inserted 
in the layout. In planning folder when the data are not corrected there
is a message that lock the date and data cannot be saved.              
In web interface builder there is the message (with icon "STOP") but the
wrong data are saved however. This is a serious problem.
regards,
DG

Dear DG,
when using planning folders there is the feature to run a function upon leaving a layout and upon save. In order to forbid saving of data in case of error the function has to run upon save - and that feature is not available in WEB based planning.
You can add it by implementing the how to paper "How to run planning sequences on save and other events". You can find it in the service market place http://service.sap.com/~sapdownload/011000358700004491692004E/HowToRunPlFuncOnEvent.pdf.
This should solve your problem.
Regards, Olaf

Similar Messages

  • Error in Executing Web Interface

    Hi,
    I have created a Web Interface named "ZROLLHOSKEL".
    It is working fine in Development system.
    But when i run it in Production system(in Web Browser), I am getting following Error:
    Business Server Page (BSP) error
    What happened?
    Calling the BSP page was terminated due to an error.
    SAP Note
    The following error text was processed in the system:
    BSP Exception: Das Objekt zrollhoskel.htm in der URL /sap/bc/bsp/sap/zrollhoskel/zrollhoskel.htm?sap-client=400&sap-language=EN&bps-design_messages=X ist nicht gültig.
    Error type:
    Your SAP Business Server Pages Team
    When i Go to "Display Preview" option in Web Interface Builder, I am getting following Msg:
    HTML page cannot be loaded
    Message no. UPWB029
    Diagnosis
    Generate the BSP application once more.
    I have generated it once again and transported to Production System. But still it gives same error.
    I have also created HTTP Service for this and activated.
    What could be the problem? Am i missing any step?
    Please help me ASAP.
    Regds
    Prasad

    Hello Prasad,
    Please perform the following check.
    Generate the application once again, and check the status by "Jump->Interface overview or CTRL+F6". The status of your application should be green!
    Execute the Application. If the same error is shown, then try the following:
    1) Execute the Transaction SE80.
    2) In the repository broswer, choose the object type as "BSP Application" and enter your BPS Web Application here "ZROLLHOSKEL". In short open up your web appilcation in Repository Browser.
    3) Make sure that in "Page with flow logic", "zrollhoskel.htm" is there and is active. You could activate this page/complete application from here.
    4) Choose "Test" from the context menu of this page.
    5) You should then see a running application of your BPS Web Application!
    Good Luck!

  • Error Messages in Web UI

    Hi Experts,
    How do I throw errors in web UI. I am enhancing a component/view. I want to display errors if some conditions don't satisfy.
    Warm Regards,
    Abdullah

    Solved it this way.
    Credit to  Fabian Joiris  and his reply in this [thread|Show BAdI error message in Web UI]. I could not understand his thread earlier though.
    DATA:
    lr_global_messages       TYPE REF TO cl_crm_genil_global_mess_cont,
    lr_core                  TYPE REF TO cl_crm_bol_core.
    lr_core = cl_crm_bol_core=>get_instance( ).
    lr_global_messages ?= lr_core->get_global_message_cont( ).
    CALL METHOD lr_global_messages->add_message
       EXPORTING
         iv_msg_type       = 'E'
         iv_msg_id         = 'ZCRM'
         iv_msg_number     = '000'
         iv_msg_text       = 'Error Message'
         iv_show_only_once = 'X'.
    Warm Regards,
    Abdullah

  • Web Interface Builder, error if use in Browser

    hallo,
    I can customizing in Web Interface Builder. But if I try to execute in the Browser (start Planning) than I become the following Logon error - Massage :
    Note
    The termination occurred in system XXX with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    How I can customizing that.
    Where I can create a user ID.
    Please can anybody give me step by step introductions.
    Please don't say that I have to refer to the admnistrator. I'm alone.
    I hope somebody help me.
    thanks

    HI,
    now it is result an other error.
    "Error when processing your request"
    Is this normal?
    I have activated the application (it was inactive before)
    In the TR ST22 is the text for error "CX_BSP_HOST_NOT_QUALIFIED"
    What that mean?.
    thanks.
    Message was edited by: oesi yol

  • Work Status --ABAP error at BPC Web Interface

    Hi,
    I'm receiving an error in the Web Interface for adjusting                                                            
    the Work Status settings. When selecting Active CV or Another CV and                                                               
    then clicking on the arrow at right the error message that pops up                                                                 
    says: “
    Error: a dump occurred on the ABAP stack”.
    Thanks,

    Hello - I received the same error message. I would look at the 'how to' paper on Work Status. It was very helpful.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70f99970-8c09-2d10-d486-8989be63d8cc?QuickLink=index&overridelayout=true&47047071760394

  • How to customize the error messages in web analysis reports

    Does anyone know how to customize the error messages that web analysis shows ,
    I want to customize the below error message with a custom error message
    "Document does not exist or no authorization to open document.Error occurred while loading document"
    Does anyone know how to do this ?

    Rajesh,
    you may want to check these links
    How to the Change the Application Stopped Message
    How to Change the Dispatcher Running, No Server Connected Message
    http://help.sap.com/saphelp_nw70/helpdata/en/65/18fc3f9ec4e669e10000000a155106/frameset.htm
    Thanks
    Bala Duvvuri

  • There are error message "No such interface supported" when play Audio/Media from USB thumb disk with Metro APP like Xbox.

     There are error message "No such interface supported" when play Audio/Media from USB thumb disk with Metro APP like Xbox in windows. how can I solve this problem?   if I use destop player like windows media player, no such error.
    would you please give some solution for this error? thanks!

    OS is window10, Metro APP is Xbox or MultiMedia 8; any video format will occur error only by following steps:  
    a. Put Audio / Media / Photo files into USB thumb disk or Micro SD card.
    b. Connect USB thumb disk / Micro SD Card  to Platform.
    c. Open 'File Explorer', click USB thumb disk.
    d. Open audio file with metro app: Music. / Open Media file with metro app: Video./Open Photo file with metro app.

  • How to display an error Message in Web Dynpro

    Hello,
    I want to display an error message in Web Dynpro. I'm using this,
    IWDMessageManager message = wdComponentAPI.getMessageManager();
    message.reportSuccess("<some relevant debug message>");
    However, the message is always shown at the bottom of the screen. It is possible to select the location in the screen for showing this object? Or what is the best way for doing this? I've tried to use a Label but I can't set the type (warning, error, info) it's only a message.
    Thanks
    Regards
    SU

    Hi,
    If you include the UI, it will display at the top of the screen..
    Please see below how to create a message in the message editor.
    http://help.sap.com/saphelp_nw04/helpdata/en/72/1d6526263ff24995016a152705eab2/frameset.htm
    and this is how you access the error message in the application ti display it to the end user
    http://help.sap.com/saphelp_nw04/helpdata/en/72/1d6526263ff24995016a152705eab2/frameset.htm
    Regards,
    Ganesh N

  • Data execution prevention error message

    Hi
    iTunes launched normally but when I closed it, data execution prevention error message appeared.  I am running Vista.  Please help.

    Hi,
    Same issue, running Vista too.  This problem is recent.  It may be due to the last itunes update.  itunes 11.2.23

  • After starting my computer today and trying to visit and open bookmarked web sites, I cannot open them because I am getting this error message: This web site does not supply identity information. What happened? How do I fix it? Thanks

    Today, when I tried to open web sites in Firefox from my Bookmarks, I could not. I continually received the following error message: This web site does not supply identity information.
    I noticed that when I put the cursor on the box to the left of the address, that message appears. There is also '''no''' https:// before the address.
    Can anyone help correct this problem? I believe sometime last week I may have fiddled with the Secutity settings in the Tools/Security option box and may have screwed up something trying not to have sites use cookies to track me?
    Thanks,
    Bob

    You can set the pref <b>browser.urlbar.trimURLs</b> to <i>false</i> on the <b>about:config</b> page to see the http: protocol.
    You can set the pref <b>browser.urlbar.formatting.enabled</b> to <i>false</i> on the <b>about:config</b> page to disable the highlighting of the domain and see the full URL more clearly.
    *http://kb.mozillazine.org/about:config
    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls

  • Web Interface Builder: export planning data in excel

    Hi,
      we like to export our planning data in excel from a WEB Template. Do anyone knows whether it is possible or not?
    In the web interface builder I only could add the function button with an exit export in excel. Have anyone experience with the abap coding or where I can find more information about the coding?
    Any help where appreciate,
    Klaus

    Klaus,
    I have found this problem. I decided to add an additional tab in all the layouts, with the same layout but defined in Excel (where you have the button to export to excel).
    I have defined this excel layout as "no ready for input", because he have found that the performance openning an excel layout in web is terrible.
    I see that is the same answer as you have received. But just say that we have had same problem, and that's the only solution that we have found.
    Regards,

  • Web Interface Builder & Variable???

    Hi,
    Can someone help me to resolve this two issues.
    I try to create variables by using web interface builder.
    <b>1)</b>The variable- company code-<b>US100, CA100</b> are only ones I use in the selection of my planning leveL. <b>However, it shows all possible entries for the variable-company code</b> when I added the variable-company code in the web interface builder.
    <b>2)</b>Another variable-forecast year, I created it in the planning area (using 'fiscl year') and try to add this variable in the web interface builder and got <b>an error message-the selection to 0fisclyear is not 'restricted'.</b>
    Advices are appreciated.
    J.

    1) Set "Planning level" property of selector for you variable in web interface builder
    2) Restrict fiscal year

  • Style display problem in Web Interface Builder (OWC)

    Hi,
    I wanted to create my own styles for my BPS Planning Layouts and then
    use it in the Web Interface Builder on Office Web Components.
    Step 1 : I saved a Planning Layout in my hard disk.
    Step 2 : I created my styles as explained in the SEM BPS help notes (->
    Format, Styles ) and saved it in Excel.
    Step 3 : I used UPP_MASTER_CHECKIN in tn se38 and then
    UPP_LAYOUTS_UPDATE_WITH_MASTER in order to apply the master template in
    all my layouts.
    Step 4 : I put my styles in all my layouts in the BPS0 (for Lead
    Columns, Head Datas and Data Columns).
    Step 5 : Once I generated my layouts in the BPS0, the result was what I
    expected : the styles were right and at the good place. I checked
    publish for the WEB for all the layouts that needed it.
    Step 6 : I created a Web Interface with BPS_WB using my layouts as
    Office Web Components (Web Excel : true)
    Step 7 : I generate my Web Page
    And when I look at my layouts the styles disappeared....
    However if I modify the Standard Styles (SEM-BPS-headata or SEM-BPS-
    sub1 for example)and put them in my layouts then it works !!!! The
    modified styles appear in the Web Interface Builder.
    I do not understand why it works with the standard styles and not if I
    create and put my own. Did I something wrong or missed a step or is a problem with SEM BPS ????
    Thank you for your help
    J-Michel

    Sorry that note say :
    <b>Styles. Consequently no changes to the SAP standard styles are taken over to the OWC</b>
    I try fix that problem too, go check new design in BW-BPS.

  • How to make a form for input in web interface builder

    Hi expert:
        How to make a form for input in web interface builder?I have already used it to do PS planning, but I don't know how to  draw lines and checkboxes . Thanks in advance.
    Allen

    WAD:
    Open the WAD and create a new template. On the left hand navigation you will have several Web Items available. Under 'Standard' you have 'Analysis' item. Pull that into your template to the right. Under the Properties tab you need to pick the query [form/layout] that you have built in Query Designer.
    You will also find other items such as Button group, Checkbox, drop down, list box etc available. Pick and drag into the template whatever it is you require. Lets say you want a button. Under the Properties tab select the 'Command' that you require. You could use standard commands that are available there. You could also define functions and commands that you require.
    Query Designer:
    Open the QD and drag the characteristics and key figures that you require into the rows and columns of the QD. You would need to specify restrictions under the Filter tab of the QD based on the granularity of data that you require. You would need to remember that the key figures need to be made Input Ready [do this by clicking on KF and on the planning tab select "change by user and planning functions"].
    This shouldgive you a start. After you've explored it yourself a bit we can discuss further and I can certainly provide you additional details/material on these areas.
    Srikant

  • Variables in BPS populating the template built using web interface builder

    Hi All,
    I have a issue :
    I created some variables in bps0 (under a planning area) based on Fiscal Year, Fiscal Year/Period, Posting Period, Cal. Yr /Quarter and Version.
    Then I created a template using the web interface builder .
    The end user goes and puts the varaibels in the SEM template and that will run the BW queries in BW (ABAP code has been written to popluate the values entered in SEM tempalte in to BW variable screen).
    Now the problem is it works well for all values other than for #(not assigned).
    What should be done to make it work even for #?
    We do not have # as the value in master data for all the above info objects. We have # only for 0version  and for the rest I can't even see the master data as it says " master data is not maintained" .
    when I come back and look in bps0 then I see that the values entered in the SEM template are getting accumulated in selection conditionds in bps0 (when we click on the variable then when we see the selection conditions there it is getting accumulated)
    Can anyone please suggest a solution to make the # (not assigned) work and to clear the selection conditions table after refresh of the SEM template?
    Thanks
    Sri

    Hi
    You should create a BEX Web Query and integrate it in the upper level of WEB Layout.
    Check this link for a step by step guide about this topic
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/how-to%20guides%20-%20rig%20official/bi/nw04/how%20to%20integrate%20bex%20web%20applications%20into%20bps%20web%20interfaces.doc
    Ciao
    Andr

Maybe you are looking for

  • Daily Stock Statements by location  in dp value report

    hi guys, iam using the t.code mb52 for daily stock statement by location in dp value report. i have to dipspaly the date wise 4 locations i.e ( snt,sabh,sarawak,departement). these are the 4 locations and i want total sum of snt sabah etc of cost  in

  • MR11 error message system status CLSD is active

    MR11 fails with error message system status CLSD is active . How to clear the PO line item which gives error message in MR11 system status CLSD is active .

  • MEGA 180: A story of stupidity mixed up with bad product design

    This is more for a word of caution to Mega180 users and future owners. A bit angry as I managed to burn ( physically ) 2 harddrives  because of carefulness about 10 mins. Spend quite some time looking for a SATA to ATI power converter while looking f

  • Need help in MIS report

    Hi Friends,          I am creating a MIS report. In the output there is number of columns, so if click on a particular cell then i should get all the deatils regarding to that cell, which will be displayed in the Excel sheet.           In my report i

  • Pdf files are locking up mac repeatedly, having to reboot - Please Help

    I've been using a website (not mine) where the user enters info into a form, and it generates a single page report that pops up a download dialogue box on your computer that says: "bh_main-53.cfm" may be an application. It was downloaded from the Int