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

Similar Messages

  • SAP CRM ISA for B2B B2C How I can set customize error page in SAP J2EE 6.40

    Hi,
    I am trying to change default error mesaage which is comming from SAP J2EE engine in SAP CRM ISA B2B and B2C application.
    I want to set different customize error(400, 401,403,500 etc..) pages designed in HTML in B2B and B2C of SAP CRM ISA application.
    If any one has any idea how to do it pl. let me know.
    Thanks.
    Ashish Patel.

    Hi,
    Except for the application error pages you should also keep in mind that some error pages are generated by SAP Webdispatcher - presuming you are using one in front of your J2EE-Engine 
    You find some information about this type of error pages under  <a href="http://help.sap.com/saphelp_webas630/helpdata/en/f6/3c0b0389cea34ba66f10d62b718a1a/frameset.htm">help.sap.com</a>
    Best regards,
    Frank

  • How i can set date in a tabla sap?

    Hi all,
         I'm working in a proyect where i like do a Sales order with a aplication web, in Sap Netweaver developer studio, and i use the bapi: "BAPI_SALESORDER_CREATEFROMDAT2".
    First i have:
    JCO.Structure Tb = function.getImportParameterList().getStructure("ORDER_HEADER_IN");
                   Tb.setValue("ZNAC","DOC_TYPE");
                   Tb.setValue("1000","SALES_ORG");
                   Tb.setValue("10","DIVISION");
                   Tb.setValue("10","DISTR_CHAN");
                   JCO.Table Tab = function.getTableParameterList().getTable("ORDER_ITEMS_IN");
                   nfilas=Tab.getNumRows();
                   for(int i=0; i<nfilas;i++){
                        Tab.setRow(i);
                        Tab.setValue("000010","ITM_NUMBER");
                        Tab.setValue("201311630P05000032","MATERIAL");
                        Tab.setValue("10","TRAGET_QTY");
                   JCO.Table Tab2 = function.getTableParameterList().getTable("ORDER_PARTNERS");
                   nfilas=Tab2.getNumRows();
                   for(int i=0;i<nfilas;i++){
                        Tab2.setRow(i);
                        Tab2.setValue("AG","PARTN_ROLE");
                        Tab2.setValue("100003","PARTN_NUMB");
    Second execute the function:
    mConnection.execute(function);
    But the result isn't not equal that the result that i get if i have it in SAP with same value. In the table "Return" that it's where is the result isn't equal.
    Any idea?
    Thank's
    PD: Excuse me for my english

    Hi,
    The only change which I can suggest by looking at code is to modify the line below
       Tab2.setValue("100003","PARTN_NUMB");
    to
       Tab2.setValue("0000100003","PARTN_NUMB");
    As the Partner Number Length is "10" in the table ORDER_PARTNERS, it may help if u pad it with zeros.
    Regards,
    Naresh

  • How I can set the Non-standard option of -Xmxn of jvm

    Hi there,
    Can any one tell me how I can set the Non-standard option of -Xmxn of jvm (setp by step).Iam using Sun's jvm(jdk1.2.2).Iam facing a error(java.lang .OutOfMemory).I want to set the maximum size of the memory allocation pool.Any help will be highly appreciated.
    Thanks for ur valuable Time
    Bikash

    you can use the following sample options to specify memory size.
    EX:java -Xms128mb -Xmx512mb myClassFile

  • How to place a break-point in update rules

    Hi All,
    Can any one let me know how to place a break-point in update rules. I used the hard code BREAK-POINT in the code, but it did not work out. After placing the BREAK-POINT in the update rules code, I executed the info package and the load was successful. In order to go into the debug screen can any one let me know the procedure.
    Regards,

    Hi,
    In the monitor screen goto "details" tab and under the "Processing" select the option "Data Package 1" and right click over that you can find an option simulate update.
    In that select the option "Activate Debugging in Update rules" and select "Perform Simulation".
    You can search for your code using the option ctrl+F and double click the code over there.
    now the breakpoint is set.
    Hopr this helps.
    Regards,
    K.Manikandan

  • How i can set the selected item of a dropDown component from java code

    Hi
    Thank you for reading my post
    How i can set the slected item of a DropDown component from backing beans java code ?
    it is binded with a database , so one field determine its display and one other field determine its value , I want to set the selected item of this combobox
    In back code i have both value and display values to use them .
    can some one give me some help ?
    Thanks ,

    See code sample 3 at http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/helloweb.html
    See also, the selection components row in the table under http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/helloweb.html
    It says
    One way to preselect items is to call setSelectedValue(Object[]) or setSelectedValue(Object) from the prerender() method. You pass in the return values of the items that you want preselected. Be sure to verify that getSelected() returns null before setting the default options, or you will overwrite the user's selections on a post-back.

  • I have family plan of 5 iphones and all them have the same apple id, the q. is how I can set each one with their own apple id? please advise...

    I have family plan of 5 iphones and all them have the same apple id, the q. is how I can set each one with their own apple id? please advise...

    See How to Stop Sharing an Apple ID.
    (Note that I am affiliated with that site, and some pages contain ads).

  • How we can add custom field in standard report 2kee.

    Hi,
    How we can add custom field in standard report 2kee.
    I need one extra field to add in 2kee report for the same is there any customization req.
    Regards
    Ravi

    Ravi,
    Which extra field do you want to add or see?  Without specifying the field, it is difficult for one to tell you precisely whether you need a custom field or just change the layout to get the standard one.
    There are so many fields which exists but are not displayed when you execute 2KEE. You need to change the layout selections to your preference.
    Nonetheless, if the field you want to add does not already exist, then yes you can do customization.  Is there a customization requirement? No. But remember, you are making changes to SAP Standard program which will no longer be supported by SAP should in the case an issue arise in the future related to this very program.
    Have your abaper add the said field in the program or why not just create a query to pull the report?
    Elias
    Edited by: Elias Akorli on Sep 18, 2009 9:02 PM

  • How i can set size of editor at runtime?

    dear all,
    How i can set size of editor at runtime?
    The size of editor is good when I run form on windowX but so small on web . why? have any body call tell me how i can do?
    thank for advance

    Hi there,
    You can use the builtin EDIT_TEXTITEM.
    You can pass x-pos, y-pos, width and height as parameters to that.
    Hope this helps

  • How i can set dropDown item to 6th item from java code ?

    Hi
    Thank you for reading my post.
    how i can set dropDown item to 6th item from java code ?
    i have the value field of database and i can use it to set selected item of DropDown.
    so : can i use value field to set the selected item ?
    Thank u.

    Hi,
    Please go through the following thread which discusses about setting teh selected item for a dropdown:
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=50697
    Hope it helps
    Cheers
    Giri

  • Hi - I need help. I would like to use my old iPhone 3 as an iPod for music only. Problem is that my phone is locked with a password I can't remember. I havent used the phone since I got my iPhone 4. Anyone who know how I can reset the phone to standard?

    Hi - I need help. I would like to use my old iPhone 3 as an iPod for music only. Problem is that my phone is locked with a password I can't remember. I havent used the phone since I got my iPhone 4. Anyone who know how I can reset the phone to standard installation or just get acces to the phone. There is no SIM card in the phone.

    Hi Lawrence,
    Thanks for your prompt response, however I have first seen it now. I have placed an active SIM card in the iPhone turned it off and on. It now says SIM locked, please write access code. The problem is I don't remember the password. When I connect it to iTunes it tell me that I have to write the password before it can be used with iTunes...... Do you have any good ideas? I see you are from the NYC area.... used to work there back in the early 90´   Those were good days..... What a City

  • How I can set the spelling language in Pages for iPad?

    how I can set the spelling language in Pages for iPad? may for german...

    how I can set the spelling check to other language in Papers/iPad?
    The only choices you have in the iPad itself are to change the keyboard or change the user interface language. If that doesn't do what you want, probably best ask the people who make Papers.

  • Hi there, I want to know how I can set a password before I can purchase anything so I don't accidentally purchase something. Any suggestions?

    Hi there, I want to know how I can set a password before I can purchase anything so I don't accidentally purchase something. Any suggestions? Thanks

    Settings > iTunes & App Stores > Apple ID ...
    Sign in, and, if you like, change your password there by clicking your Apple ID again after signin.

  • I don't see the AirPlay button on the bottom right of my iTunes (v 10.6.3) window. Does anyone know why and how I can set it up? Thanks!

    I don't see the AirPlay button on the bottom right of my iTunes (v 10.6.3) window. Does anyone know why and how I can set it up? Thanks!

    You do not have to have an Apple TV, but you should have an AirPlay capable speaker on your network.

  • How I can set Leopard to use the color management mixture that Tiger uses?

    I have recently bought a new Mac with Leopard installed. My old Mac is running Tiger. Unfortunately the color management default settings in Leopard are different than in Tiger, so this is completely messing up my calibration. Can somebody please tell me how I can set Leopard to use whatever color management mixture that Tiger uses? - Thanks.

    I already have set FF to No Proxy. This made FF work again, but not any of my other internet programs, programs that don't have the option to set to no proxy, they rely on the system settings. So I need to know how to reset my system settings back to their default values. This will allow all my net progs to access the net again, including FF using the Use System Settings option. Since FF has an option to use system settings, this is a somewhat FF related question. I need to get all my net programs working again, not just FF! And, if my system settings are restored, FF will work using the system settings, and all my other progs will work too.

Maybe you are looking for

  • ITunes 7.7, Windows Vista, 80GB iPod classic issues...

    Since installing iTunes 7.7, I have been unable to anything with it. When I connect my iPod, it freezes iTunes, and subsequently the rest of my system. At one point, iTunes recognised my iPod, but told me that I had to reset it to factory settings. W

  • My iPod 4th generation isn't working as it should be

    Ok so, I've had my iPod 4th generation, version 6.1.6, 32GB, for about 2 years now, and it WAS completely fine.. But then it started getting slower and slower until some apps started crashing, I thought it was normal at first, thinking it was just be

  • Premiere CC slow load time

    All our editing machines are all fast 16 core with 500mb/sec SSD drives. CS6 always loaded fast in a couple seconds. Now with the CC version it takes a very long time. It pauses for a couple seconds, then the cc windows comes up and it sits there for

  • The iTunes Store is broken in iTunes 10.7 after OS 10.8.3 update

    Yesterday I updated both my Mac Pro and 17" MacBook Pro with the recent 10.8.3 OS update, and today the iTunes Store displays like primitive HTML with no images. Anybody else seeing this? 

  • IMac monitor mess

    The week for before Christmas 2005 I got a new iMac G5 iSight. From the first boot the monitor sucked--staticky, multiple docks, triple finder menus, etc. After about 30 seconds the screen problems stopped and the Mac behaved as it should. I took it