ABAP WD Debugging

Can someone please help me to turn on debugging on ABAP WD.
We recently moved to QA environment, before which I use to do the debugging in Dev without anu problem.
I go thourgh the UTILITY menu and setup debugging from there, is there something that needs to be done from Admin or basis side ?
Thanks

In case you are debugging a portal running application, then also make sure that the portal is logged in with the same user through which you have set the breakpoint.
The idea with debugging a portal (in case you are not aware of you, or might have overlooked) is
1. First set the breakpoint in the wd abap.
2. Login to portal with the same credentials through which you have kept the breakpoint, and
then execute the view for which you have placed the breakpoint.
Do check if anything else basic has been missed out(like breakpoint set in which method, is the system the same etc). Ideally the debugger should run.
If it still doesnt work, then as a last resort to check the debugger, place a breakpoint in the 'doinit' method of the component controller.
All the best

Similar Messages

  • ABAP proxy Debug

    Hi Group,
    I have one File to File scenarion which using ABAP proxy to upload the table in SAP side.I processed the File and it is showing success status in both SAP side MONI and XI Side MONI ,but corresponding tables not updated,I need to debug the proxy ,can any body suggest.

    Hi,
    In SAP side SPROXY it is not showing TEST option (It is showing only
    Proxy--> Save (disable)
                   Check(enable)
                    Activate(disable)
                    Exit(enable).
    Am I looking in the right place

  • Abap webdynpro debugging

    Hi All,
    Can any one please tell me how to find view name(not the application name ) when i am running /testing any application in the browser.
    Thanks,

    Hi,
    Right Click on any UI element and click on -> More Field Help -> Technical Help. Then you can find the component and View information.
    Regards,
    Kiran

  • Debugging is not working in R/3 from WebDynpro-ABAP developed webpage input

    Dear Friends,
    We are facing a serious problem for debugging. Expecting valuable input for the same.
    Debugging is not working in R/3 from WebDynpro-ABAP developed webpage input in Production Server.
    The debugging (for WebDynpro-ABAP application) is working in Dev. Server for
    1st ] Within R/3
    Ex. debug for bapi within R/3. i.e. value enter as input in R/3 only.
    2nd ] From webpage to R/3
    Ex. Some input given on the internet web page developed through WebDynpro and external breakpoint set in R/3 it works. It directs to R/3 code through debugging.
    In Prod. Server the 1st case above is working but the 2nd case is not working.
    In Prod. Server the WebDynpro developed applications are running successfully through internet explorer webpage inputs. So running the application is not a problem in prod. Server but debugging of the same is the problem.
    The setting which are done in Prod. server are,
    1] RZ10 in parameters are set for port and host name.
    2.1] In SMICM check for ICM.
    2.2] Host file updated in Windows-System 32.
    3] In SICF following services are active,
    3.1] default_host/sap/bc/webdynpro
    3.2] default_host/sap/public/bc
    3.3] default_host/sap/public/bc/webdynpro/viewdesigner
    3.4] default_host/sap/bc/wdvd
    3.5] default_host/sap/public/icman
    3.6] default_host/sap/bc/gui/sap/its/webgui
    3.7] default_host/sap/public/ping
    3.8] default_host/sap/bc/error
    3.9] default_host/sap/bc/echo
    4] In SE80
    4.1] Internet services-System-are published
    4.2] Internet services-WEBGUI-are published
    4.3] Utilities-Setting-ABAP Editor-Debugging-Username & New Debugger set.
    4.4] Utilities-Setting-ABAP Editor-Editor-Front-End Editor(New) set.
    5] In Su01 for user profiles sap_all & sap_new is assigned and role  SAP_BC_WEBSERVICE_DEBUGGER is assigned.
    6] The support packages are also updated to latest level.
    7] Gone through following links but not getting any clues.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/74d50bd1431b5ae10000000a42189c/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/EN/77/3545415ea6f523e10000000a155106/frameset.htm
    Thanks in Advance.
    Best Regards,
    Abhijit.

    No cross posting
    Read the "Rules of Engagament"
    Regards
    Juan

  • How to Debug  ABAP/4 routine in Dynamic Selection?

    Problem:
            I am not able to debug the ABAP/4 routine in data dynamic selection.
    Analysis:
            I typed /H on  transaction command prompt. I entered to ABAP/4 debug mode.
    Then I am not  able to debug my routine. Give me solution for this problem?

    Hi Surya,
    If you want to debug the routines in transformation
    GOTO Transformation you need to debug -- seelct the tranformation id
    To debug these routines we need to go to the generated program of the Transformations in two ways:
    We can get the Program ID for the Transformation ID (6HkDSDsHJNQO0VTU3HK01MH7) from table RSTRAN.
    You can get the program id from the table... append GP to the program id you will get the report program for transformations.
    Now goto Tcode : se38 enter the program name and set the break points.
    On going with display we will be to the ABAP editor of the Report Program.
    The other way of getting to this program is from the Transformations itself.
    Go to Extras -->Display Generated Program. It directly takes us to the ABAP editor of the Report Program.
    Set a break point at the code you want to debug, i.e. at your selections at start routine and at your update
    routine.
    Now after setting the Break points run the DTP in the debug mode.(Select the Processing Mode Serially in the Dialog process (for Debugging)).
    If you are on BW 3.x
    /people/pavan.bayyapu/blog/2006/09/06/debugging-data-upload-in-bw
    Regards
    KP
    Edited by: prashanthk on Jul 25, 2010 10:05 AM

  • Debug RFCs within ABAP

    I have a custom FM that I'm calling remotely via the .Net connector. When this function module is called via the ABAP test harness everything works great. When I'm calling it remotely nothing works. How do I set this code up for debugging bearing in mind that triggering it directly from the SAP client works just fine.

    Aaron,
    Goto FM and from the menu click on
    <b>Utilities> Settings>ABAP Editor--> Debugging</b> over here check the <b>External Debugging</b> by passing the User ID.
    And put a breakpoint where ever u want and call the FM from .Net then cursor will stop at the breakpoint...
    Hope this helps...
    Chandra.

  • Debuging the ABAP Programs

    Generally how does the ABAPer do debug the programs in real time environment, and how to check the the performance of the programs.

    Hi,
    there are few methods for the same..
    one using a break point(stop button in editor),
    using tcode /h or going to utilities - abap debugger.
    performance you can check using tcode se30.
    if you want to learn debugging for all the objects go through these links..
    <b>and do reward all the helpful answers for all your questions</b>
    ABAP DEBUGGING
    http://help.sap.com/saphelp_webas620/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9cbb7716-0a01-0010-58b1-a2ddd8361ac0
    Debug Program scheduled Background
    Re: Debugging Report which is scheduled in background
    regards,
    pankaj singh

  • ABAP debugging in CRM ISA B2C application

    Hi gurus !
    I need to debug FM 'CRM_ISA_BASKET_ORDER' to monitor some values in a CRM ISA 4.0 B2C application. The FM is stateful and I have set the necessary parameters in modification-config.xml file. However, when running the CRM ISA 4.0 B2C application from a remote client, I do not get the SAPGUI popping up as given in the SAP_ISA4DevExtG10.pdf documentation. Have I missed any setting ? Is there anything else that I need to complete to get the SAPGUI to popup to debug the FM ?
    Cheers,
    Ashok.

    - Did you set an external break point or just a session break point?
    - Did you set the RFC-user in SAPGUI as debug user? Utilities -> Settings -> ABAP Editor -> Debugging -> External Debugging: Here should be the RFC user of the B2C application.
    Florian

  • SRM 7.0 - Unable / How to get into DEBUGGING mode in BADI

    Hello SAPions,
    I am unable to get into debugging mode from WebDynpro Portal screen to R/3 BADI in SRM 7.0 .
    I placed a breakpoint in the BADI, and logged into the portal screen.
    However, in SRM5.0, to get into debugging mode from ITS, we place a break point in the BADI, when we browse the ITS link from the IE browser, we will be able to get into debuggin mode.
    Any other way ?
    Regards,
    Ashwin.

    Hello,
    Please check the following:
    1. Application server name, the SAP GUI and the portal should be logged into the same application server.
    2. You should be logged in with the same User in both SAP GUI and the Portal.
    3. External debugging should be enabled for the User in SAP GUI.
    4. Also try checking the check box , IP Matching . This can be done as below:
    Utilities -> Settings ->  ABAP Editor -> Debugging ->  IP Matching.
    Also please check the following in the above link , if you have the same user name here with which you have logged onto Portal and the New Debugger Radio Button is Selected.
    Hope this helps.
    Best Regards,
    Sapna

  • Issue in debugging

    Hi All,
    I am facing an issue in debugging a BSP application.
    I placed an external break point in oncreate, oninitialization and oninputprocessing event but its not taking me to the break point.
    I have even tried with having some BREAK-POINT hard coded , but it doesn't help.
    I have tried with placing an external break point in layout and activated the HTTP debugging in SICF, even after that it doesn't work.
    I have not set default user name password for the application in SICF and also my user id in the external debugging option of Utilities->ABAP editor -> debugging is same as the one which i am giving while executing the page.
    But I am not able to debug the application.
    But when I tried debugging some other BSP applications, I am able to do that.
    your inputs will be very helpful.
    Thanks in advance.

    Hi Jyothi,
    Login userid and Debugger user id should be the same. If not debugging will not call.
    1) Have you given any user credintials while testing.
    2) Have you checked the debug user : utilities-> settings-> debugging-> check the user.
    Regards,
    Eswar.

  • How to do debug in BSP App....

    Hi All,
           I know lot of threads ask the same query. but still i am not able to do it. so kindly tell me how to debug the BSP Application.
            say for example i am using oninitialization event , in this event i am going to fetch some values from DB , now i want to see the flow(data moving) in debug mode. for this example how do i use break-point in my BSP Application.
           I am using Web AS 6.20.
    Thanks In Advance,
    Regards,
    kumar.

    Hi Brain,
       thank you . now i don't get 404 error in BSP application using HTTP Mode.
      Brain i have given my coding here.
    <b>Event Handler</b>
    <b>onCreate Event</b>
    data wa like line of sflight.
    <b>* here i have specified external break-point using STOP (Red Color) button in application tool bar and enabled the active check box in setting->abap editor->debug too.</b>
    select * from sflight into CORRESPONDING fields of wa.
    append wa to sflight.
    endselect.
    <b>Layout</b>
    <%@page language="abap"%>
    <%@extension name="htmlb" prefix="htmlb"%>
    <htmlb:content design="design2003">
      <htmlb:page title = "exam ">
        <htmlb:form>
          <htmlb:tableView   id   = "id1"
                  table           = "<%=sflight%>" > />
       </htmlb:tableView>
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    <b>Page Attributes</b>
    sflight type sflighttab.
    Note :
    <b> i enabled my service as active mode in SICF T.Code. as well as i have checked active debugging in application tools on SICF T.code too.</b>
    but still i am not able to do it.
    can you tell me where i made a mistake or i lift out.
    Thank you,
    Regards,
    Saravanan.

  • ABAP proxy prerequisites.

    Hi All,
    Can any one please give me what steps i need to follow before creating ABAP proxy.
    I need to create RFC Destination from my R/3 system to XI using HTTP type.
    After creating this i need to enter this RFC Destination details in SXMB_ADM.
    Are these connections enough to see my message interfaces in my R/3 system using Sproxy Tcode.
    I have already gone through
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    In that Why that TCP/IP connection? and from which system to which system that connection is?
    Can anybody please give all the necessary steps before creating ABAP proxy...?
    Thanks & Regards,
    Ramana.

    Hi,
    How to create proxy.
    http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/frameset.htm
    How to Activate Proxy.
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    ABAP Server Proxies (Inbound Proxy)
    /people/siva.maranani/blog/2005/04/03/abap-server-proxies
    OutBound Proxy (Client Proxy)
    /people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    File to R/3 via ABAP Proxy with good example
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy
    Debug your inbound ABAP Proxy implementation
    /people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation
    http://help.sap.com/saphelp_nw2004s/helpdata/en/48/d5a1fe5f317a4e8e35801ed2c88246/frameset.htm
    Synchronous Proxies:
    Outbound Synchronous Proxy
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2boutbound%2bprogram%2b-%2bpurchase%2border%2bsend
    Inbound Synchronous Proxy
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2binbound%2bprogram%2b-%2bsales%2border%2bcreation
    Thanks,
    Satya Kumar

  • Debugging Tool

    Hi Guys,
    In what version ABAP new Debugging tool called classic debugger is avilable. Is it posible to configure to SAP R/3 Enterprise version. If so help me!!!
    Regards
    Suresh Babu Karanam

    More info can also be found at
    http://help.sap.com/saphelp_nw04/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm
    Don't forget toi reward the answers with those little stars;-)

  • Debugging is not Triggered

    Hi Experts,
    I've the problem that the Debugging is not triggered. I found your replies in SDN. I tried in all ways that you have specified.
    ie: i) From SE80>UTILITIES>SETTINGS>ABAP EDITOR>DEBUGGING--> enetr the username for EXTERNAL Debugging.
        ii) Thro SICF ---> Activated the Breakpoints.
        iii) Trying with Trace also.
    It doesnt trigger the Debugging. Could you please tell me is there any other way to activate this... or where i may go wrong....
    This is my Scenario...
    I've developed one BSP application. Its worked fine in old server. After that i had transport that application to new server.
    Thats also done successfully. When i try to debug, it doesnt trigger that...
    Regards,
    Anita.

    Hi Anita,
    When you set a breakpoint, you do so for a user (see the message at the bottom of SAP Gui when setting a breakpoint). So indeed, the breakpoint must be set for the same user as the one who logged in to SICF.
    If you want to change the user for which the breakpoint is set, then go to menu Utilities->Settings->ABAP Editor->Debugging, and change the value of the Users field with the admin user. The next breakpoints will be set for the admin user, so that when he connects, he will enter debug mode (of course, he must be connected in SAP Gui too).
    Hope this is clear enough...
    Regards,
    Tanguy

  • How to change debugging in SAP 6.0?

    Hi experts!!
    In my computer I've SAP 6.0 and when I execute a program, the debuggin process is differents to the others versions... I can change this in the debugging menú and press classic debuggin..there's any way to put the debugging program always to cassic debugging?
    Thanks a lot, hope u can understand me
    Regards,
    Rebeca

    Hi Rebeca,
    In the SAP system, goto se80 -> Tab Utilities -> Settings -> ABAP Editor -> Debugging and select Classic as the default.
    Hope it helps,
    Regards,
    Srikishan

Maybe you are looking for