How to debug using External Breakpoint

Hello,
I am using external breakpoint in system B.
I am running a program in systemA which updates table in systemB through programB.
I am using RFCuser to login to system B.
Currently it is not going in debugging mode in program B.
KIndly suggest what needs to be done?

You need to do the following.
1. Identify the userid you are using for the RFC session.
2. While in the ABAP editor, go to Utilities->Settings
3. Ensure that you are in the tab 'Abap Editor'
4. Under the tab 'Abap Editor' go to the tab 'Debugging'
5. Ensure that the user name entered there is the one identified in step 1.
6. Set the external breakpoint
7. Logon to the target system.
At this stage, when you start the external transaction, it should stop where you set the breakpoint.

Similar Messages

  • WHERE AND HOW  IS DEBUGGING USED ?

    WHERE AND HOW  IS DEBUGGING USED ? PLEASE GUIDE ME WITH EXAMPLES.
    REWARD POITS GUARENTEED !!

    Hi,
    check these...
    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
    3 types update,normal and system debugging
    check this for update debugging
    If you set "Update Debbugging" you can debug the codes which works in update tusk.
    SAP std often runs the routine (function or form) to update the database in update tusk mode, these routine start as soon as a commit work is done.
    The commit is called at the end of the program, so you can't debug them by "normal debbugging" because it ends as soon as the program ends
    or----
    All the database updates are performed by the update work processes by calling the functions/subroutines in update tasks.
    These tasks are executed after a commit work is reached in the application. By default you cannot debug these functions.
    TO debug these u need to explicitly activate update debugging.
    for system debugging check the below link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ef/5f0640555ae369e10000000a155106/content.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm
    For debugging tutorial:
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/5a/4ed93f130f9215e10000000a155106/frameset.htm
    http://www.sapdevelopment.co.uk/tips/debug/debughome.htm
    http://www.sap-basis-abap.com/sapab002.htm
    System Debugging
    If you set this option, the Debugger is also activated for system programs (programs with status S in their program attributes). When you save breakpoints, the System Debugging setting is also saved.
    Update Debugging
    Update function modules do not run in the same user session as the program that is currently running in the ABAP Debugger. These function modules are therefore not included in debugging. Only if you select the Update Debugging option can you display and debug them after the COMMIT WORK.
    Normal Debugging
    Normal debugging is the one we do it by the normal dynamic break points or by /H or by using stattic break points.
    You can switch to diffferent debuggin modes while processing.
    BREAKPOINT
    In the source code we set the Break-point there by clicking the stop button, the system will stop there when you execute the program.
    Watchpoint
    For watchpoints, we need to give some condition and when this condition is satisfied, program will stop
    example : if you want to debug only
    for matnr value 100 than set watch point
    matnr = 100. when value reaches 100 than
    program stops at that point.
    more at
    http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm
    check these documents as well
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/abap-runtime-tools/the%20new%20abap%20debugger%20-%20an%20introduction.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/f720ea47-0801-0010-f7a3-bd37d44fee8d
    here r some links for debugging...
    Go through these threads for more information on debugging,
    1) debugging
    2) debugging
    3) Debugging
    4) Debugging
    some more links .....
    Introduction: http://www.saplinks.net/index.php?option=com_content&task=view&id=24&Itemid=34
    A PDF file to know knowledge about Debugging
    Some more links:
    http://www.sap-basis-abap.com/sapab002.htm
    Debug Background Programs: http://www.sapdevelopment.co.uk/tips/debug/debug_backjob.htm
    Debugger: http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
    Cheers
    VJ

  • How do I use external hard drive

    how do I use external hard drive and Photos? I keep getting a msg that there is not enough free space on your photo library volume - i even bought 500Gb of space on iCloud.... that didn't even work please help

    1. Drag the library to a volume formatted as Mac OS Extended, launch Photos with the Option key held down, select Other Library, and choose it. Alternatively, drag it to the Photos icon in the Dock.
    2. iCloud storage space is separate from that on the computer.
    (126243)

  • PI-ECC connection (IDOC scenario), how to debug? (External BP)

    Hello everybody,
    In PI -> ECC IDOC scenario I have encountered a debugging problem
    Delivery IDOC is being sent from PI to ECC.
    It is processed with IDOC_INPUT_DELVRY FModule.
    The question is how to debug this communication?
    I try to set external breakpoint in IDOC_INPUT_DELVRY with the user I can see in IDOC processing log
    (IDOC Status details -> 'Logging' tab -> 'Message from' section -> 'User name').
    This user is used to serve communication with PI.
    User is set as dialog and has debugging rights
    When I trigger communication from PI - IDOC is sent but debugger does not popup
    Is my debugging approach incorrect?
    I would appreciate every comment on this.
    Kind Regards,
    P.

    Pothana Yadav
    Thanks a lot for reply!
    What do you mean by checking at Master_Idoc level?
    I am setting a BreakPoint in IDOC_INPUT_DELVRY FModule at the very beginning. Also tried to set BP insidy my BAdi method (which is for sure being call during communication).
    Or maybe you know some other way how to debug such IDOC communication triggered from PI into ECC?
    I know I could use 'endless loop / sm50' trick but then I need to transport source code, which in case of Production is not feasible.
    Regards,
    P.

  • How can i use a breakpoint on the first project ?

    This is a screenshot of my solution with two projects.
    But the breakpoint will work only on the second one the TestScreenshot but i want to be also to use a breakpoint/s on the Capture project. Tried to make that the Capture will be scope Scope to This but it didn't change anything.

    It's not in a release mode.
    The first project the upper one the Capture is set to class library and Active (debug)  Active (Any cpu) Any cpu
    The second project the TestScreenshot is windows application Active (debug)  Active (Any cpu) Any cpu
    I can use a breakpoint/s on the TestScreenshot but can't use breakpoint/s on the class library project.

  • How could I use the breakpoints of netbean1.4

    I want to use the breakpoint of variables
    it said "Class Name and Field Name should be specified"
    What is the Field Name?
    and what I need to enter into the Condition field?
    (1)j<20
    (2)if(j<20)
    which one ?
    Thanks......
    The breakpoints always can stop......it runs until finished.....

    For what purpose?
    This is a bit too vague to be able to help. Maybe you could read this...
    http://tkyte.blogspot.com/2005/06/how-to-ask-questions.html
    Cheers
    Ben

  • How can I use external clock to implement a delay?

    Hi all,
      I am testing to use external clock to drive dev/PFI0 (on device 6711) which is used as the clock for the analog ouput. I have thinking two applications by using the external clock but I don't have much idea on the implementation yet.
    First of all, I have a sequence of data (array) with each sample being sent at the interval of 1us. I use an external clock (10MHz) driving the PFI0 so it is pretty easy to achieve that goal. I am thinking what happen if I want each sampel being sent at different time. For example, if I have 5 samples, I want the first one sent 1us after the task start and wait 2us to send the 2nd sample, wait 5us to send the 3rd sample and wait 11 us to send the 4th sample, and wait 1us to send the last sample. Is it possible to achieve that based on the external clock?
    Second question is about the delay. My code require ciritcal timing and the builtin delay doesn't behave very well because I am running in windows. I can increase the priority of the vi to highest, it helps a bit but still not perfect. I am thinking if it is possible to implement hardward delay based on the external clock. Any idea?

    Hello dragondriver,
    To answer your first question, yes you could send data in that fashion. You would have to programmatically build a pulse train and use that to trigger the sending of data. The answer to the second question is essentially the same. You should be able to programmatically build a pulse train with a delay and use it as trigger to begin whatever operation you have.
    Jonathan L.
    Applications Engineer
    National Instruments

  • How can I use external tables with directories not on Oracle host?

    Oracle 11.2.0.2
    We have developers using C# to populate global temporary tables (two one header and detail with 1 to many relationbship between these two tables). The process of using C# was blowing up memory on Windows.
    As an alternative I requested them to create two CSV files and I can use sqlldr to load the detail CSV file of over 1 million rows under 15 seconds. It came to my mind that I could use external tables for this purpose with getting read of header and trailer from the CSV files.
    The issue I have is that I am not a DBA so I do not have access to OS host that Oracle instance is running. sqlldr is a client side tool, whereas external tables are server side. I was wondering if there is an alternative in 11g to use external tables without creating directories on the OS host that Oracle runs on? Are there other alternatives?
    Thanks

    905989 wrote:
    Oracle 11.2.0.2
    We have developers using C# to populate global temporary tables (two one header and detail with 1 to many relationbship between these two tables). The process of using C# was blowing up memory on Windows.
    As an alternative I requested them to create two CSV files and I can use sqlldr to load the detail CSV file of over 1 million rows under 15 seconds. It came to my mind that I could use external tables for this purpose with getting read of header and trailer from the CSV files.
    The issue I have is that I am not a DBA so I do not have access to OS host that Oracle instance is running. sqlldr is a client side tool, whereas external tables are server side. I was wondering if there is an alternative in 11g to use external tables without creating directories on the OS host that Oracle runs on? Are there other alternatives?
    Thanks
    no other alternative

  • How do I use External Hard Drive for my iTunes Library?

    I have a Mac Mini that my iTunes Library has outgrown.  I want to use my Mac Air as my primary iTunes "sync" computer using an external hard drive. How do I move my iTunes library to the external hard drive? How do I get MacBook Air to sync iDevices?

    Easy method 1:
    Move or Copy entire working library from current location to the root of your external drive. Press & hold down shift (option on a Mac) as you click the icon to start iTunes. Click Choose when prompted, then browse to ..\iTunes\iTunes Library.itl on the external. If you copied the library across then test your new library works properly after renaming the original folder, before deleting the original folder to recover space.
    Easy method 2:
    If you haven't really started to build your library. Press & hold down shift as you click the icon to start iTunes. Click Create. Browse to the root of the external drive. Drag your media into ..\iTunes\iTunes Media\Automatically Add to iTunes.
    Complex method:
    Required if you've already tried other things and now have media & library scattered around. See the post make a split library portable.
    tt2

  • How to debug using RSNAST00 and jdbg for multiple invoice number

    Hi everyone,
    I want to debug multiple invoice's print preview.
    could anybody tell me the step by step process how to do this using RSNAST00 and JDBG.
    Thanks
    Lisa

    Hi Ali,
        I faced the same problem. Thing is the break point is not getting triggered when i ran tha IDOC through WE19.
    What i have done is i created a project for my exit in CMOD and kept some junk code in the exit and executed it through BD21. Then the Break point got triggered. See if it works.
    Regards,
    Uday S.

  • HD failed on iMac 7.1. How do I use external drive to run computer?

    I have an iMac made in mid 2007. It is an Intel Duo Core processor. The hard drive has failed. Apple says I can use an external drive to run it. I have a installation disk for Snow Leopard. How can I install Snow Leopard onto the external disk given that the computer is unusable?

    If no way to have an internal hard drive installed into your iMac, then you will need to purchase two good quality, large capacity FireWire 800 (fast data transfer connection) external hard drives.
    FIreWire 800 drives will give you an operational speed close to the same speed as your iMac's internal hard drive.
    One external hard drive will be used as your iMac's main working drive. The other drive is to be used to create either cloned, bootable backup drive or to be used with OS X Time Machine backup app.
    To install OS X Snow Leopard onto an external hard drive, if your iMac's optical drive is still working, power up your iMac holding down the C key on the keyboard and immediately insert the install disc into the optical drive slot on the side of your iMac.
    Your iMac should boot up to the system that is on the install disc.
    Once you are in the Installer app, go up to the main menu bar and quit the installer.
    Then on the main menu bar launch the Disk Utility app and format the external drive for Mac OS X Extended ( journaled ) format with a GUID partition scheme.
    You can decide if you want one larger partition on break the drive down into more than one partition for data storage purposes or not.
    Once the drive is formatted, quit Disk Utility, relaunch the OS X installer app and proceed, following the instructions to install OS X Snow Leopard onto your external drive.
    Once installed, you'll be prompted to restart your iMac and it should automatically find where OS X is installed and boot up your Mac to OS X.
    From there, you can go into OS X Preferences Panel and select the software update feature of OS X to update your OS X version to OS X 10.6.8 and all of your Apple installed apps.
    In OS X System Prefrences panel under Startup disc icon, click the icon and set the startup disc for the external hard drive that shows your currently installed OS X system.
    This OS X will know where OS X is always launched from and won't have to hunt for it when you always startup your Mac.
    You will have to reinstall all your third party applications, too.
    Good Luck!

  • How can i use external hard drive with mac and pc!

    I've been using a Lacie external hard drive with my mac to keep the itunes library and other things since day one. Since i have a dvd with files for windows and an old pc without a dvd drive, i decided to copy and paste the content of the dvd to the external hard drive. The only problem now is that when i plug the external hard drive to pc, it won't open. I know it has to be formatted in a different way, but i need to find out the best solution!
    Any idea?

    You can format the external drive in Fat32 (which I don't recommend but is the most compatible between both platforms), or NTFS (which requires some work to get your Mac to recognize), or HFS+ (which requires special software on your PC so your PC can use it).
    If you use this drive mostly with your Mac, get MacDrive for your PC:
    http://www.mediafour.com/products/macdrive
    If you use this drive mostly with your PC, here's some software for you Mac. I haven't tried this myself, but the professional reviews have been good:
    http://www.paragon-software.com/home/ntfs-mac/

  • How can I use external CSS, JavaScript and Images in PeopleSoft Portal?

    I am developing a website and I need to put my CSS, JavaScript and IMG files in a folder on the server that can be used by my HTML objects.
    Where should I put the images? How do I get the HTML objects can read these images?
    I've tried several things like:
    <link rel="stylesheet" href="<%=psCtxPath%><%=psHome%>\MyStyleSheet.css" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="\portal\MyStyleSheet.css" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="\ps\images\portal_pa\MyStyleSheet.css" rel="stylesheet" type="text/css">

    Hi Jim!
    Yes, I am using the HTML Object Application Designer. Below is my HTML:
    <html>
    <head>
      <title>My Portal</title>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <script language='javascript' src='/jscript/MyJavaScript.js'></script>
      <link rel="stylesheet" href="/css/MyStyleSheet.css" rel="stylesheet" type="text/css">
    </head>
    <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" bottommargin="0" rightmargin="0" marginwidth="0" marginheight="0">
    <img src="/images/MyLogo.jpg"/>
    </body>
    </html>
    But, the portal is not reading my css, js and images.

  • MacBook Pro: How do I use external monitor only?

    This is odd. It worked and then stopped working. I have a MBP with a Thunderbolt display plugged in. I want to close the clamshell and use only the Thunderbolt display. This worked fine.... until it didn't work. When I close the clamshell, the computer goes to sleep. Does anyone know the magic incantation to make this work?

    Never mind. the answer is that the power cord wasn't making proper contact.

  • How to debug using fnd_log_message

    Hi All,
    I am new to oaf.I am to debugging through fnd debug logging.for that i have followed
    http://oracle.anilpassi.com/fnd-debug-log-debugging-oracle-apps-code.html link.
    but things are not clear to me
    I have followed following step.
    I have added following line into code.
    trxn.writeDiagnostics(this,"Into my method",OAFwkConstants.STATEMENT);
    I am sure that above lines are executing but I am not getting this into fnd_log_message table.
    newbie

    if(pageContext.isLoggingEnabled(1))
    pageContext.writeDiagnostics(this, "org id" +pageContext.getOrgId(), 1);
    The above code will log into fnd log messages table. Please check.

Maybe you are looking for

  • ABAP code in transformation

    Hello, I have a transformation routine as follows: DATA:l_lifnr1 TYPE /BI0/MBATCH-VENDOR,          l_greybatch TYPE /BI0/MBATCH-BATCH,          oref   TYPE REF TO cx_root,           l_num type i,           l_len  type i,           l_len1(2)  type c.

  • New Pro Apps support software

    This update improves general user interface reliability for Apple's professional applications and is recommended for all users of Final Cut Studio, Final Cut Pro, Motion, Soundtrack Pro, DVD Studio Pro, Aperture, Final Cut Express HD, Soundtrack, Log

  • What is the latest FW version for the X6

    Nokia's Indian call center really are useless. They tell me the reason I cant access the ovi store is because I dont have the latest firmware. The firmware on my phone is v12 The latest firmware, according to them is v11. They don't seem to understan

  • Registration issues....  Solaris 10 - 06/06

    Having issues registering my V440 running Solaris 10 06/06. I have posted the error below and them some system information below that. any help is appreciated. sysax /: /usr/sbin/sconadm register -a -r /usr/lib/breg/data/RegistrationProfile.propertie

  • "Index could not be created: There are no active http servers known at the

    Above error shows up during Index creation on KM section of the portal. Checked the TREX Admin tool for Http connection . Pop up Error saying "IIS not installed. Configuration of Http communication not possible ". Environment : TREX 7.1 revision 43 o