Debugging info req??

Hi
I need to ask is there any way,so that in my debugging if the itab hv 500 records,& i just want to test for
2-3 records,i can delete rest from my itab,& go ahead with the 2-3 records.
As i am facing a prob now,my itab is filled with 500 records,even i don;t want them,so i m trying to delete them,but now finding any way to delete at once.
if any one had any idea abt this..plz tell me?
regds

Hey guy,this is for them who not understand my prob?
i am testing the report,i am in debugging.
my itab is filled with 500-600 records,i don't hv time to testt all records,so i am thinking if this itab can be reduced with 2-3 records,i can test the report easily.
so am asking is there any way in b/w debugging that my itab can be redecused with the records of my choice.
i am in QAS,so i can even code,the only way left with me is to hardcode the vaules in DEV & than transport it to QAS,even its a quite long process,thuus i was seeking any help if i can do any thing with my itab in debuging only for the current QAS code.

Similar Messages

  • Debug info from ZAction not visible in log file

    Hi,
    i am trying to see debug info from my Z ActionClass in the log file. Debug messages from the standard actions from crm~avw applicaiton are visible. My ZAction is in the package com.customer and i have maintained this entry in VisualManager\LogManager in property SingleTraceFile_UnrestrictedLcoations. Part of the code is pasted below. Pls help.
    public class ZAction extends BaseAction {
          private static final IsaLocation log = IsaLocation.getInstance(ZAction.class.getName());
             public ZAction()
              public ActionForward doPerform(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
                  throws ServletException, IOException
                log.debug("Entered ZAction");

    Hi,
    I had also faced similar issue.
    Try giving this way.
    Give this inside the doperform
         IsaLocation log =IsaLocation.getInstance(com.sap.isa.core.BaseAction.class.getName());
    Hope this helps
    Regards
    Antony

  • System freeze / GPU Debug Info Start

    *What happens:*
    Aperture keeps freezing my mac, I can move my mouse, but can't click anything. Keyboard doesn't seem to work at all. From time to time I get a beach ball instead of regular cursor. Nothing help, need to reset with a power button.
    *When it happens*
    When I work with RAW files around 20MB in size (don't know how about JPEG, don't have any). Nothing fancy, regular adjustments or when I send photos to flickr.
    Log
    Looking at console log I found something like this (started when everything stopped).
    +kernel ** Device in slot: SLOT--1 **+
    +kernel ** GPU Debug Info Start **+
    +kernel 0x0000944a+
    +kernel 0x000000cb+
    Often Aperture becomes very slow. Sometimes it starts using my hard drive heavily and doesn't seem to stop even if I quit (I suppose it's some Aperture's background process, Aperture itself isn't showing in process list once I quit). Has anyone experienced something like this?

    Did you find a solution?
    This seems to be an increasingly common problem.
    I have an ATI RAdeon HD 5670 doing the same lock-up while background processes continue. However I do not use Aperture and I am sure this is not limited to a specific software app.
    Perhaps this happens to be when your system is most stressed or all your RAM is full. It can happen to me when opening several web pages in a Mozilla browser such as Firefox.
    OK I'll look in more appropriate forums now...

  • Generating Debug Info Setting in Weblogic Workshop (.work)

    Hi,
    I am using Weblogic Workshop ver 8.1.3. I need to set
    -g option during java compilation. I am using weblogic workshop (.work) file) for compilation. Could any one tell me what are the setting required for generating debug info while compilation.
    Thanx,
    Cleophus P.

    Hello Cleophus,
    What debug information are you looking for ?
    In 8.1, Workshop uses a proprietary compiler to compile Workshop resources.
    Cheers
    Raj
    BTW: the latest SP for Workshop 8.1 is Service pack 6

  • Debug info to log file

    G'day,
              I have jsp which I am attempting to write some debug info to the log
              using out.println(...) java statement.
              My question is how do I make it go to the weblogic log file as opposed
              to my html page ?
              Any help would be appreciated.
              Cheers
              Glenn Torepe
              

    Why can't you use ServletContext.log()? I've been using that all the
              time.
              John Salvo
              Nils Winkler wrote:
              >
              > That will not work. System.out.println will only go to the console
              > window, but not to the log file.
              >
              > You have to use the class weblogic.logging.LogOutputStream. AFAIK this
              > class is not documented, but you can use "javap" to get an overview.
              > Here's a quick example:
              >
              > ---
              > import weblogic.logging.LogOutputStream;
              >
              > // in some method
              > LogOutputStream los = new LogOutputStream("Test");
              >
              > los.error("Error in method");
              >
              > los.close();
              > ---
              >
              > This will log the text "Error in method" to the log file as an error,
              > "Test" is used as an additional identifier, like this:
              >
              > Fri Oct 06 12:17:38 EDT 2000:<E> <Test> Error in method
              >
              > Hope that helps,
              >
              > Nils
              >
              > On 9 Oct 2000 14:29:16 -0800, Dimitri Rakitine <[email protected]>
              > wrote:
              >
              > >Use System.out.println(...);
              > >
              > >Ian Grosvenor <[email protected]> wrote:
              > >> G'day,
              > >
              > >> I have jsp which I am attempting to write some debug info to the log
              > >> using out.println(...) java statement.
              > >
              > >> My question is how do I make it go to the weblogic log file as opposed
              > >> to my html page ?
              > >
              > >> Any help would be appreciated.
              > >
              > >> Cheers
              > >
              > >> Glenn Torepe
              > >
              > >Dimitri
              >
              > Nils Winkler
              > iXL, Inc.
              > [email protected]
              

  • Release with debug info

    In general, is it proper to release an official distribution with debug info, i.e., compile with -g option? is there a standard on this?
    Thank you
    J.L.

    From my point of view from having worked in a department where we often got 3rd party code...
    This is a customer service issue. If you leave the debug info in, then it will be easier for us (the customer) to understand what's going on when something breaks, and it will be easier for you to fix it.
    You shouldn't remove the debug info unless you're 100% confident that the code is flawless (and you should never be so confident).
    Similarly, you shouldn't obfuscate code unless the documentation is 100% complete. Some vendors are paranoid about their code being stolen, but most people decompile as an aid to understanding what they've purchased, not to steal it. Obfuscation reduces the usability of the product, and creates a hostile vendor/customer relationship.
    Well, I've digressed a bit. The point is that unless there's a very strong reason otherwise, the customer service aspect trumps it and you should leave the debug info in.

  • Debug info unavailable for web services

    I've run into an interesting problem. I'm trying to remote debug a web service
    I've deployed on wls 7. I can connect to the server, place breakpoints, and step
    through the code, but there isn't any information available (objects, stack, etc).
    It just says debug info unavailable. Thing is, there is another application deployed
    in which I can see all the debug info. Yes, they're both compiled with debug info
    turned on.
    I originally thought that a difference in deployment might be an issue, since
    one is deployed as a directory, and the other as an ear file, but deploying them
    both as a directory didn't seem to help. Does anyone have any idea?
    My debugger is the one included in intellij idea...
    --pete

    mrbean wrote:
    I've posted some questions about this already, but this one comes at it from a different angle.  I need to establish a secure link between a client and server using SSL (TLS actually).  I have to develop the client side, and another company has already created the server side.  Although I have a million questions about the client side, my question concerns the server side.
    Can I (using the instructions found in the whitepaper entitled, Setting up SSL of Web Services in LabVIEW 2009) setup a LabVIEW server on the same PC so that I can test my client.  I just want to debug my handshaking code, and verify that I can setup a secure link.  I'm not sure how I'll know just yet, but I'm wondering (until I get the 3rd party server) if I can do it all locally to accelarate testing.
    One can only guess what could go wrong when MrBean does LabVIEW!  (The TV Character, not the user, of course.)
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Broken Table - Debug Info

    Hi All
    When I edit a page the tables are breaking, I think its
    becuas eof the debug info and scope variables being displayed as
    well. I have turned debug info off in CF admin but it still
    continues. Any ideas why?
    Many Thanks

    I am having the same issue.

  • [svn] 4286: Bug: BLZ-282: added property name to debug info for Map serialization

    Revision: 4286
    Author: [email protected]
    Date: 2008-12-10 18:29:26 -0800 (Wed, 10 Dec 2008)
    Log Message:
    Bug: BLZ-282: added property name to debug info for Map serialization
    checkintests: pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-282
    Modified Paths:
    blazeds/trunk/modules/core/src/flex/messaging/io/amf/Amf3Input.java

    Guo,
    I see a question mark in the sql statement, instead of the Oracle-style bind parameter notation which would be ":1". Can you change your VO to use Oracle-Style bind params and see whether it works?
    Steven Davelaar,
    JHeadstart Team.

  • 2011 13 MBP i5 ***debug info for apparent hang in main graphics engine ***

    *debug info for apparent hang in main graphics engine *
    console is giving me this message and it is affecting my MBP's ability to wake from sleep correctly. I get either a dark screen or scrambled graphics and have to hold the power button to re-boot.
    (I do have an external display hooked up to the MBP, this was never an issue with all my past Macbooks.)

    My 15" MBP 15 Core i7 has the same problem. Spoke with AppleCare and tried resetting to power management unit and the PRAM; no improvement. Also tried reinstalling the 10.6.7 'early 2011 macbook pro' update - still no change.
    Each attempt at waking from sleep produces a series of the same error messages in Console. Here's the full series:
    kernel WaitForStamp: Overflowed waiting for stamp 0x70ed on Main ring: called from
    kernel timestamp = 0x70eb
    kernel ** Debug info for apparent hang in Main graphics engine **
    kernel ring head = 0x00200eb4, wrap count = 0x 1
    kernel ring tail = 0x000010e0 ring control = 0x00003801 enabled, auto report disabled, waiting, semaphore not waiting, length = 0x004 4KB pages
    kernel timestamps = 0x70eb
    kernel Semaphore register values:
    kernel VRSYNC: (0x12044) = 0x70eb
    kernel BRSYNC: (0x22040) = 0x0
    kernel RVSYNC: (0x 2040) = 0x0
    kernel BVSYNC: (0x22044) = 0x0
    kernel RBSYNC: (0x 2044) = 0x0
    kernel VBSYNC: (0x12040) = 0x0
    kernel Looks like Main ring is stuck waiting on an event
    kernel After attempt to clear wait condition = 0x00003001 no longer waiting
    kernel kIPEHR: 0x2000000
    kernel kINSTDONE: 0x882fbb
    kernel kINSTDONE_1: 0x2308a3f
    Re-sleeping and re-waking the machine occasionally lets the screen come back on.
    The machine itself is running; I can ssh into it from another computer.
    I tried disabling hibernation, too (http://danwarne.com/how-to-turn-off-slow-sleep-hibernate-mode-on-a-macbook-pro/), with no change.
    Anyone with new information on the issue? Going to take it to the Apple Store, I suppose, once I have time...

  • Real time debug info by usb cable?

    Hi all,
    i've been developing applications for j2me enabled phones and found Midway's application (for Motorola phones) "debug log" feature amazing. You can see all kind of info, messages generated during the midlet download and installation on the phone, and the proccess followed during http connections, for example.
    I've used it for the V550 Motorola's phone, but now im using a Nokia 6230.
    Does Midway work for cell phones other than Motorola (i've tried a bit without result)? Or does anyone know if there is a similar application for the Nokia's phones?
    thanks in advance.

    All the manuals are listed at the head of the thread.
    https://discussions.apple.com/community/wireless/time_capsule?view=overview
    The TC cannot connect to the computer by USB.. it is network device.. it only connects by ethernet or wireless.. usb is for external drive or printer.

  • Module pool domain text display info req?

    hi
    i had an req to show a filed MATNR on a screen in module pool pgm,there shd be a i/p filed for material,user can select the material from the list of available materials,along with the test to be displayed for the filed next to material nos.
    the list of mateiral is based on the login user name.
    i am able to display the material list,but text is not coming.
    pls tell me how to show the text next to matnr no. in list.
    i had used the code:
    loop at itab_carrid.
        clear:text.
        CALL FUNCTION 'ADS2KIPBRO_GET_DOMAIN_TEXT'
          EXPORTING
            E_TABLE          = 'MARA'
            E_FIELD          = 'MATNR'
            E_VALUE          = itab_carrid-matnr
          IMPORTING
            I_TEXT           = text
          EXCEPTIONS
            ILLEGAL_INPUT    = 1
            DOMAIN_NOT_FOUND = 2
            OTHERS           = 3.
        IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
        move text to itab_carrid-text1.
        modify itab_carrid transporting text1.
      endloop.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield        = 'MATNR'
          value_org       = 'S'
        TABLES
          value_tab       = itab_carrid
        EXCEPTIONS
          parameter_error = 1
          no_values_found = 2
          OTHERS          = 3.
      IF sy-subrc <> 0.
      ENDIF.

    hi
    tell me,if i made a i/p field on screen from the data variable declared in my program
    like :data:actvt(3) type c.
    than on layout of screen:I/P filed-actvt.
    now i want to provide the f4 to this.i had written the POV for the filed,the data is there in itab,but not poping out.
    code:PROCESS ON VALUE-REQUEST.
      FIELD ACTVT MODULE create_dropdown_box.
    TYPES: BEGIN OF type_carrid,
             actvt(3)  type c,
             text1(40) type c,
           END OF type_carrid.
    DATA: itab_carrid type Type_carrid occurs 0 with header line.
       itab_carrid-actvt = '001'.
        append itab_carrid.
        itab_carrid-actvt = '002'.
        append itab_carrid.
        itab_carrid-actvt = '003'.
        append itab_carrid.
        itab_carrid-actvt = '004'.
        append itab_carrid.
        itab_carrid-actvt = '005'.
        append itab_carrid.
        itab_carrid-actvt = '006'.
        append itab_carrid.
        itab_carrid-actvt = '007'.
        append itab_carrid.
      endif.
      clear:itab_carrid.
      loop at itab_carrid.
        clear:text.
        CALL FUNCTION 'ADS2KIPBRO_GET_DOMAIN_TEXT'
          EXPORTING
            E_TABLE          = 'YLOGON1'
            E_FIELD          = 'ACTVT'
            E_VALUE          = itab_carrid-actvt
          IMPORTING
            I_TEXT           = text
          EXCEPTIONS
            ILLEGAL_INPUT    = 1
            DOMAIN_NOT_FOUND = 2
            OTHERS           = 3.
        IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
        move text to itab_carrid-text1.
        modify itab_carrid transporting actvt text1.
      endloop.
      clear:itab_carrid.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield        = 'ACTVT'
          DYNPNR          = SY-DYNNR
          DYNPPROG        = SY-REPID
          value_org       = 'S'
        TABLES
          value_tab       = itab_carrid
        EXCEPTIONS
          parameter_error = 1
          no_values_found = 2
          OTHERS          = 3.
      IF sy-subrc <> 0.
      ENDIF.
    plz tell me how to pop out this help in screen.

  • SAP Script info req to print new line iten on new page

    hi
    i had an req to print the list of MATNR & KUNNR on script,but the req is like this,at NEW MATNR,the script shd start with new page,say,if there are 5 MATNR,2 are same & 3 are same with diff KUNNR.
    On first page:2 MATNR shd be printed
    On Second Page:3 MATNR shd be printed & so on each time on new page...
    Please tell me how to do it,in window MAIN,how shd i wirte code for this?
    regds

    hey,
    Check this,
    First in your print program call FM 'START_FORM'.
    Then call FM 'WRITE_FORM'
    After this call FM 'CONTROL_FORM' :
    CALL FUNCTION 'CONTROL_FORM'
    EXPORTING
    command = 'NEW-PAGE'
    EXCEPTIONS
    UNOPENED = 1
    UNSTARTED = 2
    OTHERS = 3
    IF sy-subrc 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    At last call FM 'CLOSE_FORM'.
    By using FM control_form and passing parameter 'NEW-PAGE' you will get one new page even thow if content of ur main window of previous page is not exceeding..
    hey call new-page for every new matnr
    Regards,
    Midhun Abraham
    Edited by: Midhun Abraham on Oct 11, 2008 8:47 AM

  • FBL1N Transaction, Info req.

    Info about
    Posted: Dec 22, 2005 6:00 PM        Reply      E-mail this post 
    Hi,
    Presetnly I am working with FBL1N Transaction.
    Vendor Line Item Display.
    I would like some one to elaborate on that the usage of this transaction FBL1N.
    Actually when I am passing the Vendor A/c it should be posted to WBS element, but it is getting posted to cost center .
    Can some one help on this issue.
    Thanks in Advance,
    Irfan

    Hi,
    I am entering the vendor code and company code, after
    wards I am selecting Clear Line Item Selection,
    Then I am selecting Normal Line Items, then executing it,
    After the execution I am clicking on Assignment where I particularly clicking on an Assignment and then Display,
    After display I am clicking on Document Overview,
    I am seeing the expenses are getting posted to cost center not to the WBS element.
    Could you please further advice on this.
    When I am passing vendor code it is should be posted to  WBS element,But in some case it is getting posted to Cost Center and some cases it is getting psoted to WBS element.
    Actually as per our requirement it should be posted to
    WBS not to cost center , Could you please advice further on this issue.
    Thanks In Advance,
    Regards,
    Irfan Hussain

  • Using JavaCompiler Class for Debugging Info Only

    Hello everyone,
    Before I get started into the problem, I'll tell you what it is I'd like to do. I'm building an educational applet that'll allow students learning Java programming to write code on a Web page. My goal is to simulate a compiler environment without having it actually compile code (i.e. I want to tell them if there are any syntactic errors in their code). I've searched around the Web quite a bit for how to do this, and I thought I had something by using the JavaCompiler class. It works perfectly in a command-line version I've developed, but in the applet, when I invoke the compiler, the applet freezes. I've isolated it to the compiler call itself. Here is the init method (yes, I know it's a better idea to do the hard work and GUI building in a separate class; but right now, I'm just checking if it all works).
    @Override
    public void init()
    output = new JTextArea(5, 30);
    this.getContentPane().add(output);
    PrintWriter out = new PrintWriter(new TextAreaWriter(output));
    out.print("Hello!");
    JavaCompiler compiler = ToolProvider.getSystemJavaCompiler();
    String program = "class Test{" + " public static void main (String [] args){"
    + " System.out.printl (\"Hello, World\");"
    + " System.out.println (args.length);" + " }" + "}";
    Iterable<? extends JavaFileObject> fileObjects;
    fileObjects = getJavaSourceFromString(program);
    compiler.getTask(null, null, null, getOptions(), null, fileObjects).call();
    If I exclude the bold line of code, the applet runs. Otherwise it hangs and does nothing. I imagine this has something to do with the execution environment, permissions, etc. If you'd like to see more of the code I'm using, let me know.
    My questions are these: is there an easier way to go about this? Is there a way to invoke the compiler to get its output only, WITHOUT directly compiling a class? Is there a Magic Library designed for this that I've somehow overlooked? I know JDB only works on already-compiled class files; there's a tool called Checkstyle that seems to be more for formatting and subtle issues of style (hence, the name) than actual error checking (not to mention, it requires compiled code as well).
    Any thoughts would be greatly appreciated, all. :) Let me know if you need more info.

    >
    I checked the console after the freeze; it's handing me a NullPointerException for that line, which would be understandable except all of the arguments to call() can deal with null values. ( http://download.oracle.com/javase/6/docs/api/javax/tools/JavaCompiler.html )
    From the javadoc for ToolProvider.getSystemJavaCompiler():
        Returns:
            the compiler provided with this platform or null if no compiler is providedSo it's definitely possible that compiler.getTask(null, null, null, getOptions(), null, fileObjects) returns null.
    Indeed that's what I would expect from a browser's JVM (which includes only a JRE, and not a JDK).
    Edited by: jduprez on Apr 29, 2011 2:56 PM
    Ah, ah, I missed your latest edit while I was reading the API Javadoc :o)
    Glad you found out!

Maybe you are looking for

  • Is there a way to delete multiple pictures at the same time from the iphone4s?

    Is there a way to deleter multiple pictures at the same time, from my iphone4s? I know how to delete one at a time. Thanks

  • QM steps for customer return material (mvt 655)

    Hi Qm Guru When material return from customer due to some defect (material defect some reason like moisture or rain).then material comes in quality inspection. As for example after Return from vendor (movement type 655)  material comes in quality ins

  • Can I embed fonts in exported Word docs in 09

    As it says. Can I embed fonts in an exported DOC type document, in Pages 09, or 5.2 for that matter? thanks

  • Cisco ISE integration with AD fails

    Cisco ISE Ver: 1.1.2.145 Windows : Win 2003 Server I am attempting to integrate ISE with AD, but ISE won't join AD and joining attempts fails, though I am able to add same domain as external LDAP identity store ? 1.user used to join the domain has ad

  • Amazon and FaceBook not showing images

    I had a software issue and had to wipe my macbook. Since then, Safari will occasionally not show images on Amazon and sometimes FaceBook. Usually a clean of the history will fix it but sometimes it doesn't. I am not running any extensions and everyth