Looking for values in memory in debugging mode

Hi,
I have the below submit statement in my program:
submit rm07mlbd
         with werks eq w_werks
        exporting list to memory and return.
How can I see the list exported to memory in debug mode?
As I donot have change authorisation, I cannot edit program to Display the list.

Double click on it in debugger?

Similar Messages

  • Looking for JDK binary compiled with debug info

    For some reason JTree.startEditingAtPath() is not doing what I expect, and I'd like to step through the JDK code to see what's going on. Back with Java 5 there were debug builds of the JDK that would let me do this. I've been searching, but cannot find the equivalent for Java 6. Are there still debug binaries out there I can grab (and not have to compile the JDK myself)?

    JDK is open source. Just get the source and step through it in your debugger.

  • Filter looking for values based on other values

    Hi, is it possible to create a filter that returns items from the cache based on some criteria of other items in the cache.
    E.g. suppose I have a cache containing cars. I would like to create a filter that filters out all blue cars, but only if the cache also contains a red car.
    Best regards
    Jan

    Hi Jan,
    it is doable in a single pass in an aggregation, but it will not be too efficient for cases where no red cars exist.
    The problem is that in case of a partitioned cache, it is possible that there is a single red car in the cache on a separate node from the blue cars. In this case the blue cars should be returned. However it is also possible that there is no red car in the cache.
    In this example the nodes with the blue cars from the previous example won't be able to distinguish the two cases from one another based on only their own data. Therefore they have to return the blue cars, and let the client throw away all data based on whether the existence of a red car was indicated.
    If red cars are an unlikely event, it is better to first query (or aggregate for minimum traffic) for the existence of the red car, and only if it exists, then query for blue cars.
    If red cars are a probable event and having as few roundtrips to the cache as possible is more important then efficiency, then it is probably better to just (in parallel) aggregate the blue cars and indicate whether a red car exists on that node or not.
    For aggregations and particularly for parallel-aware aggregations, you can look at the following page:
    http://wiki.tangosol.com/display/COH34UG/Provide+a+Data+Grid#ProvideaDataGrid-DataGridAggregation
    Best regards,
    Robert

  • Looking for T1 T2 memory command ?(K8N NEO2 Platinum NFORCE ULTRA)

    Is there a way to access the T1 T2 memory command on my board? its not in the bios..... THX

    Quote from: Gh0sT on 30-April-06, 05:50:27
    Live update using a floppy....this is my 3rd MSI board and ive done the same on all with never a problem to date...I just thought the 1.80 was new enough to have all the changes...excect the usb 2.0 update...
    SanDiego 3700 is fully supported from 1.B , thats why 1T/2T isn't coming up as a choice if using an older one (2T is set as default) .
    Other than that the 3700 runs fine with 180 .
    Edit:
    Btw 1C bios isn't offered via liveupdate (only 1B).
    If you wan't 1C based BIOS you have to get it manually and flash manually with your own made boot bios disk of winflash 1.76 .
     

  • I HAD AN EXTERNAL WIRELESS HARD DRIVE, I NO LONGER USE IT, BUT MY IMAC AT START UP CONTINUES TO LOOK FOR IT. IS THERE ANY WAY TO DELETE IT ?

    I HAD AN EXTERNAL WIRELESS HARD DRIVE, THAT I DO NOT USE ANY MORE, BUT MY IMAC KEEPS LOOKING FOR THE HARD DRIVE AT STARTUP. IS THEIR ANY WAY TO DELETE IT, SO IT WONT KEEP LOOKING FOR IT ?

    Boot in safe mode.
    Log in and see whether you still have the problem. If you don't, it's caused by one of your login items or a system modification that loads at startup or login.
    If the problem isn't resolved that way, other possible causes are references in the iPhoto, iTunes, or iMovie library pointing to the server, and bookmarks in the Preview application
    See Connection Failed, Server Does Not Exist.

  • Debug mode for WD app in CE 7.1 EHP1

    Hi experts,
    I need to debug a WebDynpro application that I have created in my CE7.1 EHP1 environment.
    In the config tool for the Java instance, I have set "Debug Mode" to true and checked the "Enable Debug node" checkbox.
    I restarted the server after this and in SAP MMC Snap In, found that the server0 is running and the Debug column also shows a stauts of Switched on(<<port number>>)
    When I try to create a new Debug Configuration using the Debug Dialog in NWDS, I select SAP Application and attach the appropriate WD app to the configuration.
    At this point, the server instance is automatically selected, but I get the following error message:
    Runtime: No debuggable node available. Open a debug session in SAP Management Console first
    What might I be missing?
    Regards,
    Puja

    Hi guys,
    about one year later I had the same problem as Puja Malhotra.
    Gopala Krishna gave the correct answer but unfortunately he missed to offer the suitable help. So I will catch up
    You have to set the values "debuggable", "debug mode" and "debug port" with the Config Tool to edit the JVM Settings for a Specific Instance.
    Have a look at:
    [http://help.sap.com/saphelp_nwce71/helpdata/en/39/7796e0a7be604ab63c2924045710a8/content.htm]
    After restart it should work!
    Best regards

  • Debug mode and for (n in object) loop

    Hi,
    I have a for next loop to read all my xml nodes into an
    array. Funny
    (not) thing is that it looses one node when I run my loop in
    debugging
    mode. I know there are some problems with the debugger but
    this one is
    new to me.
    Does the debugger have any influrence in stepping through all
    elements
    of an object with a for..in routine?
    My code:
    xmlData = this.childNodes[1];
    for (n in xmlData.childNodes){
    obj = xmlData.childNodes[n];
    obj.attributes.value != undefined){
    // !!breakpoint in the next line ...
    if (obj.attributes.value != undefined){
    _global.strary[obj.nodeName] = obj.attributes.value;
    trace("node " + obj.nodeName + " " + obj.attributes.value);
    }else{
    trace("!node " + obj.nodeName + " " + obj.attributes.value);
    Thanks for any info ..

    There were one line too much the code looks like this. But
    the problem
    is still there:
    xmlData = this.childNodes[1];
    for (n in xmlData.childNodes){
    obj = xmlData.childNodes[n];
    // !!breakpoint in the next line ...
    if (obj.attributes.value != undefined){
    _global.strary[obj.nodeName] = obj.attributes.value;
    trace("node " + obj.nodeName + " " + obj.attributes.value);
    }else{
    trace("!node " + obj.nodeName + " " + obj.attributes.value);
    I tried to simulate the same with an array but the problem
    didn't occur.

  • Is there a debug mode for Presenter SWF published to a custom LMS?

    I've implemented a simple LMS interface (API_1484_11) in JavaScript on the page that loads the SWF generated by Presenter. The SWF is playing fine, and it appears to call the API_1484_11.Initialize() method, but then doesn't call any of my Commit(), GetValue(), or SetValue() methods. Weird thing is that is used to work fine, and I can't figure out what I changed that would break it.
    In my Presenter presentation, the Quiz Manager settings have these reporting options:
    - LMS set to SCORM (Manifest set to 2004 type)
    - Report data set to quiz results and slide views
    - Pass or fail set to report complete/incomplete
    - Score set to report as percent
    - Level set to report interactions and the score
    Is there any way to tell the SWF to run in a debug mode so it will provide some sort of information or feedback about what it is doing regarding the LMS interface?

    Ugh. So I quit out of my browser and restarted, and now the Presenter Flash is communicating with my mini-LMS interface properly. After Initialize() it calls getValue() and asks for cmi.location, cmi.score._children, etc. values. I think I've seen this happen before, where if I accidentally have two windows with a Presenter Flash object in them, they both stop working with the LMS API until I quit and restart my browser. (I'm on a Mac with Firefox but have seen this on Windows with IE, too, I think.)
    But still, I'm wondering if there are any debugging tricks with the Presenter Flash object... or any API documentation for it?

  • Problem viewing cursor value in debug mode

    Hi eveybody!
    I'm French and new here.
    I know some topics deal with my subject but I don't really understand.
    Here's my environnement :
    Win2000 / ORA 9iR2 / SQL DEVELOPPER 1.0.0.15.57
    As some people say when i'm in debug mode (after compiling my procedure PL/SQL for debug) I can't see any value of my cursors !
    Ex :
    CURSOR cur IS
    SELECT COL1, COL2
    FROM TABLE1;
    v_cur cur%ROWTYPE;
    For v_cur in cur
    Loop
    If v_cur.COL1 = 'toto' then
    'do something' ;
    End if;
    End Loop;
    When I run this step by step in debug mode I can't see the data of my cursor in the data or smartdata pane.
    The values of my cursor is allways null !
    I guess I'm not the only one to see that bug.
    My question is should I wait a new release of sql developer or is there any solution for this problem?
    Anyway I want to congratulate the developers team who create this tool which is fabulous! It makes me forget TOAD and it's totally free.
    Thanks a lot for this job.
    Greg

    Here is a piece of code I use:
    CREATE OR REPLACE PROCEDURE sm_list AS CURSOR emp_cursor IS
    SELECT d.department_name,
    e.last_name
    FROM departments d,
    employees e
    WHERE d.department_id = e.department_id;
    emp_record emp_cursor % rowtype;
    BEGIN
    FOR emp_record IN emp_cursor
    LOOP
    DBMS_OUTPUT.PUT_LINE(emp_record.last_name);
    END LOOP;
    END;
    With this example, I agree, the smart data is null. Logged a bug. However, note that I do see values in the data tab and can modify and watch these values.
    When using cursors I've been looping and then fetching into cursor records, i.e.:
    FETCH emp_cursor
    INTO emp_record;
    emp_tab(i) := emp_record;
    and then the values display in the Smart data and data tabs.
    Sue

  • I looking for a transaction for debug the IDOCS

    Hello friends,
    I looking for a transaction that allowed me to debug the IDOC´s when the direction is only 1 (Outbound),  for ex. for IDOC´s has direction 2 (Inbound) I used the WE19 transaction, and to choose the "Inbound Function Module" button and I take the "Call in debug mode" checkbox,
    Can you tell me if exist another program for this?
    Thanks in advance,
    David

    Hi,
    IDocs are processed by a function module, which are mapped against in table EDIFCT. When you process an IDoc with BD87 you can have a breakpoint in the function and it will stop. For outbound processing it depends on which program is sending the IDoc. For transactional data like purchase orders, the IDoc is created via RSNAST00 which in turn calls a function module assigned to the processing code (BD41).
    For your knowledge [reference1|Re: How to debug Idoc; [reference2|Outbound IDoc debug;.
    May it helps you.
    Regards,
    DS.

  • Debug mode for forms 9.0.4.0.19

    Hello there,
    i have been trying to run the form in debug mode.I inserted a break point at "exit_form". how do i run the form and see results. I tried clicking on "debug->debug_windows" and see results but could not find anything.
    Please help me.
    thanks

    Thanks for writing back.
    I started OC4J, set application url and web browser location in "preferences" menu.
    I placed the breakpoint and used "Run From Debug' from toolbar. I get a html page
    <html> <head> ORACLE FORMS.</head>
    <body onload="document.pform.submit();" >
    <form name="pform" action="http://myname:8889/forms90/f90servlet" method="POST">
    <input type="hidden" name="form" value="C:\Documents and Settings\mydesk\Desktop\Documents\LOGON.fmx">
    <input type="hidden" name="userid" value="max/testpass@devdb">
    <input type="hidden" name="obr" value="yes">
    <input type="hidden" name="debug_messages" value="YES">
    <input type="hidden" name="array" value="YES">
    <input type="hidden" name="debug" value="YES">
    <input type="hidden" name="HOST" value="myname">
    <input type="hidden" name="PORT" value="2607">
    </form> </body></html>
    My form doesn't show up. What is going on?
    Thanks

  • Debug Mode "OFF" for J2E instance server0  - Caused by "Productive Use"

    Dears,
        As titled, Debug fails for server0.
        I have checked the forum threads, and my problem is:
    <b>Property "Productive Use" of server0 has a value "YES".</b>
        As debugging can only be available on non-productive-use server mode, I couldn't start debugging.
        Any one knows how to change "Productive Use" as "NO"?
        Thanks in advance.
        btw: The "Productive Use" value of 'SDM' is "NO", while for 'dispatcher' it is "YES".

    Hi,
    You can use the config tool to run the server in debug mode (running the server in debug mode will automatically set the "productive use" attribute to "off"!)
    To launch the config tool, run the configtool.bat file located in \usr\sap\<SID>\<INSTANCE>\j2ee\configtool directory. In the lefthand side tree locate your server process and select it. Then on the righthand side go to Debug tab and activate debug mode for this element.
    After you save the changes, you need to restart the cluster.
    http://help.sap.com/saphelp_nw04/helpdata/en/cc/9cb34d9d11f74c98644df2b96b90f1/frameset.htm
    Regards
    Ayyapparaj

  • How to look for a certain value in a database using sql

    Hello everyone. How do you do this in SQL? Or, is there a way to look for a certain value in a database? What I'm trying to do is this:
    I want to look for the exact value "abcdefg" in the database so that oracle will return me details on the following that contains the said value:
    1. the name of the table(s)
    2. the column/field name(s)
    Note: "abcdefg" could exist in different tables with different column names with different data types.
    Any help is much appreciated. Thanks.
    UPDATE: What about if I just want to check those fields/columns with string data types?
    Message was edited by:
    dongzky
    Message was edited by:
    dongzky

    Just a teeny tweek
    DECLARE
       l_dummy   VARCHAR2 (4000);
    BEGIN
       FOR rec IN (SELECT table_name
                     FROM all_tables)
       LOOP
          FOR rec2 IN (SELECT column_name
                         FROM user_tab_cols
                        WHERE table_name = rec.table_name)
          LOOP
             BEGIN
                EXECUTE IMMEDIATE    'select 1 from '
                                  || rec.table_name
                            || ' where to_char('
    || rec2.column_name
    || ') = ''CAS'' and rownum = 1'
                             INTO l_dummy;
                DBMS_OUTPUT.PUT_LINE (rec.table_name || ' ' || rec2.column_name);
             EXCEPTION
                WHEN NO_DATA_FOUND
                THEN
                   NULL;
             END;
          END LOOP;
       END LOOP;
    END;

  • Where to look for all value mappings being used in ID

    Hi All,
              Where to look for all value mappings being used in ID?
    XIer

    Hi,
    Let me re-frame it, Do u want to know where all the value mappings(created in ID) is used in Mapping Program of IR, isn't it?
    If yes, then it's not possible( as far as  I know).
    raj.

  • Looking for a Powershell Script which can put the scom servers in maintenance mode

    Looking for a Powershell Script which can put the scom servers in maintenance mode so that SCOM should not send an alert during planned task.
    Rahul

    1. Provide list of servers line-by-line in C:\ServerList.txt, make sure you provide limited no. of servers, do not exceed 20 - 25 per batch
    2. Save the script with suitable name (test.ps1)
    3. Open PowerShell cmd prompt
    4. Script accepts 3 params - TimeInMinutes, Reason and Comment
    **** Please note, this script will work for SCOM 2012 R2
    param([int32]$TimeMin, [string]$Reason, [string]$Comment)
    try
    $api = new-object -comObject 'MOM.ScriptAPI'
    Import-Module operationsmanager
    New-SCOMManagementGroupConnection
    $Servers = Get-Content "C:\ServerList.txt"
    $Time = (Get-Date).Addminutes($TimeMin)
    Foreach ($Server in $Servers)
    #Get Computer instance
    $ComputerClass = Get-SCOMClass -Name Microsoft.Windows.Computer
    $ComputerClassInstance = Get-SCOMClassInstance  -Class $ComputerClass | Where {$_.DisplayName -eq $Server}
    If ($ComputerClassInstance -ne $Null)
    $HealthServiceWatcherClass = Get-SCOMClass -name:Microsoft.SystemCenter.HealthServiceWatcher
    #Get Health Service Watcher Class instance of the server
    $HSWClass = Get-SCOMClass -Name Microsoft.SystemCenter.HealthServiceWatcher
    $HSWClassIns = Get-SCOMClassInstance  -Class $HSWClass | Where {$_.DisplayName -eq $Server}
    #Starting the maintenance mode
    Start-SCOMMaintenanceMode -Instance $HSWClassIns -EndTime $Time -Reason $Reason -Comment $Comment
    Start-SCOMMaintenanceMode -Instance $ComputerClassInstance -EndTime $Time  -Reason $Reason -Comment $Comment
    Write-Host "Health Service Watcher and Agent server "$Server " kept in maintenance mode"  -foregroundcolor "green"
    $api.LogScriptEvent('MaintenanceModeScript.ps1', 200, 0, "$Server kept in maintenance mode for $TimeMin minutes")
    Else
    Write-Host $Server" not found " -foregroundcolor "red"
    $api.LogScriptEvent('MaintenanceModeScript.ps1', 201, 1, "$Server could not be found in domain")
    Catch [system.exception]
    $api.LogScriptEvent('MaintenanceModeScript.ps1', 201, 1, $_.Exception.Message)
    Faizan

Maybe you are looking for