How to force to clear the variables??

Hi all,
    i am working a program that need to use a variable in standard report. Who can tell me how to clear the variables in this standard report??

Hi Steven.
I Understand you need to have access key to change in standard program.
once you get then you can easily use via clear statement.
please reward if help!
Amit.

Similar Messages

  • How to clear the variable value in session store?

    I'll try to build form for search. There are LOV and
    search button on form. When user don't select anything then push
    search button, I'd like the report to show query everything. I
    mean the report will show like condition where id like '%'.
    And I send variable between form to report by using session
    store.
    I select nothing in LOV but value that return by LOV is
    not null. It's in stead of old value of LOV.
    Please tell me.. How to clear the variable value in
    session store? I'd like to set it to null. If you have greater
    way to do like this, please tell me.
    Thank you.

    Please suggest on this..
    Thanks.

  • How to clear the variables before closing a BSP MVC application

    I am calling a custom stateful BSP MVC application to display additional PO information as a popup window inside SAP BSP. When I close this popup window and open it later on a different PO, it still displays the old PO information. I am clearing the variables in the DO_HANDLE_EVENT. 
    I am using the javascript
    <htmlb:button id      = "Close"
                        text    = "Close window"
                        onClientClick="javascript:window.close()"  />
    to close the window.
    Could someone tell me what do I need to do before closing so that I can clear all the variables.

    Hi Krishana,
    Other neater way could be..
    instead of calling java script.. raise a server event.. in DO_HANDLE_EVENT set a flag <b>lv_close_window</b> to 'X'.
    on the page call the script to close the window if flag <b>lv_close_window</b> is set to 'X'.
    just before setting rhe flag to 'X' you can clear all unnecessary data.
    rememebr: javascript wont take you to DO_HANDLE_EVENT.
    <htmlb:button id = "Close"
    text = "Close window"
    onClick="close_window" />
    i would to this way if i am willing to go to DO_HANDLE_EVENT.
    A.

  • How to force CoreDump in the Kernel source code

    Hi,
    Anyone know, how to force coredump in the Kernel source code?. And also to collect all information related to CPU Registers, CPU IRAM, Cache Data and complete SDRAM content.

    pull your RAM out....
    Wouldn't recommend doing that really...... And why would you want to cause a kernel panic?
    EDIT: Spelling sucked...
    Last edited by crankyadmin (2009-09-28 22:02:14)

  • How to unify or merge the variables from several TestStand platforms to one TestStand platform?

    Hi,
       We work with TestStand 3.5 and LabVIEW 8.0 versions.
       We work in a parallel mode with several developers and each from developers:
         1. Wrote his sequences at his TestStand station
         2. Defined his local variables/sequence File Global variables/station Global Variables at his TestStand
    I need to create the one file sequence at dedicated for it TestStand platform (target station) that will include all of sequences from these developers.
    So, the questions are:
    How i do that? What the existing tools/methods/solutions?
    How i can distribute all the variables that relate to different sequences and from different TestStand platforms?
    In other words, how i collect all related collections of variables(whatever?) from every developer of my team and unify/merge/distribute all of that
    to dedicated TestStand station that will include of all developed sequences without forgetting/losing something???
    I attached the visual presentation of my question (unify.JPG), please see the schema.
    If you have the question regards something, please let me know.
    Message Edited by Yuri_IL on 06-11-2006 10:01 AM
    Thank you & Best Regards
    *I use LabVIEW 8.X & TestStand 3.5/4.0.1 versions only
    Attachments:
    unify.JPG ‏26 KB

     Perhaps, i did not expressed well my question...
    1. I do need that top level sequence / sequence file needs to know or even care what variables are used by other sequence / sequence files
    2. I know how to deploy SINGLE TestStand sequence file/project to a target station.
    3. I want to know how to deploy MULTIPLE TestStand sequences from MULTIPLE TestStand stations and unify it to the SINGLE set of these multiple sequences that i deployed at my target station...
    For example:
     TestStand station #1 with sequence: init_of_xxx.seq
     TestStand station #2 with sequence: init_of_yyy.seq
     TestStand station #3 with sequence: init_of_zzz.seq
    After deploying at my target: TestStand station #4 i want to get a WORKING set of sequences:
                      init_of_xxx.seq
                      init_of_yyy.seq
                      init_of_zzz.seq
    The problem is that i know how to deploy every sequence sepately, but do not know how to deploy together
    Message Edited by Yuri_IL on 06-12-2006 02:56 AM
    Thank you & Best Regards
    *I use LabVIEW 8.X & TestStand 3.5/4.0.1 versions only

  • How to mantain or clear the changelog for meta-directory 5.0?

    Hi,
    We are using the Meta-Directory 5.0 now. But we are suffering from the
    changelog maintenance.
    Anybody know how to maintain or clear the changelog for Meta-Directory
    5.0?
    Or any document about this.
    Thanks for your advice.
    Best Regards,
    Sunny Yeh

    Hi Raj,
    You can use below URL for your query;
    http://docs.oracle.com/cd/E21764_01/bi.1111/e10541/cluster.htm#BGBHFCJF
    If it helps, please update the post.
    Regards,
    Kashi

  • How to populate values to the variables in standard text

    Hi friends,
    I have maintained a standard text in So10 like this invoice number&vbeln&.
    Inside a function module i want to read this text and populate the value to the variable &vbeln&.How to achive this.
    Rgds.

    Thanks Simon but i didn't understand your answer but i will tell you the problem that i want to solve with foreach or iterator
    i have a view that have employeeId and employeeName and ManagerID
    create table employeesView
            EmployeeId           Number,
            EmployeeName      varchar2(100),
            ManagerId             Number
        }i want to make a foreach or Iterator to make
    every Employees with the same manager id to be in the same <af:panelGroupLayout>
    i mean
      <af:foreach or af:Iterator >
           <af:panelGroupLayout >
                   <af:commandButton id="cb1" text="All Employees With Manager Id 1" />
           </af:panelGroupLayout >
           <af:panelGroupLayout >
                   <af:commandButton id="cb1" text="All Employees With Manager Id 2" />
           </af:panelGroupLayout >
           <af:panelGroupLayout >
                   <af:commandButton id="cb1" text="All Employees With Manager Id 3" />
           </af:panelGroupLayout >
      </af:foreach or af:Iterator >How can i do this

  • Force in labview the variables of a PLC

    Hi,
    I want to make a simulation in labview. I have a PLC connected to labview through OPC. I have a lamp and a switch in the front panel in labview and I want to click the switch to force the input in the PLC and the PLC, due to the program that it have inside, will activate the output that will turn on the lamp, in Labview again. This first simulation is very simple but then I want to make a more complex simulation. I have the simulation on the computer but the PLC as a hardware. I know that I can force the variable with the Step 7 MicroWin but I would like to know if I can force the variables in the PLC through Labview.
    Thanks,
    Maiki

    I think you ve to use the Shared variables to send the PLV variables to LV, using the Shared Variable Engine & I/O Server communication meant for OPC in LV.
    Do you have the LV DSC module?
    - Partha
    LabVIEW - Wires that catch bugs!

  • How do I reset/clear the Message Field when I create a new message?

    For some reason, when I select a new message - the message field has got a previously sent message in it - every time I have to select all text & then delete the text to type in my new message.
    How do I reset or clear the Text Message field?
    Thanks in advance

    No - It is still doing it 2 months later - I have to delete the message every time I go to send a Text - its frustratingly annoying and I really want it solved

  • How can I turn off the variable width font when writing a message?

    I have set up my email message file to use Arial 14 font. When starting a message (either original or reply) it defaults to this font. However, if at any time I move the curser with the mouse, mouse pad, the end key or an arrow key to a location to the right or below the text already typed, it automatically changes to the "variable width" font.
    This requires me to manually change the font back to Arial, or backspace back to the last text typed with Arial Very, very annoying.

    Firefox doesn't do email, it's a web browser.
    If you are using Firefox to access your mail, you are using "web-mail". You need to seek support from your service provider or a forum for that service.
    If your problem is with Mozilla Thunderbird, see this forum for support.
    [http://www.mozillamessaging.com/en-US/support/] <br />
    or this one <br />
    [http://forums.mozillazine.org/viewforum.php?f=39]

  • How to Create Charts with the variable value

    Hi,
    I have to create a crystal report in which i have given variable under "Facility:". I have kept two variables under facility of which one is like you can select one or more values and other one u can select only one value and i mentioned it as mandatory.
    What i wanted is, I have to create a bar chart based on the facility . I also want to create a pie chart using the value of facility which comes from the mandatory variable.
    To be more clear, I selected two facilities, say X & Y under the first variable and one facility, say Z under the second variable (mandatory). I was able to prepare bar chart with these three facilities. Now i want to prepare a pie chart using the value Z.
    Can anyone please help me out?

    Likely a bug in the ChartBuilders or the JDK.
    ScatterChartBuilder.<Number, Number>create().build(); // does not work either.javac is unable to determine if the create() method from SceneChartBuilder or the create() method from RegionBuilder should be applied.
    The AxisBuilders which also derive from RegionBuilder work because they don't define their own create method with obscure generic type info.
    How can I resolve the ambiguity?new ScatterChart ;-)

  • How can I reset/clear the RMIClassLoader

    I have a remote method that takes an interface class as an argument. Clients have classes that implement this interface along with serializable. The client has its codebase set to a http://hostname:port/ This works fine, but problems ensue when a client calls this method, exits the application, and then modifies the class file by changing the source code and recompiling. Since the RMIClassLoader keeps track of classes loaded based on the calling process's codebase, it won't reload the class file because a class with that name has already been loaded for that codebase. I've read that the RMIClassLoader can't be cleared, so I'm hoping to find some way to recreate it each time a new client checks in (there is a check-in method that does some setup that all clients call when they start up).
    The main goal of this problem is to be able to have an existing RMI server running with new clients connecting in development. The new clients will be using the command pattern to pass intelligient commands to the server via a parameter. Restarting the server every time client code changes is not very efficient.
    Thanks
    Matt

    I don't see how versioning solves this problem.
    Let's say the interface contains a method:
    public int foo();
    and the implemented class overrides this method as follows:
    public int foo(){
    return 1;
    If the client connects to the server, the server will look in the client's codebase to find the class, and will load it (assuming it can get to it).
    Now the client disconnects and the programmer decides he really wanted to return 2 and changes his method in his concrete class as follows:
    public int foo(){
    return 2;
    This change will not alter the serialization id.
    Now if he starts his application up and connects to the server, the server will check its RMIClassLoader for that codebase and see that it has already encountered that class, deserialize it, and continue to return 1.
    If instead the client programmer were to explicitly modify the serialization id of his concrete class and implement the readObject(ObjectInputStream is) and writeObject(ObjectOutputStream os) to handle serialization id discrepancies, the RMIClassLoader is still not going to grab the latest class file and will still return 1.
    Am I missing something?

  • How to print value of the variable in mail

    Hi,
    I am new to workflow and trying out some basis small work.
    i have created workflow for material change.
    whenever a material is changed mail is sended to user.
    it is working fine .
    but now i want that material number which is changed should come in mail.
    how can i achive this
    Thanks,
    Chintan

    Hi Soni
    You have the "Materialnumber" field in the event container. Pass this into the workflow container by defining a Workflow Container element and subsequently use this container as a variable in your email using insert fields option and you will have the Materialnumber visible in your mail sent.
    NB. This message is more or less a cut and paste from an other answer in this forum. So sometimes the fastet way to get an answer, is to search instead of posting questions. Just a kind reminder |
    Kind regards
    Mikkel

  • How to force Dreamweaver refresh the file view

    For some reason I have files in a local folder which Dreamweaver can't see.
    How can I refresh the files?
    Also, is there a site garbage file somewhere. Seems this program ate a style sheet which took six months to make.

    For some reason I have files in a local folder which Dreamweaver can't see.
    How can I refresh the files?
    With the curser in the files section press F5.
    Also, is there a site garbage file somewhere. Seems this program ate a style sheet which took six months to make.
    If you have deleted the file in the normal manner, you will find it in the Recycle Bin
    Gramps

  • HT4650 How to force quit when the round ball is still turning

    I download Mac clean up an my computer is taking a long time to do any comm.ands the round ball turns for a long time an will not let me force quit is there another way to force quit?  I download leopard 3weeks ago I think it is IOS5?

    By the keyboard command - depress the Command + Option + Esc keys. If that doesn't work, depress/hold the Power button.
    There is no download of Leopard 10.5. There are free updates of Leopard downloads. iOS5 is the operating sysyem for iPhones & iPads, not MacBooks or any other Mac models. Click on the Apple in the Menu bar & select about this Mac. It will show you your operating system version.
     Cheers, Tom

Maybe you are looking for

  • How to connect my mac throgh a proxy server

    Hello. At my university there is free wifi through a proxy (as i could understand but i'm not practical of those thinghs). My computer automatically connect with the wifi but then the browser doesn't automatically ( nor manually) connect to the login

  • How can I see what Time Machine is backing up?

    Time Machine is taking 4-hours to do each backup. Time Machine use to back up every hour, but because it seems to be such a resource hog that I installed Time Machine Editor and have the backup take place once a day at 3 am. It is now 5:49 am and Tim

  • ISight not working in Photo Booth with NEW MacBook Air?

    I purchased an 11" MacBook Air and received it on May 29, 2014.  When I got it, I had no problems with the webcam.  Now, whenever I open Photo Booth, it doesn't load.  All it shows is a white loading icon on a black screen.  My webcam works in FaceTi

  • Copy Paste and dialer

    As a suggestion, if anybody who makes a difference actually reads these posts, would be to allow copy/paste functionality to work in the dialer application. This would allow us to paste phone numbers and conference codes rather than trying to remembe

  • CS4 compatible with Mac Mini (OS 10.9)

    I bought a new Mac Mini with OS 10.9 (Mavericks) and am getting error 150:30 when I try to open my CS4 on it. Before I bought the new Mac, I researched to make sure CS4 would work with it and Mac said they tested it and it would work.