Any Funtion module to get equipment no. (EQUNR) using functional location?

Hi Guys,
Can anyone tell me the function module to get equipment (EQUNR) using functional location (TPLNR) ?
regards
Rahul

Hello Rahul
Perhaps the following function modules are helpful:
- ALM_ME_FUNCLOC_INSTALLED_EQUI
- INSTALLED_EQMTS_ON_LOCATION
- INSTALLED_EQMTS_ON_LOC_READ
Regards
  Uwe

Similar Messages

  • Reg. Getting Equipment No.(EQUNR) using Material Doc.(MBLNR)

    Hi all,
    In my ABAP program program, I need to fetch the Equipment No.(EQUNR) using Material Doc(MBLNR).
    I have only the Material Document as the input & I need to find the Equipment Numbers using that for further processings.
    Please guide me in this regard.
    Regards,
    Anbarasan K

    Hi
    Pass the Material document into MSEG table and fetch the EQUNR Field
    Better pass the document year also as the input along with the Document number
    Regards
    Amuthan M

  • Which Funtion module can get print parameter in the background?

    Hi all,
    I know the FM"GET_PRINT_PARAMETERS"can get the print parameter, but I find it can't get the print parameter in background. Does anybody know Which Funtion module can get print parameter in the background?
    Thanks in advance!
    Nina

    Hi Nina,
    This is text copied from SAP HELP.
    FU GET_PRINT_PARAMETERS
    Text
        Read, determine, change spool print parameters and archive parameters
      Functionality
        The function module GET_PRINT_PARAMETERS is used to define, modify and
        display the print and archive parameters. Using this function module is
        the only correct way to modify a print or archive parameter record. The
        print parameters are closely related and contain a check total. This
        check total becomes invalid if any of the print parameters are changed
        and causes a runtime error when the print parameters are used later.
        The module recognizes the following modes (values of parameter MODE):
        'PARAM'              Normal case. Define the print parameters for the
                             current program. The values that are not defined
                             are specified from the user master record or are
                             assigned default values. The print parameter screen
                             displays the PRINT key. This mode is used
                             if the MODE parameter is not specified.
        'PARAMSEL'           Like PARAMS, except that the print parameter screen
                             includes an option to activate the selection
        screen.
        'BATCH'              Define the print parameters for a background job.
                             In this mode, the name of the report to be started
                             is passed with the REPORT parameter.The REPORT
                             statement of the specified report is checked for
                             LINE-SIZE and LINE-COUNT definitions. These
                             definitions are passed as default specifications.
                             Furthermore, the SAVE key is offered
                             instead of the PRINT key in this mode.
    Check the BATCH MODE.

  • Since I upgraded to os 5.1 for my iPhone I can no longer type in reminders. Any suggestions how to get around having to use siri for reminders?

    since I upgraded to os 5.1 for my iPhone I can no longer type in reminders. Any suggestions how to get around having to use siri for reminders?

    Unfortunately, I have a very similar problem. Since I upgraded to os 5.1 on my new iPhone 4S the reminders screen will not add new reminders or scroll up and down. What's more strange is the screen will still scroll side to side allowing access to the Completed list, and both the Completed list and Date functions work normally so this must be an upgrades glitch.

  • Funtion module to get payroll DT result

    Hi Experts,
    Please specify function module  to get payroll DT table result,
    Not RT table result.
    Or else if there any adjustment payment of previous month is there,
    where that result will go and sit.
    Thanls & regards
    S Paul

    Hi,
         You can get the results from FM "PYXX_READ_PAYROLL_RESULT" .
    DATA : gs_result    type pay99_result, 
                   gs_dft        like line of gs_result-inter-dft.
       call function 'PYXX_READ_PAYROLL_RESULT'
        exporting
          clusterid               = l_c_relid
          employeenumber          = pernr-pernr
          sequencenumber          = rgdir-seqnr
          read_only_international = l_c_x
        changing
          payroll_result          = gs_result.
    loop at gs_result-inter-dft into gs_dft.
    endloop.
    Regards,
    Srini.

  • Problem in getting public holiday class using function module

    Hi to all
    I am using function module
    HR_PERSON_READ_WORK_SCHEDULE.
    for getting the employee's actual work schedule and public holiday class FTKLA.
    But I am unable to get the correct public holiday class.
    Please guide me.
    How to do that.
    Regards
    Anubhav

    Hi,
    form build_work_schedule tables b_psp structure pdpsp
                                    b_day_psp structure pdsppsp
                                    b_employees structure pdpnr
                             using value(b_begda) like sy-datum
                                   value(b_endda) like sy-datum
                                   value(b_read_db) type c.
      data: counter type i. "Note 495298
      call function 'HR_PERSON_READ_WORK_SCHEDULE'
           exporting
                begin_date          = b_begda
                end_date            = b_endda
               grouping_dws        = motpr    "VEX Modif
               grouping_attendence = moabw
               grouping_substitute = mover
                read_from_database  = b_read_db
                im_read_no_locked_records = 'X'                 "803380
           tables
                pernr_tab           = b_employees
                psp                 = b_psp
                day_psp             = b_day_psp
           exceptions
                error_in_build_psp  = 1
                others              = 2.
      read table b_employees with key error = 'X'
                             transporting pernr.
      if sy-subrc eq 0.
        read table d3000_pers with key pernr = b_employees-pernr
                                               transporting name.
        if sy-subrc eq 0.
          message s582 with d3000_pers-name.
        else.
          message s582 with b_employees-pernr.
        endif.
      endif.
    Hope it helps you.

  • Assign equipment from hierarchy to functional location

    Hi all,
    I'm new to PM so the question might be a bit stupid. But I have got a hierarchy for a piece of equipment. The highest level is a recorder. The lower levels are sensors that i need to calibrate. I now want to assign the sensors (lower level) to functional locations. It can be possible that each lower level is assigned to another functional location. Is this possible? I now get the error message that the piece of equipment is assigned to a hierarchy.
    Thanks for your help

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

  • 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

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

  • Equipment installed at multiple functional location

    Hi gurus,
    Is possible that one equipment be installed at more than one functional location?
    If not allowed, is there any SAP document stated that one equipment only allow be installed at one functional location?
    Thanks.

    It all depends on how you define your equipment in SAP system. SAP system will have one unique number say 123456 for one equipment. Say this is Pump no.1.  Due to your requirements if you want to have the same equipment at other location and want to create another Equipment for Pump no.1., System does not stop you. It will provide you another number say 123457. With this, hope you understand the concept of why one equipment will be there at one place at one time.
    KJogeswaraRao

  • Equipment Not Allowed at Functional Location ( Inst. at FunLoc is selected)

    Hi All,
    I have configure Structure Indicator like XXXX-XXXXXXXXXXXXXX. Now I have maintain functional location label like
    e.g ABCD-EFG XYZ  ( there is a space between G and X) .
    I have already allowed installation of all equipment category to functional locations at configuration. But still system gives me an error like Installing equipment is not allowed at functional location ABCD-EFG XYZ (MSG NO IA0002).
    Now if I select ABCD system is allowing to install equipment at ABCD.
    If space is a special character and i have not maintained S , then why system has created that label, it must throw an error while creating that label.
    Please suggest.
    Regards,
    Anish Ahya

    Equipments can be installed at functional location if the following changes have been made
    1. Configuration for equipment category installation (Already done in your case)
    2.  In the functional location master data in structure tab "equipment installation allowed" should be activated.
    Please allow the equipment installation from functional location master data .
    Regards,
    Tehisn

  • Multiple equipment in one Order / Functional location?

    Hi,
    i assigned the more than equipment in one functional location and When we entered the order we wanna add more than equipment.
    is that possible? Order screen should be as follow;

    Not possible,
    Instead you can have an Enhancement tab to list the Extra Equipments or All Equipments by using User-Exit IWO10018.  (Refer this to know how to do?).
    Another option as mentioned by Sebastian Lenartowicz is to have all your Equipments as Objects in the Objects  tab of the Order.
    Jogeswara Rao K

  • How to get structure from Idoc using function module?

    Hi all,
    I am looking for a function module in order to get the structure of a message type used for iDoc. The aim is to get the data element from the different fields in order to check authority if the data element is BUKRS.
    Thanks for your help!
    David

    Hi David,
    You can use the FM "IDOC_TYPE_COMPLETE_READ" which will get you the complete details of the IDOC type along with data elements referred for each fields in the segments.
    The aim is to get the data element from the different fields in order to check authority if the data element is BUKRS.
    Not sure if i understood the above requirement, if you could provide more info on the requirement, i guess you might get better a better solution from the forum. As there are other data elements with different names for company code (just look up *BUKRS* in SE11 under Data Elements to see what i mean), not sure if you can cover it all.
    Regards,
    Chen

  • Funtion Module for user exits for variables used in BEx Queries.

    Hi,
    This is for BW Query customer exit variable (zvar2) for include ZXRSRU01 and exit :EXIT_SAPLRRS0_001.
    Can anyone please suggest the function modules that can be used to do the following.
    1)Read value of zvar1 from selection screen whatever
    user enters at run time.
    2)How to define the zvar2 in the include. zvar2 is the
    variable created in BEx to be populated from this
    customer exit.
    3)How to use case statment where once the value for zvar1
    is determined then,
    Case zvar1.
    when zvar1 = 0 , then zvar2 = 10
    when zvar1 = 1 , then zvar2 = 20
    3) Assign zvar2 value as computed in the case statement.
    Can anyone please help with the code to achieve this.
    Any information regarding function modules that can help write user exits for variable reading and input will be greatly helpful.
    Thanks
    Sarah.

    Hi Sarah,
    You don't need any FM for your issue.
    Please try thie sample code :
    DATA: VAR_INPIUT LIKE RRRANGEEXIT.
    CASE I_VNAM.
      WHEN 'ZVAR2'.
       CLEAR L_S_RANGE.
       IF I_STEP = 2."PROCESSED AFTER VARIABLE INPUT
    *Reading value of ZVAR1
        LOOP AT I_T_VAR_RANGE INTO VAR_INPIUT
          WHERE VNAM = 'ZVAR1'.
          CASE VAR_INPIUT-LOW.
    *FILLING ZVAR2
           WHEN 0.
              L_S_RANGE-LOW     = 10.
           WHEN 1.
              L_S_RANGE-LOW     = 20.
          ENDCASE.
          L_S_RANGE-SIGN     = 'I'.
          L_S_RANGE-OPT      = 'EQ'.
          APPEND L_S_RANGE TO E_T_RANGE.
          EXIT.
        ENDLOOP.
      ENDIF.
    ENDCASE.
    Hope this helps
    Joe

  • I have lost my ipod touch is there any way i can get it deactivated from using wi-fi?

    I have lost/had stolen my ipod touch,i believe i no who has it but have no proof to report this to the police, is there any way i can de-activate it through Apple to prevent it from being used by anyone else to upload itunes or use wi fi? This may sound like a stupid question but it is very frustrating knowing who may be benefiting from my I-pod thank  you

    No.  There is not way to preveent anyone from restoreng the iPod and using it themselves or selling it.  Apple will not help at all.
    You should still report it to the police incase someone finds it and turns it in. Also change the passswords for all accouts used on the iPod.

Maybe you are looking for

  • [CS2, CS3] Drop shadow exceeds picture frame

    Hi there, maybe this is a well known effect, if not for myself ... If you apply a drop shadow to a placed image that has a clipping mask active, you may end up with a shadow area that falls inside the images picture frame as well as outside of it. Th

  • Reducing the delay time.

    hi sapgurus,    I am facing problem with the process chains. 1.The job BI_PROCESS_TRIGGER is taking a delay time of 1445 secs.    The chain is getting after 15 minutes of scheduled time,   I checked in sm37,its showing delay. 2. BI_PROCESS_LOADING ta

  • Can I get help removing previous owner's name?

    I purchased an ipod mini, used, and have loaded a few CDs in it. I registered it online, following all of the instructions. When I am in iTunes, it shows the previous owner's name as the ipod name. Is there a way to change that? Would I have to resto

  • I purchased additional iCloud storage, but do not see it available on my iPhone?

    I purchased additional storage (10GB for $20/yr) in order to back up on iCloud so I can transfer stuff to my new iPhone 5. But I don't see the additional GM on muy phone and it is still saying I don't have enough storage to back up?

  • USB Drivers not working

    So none of my USB drives are working :s Please help?