Dump while setting a break point in ECC 6.0

Dear Experts,
In ECC 6.0, when I try to put a break point in the program to stop the control there. I am not able to do so, it is going to dump. The dump message is also not very clear. Do anyone of you are facing the same problem. Any idea why is this happening and how do I fix it.
Can it be due to the improper installation? Please respond.

First of all thanks to Mickey, Nitin, Anki, Sujit, Red, Madhu, Vibin for the quick response...To be honest I did not expect such a response as a new member to the SDN community...I am sorry I could not mention the detail about the dump initially...Here is the detailed description..
Issue: In ECC 6.0, when I write a simple ABAP program (e.g. 'Hello World' program). When I try to keep the cursor on any abap statement and click on the 'session break point' icon in the tool bar to set the break point, i get a status message 'Compling SAPLBREA in separate task and finally i get the dump.
Dump Detail :
Runtime Errors: DBIF_REPO_SQL_ERROR
Short Text : SQL error 1115 occurred when accessing program 'LNAVIDAT' part "SRC".
Program: SAPLBREA
Include: LBREATOP
Row: 41
There is a an include being called at line no 41, which is "Include LNAVIDAT".
Now when I click on the 'debugger' icon in the dump...It points to a functional module "RS_SET_BREAKPOINT"
Also, while double clicking on this include to see the code within, it issues an error message saying "SQL error occurred when accessing the table TRDIR".
                                Or
While trying to display the code of the include LNAVIDAT in se38 to see what is wrong with that i get another dump and this time it points to be SELECT query in the dump which is:
SELECT SINGLE * from PROGDIR WHERE name = rs38m-programm
                                                          and  state = active.
Thereafter, i keep getting dumps when i try to go to any T.codes (e.g. se11, se38 etc.). until i log off and log in again. Hope this helps you guys understanding the problem. Being new to SAP, I have no clue why is this happening and how to fix it. Thanks in Advance.

Similar Messages

  • How to set a break point !

    How to set a break point in the debugging screen !
    tell me the steps !

    Just Double click on the Left side of the Line where u want to put the breakpoint and Click Save.
    Or
    Place the Cursor on the Line and Click the Breakpoint Icon.
    Or
    Goto Utilities --> Breakpoints --> Set / Delete
    If u r already in the Debugging Mode Dont forget to click save once u set the Break point to get the breakpoint next time when u execute.
    awrd points if useful
    Bhupal

  • 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.

  • How to set line break points in JSF Facelets files on NetBeans?

    I am running debugger on NetBeans. I can set line break points for jsp files but cannot for Facelets files with extension 'xhtml'. Dose anybody know how to set break points for Facelets xhtml files? Or is it possible to set break points for xhtml filles?
    Thank you very much.

    You can't. They aren't executable code, they are templates. The only executable code is the part inside #{}.

  • HI How  to set a Break point In Smart Forms

    Hi Guys,
    i want to set a break-point in main window of the smart form ,before dispalying
    values of the varibles in the main window .
    How to Set a break-point And What are the ways to set a break point.
    Thanks for All.
    From
    Hitu.

    Hi Hitu,
    Generally, Break Points are set for the purpose of debugging in Smartforms.
    For debugging , one of the way is :
    1. Write BREAK POINT in the code window.
    2. Put a break point on the call function in the driver program
    3. Put a break point in the generated Function module.
    Hope this resolves your query.
    <b>Reward all the helpful answers.</b>
    Regards

  • Unable to set a break point in Enhancement part

    Hi,
       Hi,
        I have two servers one is quality and the other is upper lanscape system. I am able to set break point in the enhancement part in Upper landscape system. But in quality system its throwing some error 'The position of the break point cannot be determined'.
    Edited by: Delphi on Feb 23, 2012 8:17 AM

    This may be due to SWITCH POSITION property in Enhancement.
    Go to SE19 -> Edit Implementation -> New BAdI -> Display.
    Go to properties tab of your enhancement and check whether SWITCH POSITION is OFF or not.
    If its OFF, you cannot put breakpoint.
    NOTE: Its state can be changed, but its impact is at Package level
    Please find the detailed link:
    http://help.sap.com/saphelp_nw04s/helpdata/en/af/e8b540afc87c2ae10000000a155106/frameset.htm
    Edited by: Ajoy Chakraborty on Feb 23, 2012 1:15 PM

  • 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

  • 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

  • Break points set in an included script during debugging sporadically jump to the last line of the included script

    As I stated in the title, I use the ScriptInclude command quite extensively, because we have at our company a policy of maintaining one large-ish (roughly 7k lines) function library which is included by various individual evaluation scripts. Debugging this with break points is often the only (useful) way to see into the state of the script, so I depend on them.
    My problem is that often when I debug a script calling the function library, setting a break point in that library and running into it during debug mode will not transport the cursor to the location of the current break point, but instead to the very end of the included script. I have noticed this with a separate pair of scripts, as well, which includes a similar size script to call functions from (roughly 2k lines).
    Now I wonder if this has to do with the size of the scripts included, or if it is dependent on something else. It seems to not be affected by restarting DIAdem, and sometimes it works as intended, but I have not been able to reliably replicate indivdual occurrences one way or the other.
    Has anyone else had this problem happen to them?
    Leo Zschokke
    Test Engineer C-EPS
    ThyssenKrupp Presta AG

    Leo
    I also use scriptincludes extensively, Most of mine are in the range of 500 to 2000 lines.  Usually I organize them in logical code topics,  I like to use them to hold one class most of the time.  When I debug these I can set a breakpoint, and it will stop at that location.
    I also use custom log class as well, I find this quite helpful, in the applications that are unattended.
    The only thing I can think of to try is to separate the 7k file into 2 2k line files and then script include them separately.
    Paul
    ps. I sometimes need to have intellisense work from a file that was scriptincluded, this requires copying the file into the end of the main script.  (you most likely already know this   )
    One other note, Are you talking about debuging code in a SUD, that is whole different problem to deal with.

  • How i can set break point in standard sap modulepool

    how i can set breakpoint in standard sap modulepool

    If you know the program name, it is no different from normal setting of break point.
    It will have a break point button in the abap editor.
    Place the cursor on the line and set the break point.
    Then run the transaction in another session.
    Or type /h from the transaction itsefl to start the debugging.
    see the wiki faqs section for debuging
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/abap+debugger&
    Regards,
    Ravi

  • Error when break-point is set

    Hi,
    When ever is set a break point,and run the BSP application , it displays an error page saying '500 internal server error'.Can anyone tell me what could be the problem?
    Thanks.

    Hi Eddy,
    The short text shown in St22 is "Templateinterpretation abgebrochen, Template nicht vorhanden."
    Error analysis as shown in St22
    "Sie können testweise den Service Parameter ~generateDynpro = 1 setzen,
    dann wird für diesen Service die HTML-Seite ohne Template generiert und
    Sie können zumindest sehen welches Dynpro vom Web AS gesendet wurde.
    Bitte vergessen Sie nicht, den Parameter wieder zurück zu setzen."

  • Debugger Not Stopping at Break Points

    Howdy folks,
    I am trying to debug a rule in which I checkout / modify / checkin a renameUser view. I set some break points at the invoke statements for checking out and checking in. The rule is called from my Update User workflow. I know the rule is executing because I am dumping the context to a text xml file. The break points are right before and after the invoke that dumps the context to xml. However, when I update someone the debugger is not breaking in and stopping the thread to let me step through it. I would really like to see why my checkin and checkout invokes are not working, but can't see the error message due to the debugger not stopping...
    Does anyone have any advice, clues or ideas to get the debugger to work more correctly?

    It's probably running anonymously. That was my issue I think. The break points don't work on anonymous execution. At least not for me. Now, you can specify to use anonymous break points.. But then it breaks at EVERY anonymous break point. I had a hard time stepping through them all to get to what I needed to see execute, before it would time out... good Luck...

  • CONVT_NO_NUMBER dump while filling PURCHASING setup tables

    hi experts,
    I have deleted the setup tables in lbwg and try to fill the setup tables again, it is running like 6-7 secons and giving the the below dump,
    CONVT_NO_NUMBER. dont understand why it is giving the dump.
    plz provide the solution to solve the above dump,i need to fill the setup tables and extract the data into PRODUCTION SYSTEM.
    pl check the below error analysis.
    Error analysis
        An exception occurred that is explained in detail below.
        This exception cannot be caught in the context of the current statement.
        The reason for the exception is:
        The program attempted to interpret the value "P" as a number, but
        since the value contravenes the rules for correct number formats,
        this was not possible.
    Regards
    venuscm

    Hi,
    I received the same runtime error "CONVT_NO_NUMBER" after I start the application specific setup of statistical data - perform setup purchasing. The short text of the runtime error describes that "P" is not recognized as a number.
    In my case the ABAP-program "SAPLEINS" was interrupted because the function module "ME_STATISTICS_LIS_NEW" could not be processed successfully in line "341".
    So I set a break point in this line and start the perform setup for purchasing (LIS-application 02) again. The debugging mode showed me the dataset of purchasing document that was responsible for the program abort. In the table "ekbe" (History per Purchasing Document) exists one or more purchasing documents who has as transaction/event type (ekbe-vgabe) an alphabetic character. But alphabetic and numeric characters are absolutely correct for the data maintenance of transaction/event type in the purchasing document.  
    In my case the ABAP statement in line 341 (... WHERE vgabe = 1.) could not be interpreted the dataset with the alphabetic transaction/event type "P" (invoice parking).
    The sap-Note 1548467 resolved my problem and I was able to perform the setup for purchasing successfully.
    * LOOP at t_ekbe WHERE vgabe = 1.                      " 1548467
      LOOP at t_ekbe WHERE vgabe = '1'.                    " 1548467
    Best regards
    Michael

  • DVD Studio Pro Dual Layer Break Point Problem

    I have a problem with a disc that I am burning. It is a dual layer (the break point is not set to seamless) with 1 movie that is about 3.6 GB and 1hr 23 min long, a 30 min slideshow, another 30 min extra and five other extras that total to about 20 min. I put the dual layer break point at the beginning of the slideshow, everything played fine on the computer, but on the Panasonic DVD player it just freezes at 35 seconds into the slideshow. Its never had a problem with DLs before. Itried the DVD on my softmodded Wii, on a program for it called WiiMC (it uses Mplayer) and everything played fine. I tried another burn where i set the break point to fifteen minutes before the end on the main 1:23 movie and on the DVD player it still froze at 35 seconds on the slideshow. Is there anything that you guys can suggest to help?

    DVD+R or DVD-R?
    http://documentation.apple.com/en/dvdstudiopro/usermanual/index.html#chapter=1%2 6section=9%26tasks=true
    DVD+R Double-Layer 
    You can use DVD+R double-layer media, often referred to as DVD+R DL, for burning your dual-layer projects. With DVD+R double-layer media, DVD Studio Pro places the layer break point and sets the switch point to be nonseamless as specified in your project.
    DVD+R double-layer discs require you to use the Opposite Track Path (OTP) direction setting when burning the disc. This means that the first layer must be larger than the second layer. See Setting the Dual-Layer Direction for more information.
    While DVD+R double-layer discs allow you to burn your dual-layer projects, they tend to have more compatibility issues than the other types of DVD media.
    DVD-R Dual-Layer 
    If your system contains a DVD drive that can write to the new DVD-R dual-layer media, you can burn your DVD project to it with DVD Studio Pro. However, there are several issues:
    Because currently DVD Studio Pro has no way to identify DVD-R dual-layer media as having two layers, burning a dual-layer project to it results in the appearance of an alert message telling you that the DVD media may have insufficient room to hold the project. This message is based on the assumption that the disc is single layer. Both layers of the disc will be written to as needed, however, when you click Continue.
    If you are burning a dual-layer project, the break point you set will not affect where the layer break actually occurs. Instead, the first layer is written to until filled, at which point the drive switches to writing to the second layer.
    The switch between layers is a seamless layer change not supported by some DVD players, which may stop playing the disc when the switch point is reached.
    Important: Do not use DVD-R dual-layer media unless these issues do not impact your project.

  • DL Break Point Issue - Please Help.

    Hello,
    I use to work in DVDSP when you could only do one layer and even then I knew just enough to get the job done. Now I have a program that is 6.6 gigs total size (according to DVDSP) and I can't get this thing to find the break point. I have read through most of the manual regarding this issue and have read many posts - first I have to ask is why is this so difficult?
    Here are the issues in detail and I ask that if you give input please guide me like I have limited knowledge in this.
    I am using DVDSP 4.1.0 on a G5 Dual 1.8 OS is 10.4.8 with a Pioneer DVR 111D. I have 4 'tracks' all coming off one main menu...no sub menu's - so I have the one main and four buttons that go directly to the videos. When I try to 'burn' the DVD I get this error 'Formatting was not successful. A suitable marker could not be found in the required layer break range. See the DVD Studio Pro User's Manual for more information.' The size of each track is as follows:
    Track One: The Main footage is 4.0 Gig (this is the one I am trying to set the break point because the limit is 3.9 Gig)
    Track Two: is 1.7 Gig
    Track Three: 606 Meg
    Track Four: 216 Meg
    I have tried 'Automatic' without luck.
    I have tried to place a few markers approximately 3/4 of the way through Track One the marker that I place is Green and in the Inspector window when I click on that marker I see the 'Marker Function' and then the button to select Dual-Layer Break Point and I select that only. However when I click something else and then come back to Marker the Dual Layer Break Point is not selected!
    I then have gone into the 'Disc/Volume' and tried to select the 'Break Point' and chose Track One but still nothing. I have read in the forums about building the disc and then going into the TS folders and blah blah blah to get this done but that is above my head and I don't understand it.
    I just need to get this video done. It is for a family who's 17 daughter was tragically killed and will be a fund raiser for them...I need to get this done. So if any of you are willing to help that would be SO appreciated AND if any of you would be so kind to walk me through this over the phone THAT WOULD BE GREAT! Just email me at [email protected] and I will email you my number. I know this is a tad different but I don't have much time left to get this done because of my 'real job' and again, I need to get this done!

    Hi csiaudio,
    Build the project (AltAppleC). Then in the format window (Apple+F), Disc/Volume tab you'll be able to see the available break point markers. If they are all greyed out then you do not have one in the project.
    Add Cell markers in places that you think would be ok as the layer switch. You do this by adding a chapter marker and then in the property inspector un-checking the type Chapter. This will now be a marker that can be used as a dual layer break point but is not a chapter marker.
    You'll need to re-build the project and check the format window options again,
    -Jake

Maybe you are looking for