Deleted Equipment list

Dear all,
Any one please tell me,
In IH08, deleted & active equip. list display, but i want to see active equipment list & deleted equipment list separatly (Deleted equipment should not display in that list)
What i have do for this?

hi
while executing the T code IH08 specify the system status deletion indicator in the status excluded and execute ,you will get the available equipments
regards
thyagarajan

Similar Messages

  • Default values to be populated in the search option ' Equip by equip list'

    All Experts,
    I am running the transaction code IE01 to create a equipment. While creating, i would like to select a reference equipment. When i am doing so, there are so many included search options are displayed. Now, there are two queries from here onwards.
    a)Is it possible to hide / deactivate all other included search options except ' Equipments by Equipments list'.
    b)When the option 'Equipments by Equipments list' is selected, is it any way to default the values for the fields 'Equipment category' as 'M' and the 'Class type as 002'
    Please help.
    Thanks,
    Suresh

    Suresh,
    You will not be able to accomplish this using standard functionality without doing some development. It maybe possible to accomplish this through Transaction variant.
    Other than the above, the simplest way to hide the search options would be to place a implicit enhancement at the begining of the FM "PM_HLP_PREVENT_RECURSION" to delete of the search helps other than "Equip By Equip List" based on the calling program and screen number.
    With respect to defaulting, other than what Paul had indicated , try defaulting those values by setting the Parameter ID.
    Thanks
    Narasimhan

  • How can I delete the list of watched videos on my iPad?

    I have been watching videos on my ipad through the iTunes "home sharing" feature. It seems to work fine.
    My problem is that I can't figure out how to delete the list (on the iPad) of videos that have been watched. Not only have I watched them but I have also deleted them from my iTunes movies list. I have tried syncing, signing out and back in to the iTunes store, turning off home sharing and then turning it back on again (which requires signing back in), all the while quitting out of the videos app and /or restarting the iPad before and after each of these steps.
    The videos are shown as greyed-out icon/thumbnails in the iPad videos app. I am able to add new videos to iTunes, see them as not-greyed-out icons in the iPad app, and watch them. I just can't delete the shown list of the watched videos list on the iPad, which in the case of TV shows collect quite quickly and require lots of scrolling to get to the unwatched video icons.
    Thanks for your help!
    mug011

    Yes, so...
    I have also closed iTunes, reset network settings on the iPad, then shut down and restarted the iPad. Still, I end up with greyed out rectangular icons for all the movies I've ever streamed from my Mac Mini to my ipad via my home wireless router.
    Again, I have watched all the way to the end of the movie, selcted the movie in iTunes and chosen "mark as watched", and then deleted it in ITunes.
    Any ideas?

  • How to delete the list that comes up in Open Recent

    I apologize because I know this has been answered before, but I cannot find the answer after quite a bit of searching in the forum. I'd like to delete the list that comes up when I choose File/Open Recent and I can't remember how to do that. Could someone please tell me? Thanks.

    *Click the (empty) input field on the web page to open the drop down list
    *Highlight an entry in the drop down list
    *Press the Delete key (on Mac: Shift+Delete) to remove it.
    *http://kb.mozillazine.org/Deleting_autocomplete_entries
    *http://kb.mozillazine.org/Password_Manager

  • How to delete the list servers in the login essbase?

    Is there any way to delete the list of essbase servers from checkbox in the essbase login dialog ?I want that the checbox is empty, because there is too many serves now ... how can i do it ?

    Yes there is. Depending on your OS, its either in the registry or the essbase.ini file. More likely, the regedit. Unfortunately I can't check the key for you as I'm working on a pc with that part locked down and I can't remember it exactly.Do a search for "server", all the servers are listed there, near the CSL Global Options entry.Sorry couldn't give you the exact key.

  • When you open a new browser tab, underneath the box to type in what you are looking for is the recently visited list. I want to disable or delete this list...how do I get rid of this list???

    When you open a new browser tab, underneath the box to type in what you are looking for is the recently visited list. I want to disable or delete this list...how do I get rid of this list???

    The drop-down list displays items from your History and/or Bookmarks.
    You can control what shows (or nothing at all): Options > Privacy, "Location Bar" section. Options are:
    *History and Bookmarks
    *History
    *Bookmarks
    *Nothing
    See --> https://support.mozilla.com/en-US/kb/Options%20window%20-%20Privacy%20panel
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • How to delete reading list in ios 7

    Please i want to know how to delete reading list in ios7

    I Have been trying to work this one out for ages.  Many thanks.  Simple when you know how  . 

  • In which table deleted user list is stored

    Hi all,
    I have made one user ZTEST in sap through SU01. Its details has been stored in USR01 .
    When i deleted this user than the details of this user has been deleted from the tables USR01.
    After deletion on which table deleted user information is stored.
    Any BAPI is available which sgives the deleted table list .
    Thanks & regards

    Hi Lolo,
    There is no table available in SAP to view the deleted user information. But you can connect to SQL & see the deleted user information.
    I think the command " SQL>show recyclebin;" will show you the deleted user information.
    Regards,
    Mahesh Gattu

  • Delete a list in one shot

    Hi,
    I'm using Hibernate 3 with Oracle 10, and in my next query I delete a list of objects one by one; I was wondering if it's possible to optimize my delete method so I delete the complete set of objects in one shot instead iterating my list of retrieved objects.
    Please consider that I'm requested to maintain an ORM style so writing a delete sentence is not an option.
    Thanks a lot.
    public void deleteClientOrder(final Address userAddress, final ClientID clientID) throws HibernateException {
    HibernateCommand command = new HibernateCommand() {
    public Object execute(Session hibernateSession) {
    List<String> list = hibernateSession
    .createCriteria(ClientOrder.class)
    .add(eq("userAddress", userAddress))
    .add(eq("clientID", clientID))
    .setProjection(Projections.projectionList()
    .add(Projections.property("id")))
    .setCacheable(false)
    .list();
    for (String persistenID : list) {
    ClientOrder tmp = (ClientOrder) hibernateSession.get(ClientOrder.class, persistenID);
    if (tmp != null) {
    hibernateSession.delete(tmp);
    return null;
    }

    TopLink provides bulk delete operations.
    JPA:
    em.createQuery("DELETE FROM Employee WHERE firstName LIKE 'D%' AND address = :ADDRESS")
         .setParameter("ADDRESS", address)
         .executeUpdate();Native:
    DeleteAllQuery query = new DeleteAllQuery(Employee.class);
    ExpressionBuilder eb = query.getExpressionBuilder();
    Expression fnExp = eb.get("firstName").like("D%");
    Expression aExp = eb.get("address").equal(address);
    query.setSelectionCriteria(fnExp.and(aExp));
    uow.executeQuery(query);Doug

  • Equipment list in a functional location

    Hi,
    My scenario is as follow:
    I have a functional location with a equipment list. I have to create a maintenance plan that affects to all the equipments.
    All the equipments have to be controlled with the same parameters.
    How can I act?
    Could I create an unique maintenance plan to the functional location or could I have to create a maintenance plan for ech equipment?
    How can I check that all the equipments are controlled?
    Best regards

    hi
    it depends on your requirement only for example if you cost analysis is based on FL only ,then create one maintenance plan for that FL and attach the equipments in the object list ,hence once the call object is generated you can see the list of the equipment for maintenance activities,the cost incurred will be reflected to the FL
    OR other thing is if all the equipments are to be maintained at regular interval with same parameter then create a maintenance plan with several maintenance item,in which system will create a call object for each maintenance item,drawaback is if you change any parameter ,then it will affect all the maintenance item attached to it
    simple one is create maintenance plan for each equipment
    regards
    thyagarajan

  • How to delete a list-item with Contribute 4

    I use Contribute for a lot of my client for years and a few
    weeks ago i installed Contribute 4 for the first time for a new
    client .We dicovered that it's difficult or impossible to delete a
    list-item in a unordered list. Maybe also in other list-types but
    we haven't tried this yet. Does anybody know how to delete a
    list-item? In Contribute 3 you just had to use the backspace button
    but that isn't working anymore.
    Thanks for your help.
    Maarten Strik
    www.strikdesign.nl

    http://linesofcode.net/snippets/166

  • IE07 and error 'Maintain field selection for Fleet data in Equipment List'

    Hi all,
    When running transaction IE07 (multi-level equipment list) , I get the following error:  'Maintain field selection for Fleet data in Equipment List (Multilevel)'
    I can't see where is the missing configuration point.
    We have activated business function LOG_EAM_CI_3.
    Have anyone encountered this error before?
    Thanks,
    P.

    Hi Narasimhan
    Could you give more details ? where is located this setting?
    Thanks,
    P.

  • Deleted file list in DMS

    Hi sap gurus,
    How can I see deleted files list in DMS.
    Cheers,
    Krishna

    Hi Ankur,
    in DMS there are only two possible ways for this kind of issue:
    1. set deletion indicator
    In transaction CV02N you can set the deletion indicator for a document info record. This will limit the range of possible functionalities for this document info record. Because the system is checking if the deletion indicator is set and then raises error messages sometimes. These error messages always tell the user that this is not possible as the document is marked for deletion.
    However you can see this info record still in the DMS transactions. Also the history remains.
    2. delete document by MCDOKDEL
    If you execute this report then all the documents with deletion indicator are really deleted from the database tables. This means also that the history and change log are deleted for this document info record too. Otherwise a lot of database space would left filled. So if you use also report MCDOKDEL then all the document info record related data will be deleted completely.
    I hope this information will be usefull for you.
    Best regards,
    Christoph
    P.S.: Please reward points for usefull information.

  • Restrict Equipment Search Options to only "Equipments by equipment list"

    Hello Experts,
    Is there a way to restrict Equipment Search Options to only "Equipments by equipment list" in all PM related transactions like maintenance plan, order, notification, measuring point, etc.,
    We would like to put a hard stop on that option and restrict users from accessing (preferably not to even display other options) other options like "Equipment by Cost center", etc.,
    Appreciate immediate response to this issue.
    Thanks in Advance!!

    Hi PM_User_2009,
    The Equipment Search Options can be restricted by two ways.
    1) If the restricted search option required in all transactions where you are using equipment field,
           Edit the search help collecting search help 'EQUI' in SE11, Flag the checkbox  for all the search helps in the 'Included Search helps' tab except the 'Equipment by Equipment list' search help (EQUIL). 
    2) If you want for particular transaction or program,
          Use the search help exit 'PM_HLP_PREVENT_RECURSION'.
    ABAPer can help you for both the options.
    Edited by: saravanan s on Dec 18, 2010 7:41 AM

  • How to delete a list from the reading list

    How to delete a list from the reading list

    I assume that you mean in Safari, in which case just swipe across it's name in reading list and you should get a Delete button appear on it.

Maybe you are looking for

  • ITunes cant make a first purchase without going to "review account"

    everytime I go to order I am asked to review my account which then asks me for my credit card and information all over again, again, and again

  • Generating an  html report based on table at sql 2005 db

    Hi I want to create an html report based on a table named inventory on sql server 2005 database. first code used to generate an output report     try {             // TODO add your handling code here:             String s = "<html> <body> <table bord

  • Using a Fact Column in Prompt

    Hi, I have requirement to use a Fact Column (Eg: Control flag) to be used in the Column Prompt. What is the best way of using it such that query performance will improve. If I use it directly it might have scan through my entire fact table which will

  • Limit users to execute "SELECT" statemes only from SQL Developer

    Hi: Is there a way to control what SQL command can be executed from SQL Developer? I am trying to limit users to execute "SELECT" statements only from SQL Developer. I believe SQL*Plus used to have the product profile where I can control what SQL com

  • I turn off find my iphone but icloud activation lock still on

    i have set up my icloud on iphone 4s 16gb ios 7.0.6 and then i check to my icloud account my device is listed on find my iphone, then i turn off find my iphone in the iphone it asked for password and confirmed that find my iphone is off, i checked it