Break point in an include

i have given a break-point in the include .Its the first statement. I have activated the code . when i do syntax check , it gives the error saying statement not accessible.

HI,
The error is self explanatory... saying statement not accessible.
The possibility could be you are putting the break point in a place in delclaration ..  so put ur break poiint in a subroutine that is part of the include.
thanks
mahesh

Similar Messages

  • Break point in EXIT_SAPLV05I_002

    Hi, I nead your help.
    I've already put a break point in EXIT_SAPLV05I_002, INCLUDE ZXV05U05 but when I crete a delivery the debuging is not started.
    Dou you know in what moment this exit should stop?
    Thanks
    Dora

    Hi Venkat
    Your user exit does get processed during the delivery save.
    Your breakpoints are not stopping in it because all the indexes tables VKDFS, VEPVG etc
    are handled in the update task, so you have to use update debugging.
    The quick wat to get to your user exit to see what is is doing is as follows:
    Create a delivery in VL01n
    Before you hit the save button switch on the debugger
    then press save
    In the debugger oput a breakkpoint on the ABAP statement COMMIT WORK
    The program will stop at this statement which is the end of the application processing.
    In the debugger go to SETTINGS > UPDATE DEBUGGING
    Then press F8 to contunue
    A new screen will appear with the update task.
    In the new screen put a breakpoint in function module RV_DELIVERY_INDEX_SAVE
    ( If this were from a sales order you would do the same but with function RV_SALES_DOCUMENT_INDEX_ADD)
    Your user exit is called below marked :
    RV_DELIVERY_INDEX_SAVE
      Billing type appears in the index if there is at least one R/3
      billing relevant item in the delivery
         if vbuk_wa-fkstk ca 'AB' or
            vbuk_wa-fkivk ca 'AB'.
    perform lk_01.                   "Fakturaauslöser           >>>>>>>
        EXIT_SAPLV05I_002 is called in here.... 
    I hope this helps explain the system behaviour
    Kind regards
    Brian

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

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

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

  • Reg usage of break point in debug mode

    Dear experts,
       I want to know how to go to a particular line in debugging mode. Suppose for example, if a program contains main program and includes.  I want to go to a particular line in debugging mode in the includes. How can i go? kindly help me.
    tks

    Hi Prabhakar,
    Using break points you can stop the execution control at that break point.
    If you use only F5, F6, F7 for debugging you don't need of break points.
    But if you want to stop at particular statement while running the report (using F8) you should use Break Point. Ofcourse you can use watchpoints also.
    Watchpoint --- If you put watch point execution control stops at the particular statement when the value of watchpoint is reached.
    Reward If Helpful.
    Regards
    Sasidhar Reddy Matli.

  • Break point in ABAP Routine

    Hi Gurus,
    In working on 3.5 version. In one of the update rule by mistake break-point is included in the routine which is written for master data look up. and v r calculating the simple formula in the update rule thats it.
    For this ODS only my loading performance is very slow does the inclusion of break-point  is impacting the loading ..
    Pls let me know
    Regards

    Also one more thing is that even if you have a break point - very often loading is deon through process chains - this would mean that the load is done through a background user - this should not imipact the data loads since debugging cannot be done using a background user and it should skip these -
    IMHO - I have put in break points and transported the same into production to help debug any exceptional cases which could not be caught in development.
    Arun

  • Break point in a program

    i kept a break point in a user exit with the statement
    BREAK-POINT.
    but the control is not stopping there , i am not testing it so didnt give it as user specific . what might be the mistake ? is it not the proper user exit , i have created a project and activated it . i have activated include and all .

    Hi,
    When you start transation in which you have put a break point, start debugging on(\h). add break-point at statement CALL CUSTOMER-FUNCTION.
    keep on pressing F7. You may reach to your exit if it come in way of executing you process.
    Could you mention for which functionality you have created using user exit, it will more easy to provde help.
    Regards,
    Amit R.

  • Smart form break point

    hi,
    i have kept break point in my smart form at any many places . but when i execute the smart form im unable to debug the code . its not stopping at the break points what could be the problem.

    Hello Mahammad,
    On activation, the smartform generates an function module.
    To debug a smartform ,after activation you have to got to Environment->function module name and from there get the automatically generated function module name of your smartform.
    Then goto SE37, and display the attributes of you function module.
    Get the program name from there under the general data tab.
    Then goto SE38, enter that program name and open it in dislpay mode.
    There in the program in its last include which would be of kind, (INCLUDE /1BCDWB/LSFxxxxxxxF01),contains the coding of the smartform.
    Now set the breakpoint in that include program and debug your smartform.
    Hope it helps you.
    Thanks Mansi

  • How many break points and watchpoints are allowed in ECC 6.0

    Hi,
    Can any one say how many break points and watchpoints are allowed in ECC 6.0

    Hi ,
    A breakpoint is a signal at a particular point in the program that tells the ABAP runtime processor to interrupt processing and start the Debugger. The Debugger is activated when the program reaches this point.Max 30 breakpoints we can use.
    There is a special kind of breakpoint called a watchpoint. When you use watchpoints, the Debugger is not activated until the contents of a particular field change ie...Watchpoints allow you the option of monitoring the content of individual variables.The Debugger stops as soon as the value of the monitored variable changes.You can use max of 5 watchpoints.
    Difference
    1. Break Point.
    At particular LINE of SOURCE CODE,
    the system will STOP there.
    2. Watch Point.
    If you want to interrupt a program when the contents of a field or structure change, use a watchpoint. You can set up to five watchpoints, including watchpoints for strings.
    (For this, we have to give some
    VARIABLE NAME & VARIABLE VALUE - with relational operator)
    When this CONDITION gets satisfied,
    (anywhere during the execution of the program),
    the system will AUTOMATICALLY STOP THERE.
    (EG when the value of matnr reaches the specified value)
    That is the purpose of WATCHPOINT
    (the system will WATCH it, like a dog)
    Please go through this link:
    Watchpoint Vs breakpoint
    http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm
    Like a breakpoint, a watchpoint is an indicator in a program that tells the ABAP runtime processor to interrupt the program at a particular point. Unlike breakpoints, however, watchpoints are not activated until the contents of a specified field change. Watchpoints, like dynamic breakpoints, are user-specific, and so do not affect other users running the same program. You can only define watchpoints in the Debugger. Watchpoints allow you the option of monitoring the content of individual variables.
    The Debugger stops as soon as the value of the monitored variable changes.
    In addition, conditions can be specified. The Debugger also checks whether such a condition is fulfilled.
    For more details...
    http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cd9e68c11d2b2ab080009b43351/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/f1/792442db42e22ce10000000a1550b0/frameset.htm
    If satisfied, rewards me..
    Kind Regards
    Yogesh

  • How to manually create layer breaking point for DVD9

    Hello, I was wondering if someone could please tell me how I would go about to manually set the layer break point for a DVD9 project that I burned onto 2 DLT tapes. The total size of the DVD is 6.3GB.
    I had used the "automatic" setting for burning the DLTs and sent them to a replicator. They came back saying that the layer 0 tape did not allow enough headroom for their Ripguard protection.
    I've always used the automatic setting and this is the first time I am asked to manually set it. SO now I need to figure out how I can put a certain amount of data on one DLT tape and the rest on the other DLT.
    I am a beginner at this so any help would be greatly appreciated.
    Thank you!

    Hi Eric,
    Unfortunately the information you have regarding RipGuard and the ability to copy RipGuard protected discs is a little outdated.
    Can RipGuard be broken? Yes, anything can be broken into, including the DoD Website by 14 yr old chinese students... but that doesn't mean there isn't value in protecting the DVD.
    Also, RipGuard is regularly updated, just like Antivirus software, so while older versions of RipGuard can be broken more easily, the latest versions of RipGuard are significantly more difficult to circumvent by existing software.
    But again, the point isn't to create the unbreakable 'holy grail' DVD copy protection, but rather to protect something of value.
    When you leave your house in the morning, do you close your front door and lock it? Of course you do, but why? So no one will break in. But do you think locking up your house is really going to stop someone from going around to the side of the house and busting out a window if they really want to get in? Of course it wont. If someone wants to break into your house, they will find a way.
    Same thing with DVDs. You lock your house because it provides a method of protection, a barrier to make it more difficult and to keep honest people honest. That's what RipGuard, or any copy protection software does.
    So the question isn't why would you protect your DVD, but rather why wouldn't you? In most cases if you prevent just a few illegal copies of your DVD from being ripped, it has already more than paid for itself.

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

  • How to put break point in the update routine

    I am trying to create a break point in update routine. I can do that in the start routine but I would like to know how I can include a break point in update routine in Q.
    Thanks

    Go to Monitor Screen of the data load -> Details tab -> data processing -> right click on Data Packets -> select simulation -> select update rules and give no.of records you want to debug and then system will display the code where you can debug by giving break points.
    Hope it helps..

  • Dual layer break point not working with 4.1

    Hi, I recently made a dual layered dvd in DVD SP 4.03. I set it to automatic, and OTP and unchecked the "seamless". All was well, I burned a couple DVDs no problem. Then, I got in the mail FinalCut Studio upgrade which upgrades DVDSP to 4.1. So I upgraded and then ran software update to get to 4.1.1.
    Now, the same project won't burn because it reports an error due to the break point, even when I set it manually, it won't work.
    Any thoughts?
    thanks

    A dialog box pops up and says "Formatting was not successful. A suitable marker could not be found in the required layer break range. See the DVDSP User's manual for more info."
    The log says the following "Compile Completed Successfully
    Warning: The file ‘BSGDISKTWO.layout’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘VOB_DATA.LAY’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Formatting finished.
    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."

  • Break Point doubt

    Hi All,
    I have a big doubt with "Break Point" in DVD DL.
    I have 9 videos, some of them are around 45 minutes and other around 5 minutes, I have 11 languages menu, and 1 main menu to choose the language.
    Right now I have the Break point in Automatic and when I burn a DVD DL to proof how this work in a DVD Player, this seen to be ok. I don't get any error message form DVD SP when I burn the DVD, and I couldn't find any problem in the DVD player neither.
    But I'm worry because I don't know if after doing the DLT the break point may give problems with in the replication company.
    With such amount of videos and menus , I don't know where I should put the "Break point" if I don't leave it in automatic.
    How can I know where is the right place?, Where DVD SP start to count the space of the information and where is the end?
    Thanks in advance
    Hugo

    Hugo
    Take a look here
    http://dvdstepbystep.com/markers.mov
    After you build to a folder (which it sounds like you did, in other words after you have a VIDEO_TS folder etc.) follow the above. The above movie shows what needs to be done (and where to look for the black markers) Note that there is no actual breakpoint in the above movie though)
    If there is no black marker you may ned to add more around the area where the break point should be. It may taake some work and place a few markers down until you find the proper spot. The project has to be built again though to see the black marker (if one exists)
    Some more threads and links to other threads (including the info above)
    http://discussions.apple.com/thread.jspa?messageID=3147573
    http://discussions.apple.com/thread.jspa?messageID=1466846
    http://discussions.apple.com/thread.jspa?messageID=4671267
    http://discussions.apple.com/thread.jspa?messageID=4916558
    http://discussions.apple.com/thread.jspa?messageID=4609543

Maybe you are looking for

  • Ctrl+Shift Pasting within Same Document

    So I dont know if this is possible, if its not, I'd like to request it be added to future releases I have an animation which requires all frames be on the same document, for example, if the animation was 50x50 pixels, and there were 10 frames, my doc

  • Capturing HDV from Canon XH-A1

    Hi, I'm new to the Canon XH-A1 and it seems there are a lot of questions out there about capturing HDV footage to FCE... So I'm going to add one more and see if anyone can help me out! I keep getting this message: "Capture Presets must have a video o

  • Generating Excel Sheet from Reports ......

    Hi, I want to generate reports both in Oracle Reports 6.0, as well as in Microsoft Excel. The simplest solution I thought was to generate the Oracle Report first and then, give a button on the report, which when pressed, can scan the data in the gene

  • Pressing the space-bar on a JTree results in TreeSelectionEvent.

    Hello, Have a JTree and a TreeSelectionListener that listens. If the focus is on the tree and most of keys are pressed nothing happens. However, if the focus is on the tree and the space-bar is pressed then the TreeSelectionListener.valueChanged(Tree

  • Ringtones-How do I get to Use the ringtones?

    Hi, First thank you for any help. I have purchased ringtones apps.I can see the apps in itunes and on my phone. One lot emailed the ringtones I chose with instructions on how to get them to itunes. This I would be able to do but as there isn't a fold