How to delete the entries in the given field box

Hi Every One,
How can I delete the entries which I have given in example SE37 box.
When I press Backspace button the entries which I have given will appear so I want to delete these entries.
With Regards,
Venkat

Hi,
Goto ==> Customize Local Layout (Alt + F12) , then Options ====> LocalData=======> Clear History
This process should clear your history.

Similar Messages

  • How to delete unused entries in the FROM selectbox in mail.app

    Hi,
    In the FROM selectbox in mail.app I find entries, that are not in the accoutlist and that are not in the list of the smtp accounts.
    How can I get rid of them
    Tnx
    Micho

    Oh sorry. I just found it. My french system is not always helping me.

  • How to delete duplicate entries in table for the object DNL_CUST_BASIS2

    Hi All,
    I am trying to download the object DNL_CUST_BASIS2.
    In the SMQ2 the status is SYSFAIL.
    I checked in the ST22 for dumps.It says about the error while accessing the table T006.
    While analysing this,i found some duplicate entries in the related tables of this object.
    Can somebody help me how to delete these duplicate entries?
    Thanks,
    Senthil.

    Delete them directly from the table using se16:
    select the entries in the classic view (not ALV or grid view).
    activate the debugger.
    press the view button. --> you'll enter in the debugger
    press F7
    locate the sy-ucomm variable & change it to "DELE".
    press F8
    delete the entries.
    Trick-shots
    but it works!
    Michael.

  • Delete all entries from the following tables - Follow-up Activities (oracle)

    Hello,
    I performed a homogeneous system copy of our development BW system with the database (oracle 11.2.0.3) from the BW production system!
    I already start the oracle database and the SAP system in the target system/server (development BW system) and I´m doing some follow-up activities. One of this activities is (at the system copy guide 6.2.3.2 Activities at Database Level) is to delete all entries from the following tables:
    DBSTATHORA, DBSTAIHORA, DBSTATIORA, DBSTATTORA
    I tried to delete them using SQL Plus:
    sqlplus /nolog
    SQL> connect /as sysdba
    SQL> delete from DBSTATTORA;
    delete from DBSTATTORA
    ERROR at line 1:
    ORA-00942: table or view does not exist
    ... and it show me that error message.
    This is strange because when I go to transaction SE14 and check the DBSTATTORA I see that table exist and contain a lot of entries!
    Why this is happened in SQL Plus!? I´m running the correct SQL statement for doing this type of task or not?
    How can I delete the entries of that tables? Can I do that using the transaction SE14?
    Can you help me please?
    Thank you,
    samid raif

    Hello
    sqlplus /nolog
    SQL> connect /as sysdba
    SQL> delete from DBSTATTORA;
    delete from DBSTATTORA
    ERROR at line 1:
    ORA-00942: table or view does not exist
    It doesn't surprise me as you are not mentioning the schema name here. Instead it should be
    delete from SAPSR3.DBSTATTORA;
    Assuming the schema owner is SAPSR3. if the owner is different then replace that with the correct one.
    Regards
    RB

  • Delete any entry in the table before adding an entry?

    Hello ABAP Experts,
    I have the data in the work area. I can modify / update / insert to the table.
    How to write the ABAP code for this situation.
    1) to delete any entries in the table
    2) update this entry
    so finally always there would be only one entry.
    Suggestions appreciated.
    Thanks,
    BWer

    Hi,
    Delete the entries of table by this stmt.
    DELETE FROM (dbtabname).
    Then insert the values from workarea
    INSERT INTO dbtab VALUES <work_area>.
    And u can upadte the entry with values of workarea by this stmr.
    UPDATE (dbtabname) FROM wa.
    Dont use MODIFY. It will add a new record if its a new entry.
    Rgds,
    Prakash

  • How to find latest entry in the table according to time

    how to find latest entry in the table according to the time
    is there any function module to do so
    \[removed by moderator\]
    Regards
    Shashi
    Edited by: Jan Stallkamp on Aug 25, 2008 4:39 PM

    Hi,
    If you want to read the entry from an internal table,
    sort the internal table in the descending order by the time and
    delete adjacent duplicates by comparing the fields other than time and the internal table will have the latest record.
    Suggestion: instead of only time try to have one more field called date with the time combination
    Regards,
    Ramesh

  • How to delete a company in the system?

    Hi all,
            i am create three companies in the same B1 system. Now i just want to know how to delete one company from the system?
    thanks,
    Suresh Yerra.

    Hi Rajesh,
                  It's very simple.
    1. login to SQL Server
    2. In the databases u can find the three companies
    3. delete the particular company database from the SQL databases.
    Let me know if u have any queries regarding this?
    Thanks,
    Suresh Yerra.

  • How to delete a Page in the portal

    Hello gurus,
    Could you please tell me how to delete a Page in the portal?
    Thanks in advance for any helps.
    Regards,
    Niki Nguyen

    I've tried that procedure, but it keeps giving me a message below, so it won't allow me to delete the Page, what is the next step?  Please advice.
    MESSAGE:
    An error occurred. Objects could not be deleted.
    Objects in the selected folder or object are currently locked
    Thanks in advance for any helps.
    Regards,
    Niki

  • How to delete a column from the table control in module pool?

    Hi,
      can any one please tell How to delete a column from the table control in module pool?
    thanks in advance
    warm regards
    HareeshKumar N

    hi hareesh,
    I think it is better to hide it.
    How to hide: You can check this link
    Dynamic Hide column in table control

  • How to delete my account in the mail

    how to delete my account in the mail

    Open Mail and go to Preferences>Accounts. You can just highlight the unwanted account and click on the "-" at the bottom.

  • How to Add multiple entry to the group policy security filtering

    How to Add multiple entry to the group policy security filtering
    Is there any way we can add multiple entry to the Domain group policy Security filtering tab.Currently its not allowing to add more then one entry at a time.
    Getting Error like "only one name can be entered,and the name cannot contain a semicolon.Enter a valid name"

    Hi
    Are you trying to add more users or groups through Group Policy Management Security Filtering tab?
    Try right clicking on the policy and then edit
    Then in Editor Right click on the name of the policy and Properties
    Security tab and add user or group from this tab. Just make sure if you are adding user or groups "Select this object type" has
    the correct option also "From this Location" is set to your entire directory not the local server.
    Update us with the above.
    Thanks

  • How to compare two entries in the same internal table

    Hi
    I hav e an internal table. I want to compare the entries in the internal table and delete the entries which is duplicates from the internal table. for ex. if plant 1000 is repeated two times. Then both the record of plant 1000 should be removed .
    Please suggest some idea.
    Thanks
    Subha

    Hi,
    Apply this code.
    include one more field in itab & jtab as delete_flag(1) type c.
    move itab to jtab.
    Loop at itab into wa_itab.
    lv_tabix = sy-tabix.
    Loop at jtab into wa_jtab where plant = wa_itab-plant.
    if sy-tabix ne lv_tabix.
    wa_itab-delete_flag = 'X'.
    endif.
    Endloop.
    modify itab from wa_itab transporting delete_flag.
    clear: wa_itab,wa_jtab.
    endloop.
    delete itab where delete_flag = 'X'.
    Now you have filtered ITAB with your desired results.
    It will surely help.
    Edited by: Adarsh Jain on Aug 18, 2010 7:57 AM
    Edited by: Adarsh Jain on Aug 18, 2010 7:58 AM

  • How to fix missing entries in the printing preferences of Adobe PDF

    Hi all,
    we are on Acrobat Pro 8 (8.16) as part of the CS3 Design Standard package.
    A colleague of mine is missing some of the entries in the printing preferences of the Adobe PDF printer:
    The Adobe PDF Security dropdown is empty and he can't set the Printer to ask him where to put the final pdf files ("Prompt for Adobe PDF filename").
    I already tried repairing Acrobat - didn't help.
    Has anyone some ideas what to do?
    Many thanks,
    Mike

    This is getting nasty:
    After reinstalling Acrobat (via the add CS3 components function in "add or remove software") it wants to be activated (!?!) and doesn't accept the CS3 key any more.
    So I will probably have to reinstall the whole CS3.
    Is there any way to make sure that every trace of the old installation gets deleted before I start?

  • How to select alternate entries from the database table

    Hi Experts,
    can u help me, how to select alternate entries from the database table.
    Thanks

    As there is no concept of sequence (unless there is a field specifically included for the purpose), there is no meaning to "alternate" records.
    What table do you have in mind, what data does it hold, and why do you want alternate records?
    matt

  • How to rebuild the config from the entries in the change logs

    Hi,
    We have overwritten something vital in the KEDR t.code through a transport.  The users have created their own entries in the KEDR t.code directly in the system because this t.code was available for editing although the Client was locked for customizing (option no changes allowed). Not sure why SAP allows KEDR to be edited although the client was locked for customizing. Anyone knows?
    Now the problem is how can we restore the entries maintained by the users?
    Fortunately this KEDR table is enabled for audit log. Is there a way to actually restore the entries from the change logs? Please advise.

    If the device is already in the Prime Infrastructure, you can open it in Device work center and select the device > use the configuration archive option > scheduled deploy.
    Also, the Prime Infrastructure Plug and Play feature allows you to perform an initial provisioning of a software image and configuration on a new device. For more details check :
    Automating Device Deployment Using Plug and Play Profiles
    Working with Device Configurations
    -Thanks
    Vinod

  • Can someone tell me how to create accounting entries with the account status as error

    Hi,
    Can someone tell me how to create accounting entries with the
    account status as error?
    Thanks!!
    Danny

    It's call fixed/static background, and it is NOT directly support by iweb, you will need post processing either in html or javascript.
    Varkgirl (you need to search the previous forum) and I did it since iweb1:
    try Safari, and scroll: http://www.geocities.com/[email protected]/Links.html
    invisible link? roddy, fishing for info again?

Maybe you are looking for

  • Getting error While attaching Report out put Pdf file to POAPPRV workflow

    I am getting below error in workflow Item Type = POAPPRV Item Key = 60383-243513 User Key =40515 Error Name = WF_ERROR Error Message = [WF_ERROR] ERROR_MESSAGE=3835: Error '-20002 - ORA-20002: [WFMLR_DOCUMENT_ERROR]' encountered during execution of G

  • ITunes store keeps saying that my session has timed out when trying to buy a product from the store

    I Tunes is telling me that my session has timed out when trying to buy a gift voucher, which i have done many times before. The most recent change i'v made to my computer before this happened was to download an update (MacOSX updatecombo 10.7.3dmg) a

  • Select from view -v- table

    Hi Guys, I was just hoping to get your opinion on something. I have a procedure in Production that is taking longer and longer to finish and sticks on one certain section of code. The code is an INSERT into the main dimension table. This same procedu

  • Odd Missing Search Results

    I've seen this happening for years and never paid any attention to it. But, after a user inquiry, I'm trying to understand what's happening. When performing a global full text search for a name or email address, some items may not be returned/found.

  • Thread's run() doesn't get called ?

    Hi, I have a subclass of Thread and I create its instance and call its start() method. Documenttion on Sun's site says that start tells JVM to call run() method....BUT the problem is the run() method is not called as soon as I call start() Why ? For