External Break point in Bor

hi All,
Please tell me how to set external debugger in BOR
i've tried putting Break-point in code it is not working
please help me on this
Thanks In Advance
Hari Sankar M

Hari,
I remember this discussion once, but guess at that time this problem was not solved. It is working for me, you can also try. Go to method, click on program, in settings you have somthing called editor mode there go to activate debugging.  Put a breakpoint after that, you should get an option of session debugger or external debugger. select external debugger.
Shweta

Similar Messages

  • Problem setting External break point..

    Hi All,
          I am using EP6 SP14 and R/3 4.6C.  Java Webdynpro aRFCs to connect to R/3 BAPIs. I am having problems setting up external break points. I don't see Debug option in "Utilities -> Settings -> ABAP Editor". Do we have this option in R/3 4.6C? If yes how to enable the option? If no, what is the work around to debug the BAPI through Portal.
       Helpful answers will be rewarded.
    Regards,
    Uday.

    Hi,
    Pl go through this
    Debugging ABAP Code from within Web Dynpro Application
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0e9a9d90-0201-0010-478e-991dbea73a30
    It explains step by step process
    Regards
    Ayyapparaj

  • What is External Break points?

    Hello,
    What are external Break points...?
    My issue : I need to check a condition in the Source code...
    What do I need to do to get control at that condition directly to check whether the data is passing in those tables or not?
    Any suggestions would be appreciated...
    Regards,
    Krishna Chaitanya

    Hi,
    Breakpoints
    Setting and editing breakpoints, too, in the new Debugger is almost identical to the classic Debugger. However, several breakpoints can be set simultaneously in the new Debugger if you choose the path Breakpoint ® Create Breakpoint. Afterwards, the system displays a window in which the following options are available.
    Here it is obvious that, in contrast to the classic Debugger, all the input fields u2013 with the exception of those in the ABAP command tab u2013 have a search help function (function key F4). For example, under the Method tab you enter a certain class. Then, in the search help, all the methods that belong to this class are proposed.
    There are also certain differences when setting and deleting breakpoints. A double-click within a source code line creates a breakpoint in this line in both Debugger types, provided the cursor was not positioned on an ABAP keyword. A second double-click in the same line deletes this breakpoint in the classic Debugger, while it is only deactivated in the new Debugger.
    Breakpoint Types
    When you set a breakpoint in the Debugger, it is created as a debugger breakpoint by default. A debugger breakpoint is only valid while the Debugger instance, in which it was set, is active. When the Debugger is closed, all debugger breakpoints set in it are deleted.
    If you set a breakpoint in the ABAP Editor, for example, this breakpoint is a session breakpoint. Session breakpoints remain active independently of the existence of a Debugger and are valid for all external sessions of a logon. Within the Debugger, you can convert a debugger breakpoint into a session breakpoint and vice versa.
    If the setting Session Breakpoints Active Immediately is checked (via Utilities ® Settings ® ABAP Editor ® Debugging in the ABAP Editor or Object Navigator), you can set a session breakpoint in an external session of a logon to force a running program into the Debugger that runs in the same logon (for example, in an external session) and will process the point at which the session breakpoint was set.
    User breakpoints (previously known as external breakpoints) are valid for all user logons on the current server of the current system. User breakpoints are specifically required when debugging BSP or Web Dynpro applications. In these cases, you do not log on using the SAP GUI but via a browser, for example. Therefore, any breakpoints must be set before logging on.
    User breakpoints are only valid for a period of 2 hours.
    As of Release 7.00, user breakpoints set for BSP or Web Dynpro applications are also valid for SAP GUI logons.
    Within the Debugger, you can convert debugger or session breakpoints into user breakpoints and vice versa.
    External Debugging
    Use
    You can use debugging in order to carry out detailed troubleshooting. With the debugger, you check a given section of code in the Request Handler or an ABAP function module for errors.
    Basically, there are two different types of debugging:
    ·        With conventional debugging, you can analyze programs that you call up within your own user session on the server, with breakpoints being set at corresponding points in the coding.
    ·        With external debugging, you can analyze programs that are called up by an external user with HTTP. For the purpose of external debugging, special breakpoints (external breakpoints) are set on the target server.
    Two variants are available for conventional debugging: the classical variant and the new (2-processor) variant, which creates a separate session for the debugger. At present, external debugging can only be performed with the classical variant.
    This section deals especially with external debugging, as it is generally makes sense to call up an external user completely (with all sent parameters) in one step when investigating ICF processes.
    Prior to Release 640, the external debugging described below was known as HTTP debugging.
    Prerequisites
    ·        If you use load distribution for your system environment, the server group (logon group) is reduced to one server before debugging commences.
    ·        Ideally, the user who performs the debugging should not be a collective user.
    Activities
    Note that the troubleshooting method described here can affect your system performance. You should therefore only activate it if you really need it. You are advised to monitor the corresponding settings regularly and to deactivate any functions you no longer require.
    In transaction SICF, you can use the external debugger to set external breakpoints and check the debugging of the relevant section of code:
           1.      Select the required service in the service hierarchy.
           2.      Choose Edit ® Debugging ® Activate Debugging.
           3.      Enter the required data (if you have selected the service previously, the system will propose the service path for you). 
    Reward If Helpfull,
    Naresh.

  • External break point in sap r/3 system

    i want to set external debugging to rfc in r/3
    i tried to set it
    its getting set
    but when i call rfc from external system(webdynpro)
    its not gng to that break point i.e its not linking to that break point
    what could be the reason
    and how we can set external breakpoint
    are there any setting we need to do in r/3 so that break points will work
    Regards,
    Vani

    Hi Vani,
    First u have set ur Server to Debug mode...then only u can debug the code...
    1. Select "Server0" from J2EE engine (To get this view navigate thru Window--> Show View --> J2EE Engine)
    2. Make a right click on "Server0" and choose "Enabling Debugging of Process"
    3. Now, Navigate to Run --> Debug --> Select your Project as "Webdynpro Application" and click "new" button
    4. Now give some name and Click BROWSE to select ur project and then click APPLY and DEBUG
    Or
    if u use 2004s, then u can do the settings in Portal itself...which gives u more clear information... follow the link
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0cb32c5-36a7-2910-2c9b-ba4a5bbdbb56">WebDynpro Java Debug Configurator</a>
    Hope it helps...
    Regards / Guru

  • Break points are not triggering in RFC from portal application

    Helllo,
    I am running Biller Direct application from portal, which is triggering a standard SAP RFC FM back end, am trying to debug my execution from portal, for this i put the External Break point, Session break-poiint at the beginning of this SAP RFC FM, but, its not stoppping at ll, here the user is a Web user, not dialog user.
    How can i stop my execution in this SAP RFC FM to check how the structures are populated?
    Thank you

    Hi Raju,
    Please try the below way and check if it works.
    Open the RFC in R/3 i.e.
    SE37 -> give FM NAME -> DISPLAY.
    Click on UTILITIES -> SETTINGS -> CLICK THE TAB debugging.
    In the screen against the field users : give the value 'WEBLOGIN'.
    Uncheck the FLAG 'IP MATCHING'.
    And at the bottom check the check box against the field
    'Session Break Point Activate Immediately'.
    Save these settings.
    Then go to the line at which you want to debug the code and put an external break point over there.
    But, please take care of one thing as we are giving it as a WEBLOGIN, when ever some logs in, it will reach the brteak point and stop there. We have to click F8 to continue. Or else, the portal will be hanged for them.
    Thanks & regards,
    Y Gautham

  • Break Point in Webdynpro JAVA and SAP

    Good Morning.
    I am creating a development for web dynpro Java using Function Module RFC in ABAP.
    I want know how can put a break point in the system SAP ERP (Backend) and run an application in web dynpro java?
    I did this steps:
    1.) SE37--->name RFC
    2) button Display
    3) Set/Delete external Break point.
    4) In the SAP Netweaver Developer Studio >Name of project>Webdynpro>Applications>Name Appplication-->deploy new archive and run.
    But this not stop.
    The question is :
    How can do this?
    Kind Regards

    Hi,
    Refer this article: [Debugging ABAP Code from within Web Dynpro Application|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/0e9a9d90-0201-0010-478e-991dbea73a30&overridelayout=true].
    I hope it helps.
    Regards
    Arjun

  • BADI BUPA_INBOUND debug not stopping at the break point

    Hi Guys,
    When downloading the customer master from ECC to CRM BP category type is defaulting to Organizations for type person. Am trying to change this based on a condition in the BADI BUPA_Inbound. I set a external break point in this badi but when tried to download the customer master from ECC debug is not stopping in the badi.
    Could anyone please guide me to solve this issue?
    Thanks,
    Sundar

    Praveen,
    just have a look at sample code of VOFM.
    Go to the routine number that needs to be copied.
    Put your cursor on the routine number field that needs to be copied.
    Overwrite that number with your new routine number and hit enter.
    The new routine will be created as a copy of the old routine and you can modify the new routine as you need it.
    Ex.
    You have to copy routine 104 to 904
    Routine number   Description          Active
    104              Bill.bus.item data   X
    Put your cursor on 104 and then change it to 904 and hit enter.
    904 will be created as a copy of 104 and you can make your changes in 904.
    Don't forget to activate it after you are done.
    Hope it helps.

  • How to put a break point while creating a travel request in ess

    Hi to all experts,
    My requirement is to put a break point in the badi while creating a travel request in Ess.
    The badi name is TRIP_WEB_CHECK
    i tried both external and session bps
    i also tried this.
    break uname
    break-point
    and it is i check whether is triggering by throwing dump like ( divide by zero) it is triggering
    how to stop it while triggering

    Hi Bhanu,
    Please go through these links:
    How to debug abap code in update rules...routine?
    debug abap routine in infopackage
    Debugging of global transfer and update routine
    Debugging Start/Transfer routine
    And have a look at this demo video to know how to set up break points and how to debug an ABAP program in NW2004s:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9cbb7716-0a01-0010-58b1-a2ddd8361ac0?prtmode=navigate
    Hope it helps..
    Cheers,
    Habeeb

  • ZCL_IM_COM_PARTNER_BADI - not breaking on break point.

    I have implementated a BADI but the methods
    IF_EX_COM_PARTNER_BADI~DETERMINATION_ADD_IN_1,
    and
    IF_EX_COM_PARTNER_BADI~DETERMINATION_ADD_IN_2,
    and
    IF_EX_COM_PARTNER_BADI~DETERMINATION_ADD_IN_3
    are not been called and when I but a break point inside IF_EX_COM_PARTNER_BADI~DETERMINATION_ADD_IN_3 it doesnt break during the creation of service oder.
    Kindly assist.

    fill in your batch sequence=10, dialog seq.=10 if it's the first access.
    If your source is COM_PARTNER_X, then go to se18, enter badi=COM_PARTNER_BADI.
    If you already created implementation, should find it under implementation menu -> overview and select your implementation. Otherwise, create a new one.
    Then go to interface tab and click on DETERMINATION_ADD_IN_1 method. Implement your source codes here. Put an external breakpoint for testing.
    Dont forget to assign your access sequence in the 'Partner function in proceudure' in partner determination procedure.
    Lastly, assign the partner determnation procedure to your service order trx.

  • How to set a Break point in Comp Workbench

    Hello Guys,
    I have a Z** Enhancement set ( t-code: bsp_wd_cmpwb)  and i have a view & a Z**IMPLclass for it.
    I need a way to set a break point in the Z*IMPLclass in t-code: bsp_wd_cmpwb.
    I have my code in this Z* impl class and making some changes for a field. I want to be able to debug this field in this Z**class
    when i launch the Web UI  using CRM_UI.
    Can someone help me on this?
    Thanks
    Ricky

    Hi,
    you should set an External Breakpoint (Ctrlshiftf9 in CRM 7.0) in the point you want to debug in bsp_wd_cmpwb. Then debug opens in the GUI as soon as you reach that breakpoint in the Web UI.
    Regards,
    Laura.

  • Break point in enhancement

    hi all,
    How do we set a break point in a enhancement.
    When i try to create a break point I am getting a message
    'THE POSITION OF THE BREAK POINT CANNOT BE DETERMINED'
    I know that the code in the enhancement point is in a include program.
    but how do i know the name of that program?
    can i set the break point in the include program?
    Thank you,
    Krishna dev

    >
    Suresh Datti wrote:
    > I'm on ECC6 (NW07 SP14)  & so far did not have any problems setting up either session or external breakpoints.
    >
    > ~Suresh
    I am on ECC6.0 and same release, i am also able to setting the break points both session and external. But not on ENHANCEMENT SPOTS.
    If there is any include in the implementation then i can go to that include program and able to see the break point. But not on ENHANCEMENT or inbetween ENHANCEMENT and ENDENHANCEMENT.
    Do you know why..? I tried even before. I thought there is some problem..

  • Web dynpro break point

    hallow
    i declare in COMPONENTCONTROLLER a new metod and i dont now how to set
    a break point to now if metod get value
    how i do that?
    regards

    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/849170e3-0601-0010-d59e-ddfce735fac5
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0e9a9d90-0201-0010-478e-991dbea73a30
    Debugging ABAP Code from Within the Developer Studio
    Let us assume you have a Web Dynpro application that calls function modules using Adaptive RFC, and you want to debug the corresponding ABAP code from within the Developer Studio.
    You can do this quite simply, provided that the SAP GUI is installed on your local machine and the ABAP system is connected to via a dedicated server (no load balancing). You then only have to activate the relevant setting for external debugging in the ABAP Workbench and set the breakpoint in the ABAP code before starting the Web Dynpro application on the J2EE Engine. 
    Prerequisites
    You have debugging authorization in the ABAP Workbench in the relevant system.
    Since debugging in the ABAP system via load balancing is not supported, you must reconfigure your JCO destinations so that the calls take place on a dedicated ABAP application server. For Web Dynpro, this is done in the Web Dynpro Content Administrator. In the destination maintenance, specify Single Server Connection as the Destination Type.
    Step-by-Step Procedure
    Use the SAP GUI to log on to the system or server to which the RFC call is to take place.
    You should log on with the same user with which the call will take place.
    Due to the large amount of parallel calls, using a collective user is not recommended.
    You should try to execute the application with a dedicated user throughout the duration of the debugging session.
    Activate external debugging in the ABAP Workbench.
    To do this, call the ABAP Workbench using one of the transactions SE37, SE38, or SE80.
    Choose Utilities à Settings and then the ABAP Editor tab followed by Debugging.
    Enter the user for which the debugging session is to take place. Select the Active checkbox and deactivate IP-Matching.
    Save your settings.
    Set an HTTP (external) breakpoint in the ABAP code.
    Display the source code of the relevant function module.
    Position the cursor at the place in the source code where execution is to be stopped.
    Choose the external breakpoint icon  from the toolbar. 
    The relevant line is highlighted.
    Note that the validity period for the external breakpoint is limited to 2 hours. If you require more time to debug, you must set the breakpoint again.
    Start the J2EE Engine and – if you have not already done so – deploy your application.
    Start your test application on the J2EE Engine.
    The following example of a Web Dynpro application is used to display flight data from the SAP system in a table.
    The J2EE Engine establishes a connection to the SAP GUI and starts the ABAP Debugger in a new GUI session. The Debugger is stopped at the line in the ABAP code at which the breakpoint is set.

  • Dual-layer break point is not cooperating!

    I have authored a dual layer disk. I have tagged chapter 18 as the dual-layer break point. In the project chapter 18 is clearly tagged properly, including the little black dot appearing in the proper place on the timeline. But after the disk is burned, which I am having to do using Toast and and external burner, the dual-layer break point is happening on chapter 19. Does anyone know why this would be happening. Thanks in advance for any help you can provide.

    As a follow-up to Jake's answer, the reason Toast does its own thing with respect to the dual layer break point is because the .img file that DVDSP saves does not contain any break point information. So, you'd have the same problem with any burning program, not just Toast.
    This is on p. 584 of the DVDSP 4.1 manual, if anyone's interested.

  • Debug Break Points Not working  - Attn Shay

    I have one application that when run can navigate to another application. I am trying to debug the interation between the two applications. When I start the first application in debug from within Jdeveloper (embedded OC4J) and then navigate through a link to the second application I am not hitting the break points set up in the app module of the second application. Is there any thing special I have to do to have the break points in the second application visible to the first application?
    I am running JDeveloper 10.1.3.2.0, with ADF BC applications.

    I am a little confused. Are there parameters that have to be added to the configuration on the OC4J embedded server. It looks like from Shay's doc that parameters were added to kick off java externally.
    Also, I did add the xml in Shay's doc to the embedded OC4J global-web-application.xml file and it errored off. Does the code need to go under the *.JSPX mapping seen below? Do any changes need to occur to the xml, customizations?
    <servlet-mapping>
    <servlet-name>JDevOJSP</servlet-name>
    <url-pattern>/*.jsp</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>JDevOJSP</servlet-name>
    <url-pattern>/*.JSP</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>JDevOJSP</servlet-name>
    <url-pattern>/*.jspx</url-pattern>
    <url-pattern>/*.jsp</url-pattern>
    </servlet-mapping>

  • Break points when matlab is called with system

    hi everyone, My v.i calls a matlab script by use of system Exec.vi...this script then calls other matlab files(scripts and functions)..however,when i write keyboard in matlab so as to insert a break point and carry out a step by step analysis of the matlab files,matlab doesn't  stop at keyboard ....I would like to know if there's just something am doing wrong  and if not,if there are other alternatives for putting break points so as to carry  out a step by step debug session..thank you in advance

    Hi alpony01,
    When you use System exec.vi you call an external application and the related problems are not refer to National instruments software.
    However, you can use che MATLAB script structure and paste the Matlab code.
    you can find it in Functions palette -> Mathematics -> Script and Formulas -> Script Node -> MATLAB Script
    In the links below you can find additional information:
    http://zone.ni.com/reference/en-XX/help/371361K-01/gmath/matlab_script_node/
    http://digital.ni.com/public.nsf/allkb/93DDF49DA2EFED528625670B005B48E9
    http://www.ni.com/white-paper/7671/en/

Maybe you are looking for

  • Macbook Pro trackpad and keyboard freezes after attempting sleep mode

    I bought this computer on April 2008. It has the latest OS X 10.5.6 and it did not accept the trackpad firmware. I tried to install and the software said "this computer does not need this update". This has been happening a lot when I am using Skype w

  • How to use Single sign On in CRM2007 ?

    Dear All, I have created a launch transaction for launching ransactions from R3 (using BOR). Now, the problem is when I click on the link in WebUI it gives me a popup for entering R3 User Id and only then it allows navigation to R3 transaction. How d

  • BIDS Schema issues between Visual Studio on 2008 & 2008R2

    Hi all, We have a 3 servers in our farm, two of which Run SQL Server 2008R2 and one which runs SQL Server 2008. All three servers have the same edition of Visual Studio on (VS2008). Our development server (the 2008 server) has Report Builder 3 on it

  • How to check resource existance using standard web-services?

    Hi, There was the web-service KMNodeServiceStrdWSVi_Document in the SAP EP 7.0 that exposed the function "exists" checking whether the folder exists or not. SAP EP 7.3 does not contain KMNodeServiceStrdWSVi_Document web-service and I did not find any

  • Run script in a loop inside sqlplus

    Hello all, Is there a way to run a script that we can run from windows command prompt inside sqlplus to run in a loop??? for example on unix i can do something like for i in 1..10 do ls -ltr ps -ef|grep pmon sleep 5 done so can i do something similar