Functional Location

Hi,
Client is having lot of moving Equipments. So then he want that when production person should create notifiaction, he should enter the location also to identify the location of perticular machine like welding machine. For fixed machines , that will be installed at functional location.But what about  moving machines. Can i control it with any exit. Means when equipment status inst, system should fetch from Functional Location or else.
Thanx in advance
Edited by: SAPPM@10021983 on Jul 21, 2009 10:58 AM

Hi
I hope this can be done for your case...
Create New Equipment category for moving equipments.... You can create notification with respect to equipments... thats enough... in other case.. if u require a functional location... then create one functional location EX : Maintenance Room etc... Assign all the moving equipments to this functional location...
You can get the functional location datas from here... so notification will have a functional location...
Normally for moving equipments... Say Equipment A and B is working in one functional location Z for five days... but equipment A will be used in another functional after 3rd day... in such case... you need to assemble and dismantle the functional location, once the work is started and completed... you need to take care of these things...
By this.. you can track the usage of equipments at different functional location
- Pithan

Similar Messages

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

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

  • Help required: class assignment and values for functional location

    Hi All,
    My requirement is to get classification data for a functional location as in IL03.
    Can any one let me know where in the standard program are they getting the assigned classes
    and class values. So that I can use the same logic.
    Thanks.

    FM BAPI_OBJCL_GETDETAIL
    OBJECTKEY                       ?0100000000000011643
    OBJECTTABLE                     IFLOT              
    CLASSNUM                        ZPMI_BLDG          
    CLASSTYPE                       003                
    KEYDATE                         29.07.2009         
    UNVALUATED_CHARS                                   
    LANGUAGE                        EN                 
    Cheers!

  • Required to get class Charateristics and values for an functional location

    Hi ,
       As per the requirement ,i have to read the class characteristics and the corresponding values for an function location.I have functional location number ,and the various class names associated with fn.location. Any pointers would be helpful
    Regards
    Arun T

    FM BAPI_OBJCL_GETDETAIL
    OBJECTKEY                       ?0100000000000011643
    OBJECTTABLE                     IFLOT              
    CLASSNUM                        ZPMI_BLDG          
    CLASSTYPE                       003                
    KEYDATE                         29.07.2009         
    UNVALUATED_CHARS                                   
    LANGUAGE                        EN                 
    Cheers!

  • FM for characterstic value of a function location (asset)

    Hi All,
    Can any one please tell me the FM module to be used for finding the characterstic value for a given characterisctic name of a function location in IL03 (classification).
    I have tried using BAPI_CLASS_GET_CHARACTERISTICS, but it is not yielding the desired results.
    Thanks in advance
    Deepti

    Hi,
    I don't know why you are not getting the proper reult.
    BAPI_OBJCL_GETDETAIL iis uesd to get both character and numeric values back form the classes.
    Check this:
    LV_OBJECT = I_TPLNR.
    CALL FUNCTION 'BAPI_OBJCL_GETDETAIL'
    EXPORTING
    OBJECTKEY = LV_OBJECT
    OBJECTTABLE = 'IFLOT'
    CLASSNUM = 'Z_DEPOT'
    CLASSTYPE = '003'
    TABLES
    ALLOCVALUESNUM = WT_ALLOCVALUESNUM
    ALLOCVALUESCHAR = WT_ALLOCVALUESCHAR
    ALLOCVALUESCURR = WT_ALLOCVALUESCURR
    RETURN = IT_RETURN.
    Furthermore i have a list of BAPI. [Try this link|http://www.saptechies.com/sap-bapi-list/].
    May it helps you.
    Regards.
    DS.

  • 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

  • Runtime error while opening stucture tab in Functional Location..

    Dear All,
    Whenever I'm trying to open the structure tab of functional location I'm getting the runtime error and the message is as follws..
    Run time error  TIME_OUT
    Time Limit Exceeded
    The program " SAPLIE01" has exceeded the maximum permitted runtime without interruption and has therefore been terminated
    Error Analysis
    After specific time,the program is terminated to make the work area available to other users who may be waiting
    I did not understand the reason for it....
    Any can throw light on this...
    Thanks in Advance
    Johnson

    Dear
    This problem is occuring due to your transactions has so many datas in output. So that system is providing the error. In each sap log in you can control the maximum idle hours at Option header menu at Main menu.
    Else you get the Abaper+Basis for the help. There is no error in functional side for sort out.

  • ERROR WHILE UPLOADING FUNCTIONAL LOCATION MASTER DATA THROUGH LSMW?????

    Dear Experts,
    I am uploading the master data of functional location through LSMW .I had completed all the steps except "Run Batch Input Session".
    In that step it is showing as functional location already exists, after this error the remaining functional locations are updated in sap or it will stop total transaction by  this error???
    how can u upload the remaining in to sap by skipping already existed one????
    here I am uploading the error screen shot.
    Thanks & Regards,
    Sunil Boya

    Hi Jogeswara Rao Kavala,
    When I am pressing back or NO option  it is showing error like this
    What is this OK- Code means?
    how can I resume this process, even it was not going to back screen also and only one option is available for exit from this is by going into MENU-SYSTEM-SERVICES-BATCH INPUT-CANCEL.
    Sunil Boya

  • 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

  • Creation of Work ceter based on Functional Location.

    Hi all, Greetings.
    I have a query regarding creation of work center in PM. i m new to this module and this is my first implementation.
    The scenario is as follows.
    Here there is one Plant and which i will be considering as maintenance plant as well as maintenance planning plant. i m planning to classify the technical objects based on both Functional location as well as Equipments. there are 8 functional locations and almost 10 to 20 equipments under each functional location. Can i create work center based on functional location if so i will have to create 8 work center or can i create 3 or 4 and consider 1 work center for 2 or 3 functional locations.
    please help me on the same and correct me if i am wrong. i have no much knowledge on the same.
    Thanks in Advance.

    Hi,
    Thanks Seenu,
    So i have to clasify based on Maintenance activity types. If there are activities like repair, shutdown, testing etc. then i will have to create work center based on that?
    So i can create some activities like, Modification, Repair, standby, waiting etc and assign work center for each?
    Here we are following 4 maintenance planning preventive, predictive, breakdown & shutdown so is it possible to make 4 work center according to those.
    please correct me if i m wrong. i really have no much idea in this. any help or suggestions will be appreciated.
    Thanks in advance
    Ramya

  • 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

  • ABC Indicator for Equipment & Functional Location Same or Different

    Hi All,
    We can find ABC indicators in both Equipment & Functional Location (FL) master data.
    Q. Please tell me....whether these fields are different for Equipment & FL or same??
    Problem is that I could see the same field name ABCKZ for both Equipment & FL in tables V_EQUI & ILOA respectively.
    Sundar

    Hi  Sunder
    *The ABC indicator can be entered in equipment as well as functional locations.*
       An indicator that is assigned by the procedure of ABC analysis.
    The following ABC indicators are possible:
    A - Important
    B - Less important
    C - Relatively unimportant
    According to these criteria, "A" materials are those materials that are of greatest importance for the production operations of a company.
    Examples of use for ABC indicators are vendor master records, material master records, and master records of *technical objects.*
    So ABC indicator is same for equipments and Functional LocationBUT value may be diferent
    Regards
    Jitender Suhag

  • What is use of Acquisiton value in functional location in PM module?

    Hello,
    what is use of Acquisiton value in functional location in PM module?
    Regards,
    Ram Rathode.

    HI Ram,
    You can  do an F4 to get the description of a field.
    Please go through following for your reference:
    Acquisition Value of an Asset
    Assets table for Acquisition value and Equipment number
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/01/d544ef4ab311d189740000e8322d00/frameset.htm
    http://help.sap.com/erp2005_ehp_05/helpdata/EN/c1/376976449a11d188fe0000e8322f96/frameset.htm
    Please award if useful.
    Thanks,
    Ravi

  • How to find the Changes like functional location category

    Hi Experts,
    Can anyone guide me as to how to get the changes in Func loc category made  for a func location through front end transactions or through tables when the Change document check box for Func location category has been activated and/or not activated.
    Faster response will be highly appreciated and rewarded.
    Regards,
    Manish

    Hi,
    Go to that Functional Location, Extras -> Display Changes, that will display all the changes made on that FL.
    Regards,
    Maheswaran.

  • 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

Maybe you are looking for