Deletion flag at functional location - equipment installation sallowed

Hi
Small question, when we set deletion flag at functional location we can still instal equipment in transaction IE02. Is it possible to configure LF in such way that after setting delation flag or inactivation FL equipment installation shouldn't be allowed??
We wanted to do it by user status but we can't.
Thanks for help. Regards. Joanna

Hi Joanna,
Try using user exit IEQM0001 and write a custom code, not to allow equipment being installed in deleted / inactive function location.
Regards,
Prabhu

Similar Messages

  • How to delete the incorrected Functional Location / Equipment

    Dear PM Guru's
    please let me know the procedure to delete the incorrected functional location / equipment or any other data like plans, orders, task lists etc. i went in change mode and i clicked on Deletion flag and clicked on Set option. when it will be deleted from data base is it required any other customized settings. if any thing required please tell me.
    regards
    jalu

    Hey,
    Deletion in SAP is not easily possible. That's is the reason, so much attention is given while creating such masters. Most of the masters in SAP can only be flagged for deletion i.e. you don't move it out.
    To move out from database, you need to perform Archiving. It's a separate function, which is performed, servers handling the archival data are different.Accessing the archived data is also different. Once you archive, the flagged for deletion items are essentially moved and you don't see them in your regular servers.
    As of now, you can only flag them for deletion. I hope this explanation makes things clear.
    Regards,
    Ketul

  • Material deletion flag at storage location level is not working

    I have a material that is created in some plants and also in some storage locations within each plant. If I mark the deletion flag at plant level I am not able to create a PO -> Me051 error message appears. Whereas if I mark the deletion flag at storage location level nothing appens. I am able to create a PO and also to create to goods receipt. Is there any customization that I should do in order to get the error message?
    Thanks in advance.

    storage location level deletion flag is not checked at order creation.
    it is assumed that you can change the storage location when you do the receipt.
    MRP run is at plant level, so the requirement is valid even the storage location view is flagged for deletion.

  • Tables for Functional location/equipment   in Sales Area

    Hi ,This is sivakumar  ...
    h2.
    I wanna  know  Tables for Functional  Location/equipment in Sales area   under the Customer Service erena.

    I know the sales order number, header and item ..
    I need other parameters to use this table....

  • Addition of sub-screen for Functional Location / Equipment / Notification

    Hi All,
    Can any one help me on Addition of sub-screen based on config in new tab or sub-screen for objects for Functional Location / Equipment / Notification / Notification Item / Work OrderWork Order Operation.
    If you are designed the above requirement by using ABAP objects please send sample code for the same.
    I am not bothering about addtional fields which you created in your program.
    Thanks a lot.
    -Kalluri

    Thenna,
    QMIH-ILOAN -> ILOA-ILOAN
    ILOA-TPLNR -> IFLOT-TPLNR
    PeteA
    [www.pjas.com]

  • Remove Deletion flag on storage location

    Dear all,
    Kindly find below image
    i want to remove the  deletion flag on storage location and plant.
    Kindly let me know how to process it
    Regards
    Rajasekaran

    Hi Raja,
    Just un-tick at plant level and press enter. Storage Location tick will be cleared automatically. Then SAVE. And later if you want to maintain only for storage location, then enter material/plant/storage location in intial screen of MM06 and tick only storage location
    Thanks & Regards,
    Ramagiri

  • Delete Equipment/Functional Location

    Hi
    How can we delete any equipment from a functional location and also if we have to delete an specific functional location?

    hi
    for deleting the equipment/functional location first you have to put the Deletion flag for the respective technical objects ,and before archiving you have to archive the dependencies of the object first
    Please refer [Archiving in PM|http://help.sap.com/saphelp_46c/helpdata/en/bc/c2963457889b37e10000009b38f83b/frameset.htm]
    regards
    thyagarajan

  • Cannot input a functional location

    Hi Gurus,
    I created a new equipment category. but it does not allow me to input a functional location on structure tab but when im using the standard M it does allow me to install it into a functional location. i check the field selection and they are all "input" what seems to be the problem?
    Thanks!!

    Hi
    In Spro You have to check For your equipment category for" Installation at Functional Location"
    Equipment Usage Period---Define Installation at Functional Location

  • Fund center derivation based on functional location cost center

    Hi,
    can anybody share the process to derive fund center based on cost center assigned to functional location/equipment of a plant maintenance order
    Thanks

    Hi Eli,
    Thanks for your response.
    Scenario is as follows:
    Cost is booked to PM order & settles to cost centers. I don't have budget at PM order level. But will have budget in fund management for cost center. So whenever I book cost to PM order it should check budget available in fund center. Fund center should be derived from cost center assigned to functional location of PM Order
    I have not used function module before for derivation. I have created a derivation rule based on functional module but there is no place to assign fund center in derivation rule. Please explain the process to derived fund center through PM order in above scenario.
    Thanks

  • Can't find Business Object for Functional Location BOM in BAPI

    Hi all,
    I've to make Upload Program through BAPI for Functional Location BOM,for making that Upload i can't find BUSINESS OBJECT for FUNCTIONAL LOCATION ,Equipment BOM and Fleet Object (Vehicle).Kindly tell what Business Object should i used to create that Upload Programme.I shall be very thankful to you.
    Regards,
    ABAPFK

    Hi
    you have to do all steps in LSMW
    1.Maintain Object Attributes
    2.Maintain Source Structures
    3 Maintain Source Fields
    4 Maintain Structure Relations
    5 Maintain Field Mapping and Conversion Rules
    7 Specify Files
    8 Assign Files
    9 Read Data
    10 Convert Data
    11 Create Batch Input Session
    Please maintain source fields required.thats important.(maintain 2 level-header and item,also provide common name of column to link to 2 files
    Header file:sample
    RECORDNAME     EQUNR     Plant
    10001031                        10001031      3000
    Item file:sample
    RECORDNAME     ITEM NO     MATNR     Item catg   QTY
    10001031                             10      P-1001          L               1
    Regards
    Seenu

  • Function Module for Superior Function Location

    Hi Experts,
    I want to  Assign / Change / Delete a Superior Function Location to a Existing Function Location .
    Is there any Standard Function Module / BAPI  available ?
    Regards,
    Vel

    hi.
    FUNCTION ZCHANGE_SUPFUNLOC.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(I_FUNLOC) TYPE  IFLOT-TPLNR
    *"     VALUE(I_SUPFUNLOC) TYPE  IFLOT-TPLMA
      DATA:  DATA_GENERAL   LIKE BAPI_ITOB,
             DATA_GENERALX  LIKE BAPI_ITOBX,
             DATA_SPECIFIC  LIKE BAPI_ITOB_FL_ONLY,
             DATA_SPECIFICX LIKE BAPI_ITOB_FL_ONLYX.
    CALL FUNCTION 'BAPI_FUNCLOC_GETDETAIL'
      EXPORTING
        FUNCTLOCATION          = I_FUNLOC
    IMPORTING
       DATA_GENERAL_EXP        = DATA_GENERAL
       DATA_SPECIFIC_EXP       =  DATA_SPECIFIC.
      DATA_SPECIFIC-SUPFLOC  = I_SUPFUNLOC.
      DATA_SPECIFICX-SUPFLOC = 'X'.
      CALL FUNCTION 'BAPI_FUNCLOC_CHANGE'
        EXPORTING
          FUNCTLOCATION  = I_FUNLOC
          DATA_GENERAL   = DATA_GENERAL
          DATA_GENERALX  = DATA_GENERALX
          DATA_SPECIFIC  = DATA_SPECIFIC
          DATA_SPECIFICX = DATA_SPECIFICX.
      COMMIT WORK AND WAIT .
    ENDFUNCTION.
    Regards,
    Sivaprasath

  • MAM25 Equipment (de) installation to functional location

    Hi Guru's,
    We are trying to uninstall an equipment from a functional location and then reinstall the same equipment to another functional location, however this does not always work for us.(mam25_030)
    It seems to work, when the uninstall happens before the installation. It fails when installation happens before the uninstall. This is however dependend on the order on which the syncBO's are being handled, or so it seems.
    - Floc with synckey 1 - uninstall equipment
    - Floc with synckey 2 - install equipment
    this works
    But if the order is this:
    - Floc with synckey 2 - uninstall equipment
    - Floc with synckey 1 - install equipment
    Has anyone come across this feature, and/or has a solution for this. Is there a way to influence the order of the syncBO's?
    Thanks,
    Karst
    ps. Running on MAM25 SP15

    This can be achieved but obviously the equipment hierarchy would be disturbed because the equipment can either be installed on a functional location or a superior equipment not both the two. What you can do is the functional location for the superior equipment is to be extended so as to cover the subordinate equipments and obviously there would not be any direct link between the equipment and the superior equipment.
    Equipment: Recorder installed on FLoc: Plant-Recorder
    Equipment: Sensor installed on Floc:Plant-Recorder-Sensor
    that is how you can achieve it but the relationship between the equipment and superior equipment is to be compromised.
    Regards..

  • Change pointer for functional location- deletion flag & activation status

    Hello,
    Im trying to use change pointer for functional location outbound interface. I did all required settings in BD52. The problem is with deletion flag and acive/deactive status.
    I found that those two are stored in:
    table     field
    TAPL     LOEKZ
    TAPL     PARKZ
    The problem I have is that I cannot find the object for those table, and due to that it cannot be customized in BD52.
    Could You please advise which object class should I use or alternatively which other table/field and object should I type in to activate change poiters for deletion flag and active/ not active status?
    For object IFLO, and its table (IFLOT, IFLOTX, ILOA)- there is no field for del flag and active status.
    Thanks in advance.

    Hi, standard didnt let us fulfilling this requirement. What we did- we extended table IFLOT with additional field for the status and used an user exit when saving FL, to take the value (status) from table JEST/TJ02T and copy the value to the newly created field. Then BD52, iflo, iflot, and the new field and it worked. Of course the function module for the message type (BD60) had to be changed to add this status value in additional segment/field for the idoc. Hope this will help You, as there is a lot of technical background behind it, and this is only functional overview.
    rgds.

  • How can I relate an equipment with the PP Work center & functional location

    Hi,
    I'm trying to relate equipments with their PP work centers (field ITOBATTR-ARBPL listed in the Location tab of the equipment) and the functional location (field ITOB-TPLNR listed in the Structure tab of the equipment) through SQVI.
    The workcenter is in a structure and the functional location relation in table ITOB gives me thousands of results with different functional locations per equipment so I can't tell which one is the propper one.
    Additionally I would like to filter the equipments flagged for deletion, but I also can't find the field of thet flag).
    In resume I need to create a query that gives me all equipments not flagged for deletion with their corresponding PP Work center and functional location.
    Thanks in advance
    JV

    Please check table EQUZ or view V_EQUI.
    In table EQUZ (GEWRK is the work center object number ) -> Use this go to table CRHD and find ARBPL for the correct time slot.
    For fucntional location in EQUZ (ILOAN is the location assignment ) -> go to table ILOA with the ILOAN and fetch TPLNR.
    Please ensure you fetch records which are currently valid from EQUZ (Use the valid to date field compare . Valid to date must be greater than or equal to current date).

  • Genral question on equipment and functional location....

    hi,
    what I have to learn on functional location and equipment other than the below concepts
    creating euipment and installation,
    and customizing like screen sequences of Fun.  locations and equipment....
    and field selection for functional locations and equipment...
    stucture indicator for F locations...
    category of functional locations and equipment...
    becoz i am going to allot for a project more over this is my first proect.......
    Plz help me.........,
    thanks in before
    gunnu

    Hi,
    Under Equipments:
    1. Equipment Master Data
    2. Equipment BoM
    3. Measuring Point
    4. Serial Number Assignment
    5. Installation / Dismantling with Superior Equipment / Functional Location
    6. PRT as Equipment (Production Resource Tools)
    7. Fleet Equipments
    You can find all the helps in Help.sap.com under Plant Maintenance module. Just have a search in google.
    [Equipments & Technical Objects|http://help.sap.com/saphelp_erp60_sp/helpdata/en/b0/df293581dc1f79e10000009b38f889/frameset.htm]
    Regards,
    Maheswaran.
    Edited by: Maheswaran.K on Apr 28, 2011 1:10 PM

Maybe you are looking for

  • Best way to Upload HR mini Master ?

    Hi Guys, My client is implementing CATS using HR mini master. What is the best approach to upload Mini master data. Did SAP provided any standard program to upload the data into HR module or should I use BDC to upload the data in infotypes 0000, 0001

  • Emca -config emkey error running on windows 2003 r2

    Hello I have recreate EM using ... Step One:- SHUTDOWN IMMEDIATE; STARTUP RESTRICT; DROP USER sysman CASCADE; DROP ROLE mgmt_user; DROP USER mgmt_view; DECLARE CURSOR c1 IS SELECT owner, synonym_name name FROM dba_synonyms WHERE table_owner = 'SYSMAN

  • No Sound, Tried the Midi Settings, checking volume, nothing works

    Hi, I have checked the forums, and have tried all of the fixes that work for everyone else. My computer was put out pre-garage band, so it is not on this machine. I am using a Digidesign 002 for my sound, and it works with pro-tools, and I-Tunes, but

  • Email access when account canceled

    Hi - If I cancel my comcast service due to moving and no longer needing comcast service because I'm moving somewhere that already has comcast service set up, do I also lose my comcast email account? Thanks!

  • More than one Portal instance on the same database

    Is it possible to have more than one Portal instance on the same database?