Deactivating the Functional Location - PM

Guys, appreacite if someboby can guide me in deactivating the functional location ID since the said functional location ID is no longer in use. This is in relation to PM module. 10q.

Hi,
In IE02 against functional location you will find small icon for change Inst.loc.Click on the same then select dismantle and save document.
Regards
Vinay

Similar Messages

  • User status with reference to characteristic value of the Functional locati

    Hi,
    For a Functional location for which a characeteristic values is maintained as"1",i  want "user status of the mainteance order,when created  to be updated as "XXX".Can any one of you tell me the user exit and code changes for this.Please reply at the earliest.
    EX:A functional location(XXXX) has a Characteristic(xxx) has  value as "1"
    we have created an user status as"xxx" for the order(through status profie).Now,My requirement is
    When i have created a maintenance order for the functional location(XXXX),upon on saving of the order,or Assigning the priority for the maintenance order,i want the user status has to be modified as "XXX".
    Could you please tell us what to do?
    is our requirement will be fulfilled with the exit"IWO10009".If so,please tell us the code to be made>
    Can we map our requirement through "Object dependencies" or any other means to meet our requirement
    you will be highly appreciated
    with regards,
    Joshita

    HI joshita,
    I had a similar issue in the past where i wanted to attach permit to an order based on some characteristic of functional location at user exit 'IWO10002 - Customer check for order release'.
    This will solve your purpose during release of the order.
    You can also use the exit 'IWO10009 - Customer Check for 'Save' Event', this will check irrespective of the status of the order.
    Regards,
    Deepak

  • Classification  overview Data for the functional location in Emigall

    Hi,
    I am trying to upload the functional location for the connection object. and during that i would like to upload the Classification data through Emigall
    Can i do that in emigall and do we have a function module or a BAPI for it.to do that.
    Can anybody help me on this.
    Thank you in advance.
    Regards,
    Robert

    i don't think you can directly upload classification along with your functional location data in EMIGALL. But there is an object OBJCLS_D in EMIGALL that you can probably use. There is a BAPI BAPI_OBJCL_CREATE that may also be useful if you want to write your own program.

  • Table Link between the Functional Location and work order

    Hi Gurus,
    I am stuck in a big problem and have to find a way to list down the work order with a specific user status in the system. I am trying to link it based on the functional location as the inputs will have to be functional location and the date. Can any one guide me with the tables to link these two???
    Thanks in advance
    Anoop

    Hi,
    Depending on your exact requirement, you might be able to select from view VIAUFKST_IFLOS. This would allow selection based on order, functional location and various dates. The field IPHAS will give you some system status information - value will indicate which status the order has reached. Example value = 3 indicates order is technically completed.
    To get the exact system status (or user status) you need to read the JEST table. Read this table by OBJNR. The object number will have the format OR005000123456 (where 5000123456 is the order number). It will be available in the order tables.
    Status values in JEST are in the internal format - example I0002 = REL. Check transaction BS23 to see the link. User status values will have the format E0002. If INACT flag is set in a jest record then that status value is not active. If you want to check for a specific status value then call function STATUS_READ.
    -Paul

  • Displaying the function location no. in task bar

    Hi All,
    Please help me in displaying the function location no. in task bar as message.
    Following is the code I am using :-
    CALL FUNCTION 'ENQUEUE_EZIFLO'
        EXPORTING
            MODE_IFLOT     = 'E'
            MANDT          = SY-MANDT
             TPLNR          = IFLOT-TPLNR
            X_TPLNR        = ' '
            _SCOPE         = '2'
            _WAIT          = ' '
            _COLLECT       = ' '
       EXCEPTIONS
             FOREIGN_LOCK   = 1
             SYSTEM_FAILURE = 2
             OTHERS         = 3
    IF sy-subrc <> 0.
    write : IFLOT-TPLNR.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH IFLOT-TPLNR.
    ENDIF.
    Thanks
    Gautam

    Hi Gautum,
    keep the message type as 'S' it will show the message in the task bar,,
    MESSAGE ID SY-MSGID TYPE SY-MSGTY   "Pass it as 'S"
    NUMBER SY-MSGNO
            WITH IFLOT-TPLNR.
    Regards,
    Prabhudas

  • Get the functional location assigments to a class

    I need a function module to get the assignments to a class  . ie the functional locations assigned to a class

    Please elabrote the question once.
    My understanding is you need a function module to get the functional locationfrom the connection object.
    If it is wrong let me know i will try to help you.
    Regards,
    Siva

  • Deactivating the Function codes of Buttons on standard RF screen

    I have to deactivate the functionality of some of the function keys(Buttons) on Std. SAP RF Screen(Quant screen)  of LM51 transaction (Pgm: SAPLLMOB & Screen# 0152). How can I achieve this. I appreciate if any one can guide me on this.
    Thanks
    Usha

    Hi,
    Try this out with Transaction Variant (T.code is SHDO)
    <b>Transaction SHD0 -</b> Create a variant for the required transaction bychanging the layout through hiding fields and screens
    The Below data i copied from the web, this may helpyou ...
    Case one for creating Transaction Variants
    Step 1:
    Execute transaction SHD0 and create a Transaction Variant against the original transaction.
    Step 2:
    As soon as you press the create button, the original screen of the transaction will appear. After pressing any button/tab on the screen a menu variant screen will appear. Make sure to check any field or tab or any button you want to disappear from the menu functions. Press the exit and save button when you are sure that no further settings are required on sub-screens (if present). After pressing the exit and save button another menu variant screen will appear. Press the save button here and save as a local object or under any development class.
    Step 3:
    When you are back on the Transaction Variant (SHD0) screen, press shift+F6 or click the goto menu and press the create variant transaction button. Through this transaction SE93 will be executed. Enter the transaction name you want to create and any other required field and now press the save button.
    Step 4:
    Now execute the transaction you create through create Transaction Variant and enjoy the results.
    Case two for creating Transaction Variants
    Step 1:
    Create a dialogue transaction through SE93 and enter the program name and screen number of the original transaction you want to make a variant on (e.g., PFCG). Press the save button and check whether the replica transaction (PFCG) has been created successfully by executing it on a new session.
    Step 2:
    Execute transaction SHD0 to create a Transaction Variant. Specify the transaction name (replica of PFCG) which you have just created and create a Transaction Variant against the replica transaction.
    Step 3:
    As soon as you press the create button, the original screen of the transaction will appear. After pressing any button/tab on the screen a menu variant screen will appear. Make sure to check any field or tab or any button you want to disappear from the menu functions. Press the exit and save button when you are sure that no further settings are required on sub-screens (if present). After pressing the exit and save button another menu variant screen will appear. Press the save button here and save as a local object or under any development class.
    Step 4:
    When you are back on the main screen of the SHDO (Transaction Variant) click the edit option on the menu tab and activate Standard Variant. Through this a Standard Variant will be assigned to the transaction specified (replica transaction).
    Regards
    Sudheer

  • Do you know the link between the sales order item and functional location ?

    How know the functional location if I know de sales order number and item ?
    Wich table or bapi ?
    Tks.

    Hi,
    I think there's all details in my question.
    You answer is right only if I need to know the functional location at AUFNR level.
    Is not my case, I need this information at sales order level.
    Regards,
    Roberto.

  • Error while updating the classification in functional location

    HI
    I'm adding the classification to the fuctional location, When i save the functional location it is poping me this information.
    User exit ZXCLFU02: Run program RCCLUKA2 to activate table INOB
    When i run this program RCCLUKA2 tried to run as per the information provided in the Help.
    When i execute this program for class type 003-Functional location i dont get any results.
    still the problem persisit, If any one has come across this problem please let me know to solve this issue.
    Thanks
    Abdul Mujeeb

    Hi Pete
    The message appears like this
    User exit ZXCLFU02: Run program RCCLUKA2 to activate table INOB
         Message no. YMD01 000
    Thanks & regards,
    Mujeeb

  • Extending the existing functional locations to a new plant?

    Hi Sapiens,
    The following is my concern:
    Q1) I have a set of functional locations(roughly around 5000 records) assigned to say Plant A.
    I would like to extend these existing functional locations to Plant B. I am not permitted to do this using LSMW. I should execute this operation in one shot.
    How to accomplish this?
    Q2) After attaching all the functional locations to Plant B, i should replace the first 4 characters of the functional location structure with the Plant Code itself. Again not through an lsmw. How to accomplish this in one shot?
    Please let me know the procedure of doing it with some guidelines.
    Thanks in Advance,
    Vijaya

    Hi
    1. You can extentd to the other plant with SCAT ,BDC etc
    2. But You can not replace the first four letters from the FL with the New plant code.Remember this is a master data
    Regardas
    Jignesh

  • 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).

  • Functional location for the respective material and equipment in a report

    i want to show the functional location for the respective material and equipment in a report designed for plant maintenace module..how should i add a field in the report which already contains the order , material and equipment no ?..just have to add a field  functional location in that report. Can anyone plzz tellme from which table should i fetch the data .?

    From EQUI get the recent/valid EQUZ record.
    From EQUZ get the ILOA record.
    ILOA holds the TPLNR for the equipment.
    And from ILOA you can get IFLOT.
    edit: just noticed you can use V_EQUI as well.
    Edited by: Maen Anachronos on Nov 26, 2010 12:40 PM

  • Help - Class name and descriptions for a function location.

    Hi Guys
    i have to write a report that displays the class and class descriptions for a function location. the user passes in either the function location(TPLNR) or the class name and  the report should display the the class characteristics and resp. values. Is there a FM that i coud use?
    please help.
    many thanks.
    seelan.

    sadiepu1 wrote:
    When I set up Words with Friends on my Fire it asked for my username and password which from a previous reply to my inquiry above stated that the S 3 doesn't store due to privacy issues. I have tried all my usual combinations of usernames and passwords and my Fire won't let me access the game as it keeps telling me that one or the other is not correct. I have deleted the app from my Fire and re-downloaded it but have the same error comes up. I have accessed the Words with Friends support both on my phone and their website but there is no live chat. I might have to take both to a Verizon store. Also, my Fire won't let me access the game without a correct username and password. To say that I am frustrated would be an understatement as well I have tried everything I can think of with no luck! Thanks for any help you can give!
    Did you use facebook to log in? 
    Verizon will not be able to help you retrieve any of the information you need.  You will have to contact Zynga.

  • How to use BAPI_HELPVALUES_GET with functional location

    I try to create an RFC connection searchhelp for my ECC system to the functional location table.
    I thought of using the bapi_helpvalues_get but I get stuck in determing the right input data
    I have found the right objectype in SWOI
    BUS0010
    now I found out thanks to see where the function was used and how it was filled in with which values
    OBJTYPE                         BUS0010                 
    OBJNAME                         FUNCTIONALLOCATION      
    METHOD                          GETLIST                 
    PARAMETER                       FUNCLOC_LIST            
    FIELD                           FUNCTLOCATION           
    but still I get an error
    ES&003Parameter FUNCLOC_LIST voor objectmethode BUS0010.GETLIST not available
    what do I miss here ??
    and If abnybody nows how I can build a searchhelp with just a searchhelp exit without a view to search for values it will also solve my problem in creating a searchhelp with data from another system which I have to retrieve by RFC
    kind regards
    arthur

    BAPI_PTIMEOVERVIEW_GET
    Just pass in the a From date and To date, and then in tables, pass in a employee no, in EMPLOYEES field.thats all, execute. Any prompts you get to enter a value for anything just click save without entering any values. You will get data returned in Result table of TIMEOVERVIEW.
    You can find the Documentation of this, when you go into display mode of this Bapi, you will find function module documentation on top right hand side of the screen. in any case i am pasting it below.
    Functionality
        This method defines a time data overview for employees.
        The time data determined can be used as a value guide for recording in
        another system (such as in a time sheet or an external system).
    Notes
        An "asynchronous access" to R/3 Time Management data determined by the
        method PTimeOverview.Replicate specifies the employees for whom a time
        data overview is to be created.
        A "sysnchronous access" to R/3 Time Management data determined by the
        time period entered and the external application specifies the employees
        for whom a time data overview is to be created.
        The employees selected are returned in the EMPLOYEES parameter. A list
        of the time types for these employees also to be included in the
        overview is returned in the TIMETYPES parameter.
        The time data overviews are returned in the TIMEOVERVIEW parameter.
        The selected time types and the applicable number of hours are returned
        in the TIMETYPEVALUES parameter.
        The overviews are transferred to the other systems by the method
        PTimeOverview.SaveReplica.
    Parameters
        FROMDATE
        TODATE
        EXTAPPLICATION
        EMPLOYEES
        TIMETYPES
        TIMEOVERVIEW
        TIMETYPEVALUES
        RETURN
    Exceptions

  • Query , logical DB or report about plan maintenance and functional location

    Hi,
    I've to do a report about a list of plan maintenance. I've to show the functional location affected by the plans but in the table MPOS the field TPLNR doesn't exist.
    But I have maintenance plans that affects to functional location only. I've not found any useful logical database or report to show this information.
    Could anybody help to me?
    Thanks
    Best Regards

    Dear
    The SAP is provded the option please check once again
    Table MPOS- Field ILOAN 
    First take the ILOAN from ILOA table by object reference is 2 (Field: OWNER) in output.
    Then put the Loc/acct assignment value at input of the MPOS table which is u received from ILOA table

Maybe you are looking for

  • Using IFRAME in JSF to display a PDF file

    2 all, How do i display a PDF file inside a JSF page in a IFRAME tag? I store the PDF file location (like d:\images\pdf1.pdf) in my database. I cant give this location directly into the src attribute cos then the file will be rendered to only users w

  • Problem switching from AP-specific to Group-specific VLAN mapping

    Hello. Some days ago, I updated our 5508 WLC to software version 7.5.102.0. With that version, it should be possible to have a VLAN mapping specific for a Flexconnect group that is set within Flexconnect Group settings. I did that for all my Flexconn

  • Share Inbox

    Any idea to share inbox or delegate user to read inbox like Microsoft Exchange. Also i have problem with arabic language when i send arabic subject its appear ????

  • Office 2013 and Windows 7 Starter Edition

    Can you tell me if Office 2013 purchase via a HUP licence will work on a minibook with Windows 7 Starter Edition installed?

  • Re - Run of Depreciation.

    Hi, When & Why do we need to Re - Run the Depreciation. when we are executing the Re - Run. Dep will be posted to selected Assets only? or posted to all assets again. can anybody expling this, Regards, Shekar.