Debug BPS web application interface

DEar All,
Would you please let me know how to active a debug in a BPS web applicatin interface.
I heard that something could be done under transaction se80, but what ?
Many thanks for your big help !

Hi,
Here are the steps for activating the debugging,
The <b>B</b>usiness <b>S</b>erver <b>P</b>age name is same as the name of the web interface
Goto SE80 on the left side dropdown select BSP application and give the name of the BSP = interface name.
Click on utilities->settings select tab ABAP Editor. Within this there are 4 tabs select the last one named Debugging. Select the check box named Actv and key ur user name (it should default to it). Hit Ok.This step is little diff depending on the WAS version.
Click the display icon on the left side this will display the componenets of BSP. In the tree open the node Pages with Flow logic. There will be a component called PM_PAGE.HTM double click on it. Click on a line that's executable (blue) and then click on the STOP button on the application toolbar.
This should do the job. let me know if you need more information
thanks

Similar Messages

  • BPS Web Application - How to change function button property dynamically

    We have created BPS web application for sales force, it contains 2 button.
    1. To send Workflow notification to Managers 'Request for Approval' - This would be used by sales person
    2. Button for Manager to approve the Plan 'Manager Approval' - This would be used by the Manager
    We are using Territory Management in CRM to determine who is the manager and sales person.
    We would like to use the same Web application to be used by both sales person as well as the manager. However depending on the user ID, we need to access the Territory Management table in BW to determine whether the person logging in is Manager / Sales person. If it is a Sales Person, we need to display 'Request for Approval' button and hide 'Manager Approval'  button. Similarly, if it is Manager,   'Manager Approval'  button to be displayed and 'Request for Approval' button to be hidden.
    Would appreciate, if any one has faced similar requirement and how to do this.
    Thanks,
    VJ Sudharsan

    Thanks Ananad and Srini for the suggestion. Actually I was working on the direction Anand Suggestion and make it working but I am not sure what I did is correct or not.
    I have a bogus variable that checks for Manager / Sales person and brings back following code in the variable, if it is manager:
    '<style> #Req_Approval_s </style>'
    and I added a new text component of type HTML and code
    <%=descr(VarvlSel2/value)%>
    it works. Is this the correct way of doing the enhancement. Or is there a different place where we can add JavaScript.
    Srini - I am using exit function, can you explain how we can I use BPS authorization to achieve this.

  • How can I debug a web application running on Weblogic 10.3

    Hello,
    I have inherited a NetUI Web Application developed using Weblogic Workshop and I can't manage to debug it. I have configure my server in Workshop and to debug it I right-click the project in Project Exporer and select Debug As -> Debug On Server, but this isn't working. The browser does open the application doesn't appear to be getting delpoyed.
    Can anyone help me out? I am using Weblogic 10.3 and Java 1.6.
    Thanks,
    Sean

    Hi Kal,
    The application is an enterprise application packaged as an EAR. if I right click on the project and click Debug As -> Debug on Server, the application appears in the Server Tab, but it does not start automatically. If I then manually start the server the application runs, but it does not stop at break points and I can not debug it.
    If I right-click on the web project that is packaged as part of the ear and select Debug As -> Debug On Server again the application is deployed, but I can't debug it. I don't get error messages, the application functions as normal but it does not stop at break points. When I attempt to debug the application via the Web Project, two browsers open automatically, both correctly displaying the application.
    Regards,
    Sean

  • Bobj is undefined error while debugging a web application

    Hello, I am developing an asp.net web application in which I display a report, and testing it by using a sample (dummy) report that's saved on the computer's hard drive.  In design mode, the report displays properly, when when I try to debug the site on my machine (the server in this case, but it should work on any computer, since debugging is done on localhost), the site crashes and returns a Microsoft JScript error 'bobj is undefined'.  I have already tried moving the CrystalReportsViewer folder to be a sub-directory of the application (physical and virtual), as well as adding a script tag to refer to the location of the .js files in that directory, but nothing seems to fix the error.
    I recently tried installing the fix-packs and service packs for crystal reports, but the problem persists.
    I"m running Windows 7, VS 2008, Crystal Reports 2008, and IIS 7.  Thank you in advance.

    Hi;
    Compiling as 32 bit is only available for a Windows based application, not a Web one. You need to configure IIS to run either 32 or 64 bit.
    As for the bobj undefined error, try these kbases:
    [Bobj|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233373338333933353332%7D.do]
    [Undefined|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333133383333333033363335%7D.do]
    Regards,
    Jonathan

  • Weird thing happened when debuging a web application under MyEclipse 5.5

    Hello:
    I am using MyEclipse 5.5 and weblogic 8.1 to work on a complex web application. I generated the ear file using ANT script and deployed it through weblogic console, the weblogic server is started from within MyEclipse.
    I can debug this application inside MyEclipse, step by step. And this happened:
          Iterator iter = invoices.iterator();
          int count = 0;
          while(iter!=null && iter.hasNext()){
               count++;
               Invoice inv = (Invoice)iter.next();
               if (count==4){
                    creditList.add(inv);
          }When I step through the above code, even though count is 1 (or 2,3), the "if" block is still entered, and the line: "creditList.add(inv); " is still executed. Why is that? Am I crazy or is the IDE?
    Thanks a lot for the advice!
    Sway

    sounds like your code in eclipse and the code which is being executed is out of sync. rebuild, and see if you still have a problem

  • Visual Studio Error while trying to debug a web application

    I am developing a MVC web application.  I had an issue where VS 2013 sp3 ultimate was not launching anymore so I uninstalled and re-installed VS 2013 sp4 ultimate.  I am able to launch my web application using Start Without Debugging.
    However, when I try to debug my application I get a Microsoft Visual Studio pop-up error message that says:
    'Uncaught exception thrown by method called through Reflection. It's not even reaching my application I am unable to even debug where this message is coming from.
    Does anyone have any ideas?
    Help will be very much appreciated.
    Thanks.
    E Rivera

    Hi E Rivera,
    Thanks for your friendly response.
    If you debug this app in other VS machine, how about the result?
    In addition, whether all MVC projects have the same issue? For example, just create a simple default MVC project, debug it, how about the result?
    If all projects have the same issue, I doubt that it is your VS installion issue.
    Maybe you could repair your VS, and then create a new project, debug it again.
    If just one specfic app has this issue, I doubt that we would think about the project, you could add breakpoints, and then debug your app, and maybe you could get more useful information. Of couse, if just the specifc MVC app has this
    issue, I suggest you post this issue to the ASP.net forum.
    http://forums.asp.net
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Attached document for data column in BPS Web application

    Hi,
       I have created layout for a BPS application, the layout has been configured to have the ability to allow the used to create the attached documentd for the data column. when the user open the layout through the planning profile, the icon for those documents is displayed and can be open by click those icons. After we generated the Web applicatios, those icons are gone and the user can not open them any more.
      I notice that there is document subcomponent under BPS-WB, I added that subcomponent to my web layout, it still not work.Anybody know how to display the attached documents on the Web, Is this doable?

    Hi Marc,
       I did exactly what you mention in your responce e-mail, but it still not work coreectly.
    following is my propperty configuration for layout and documents:
    Planning layout (layout_lay01)
    Only ready for output: True
    Row/Cell Selection: Cell
    Event on selection: true
    Document on planning layout (Document1)
    Layout: = layout_lay01
    Only ready for output: false
    When I launch the application through the Tcode BPS_WIF0
    There is no document icon display for each data columns which can been in UPSPL. Instead there is a generic document input/display space under the lauout,however there is no any document display within the box, and I can not input anything within the document box. I changes some of the property for the layout and document, but it not work.
    Did I forget some thing?

  • BPS Web Application performance

    Hi
    We are facing serious performance problems when opening a BPS planning web layout. This has been working fine until we compressed the planning cube accesed trough the layout. When monitoring the dialog processes it seems like the process i hanging without doing anything. There is onlye about 25k records in the cube an only about 10 characteristics so in general it is a very little transactional cube.
    Queries against the transactional cube is responding normal.
    We are using Oracle 10.2.0.2.0 and BI 7.0 SP13
    Has anybody experienced this? and do you know the solution.
    Chris

    Not sure if this helps
    Note 1056259 - Collective note: Performance of BI planning
    Hope it Helps
    Chetan
    @CP..

  • Save data into Z TABLE when save button is clicked on BPS web application

    Hi gurus,
    Recently i've been working with SEM-BPS and now i have an issue,
    I had to modify the BPS layout to show an input field where the user could write a comment, that was done modifying the layout in the transaction SE80 manipulating the BSP application, but now i have to save the content of those fields in a Z table when the SUBMIT event is triggered which save the content of all other standard fields. Before the saved is done i must send a pop up to confirm the action.
    The trouble is where and how i must modify the code to achieve that.
    Or if there's another way to solve my problem please let me know.
    Best regards.
    Tony Montes.

    Hi Andrey,
    Thanks for your time and response.
    Let me told you, i was traying to implement what you say in your last post but now i'm facing a new problem,
    The way i used to create the new field from HTML for the comment is not correct because the data in the GRIDLAYOUT are paged, so, when i change the page all data that i introduced in the field are ereased and i must save that values before change the page in a kind of buffer or something like that.
    so my new question is this, Do you know a right way to add that field to GRIDLAYOUT?  and then save this values in a Z table before save al plan data into the infocube.
    Sorry for all this questions but ive read a lot of articles and I can't find anything really helpful
    I've read some articles what talk about this issue but in IP, sincerely i'm NEW in this topic.
    Regards.
    Tony Montes.

  • Eclipse 3.1.2 Bundle JBoss-IDE1.6 - DEBUG web application

    Can someone tell me the steps to debug the web application in ECLIPSE?
    Is only can do after setup the package and deployment configuration or not?
    Thanks!

    You need to start the server in debug mode (rightclick at server, choose Debug instead of Start) and add breakpoints to the code. You can add breakpoints to the code by doubleclicking on the gray bar area at the left side from the code line. You'll get a blue dot there. When the JVM is about to process this line, then it will stop there until you take actions in the debug perspective (step into, step over, step return, next breakpoint).

  • BPS/Web: 'Your previous query is still being processed'

    Hi,
    One of our users get the following message when clicking on a page link in a BPS web application we designed:
    'Your previous query is still being processed'. The user is only clicking once on the link and gets in an endless loop (when monitoring the system, no activity can be seen).
    All our other users are fine. We checked the internet explorer settings of this user and they are identical to all the other users. We know it is not linked to the user ID or the portal.
    Has anyone already seen this ? Any idea where we should look at ?
    Thanks for any help.
    David

    Hello David,
    on one hand you are saying only one user has the problem but on the other hand you write that it's not linked to the user ID?
    If the frontend settings are OK, then it might be a firewall issue. Some of them block ports or filter JavaScript.
    Regards,
    Marc
    SAP NetWeaver RIG, US BI

  • Republish web application on from Workshop 9.2

    Hi,
    we migrated our application from Weblogic 8.1 to Weblogic 9.2. Now, we have trouble when we try to debug our web application after a modification. There is no problem when changin a jsp file, but as soon as we change a .java file like a PageFlowControler, we have to restart the server to update our application. The problem is that we get an exception when we try to republish our Enterprise application.
    Here is the message that pops up from Workshop:
    "Module named 'SDApp' failed to redeploy.
    Child module of 'SDApp' named '/' failed to redeploy.
    weblogic.application.CannotRedeployException: Module / in application 'SDApp' cannot be redeployed because the following modules which depend on / were not included in the redeploy list: sd.war"
    Is someone here have an idea?
    Thanks in advance
    Pat

    Hi,
    The problem is that when we changed a java file (like a pageflow controller) in our web project, we hae to stop and restart the server to get our changes. If we simply build our application, we have tag errors.
    We upgraded from SP4 of Weblogic 8.1. I recreated the Dynamic web application project and copy the content of WebContent and src directories and got the same result.
    In 8.1, we had:
    1 java project
    1 schema project
    1 ejb project
    1 web project.
    once upgraded to 9.2 there will be 5 projects
    1 EAR project
    1 EJB Project
    2 Utility project
    1 web project
    I just realized that I could get rid of the problem by removing netui-tags-html.tld from Web-INF dir. But we need these tld files because we still have netui-compat tags in our jsp.

  • IPhone Web Application Displays NULL

    Hello, I am trying to debug a web application and get NULL on iPhone/iTouch but not on SDK.
    Anyone seen and fixed a similar bug?

    This is not a developers forum. This is where users come with help on how to use the phone.
    Try a Google search for iPhone Developer Forum

  • Save through BPS web button

    Hi Guys,
       When I click the save button at the BPS web applications, it will take two minute to save my data while it only take 10 second to save in BPS0. Anybody know how to improve this in Web application?
    Thanks

    Hallo,
    try to figure out first, where is the performance problem.
    You can activate the statistic with the transactions:
    /nBPS_STAT0 (for Data reading and functions) and /nbps_trace (for APIs). Then run your Web. Analyse the trace data, at which is the most critical.
    Best Regards,
    Suan Liono

  • BEx Web Applications in BPS Web Interfaces

    Hi all,
    I need to make a BPS web interface which enables the business user to see data in the BW system while posting the budget items in BPS. This is to be done in the Web, and I have therefore tried to implement a solution for the customer following the instructions in the HowTo-paper: "How To.... Integrate BEx Web Applications into BPS Web Interfaces".
    The report is displayed when the interface is executed, but the variable which I have included in the code does NOT have any effect on the BW query (which is a surprise to me) but rather only on the BPS Web Interface (which is no surprise to me).
    The above results in two questions:
    - What part of this code needs to be changed for the variable to take effect on the BW query as well as the BPS Web Interface:
    <iframe
        id="BWReport01"
        name="BWQUERY"
        src="/sap/bw/BEx?
        cmd=ldoc&TEMPLATE_ID=ALLOK_CHECK2"
        width="1200"
        height="600">
        Frames are not supported
    </iframe>
    <script language="JavaScript" type="text/javascript">
        var frame  = document.getElementByld( 'BWReport03' );
        var url    = '/sap/bw/BEx?cmdldoc&TEMPLATEID=';
        var filter = '&FILTER_IOBJNM=0PROFIT_CTR&FILTER_COLLAPS=&FILTER_VALUE_EXT=';
        var '1000/'  = '';
        var appl   = 'ALLOK_CHECK2';
        var varvl  = '%=descr(VarvlSel1_pctr/value)%>';
        var convert = /\((.*)\)/;
        convert.exec(varvl);
        if ( RegExp.$1 != "") varvl = RegExp.$1;
        url = url + appl + filter + comp + varvl;
        url = url.replace(/ /,"");
        frame.src = url;
    </script>
    Particular areas where I am in doubt (in squared brackets):
    [  var '1000/'  = ''; ]
    [  var convert = /\((.*)\)/; ]
    - has anyone had any experience in using the Selector Package (SEL_PACKAGE) rather than the Selector Variable Value (SEL_VARVL)? In case you have, how is it implemented in the HTML-code?
    Looking forward to hearing from you guys soon.
    Best regards
    Rune Rygaard

    Hi Rune,
    Here's what I found - I'm not sure it will solve your problem, but maybe it can give you some hints:
    <b><iframe
    id="BWReport01"
    name="BWQUERY"
    src="/sap/bw/BEx?
    cmd=ldoc&TEMPLATE_ID=ALLOK_CHECK2"
    width="1200"
    height="600">
    Frames are not supported
    </iframe></b>
    I think the section above in bold has to be deleted and replaced by the one specified in section 3.3 of the how to paper: <iframe id=BWReport03" name="BWQUERY" src="/sap/bw/mime/....</iframe>. The reason is the your defintion will display the report, but will not take any variables into consideration.
    Furthermore you're missing a '=' in your code (cmd=ldoc) - I marked it in bold below. What you could also do was to add an alert to display the URL generated by the javascript. I added that in bold as well. That can give you an idea of whats missing.
    Hope this helps,
    Jacob Lund - DK :o)
    <script language="JavaScript" type="text/javascript">
    var frame = document.getElementByld( 'BWReport03' );
    var url = '/sap/bw/BEx?<b>cmd=ldoc</b>&TEMPLATEID=';
    var filter = '&FILTER_IOBJNM=0PROFIT_CTR&FILTER_COLLAPS=&FILTER_VALUE_EXT=';
    var '1000/' = '';
    var appl = 'ALLOK_CHECK2';
    var varvl = '%=descr(VarvlSel1_pctr/value)%>';
    var convert = /\((.*)\)/;
    convert.exec(varvl);
    if ( RegExp.$1 != "") varvl = RegExp.$1;
    url = url + appl + filter + comp + varvl;
    url = url.replace(/ /,"");
    <b>alert (url);</b>
    frame.src = url;
    </script>

Maybe you are looking for

  • How to prompt for Prewsentation Variable

    Hi Gurus, I wanted to create a flexible, parametric report fro the TOPN function. Like this: TOPN(EMPLOYEES.SALARY,@{p_var}) where p_var is presentation variable. When I create a Dashboard prompt - where i can use presentation variable- the problem i

  • Append structure activation

    hi all, we have got some problems while dealing with append structure. actually ,we tried to add some fields to the append structure of mara table , then when activating it showed activation logs.so the table mara and the append structure to it is pa

  • See Also no displaying properly in WebHelp (RH11)

    When I generate WebHelp from RH11, the See Also (button/link) displays with a double gray background for all outputs (IE, FF and Chrome). See below. Does anyone know how or where I would "design" this look (color, point size, etc.) (in RH or in the w

  • Account Keepgetting Lockout from TMG Server

    Hi All, one domain user account keep getting lockout every 30min from our TMG server. i have restarted the TMG server many times. earlier i was having only TMG SP1. after i encounter this lockout problem i have upgraded my TMG server to SP2. my curre

  • Menu's not saving in Encore when I edit them in Photoshop

    When I use the 'edit menu in Photoshop' feature and make changes to a menu it doesn't show the changes in Encore. What's up with that?