Debug BSP in ICF tree /default_host/sap/public/bsp/sap/...

Hi,
does anyone know, how to debug a public bsp application?
I'd like to debug my own login bsp, but I'm not able to activate debugging for the system user.
thanks a lot,
Claudia

Hallo Claudia,
There is one of two techniques/ideas:
(1) set the break-points in name of the public user. When on a BSP page in SE80, use menu Help>Settings (Hilfsmittel>Einstellungen). You are interested in the tab ABAP-Editor and then Debugging. There you can configure the user for which the breakpoints must be set. Only problem with this is that everyone now runs into your breakpoints.
(2) Run the "public" application under your name. It will only run public if you supply no authentication information. So you close all browsers. Start browser new, and add ?sap-user=X&sap-password=Y onto the URL. Do this only for testing.
Do not forget to assign points. Still <b>today</b>! We need them to pay for a :D The Joker Challenge! Maybe you want also to participate?
brian

Similar Messages

  • Web-dynpro application -ERROR: ICF service node "/sap/bc/webdynpro/sap/zqm_cto_arr_general1" does not exist (see SAP Note 1109215) (termination: ERROR_MESSAGE_STATE)

    i have created my web-dynpro application in development. and sent to quality . whenever i will execute my dynpro in quality  i got one message
    ERROR: ICF service node "/sap/bc/webdynpro/sap/zqm_cto_arr_general1" does not exist (see SAP Note 1109215) (termination: ERROR_MESSAGE_STATE)
    whenever i saw  sicf  transaction my web-dynpro is not seen . my dynpro application name is more then 15 character. what i will do . please give me valuable suggestion.....

    Hi Ashok,
                   for your requirement the application is not exist in particular place. It means, the webdynpro application is saved at different package or different location.
                  Please change the webdynpro component name and save it in particular request in package, then transport it to quality ..(development server )
    then go to SICF  t.code .. sap->bc->webdynpro->sap->find  out your application and activate the service of your webdynpro application.
    Now test it ... this solution might helpful to you .
    Regards,
    Naveen M

  • WebDpro Exc: ICF Service Node "/sap/bc/webdynpro/rpm/ui_dashboard/~ucfLOADI

    Error: WebDynpro Exception: ICF Service Node "/sap/bc/webdynpro/rpm/ui_dashboard_initiative/~ucfLOADING" does not Exist (See SAP Note 1109215).
    The error occurs when trying to access the initiative dashboard via the portal.
    However the all necessary SICF web-dynprou2019s and services are active and working.
    Checked ST22 Log and SAP Note referred to in the error message couldnt solve the issue.
    Even Restarted the portal but error persists.
    This error is across all RPM Portals and affects only the standard RPM (4.5) functionality.
    All the custom developments are working fine.
    Pls help.

    Hello,
    i have the same problem.
    I publisched my WEB-Dynpro ABAP Application in Portal and if i try start an Aplikation and click to menue i get the same error.
    If I try it once more - it works and than once more - error and so on.
    If you have a solution I will be very pleased!
    Best regards
    Vladimir

  • URL Generation / ICF Trees

    Hi everyone,
    I have some problems with the generation of URLS in SE 80 when creating BSP Pages.
    For testing purposes we created an own service in SICF under the default host in the top level (parallel to the sap tree). In addition to that we copied the structure to the bsp services.
    So now we have a tree /sap/bc/bsp/sap
    and a tree /myTree/bc/bsp/sap
    When we create a new BSP Page the URL generated in SE80 is:
    http(s)://server:port/myTree/bc/bsp/blablabla
    but the corresponding service is located under
    /sap/bc/bsp/blablabla.
    Unfortunately, also the url:
    http(s)(s)://server:port/sap/bc/bsp/blabla is
    working, too.
    So we wonder how the URLs in SE80 are generated and why a path / URL
    that does not exist in SICF is working.
    Anyone an idea?
    Thanx and regards
    Jochen

    Hi Jochen,
    You can refer to similar weblog by Brian. This may be helpful to you.
    /people/brian.mckellar/blog/2003/09/30/bsp-in-depth-writing-an-http-handler
    Thanks & Regds,
    Ravikiran.

  • Debugging BSP page

    I want to debug a bsp application (Z app), i am logged in remote desktop, ecc 6.0, internet explorer: 7
    i have tried to test page directly from se80 and also from URL.
    I have tried setting external break-point, activating debugging for user...............but no success to reach debugger and program does not stop at any of the break-point.
    any guess on how  do i get to debugger??

    Hi Ankit,
    Try HTTP debugging. Details to activate this are here - http://help.sap.com/SAPHELP_CRM70/helpdata/EN/17/00ab3b72d5df3be10000000a11402f/content.htm .
    Hope this helps.
    Bhavana.

  • How can i debug a rfc being called from sap

    hello Gurus,
    We made a RFC call from SAP r3 to sap grc nfe......we did not receive any data in sap grc .......we go to SM58 and there it gives
    the message "Name or password is incorrect (repeat logon)u201D.
    How can i find out where the data has stuck.
    Please help.
    BR
    Honey

    HI,
    please have a look at the link below..
    this may help u !!!
    [Re: how can i debug a rfc being called from .net connector (NCO) v2.0?;
    Best of Luck !!1
    Regards
    Ravi

  • Debugging BSP Pages

    Hi,
       We are upgrading from ECC 5.0 to 6.0.
    The test environment is upgraded and after upgrade i am unable to do HTTP debugging for BSP pages.
    is there any configuration settings that i have to change ?
    Kindly Help
    Regards
    Bharath Mohan B

    For ECC:
    Before settings the break-point, you need to Active External break-point for HTTP. YOu can find this option in
    SE80, in
    Utilites--> External break-point-->Activate/Deactive for HTTP users
    then it will ask you the user name, mention your user name. This will activate your HTTP break-point.
    Then "Set External break-point (CtrlShiftF12).
    This will solve your problem...
    <i>*Reward each useful answer</i>
    Raja T

  • System debugging BSP application

    Experts,
    I set system debugging for my BSP application going thru SICF. I have external breakpoint set at do_init method of my controller class.  If I execute the BSP from portal, it doesn't stop at the breakpoint in my controller class. Any help is appreciated.

    Hi,
    In the development workbench (Transaction SE80).
    Choose Utilities -> Settings. On the following dialog box for the user-specific settings, on the tab ABAP Editor choose the embedded tabstrip HTTP Debugging and activate HTTP debugging globally for your user.
    In the Web Application Builder of the development workbench, you can also activate or deactivate HTTP debugging:
    Choose Utilities -> Breakpoints ®(De)activate for HTTP user.
    Ensure that deleting all breakpoints does not automatically deactivate HTTP debugging.
    Regards,
    Azaz.

  • Debugging issue in BADI UDM_WL_ITEM_CREATE_C in SAP

    Hi Experts,
    I have implemented a BADI UDM_WL_ITEM_CREATE_C. This BADI is called when tcode UDM_GENWL is executed in the background. The code in the BADI is getting executed. When i am trying to test the code by placing the debugger inside this BADI and using JDBG to debug in the background this BADI is not getting triggered. Two jobs are created and i tried debugging the entire code for both the jobs but this BADI is not getting hit in debugging.
    Please provide your inputs for the same.
    Thanks and Regards,
    Chirag

    Hi Chirag,
    In Background Job cases, I think BADI's can not be debugged directly by putting a break point. There is another way round using SM50. Please follow the below link. It may help you.
    https://scn.sap.com/thread/1307038

  • Debug  BSP application

    I tried to debug the code in OnInitialization and OnInputProcessing event handler but I am not able to do so.
    I activated debugging through SICF transaction and also tried through Utilities->External Breakpoints->Set/Delete External Breakpoints and Activate from Web Application Builder but no luck so far
    SAP_BASIS Release 700 Level 0009

    Have you checked...
    In ABAP Workbench. Utlities->Settings->ABAP Editor->Debugging and set users to your username in the Extrenal Debugging area.
    In SICF. Edit->Debugging->Activate Debugging. This must be done after you create the breakpoint.
    Triple check the BSP application is running under your user name.
    Cheers
    Graham Robbo

  • Debugging BSP Application

    Hi,
         I am having a button the web page. How to debug the BSP Application, what is happening after clicking on that particular button.

    Hi,
    In your BSP Application-in the respective page
    Place the cursor at the line which you want to debug from
    The put a session breakpoint (CtrlShiftF9)
    Now run your BSP application. It wud stop at the line you want to debug.
    Continue using F5
    This will help!!
    Regards,
    Prashant

  • How to use Tree control like a Tree in SAP HANA Live Browser?

    Hello SDN!
    I need a Tree control such as following:
    As I understand, there is no such standard control in SAPUI5 control library. Is it possible to use this control? If yes, how I can embed it in my app?
    Regards,
    Lev

    Hi Sandip!
    Thanks for your tip. I've applied this example to my app. Tree is working now, but this is a little problem - on each expand/collapse and click on treeItem the onAfterRendering() method called. It means that the complete rerender of tree executed which looks not good. How I can avoid this?
    Lev

  • In in debug mode ,i got path '/usr/sap/apdo/data/test.txt'

    Could i physically find this txt file, and open it for now??
    Where could i find the txt file???
    Thanks.

    <b>AL11 will have the application server paths, goto AL11 you come to know he files, this is a Centralized library to store the Fiels
    It shows the file path, also the Directory, File name and even the data in the file.</b>
    To open your file: from t-code AL11:
    Double click on Directory (Physical Path) then u will get all the Files in the Directory, Double click on the file name ,, u will get the content inside the file.
    Reward points for all helpful answers.
    Regards,
    Moqeeth.

  • Abt BSP

    Hi Friends.
    I am new to BSP.
    What is the basic system settings, i have to do, to run BSP Application.
    Thanks.............
    Kumar.

    Settings to be done in transaction SICF (from note 517484):
    Summary
    Symptom
    The Internet Communication Framework Services are inactive when you install the SAP Web Application Server. The error text 'Forbidden' is displayed in the browser.
    When you try to test a Web service using transaction WSADMIN, the system displays the following error:
    "Could not determine WSDL address (ICF_ERROR), SRT_REG038"
    Other terms
    ICF, Service, You are not authorized to view this page, RAISE_EXCEPTION, forbidden, error HTTP 403, Host is not active, Service is not active
    Reason and Prerequisites
    After you install the Web Application Server, all Internet Communication Framework (ICF) services are delivered as inactive (this is for security reasons). Following the installation you must decide, on an application-related basis, which services need to be activated manually.
    Since several services may be executed when you call a URL, all service nodes must be activated in the SICF tree. As a result, the URL path is represented in ICF subnodes (services). If, for example, you want to activate services for the /SAP/public/icman URL, you have to activate the "default_host" service tree in transaction SICF. After that, you must activate the individual "sap", "public", and "icman" services.
    You can activate an ICF service as follows:
    1. Select the ICF service in the ICF tree in transaction SICF.
    2. You can then activate the service in one of the following ways:
    a) Choose "Service/Virt. Host" -> "Activate" from the menu.
    b) Right-click to open the context menu and choose "Activate service".
    Other problems:
    If the "default_host" node is inactive in transaction SICF, the HTTP request produces a "RAISE_EXCEPTION" ABAP runtime error
    stating that the HOST_INACTIVE exception condition was triggered.
    If a service is inactive in the SICF transaction, the error text "Forbidden" is displayed when you access this service.
    Solution
    Listed below are some services that must be activated in the system
    depending on the operational scenario:
    Support for the Internet protocol (HTTP, HTTPS and SMTP) in the SAP Web Application Server
    /default_host/sap/public/icman
    Comment: After you have installed SAP Web Application Server, you must ensure that this service is activated in transaction SICF. Through this the ICMan process can (for example) make decisions concerning the distribution of HTTP requests to the corresponding server.
    Using load distribution
    with the message server
    /default_host/sap/public/icf_info
    /default_host/sap/public/icf_info/logon_groups
    /default_host/sap/public/icf_info/urlprefix
    with the Web Dispatcher
    /default_host/sap/public/icf_info
    /default_host/sap/public/icf_info/icr_groups
    /default_host/sap/public/icf_info/icr_urlprefix
    Using Business Server Pages (BSP)
    /default_host/sap/bc/bsp/sap
    /default_host/sap/bc/bsp/sap/system
    /default_host/sap/bc/bsp/sap/public/bc
    /default_host/sap/public/bc (available for 620 with Support Package 34)
    /default_host/sap/public/bc/ur (available for 620 with Support Package 34)
    /default_host/sap/public/bsp/sap/public
    /default_host/sap/public/bsp/sap/public/bc
    /default_host/sap/public/bsp/sap/system
    /default_host/sap/public/bsp/sap/htmlb (as of Release 620 Support Package SAPKB62026)
    Comment: In addition to these general BSP services, you still have to activate the corresponding application services in the ICF tree. The service for the application is generally found under the ICF node /default_host/sap/bc/bsp/sap/<application>.
    Using the BSP logon procedure
    /default_host/sap/public/bsp/sap
    /default_host/sap/bc/bsp/sap/system
    /default_host/sap/public/bsp/sap/public
    /default_host/sap/public/bsp/sap/system
    BSP test applications for troubleshooting
    /default_host/sap/bc/bsp/sap/it00
    /default_host/sap/bc/bsp/sap/sbspext_htmlb
    /default_host/sap/bc/bsp/sap/sbspext_xhtmlb
    /default_host/sap/bc/bsp/sap/htmlb_samples
    As of Release 6.30:
    /default_host/sap/bc/bsp/sap/bsp_verificatio
    Using Business Information Warehouse (BW)
    /default_host/sap/bw
    Web Applications
    /default_host/sap/bw/BEx
    /default_host/sap/bw/Mime
    Reporting agent preliminary calculation
    /default_host/sap/bw/ps
    Drag and Relate in the portal
    /default_host/sap/bw/dr
    Data access using XMLA
    /default_host/sap/bw/xml and all subordinate subservices
    Document integration in the BEx Analyzer and Web Applications.
    /default_host/sap/bw/doc and all subordinate subservices
    Formatted reporting
    /default_host/sap/bw/ce_url
    Assignment of SAP icons
    /default_host/sap/public/bc
    /default_host/sap/public/bc/icons
    /default_host/sap/public/bc/icons_rtl
    /default_host/sap/public/bc/webicons
    /default_host/sap/public/bc/pictograms
    Assignment of Web Dynpro ABAP (WDA) applications
    The use of WDA applications is released only as of SAP NetWeaver Release 7.0. For more information, see Note 1088717.
    ICF test applications:
    /default_host/sap/bc/echo
    Among other things, this service returns information about the registration procedure being used, the header and form fields, and the generated SSO cookie for the executed request. Therefore, this service should only be activated for troubleshooting purposes.
    /default_host/sap/bc/error
    This service generates some error situations in the system and should only be activated for troubleshooting purposes.
    /default_host/sap/bc/srt/xip/sap
    You want to fix the Web service error message "Could not determine WSDL address (ICF_ERROR), SRT_REG038" in connection with XI services.
    Using Support Package SAPKB62006, the following problems were solved in connection with inactive services:
    The "RAISE_EXCEPTION" ABAP runtime error no longer occurs for an inactive host.
    The error text "Forbidden" was replaced with "Service is not active" for an inactive service.
    Header Data
    Good luck.

  • How to change the browser title of standard SAP WD4A application - eRecruit

    Hi,
    I have a requirement to change browser title for standard SAP WD4A application hrrcf_a_candidate_registration. I know this value is used from application description filed.
    Current set up is 'Candidate Registration'. (WD Component HRRCF_C_REGISTER_UI)
    I tried to use enhancement framework technique and application customization/configuration - but was not successfull.
    I do not like the idea of changing the standard SAP object since it might be overwritten in future upgrade. And also I do not prefer to create z* copy of this application as well.
    Any ideas how to handle this request? Is dynamic modification of this property possible?
    Thanks for your feedback.
    Regards,
    Igor

    Hello,
    Did you try to change the description of the service in transaction SICF ?
    You can find the Webdynpro services under the tree /default_host/sap/bc/webdynpro/sap/.
    Regards,

Maybe you are looking for