I want to remove the DOC line from the SQL+ window, how to do?

Hi there,
Every time i execute the .sql file from he SQL window it displays all the documentation part of the file. This displays with the prompt tag DOC>.
I dont want this documentation to display on to the window. How do i do this?

select * from A;
Note:
this is select statement, it retreives the data from table
A
I dont want that note to be displayed to screen.
SQL> @e:\scripts\sql\test_doc
SQL> select * from dual;
D
X
SQL>
SQL> /*
SQL> Note:
SQL> this is select statement, it retreives the data from table DUAL
SQL> */
SQL>
SQL> set echo off
SQL> @e:\scripts\sql\test_doc
D
X
SQL> Nicolas.
Message was edited by:
N. Gasparotto

Similar Messages

  • How To delete the Chosen line from the Table Control

    Hi Friends,
      i am new to Module Pool Programming , i developed a Table Control in input mode and i am getting data also into that table control. my requirement is that i want to delete the current chosen line from that table control. please help me out.

    HI
    GOOD
    GO THROUGH THIS REPORT
    REPORT demo_dynpro_tabcont_loop_at.
    CONTROLS flights TYPE TABLEVIEW USING SCREEN 100.
    DATA: cols LIKE LINE OF flights-cols,
    lines TYPE i.
    DATA: ok_code TYPE sy-ucomm,
          save_ok TYPE sy-ucomm.
    DATA: itab TYPE TABLE OF demo_conn.
          TABLES demo_conn.
    SELECT * FROM spfli INTO CORRESPONDING FIELDS OF TABLE itab.
    LOOP AT flights-cols INTO cols WHERE index GT 2.
      cols-screen-input = '0'.
      MODIFY flights-cols FROM cols INDEX sy-tabix.
    ENDLOOP.
    CALL SCREEN 100.
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'SCREEN_100'.
    DESCRIBE TABLE itab LINES lines.
    flights-lines = lines.
    ENDMODULE.
    MODULE cancel INPUT.
      LEAVE PROGRAM.
    ENDMODULE.
    MODULE read_table_control INPUT.
      MODIFY itab FROM demo_conn INDEX flights-current_line.
    ENDMODULE.
    MODULE user_command_0100 INPUT.
      save_ok = ok_code.
      CLEAR ok_code.
      CASE save_ok.
        WHEN 'TOGGLE'.
          LOOP AT flights-cols INTO cols WHERE index GT 2.
            IF  cols-screen-input = '0'.
              cols-screen-input = '1'.
            ELSEIF  cols-screen-input = '1'.
              cols-screen-input = '0'.
          ENDIF.
      MODIFY flights-cols FROM cols INDEX sy-tabix.
    ENDLOOP.
        WHEN 'SORT_UP'.
          READ TABLE flights-cols INTO cols WITH KEY selected = 'X'.
          IF sy-subrc = 0.
            SORT itab STABLE BY (cols-screen-name+10) ASCENDING.
            cols-selected = ' '.
      MODIFY flights-cols FROM cols INDEX sy-tabix.
          ENDIF.
        WHEN 'SORT_DOWN'.
          READ TABLE flights-cols INTO cols WITH KEY selected = 'X'.
          IF sy-subrc = 0.
            SORT itab STABLE BY (cols-screen-name+10) DESCENDING.
            cols-selected = ' '.
      MODIFY flights-cols FROM cols INDEX sy-tabix.
          ENDIF.
        WHEN 'DELETE'.
          READ TABLE flights-cols INTO cols
                                  WITH KEY screen-input = '1'.
          IF sy-subrc = 0.
            LOOP AT itab INTO demo_conn WHERE mark = 'X'.
              DELETE itab.
    ENDLOOP.
          ENDIF.
    ENDCASE.
    ENDMODULE.
    CHANGE THE CODE AS PER THIS LIGIC.
    THANKS
    MRUTYUN

  • How to clear the quantity field in the items line from the transaction MIGO

    Dears.
    I need that the field GOITEM-ERFMG from the transaction MIGO comes blank, but, this field have a default value.
    I tried to clear this field in the BADI MB_MIGO_BADI, but, this 'clear' does not work.
    Somebody knows, where I can insert an enhacement in the program SAPLMIGO to clear the field GOITEM-ERFMG, ever that the user add a new line?
    Thanks and Regards.

    Check SAPNotes, there are some that have bug fixes for this issue

  • Oracle std report to fetch all the backordered lines from the sales orders

    Hello Experts,
    Is there any standard Oracle report which can provide us the details of all the backordered lines in all the sales orders? Pls advise.
    Regards,
    Vidhi

    There is a report called "Backorder Detail Report" under Shipping Execution.

  • I want to remove my email password from the firefox memory

    I chose to have firefox remember my email password. I want to change that back so that a user has to enter the password to access my email.

    Remove a saved password here: Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"
    * http://kb.mozillazine.org/Deleting_autocomplete_entries
    You may need to clear the cookies from that website as well (websites remembering you and automatically log you in is stored in a cookie).<br />
    See [[Cookies]]

  • HT1918 I want to remove my credit card from the payment type to change it to none but it won't let me help pls?

    For some stupid reason when I put I credit card details to purchase songs from iTunes I got my songs but now it won't let me remove my credit card details it keeps asking me to change to different card and won't give me the 'none' option anymore and no

    Hey Daneele,
    This link will go over why you might not be able to select None:
    Why can’t I select None when I edit my payment information?
    http://support.apple.com/kb/TS5366
    Welcome to Apple Support Communities!
    Regards,
    Delgadoh

  • I want to remove all YAHOO files from my computer. HOW ???

    When I launch Firefox, I get a YAHOO search window , and I don't want anything to do with YAHOO -- how do I change it to Google search, like was before I installed Firefox 4 ??

    Not 100% sure of your question.  If you are wanting to delete apps from itunes just right click then delete then empty recycle bin.

  • HT201304 I want to remove my credit card from being used.  How do i do that?

    I initially set up my acct with a credit card. I would like to remove my credit card &amp; use only itunes cards now. How do i do that. I do not see the "none" option.

    Changing Account Information
    http://support.apple.com/kb/HT1918
    Note:
    None is not an option in all Countries and/or Regions.
    To Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Need help with java File IO ( Removing the first line from a file )

    Hi guys ,
    I am currently doing a project in which I need to extract out the values from the second line of a file to the end. The question is how do I ignore the first line ??
    I thought of two possible answers myself. One is to use randomaccessfile to read and rewrite. But the file may be HUGE so storing the whole file in memory is not a very good idea.
    Second is to jump to second line before doing while ((str = in.readLine()) != EOL) ... or just delete the first line from the file. Can anyone suggest a better solution or show me some sample codes ? Thanks.
    regards
    billyam

    Just skip the first line (bufferedReader.readLine()), add a comment, and then handle the rest of your file

  • Any hints of how to exclude these lines from the following BEx output?

    Hi,
    I have a BEx report which outputs the following shipment activities, showing Doc and Items numbers, Requested and Received dates, actual and PO quantities.
    DocNoItmNoReqDate-RcvdDate-PO_Qty-Act_Qty---TB%
    1101-----5--12/10/05-12/5/05020--
    80
    1101-----5--12/10/05#00--80
    1101-----5--12/10/05#200--
    80
    1101-----7--12/10/05-12/5/05030--
    50
    1101-----7--12/10/05-12/8/0505--
    50
    1101-----7--12/10/05#00--50
    1101-----7--12/10/05#350--
    50
    Somehow, I am getting some activity lines which I do not understand but do not want in the output. Those are the lines which show u201CPO_Qty = 0 AND Act_Qty = 0 at the same time.u201D i.e. the highlighted lines.
    Any hint on how to eliminate the highlighted lines from the output?
    I played with calculated key figures but could not reason it out.
    Thanks

    DocNoItmNoReqDate-RcvdDate-PO_Qty-Act_Qty---  Formula                        TB%                                                                               
    PO QTY + ACT QTY
    1101-----5--12/10/05-12/5/05020-----               20                        -
    80
    1101-----5--12/10/05#00--                 0                         -80
    1101-----5--12/10/05#200-----                  20                     -
    80
    1101-----7--12/10/05-12/5/05030-----                30                      -
    50
    1101-----7--12/10/05-12/8/0505--
                    5                         -
    50
    1101-----7--12/10/05#00-----                  0                         -50
    1101-----7--12/10/05#350-----                 35                        -
    50
    Create Conditions over the Formula. Since the sum would be always 0 only when both the KF's are zero I think you can create condition over this formula.
    Would this help?
    Regards
    VJ

  • Firming the schedule lines from MRP

    Hi All,
    I have a scenario where I generate the scheule lines from the total planning run for the material with the help of schedule line indiator = 3.
    I want these schedule lines should get automatically firmed. Which are the various ways by which I can do this?
    Regards,
    MHP

    Dear
    Using MRP Type with Firiming like P1 , P2 etc is the best way to deal with this situation .
    However , there is option in Schedule Line itself that u can give firming period and in that period schedule lines r firmed. Go to ME32L enter ur Scheduling Agreement Then select ur material and click on Additional Data (Shift+F5). There under Scheduling Control 'Firm Zone' field is there, try with this option and see what is sresult?
    If the date of a schedule line lies within the firm zone, the vendor has the go-ahead to produce the relevant quantity with the assurance that the orderer will bear any and all material and production costs associated with the scheduled quantity in the event of subsequent cancellation by the latter.
    1. Another way of handling your issue is by using the manual firming .
    2. In mdo4 in the Edit menu u will find a Set firming date.
    3. Now you can select this and this will give u a popup for entering a date.
    4.When u give a date in this and hit enter.
    Also please note delivery schedule lines in ME38 (even it is created automatically), in Planning time fence, will get affected by MRP run.
    Hope clear to you.
    Regards
    JH

  • HT3702 How to remove my credit card from the iPod

    I want to remove my credit card from the app store

    On an iOS device go to Settings>Store>Apple ID>View Apple ID>Payment Information>None.
    If "None" is not an option, you may want to contact iTunes support:
    http://www.apple.com/support/itunes/contact/

  • How to remove end of line from string?

    Hello,
    I'd like to remove ends of line from the string. I've tried:
        static final Pattern END_LINE_PATTERN = Pattern.compile("$+");
        strBuf.append(input);
        Matcher m = END_LINE_PATTERN.matcher(input);
        int startIndex = -1;
        int endIndex;
        while (m.find()) {
         startIndex = m.start();
         endIndex = m.end();
         if (endIndex == strBuf.length() - 1) break;
        if (startIndex > -1) {
         strBuf.setLength(startIndex);
        }For strings "hello\n" and "hello\r" it works properly, but for string "hello\n\n" I get first occurrence at index 6 (at second \n), so as the result I get "hello\n". For the string "hello\r\n" I get first occurrence at index 5 (it's OK), but the end index is 5 as well, and the next occurrence I get at index 7, which doesn't give me any sense.
    Hope somebody can help me.
    Agata

    What you're trying to do is remove one or more line separators from the end of a string ("\n", "\r", and "\r\n" each count as one line separator, but "\n\n" is two line separators). This is all you need to do: str = str.replaceAll("[\r\n]+$", ""); "$" doesn't match any characters, line separators or otherwise; it matches the position at the end of the string. In MULTILINE mode, it also matches the position before a line separator, but it still doesn't match the separator itself.

  • How to remove a static class from the Runtime of the JVM

    I want to remove a static class from the Runtime of the JVM.
    My goal is to clear the cache of the "InetAddress.getByName(String host)" static method.
    Thanks in advance.
    Floweb

    Sorry, It means a class that has been loaded in the JVM by the call to a static method......
    Floweb

  • Want to remove unwanted free apps from app store forever

    want to remove unwanted free apps from app store forever how can I do this please

    15d wrote:
    want to remove unwanted free apps from app store forever how can I do this please
    Well, it should be obvious that you cannot remove apps from the App Store, so I'll assume that not what you actually mean. In addition you cannot remove apps or any iTunes purchased content from your AppleID. You can hide purchases, but that can only be done from iTunes on a computer.

Maybe you are looking for

  • Outlook 2011 for mac will not open after installing intego virus barrier

    Outlook 2011 for mac will initialize after intego virus barrier X6 anyone know this fix for this?

  • Yet  another "There was an error writing metadata to..." post

    I know there have been several posts like this one on the forums, but I thought I'd start a new thread due to the fact that I tried a bunch of fixes that didn't work. Specifically, I get the above-mentioned error when trying to add keywords to DNG fi

  • G5 Power pc mouse freezes after startup

    I have a liquid cooled power pc G5 that won't start up intermittently. I have been going through the threads on apple discussions and finding the same problems I am having. I have tried most all of the suggestions and still cannot get results. I had

  • I cannot download Adobe Reader update

    I want to know why I cannot download Adobe Reader update? I went to the Adobe website without success. I'm experincing problem watching some movies or anything similar on Youtube because Adobe Reader is not up to date. So, I followed the instruction

  • Blog and Muse stickey footer

    I have built a blog that seems to be working great with the exception of long pages (i.e.) when you get to Archive section. I am using a template built in Muse and it has a sticky footer. I am using this template for several other pages on the site a