Measuring points check in IE01 / IE02

Dear all,
When user create or change an Equipment (IE01 / IE02) , the user  should input field in Measuring points/counters.
Is there any Exits or BADIs for this transaction.
Thanks,
Ikrar

Hi,
Read the documentation of customer exit component EXIT_SAPMIEQ0_001.
In program SAPMIEQ0 (Equipment change), on click on save button:
1) In you customer exit, read data from measuring points program, i.e. check LIMR0TOP include of function group IMR0 to identify the internal table / structures that contain the data for measuring points in program SAPLIMR0 screen 4110. This way you would come to know if the user has entered data for measuring points. If not, error out.
you can use the syntax using field symbols to read data from other program:
Sample code  (not related to measuring point program.
DATA : var1 TYPE char25 VALUE '(SAPLIMSP)ISSM[]'.
DATA : var2 TYPE char25 VALUE '(SAPLIMSP)SCRGNTAB[]'.
FIELD-SYMBOLS: <fs_issm> TYPE ANY TABLE,
               <fs_grtab> TYPE ANY TABLE.
ASSIGN (var1) TO <fs_issm>.
ASSIGN (var2) TO <fs_grtab>.
Best Regards,
Shyam
Edited by: Shyam Khemani on Jun 15, 2011 11:58 AM

Similar Messages

  • Functional module to Copy measurement points from one equipment to another

    HI,
    Please give some body function module to Copy measurement points from one equipment to another which is not assign to functional location.

    To Copy Measuring Points from one equipment to another , Go to transaction IE10 and copy all the relevant data that need to be copied Check the measuring point check box, it would copy the characteristic for measuring point to the newly created equipment and would create a system generated number for the measuring point. Both the measuring points would have the same characteristics and if they are attached to each other in a hierarchy then the measurement document readings could also be transferred from one measuring point to another.. You could use the following Function Module "EQUIPMENT_COPY" to copy the measuring point from one equipment to another if equipment has already been created.
    Regards...
    Edited by: Usman Kahoot on Jun 9, 2010 2:37 PM

  • IE02 not able to display class overview & measuring point/counter tab,

    Hi Dear,
    I am not able to display class overview & Measuring point/counter tab in T-code IE02.
    But it is display in IE01 & IE03.
    Kindly suggest

    Mayursinh Dayatar,
    Its probably an authorisation issue.
    Are there any error messages??
    PeteA

  • Screen enhancement in display measuring point (ik07) and ik02

    Hi experts,
    Can anybody please help in determining userexits for screen enhancement of ik02 transaction. I need to add block to measuring point details.
    and also i need selection screen input parameters to display at the bottom of ik07 tcode.i had inserted the selection screen parameters at the top of screen in ik07 but i need it at last. how can it be inserted there.
    PLZ HELP!!
    screen shot of ie02 for referenece....

    Hello Jared,
    Have a look to this :
    http://help.sap.com/saphelp_crm50/helpdata/en/20/a4ffee7e0fcc4ebb7e5466d3903d38/frameset.htm.
    Regards,
    Frédéric

  • Measuring Points are Not displaying in mobile devices(SAP WM 6.1)

    Hi Experts,
    In mobile devices the measuring pints for work order not displaying. When we select the "record point" option for particular work order it should display the measuring points for that WO. But it displaying '0 measuring points'. As shown in screen shot below.
    But in SAP Bach end Measuring Documents are defined for Work Order.
    can any one explain :To display measuring points in mobile devices, need any extra configuration in back end? or
    What functionality need to activate? How to enable this?
    Thanks
    Chigari

    Hi Chigari
    Measuring Points assigned as PRT's in backend application (SAP ECC) should be displayed in Agentry Work Manager 6.1 by standard, if their corresponding technical objects are assigned to either the Work Order header or one of the operations.
    Please check if this requirement is fulfilled in your case.
    There is no need to modify anything in the Configuration Portal (as far as I know).
    The modification we have made is only regarding Measuring Points belonging to other Technical Objects (and still assigned as PRTs).
    Søren Hansen

  • Measuring Point History

    Hi! Experts
    We are working with MAM25 SR5 and we have the following quastion regarding measure point history:
    Currently we can see only one history document on the PDA. It is the last one that was registered on the system. But my  users want to see at least the last 3 ones if they already exist on the backend system. Is it possible ?? how can we show it ??
    Backend:
    The perform general setting
    Measuring Points:
    Variant:   XXXXXXX
    Vianta:    YYYYYY
    We did active the ckeck box Last Meas. Document in order to get it on the history parton the PDA.
    My questions are:
    1. Should I take that check box out in order to get more than one historic information ???
    2. Where should I control how many historic documents I want to see on the PDA ??
    Thank you very much
    Xiomara Aramendiz

    Hi Xiomara,
    have a look into SPRO - there you should see the question if you want the history or not. And related to that you can enter how many you like to see.
    If that is not the case in your system, then simply enhance the GETDETAIL handler for this object to return more then the last history.
    Hope this helps.
    Regards,
    Oliver

  • Measuring Point for Tools and Die Maintenance

    Dear All,
    I am trying to map the following process:-
    My client has 10 press machines and around 250 Dies for punching. Dies are assembled to press machines and they produce jobs by punching.
    Client has an Preventive Maintenance plan for each Die in terms of number of strokes punched by an Die. for e.g PM is done after every 300000, 600000, 900000, 1200000 strokes. Estimated life is 1200000.
    What they want is when production person confirms the production order say for 10000 jobs the counter of the die should increase by 10000.......and so on. When the counter reaches 300000 preventive maintenance call should be scheduled.
    What i have done is created an Die as an Equipment with PRT as equipment category. Created an measuring point for that Die, assined Usage formula etc.
    I have created an Maintenance plan for that die in which i have assigned the strategy (IP11) which contains the stroke cycles 300000, 600000.........etc.
    Assigned the Die as a PRT to the material which is to be produced in the Routing.
    When i confirm the production order the counter of the PRT increases which i can check IK13.
    What i am expecting is that in IP10 system should update the counter automatically so that when the counter reaches to 300000 maintenance call wil be scheduled and order will be generated.
    I would request you to please give me some input on this.
    Thanks and Regards,
    Rashmi

    Hello Rashmi;
    I have seen the screen shots & there are problems with the following:
    1) Counter overflow reading
    You have entered 130;  keep it as- 999999 (it is the reading after which system starts counting from 0 value)
    2) Formula that you have used;
    You have used the formula- SAPF02; do not use this. Create you own formula with following details: SAPF99 (new formula)  = SAP_20 * SAP_09
    3) You have manually entered the reading for the measuring point; do not use it. System will calculate the measurement reading from PRT usage value.
    CREATE a single measuring document with reading as '0'.
    4) Also in CA01; you need to assign this PRT in routing with "EQUIPMENT" & not material. Also make sure that in the same screen (assignment of PRT- basic data) maintain usage value as 1 (if this is not maintained, measuring doc. will NOT be updated).
    5) Now when you confirm the production order, based on number of units created; system will automatically create the measuring doc.
    If there is any problem with CA01, CO01 or CO11n; ask your PP consultant to assist.
    Do let me know if there is any problem in this.
    Regards
    Hemant

  • Measuring Point with  some factor

    Dear Gurus,
    we have scenario in which we have  energy meter each energy meter is created as equipment for entring their daily energy genration in kwh through measuring point
    but we want to multiply  daily reading by some factor like 100, 50 , 40 ,1 etc ,
    i know it can be customized , and also can be used in standard and then factor can be multiply in report only
    but in any way can we achieve it in standard
    Regards
    Armaan

    Hi Armaan,
    Sorry Mate, No std way of achieving this, as per my knowledge. Still you can check with other PM experts.
    Riyaj

  • Measuring point as counter mass maintenance

    Hi,
    I have created some 500 equipments through BDC. But I forgot to put a tick (X mark in template) against field u2018Indicator to Show that Measuring Point Is a Counter.
    How to put a tick on that field in mass?? Other wise I will have to go to T code IE02 500 times and put a tick manually.
    Pls guide.
    Regards.

    Hi Dear,
                 You can use the LSMW for the T-Code IE02, Recording Methord.
    That can serve your Purpose.
    Regards,
    Yawar Khan

  • Measuring Point Counter Overflow reading

    Dear Masters,
    I want to know whether there is any standard method by which i can create a notification in the system whenever any measuring point reading reaches its counter overflow reading?
    Can I do the same with the range valued measuring points? That if the measuring point reading is out of the range defined in a measuring point, it should create a notification
    Thanks in advance for your valuable time and answers.

    Hi,
    Try any of these User Exits.
    IMRC0001 MeasPoint/MeasDoc: Exit before update (after COMMIT WORK)
    IMRC0003 MeasDoc: Menu exit for customer-specific function
    To create the Notification, use the FM BAPI_ALM_NOTIF_CREATE.
    [Check this link as well|BAPI needed for Notification & Work order;
    Regards,
    Maheswaran.

  • Measuring point  does not exist

    Hi,
    I am facing problem in pi sheet where in co54 while sending the process msg i am getting the error
    "Measuring point  does not exist"
    "Destination YI16 COCI_MEASUREMENT_DOC_CREATE cannot process the message"
    "Message is not sent to any destination"
    Can any body help....
    Rajsekhar

    Hello
    Check the link below for the info you can gather using the Container Variables.
    Creating Alert Categories 
    http://help.sap.com/saphelp_nw70/helpdata/en/d0/d4b54020c6792ae10000000a155106/content.htm
    Regards
    Mark

  • Measuring Point BDC error

    Hi,
    When I am uploading data for IK01(Create Measuring Point), Lower Range limit value in additinal data is always showing zero. During uploading(with processing mode A),whatever data given in flat file it's showing on the screen. But after saving and checking in IK02  the Lower Range limit value in additinal data is showing 0. Please help in resolving this issue.
    data: begin of record occurs 0,
    data element: IMRC_MPOTY
            MPOTY_001(003),
    data element: IMRC_MPTYP
            MPTYP_002(001),
    data element: EQUNR
            EQUNR_003(018),
    data element: IMRC_PSORT
            PSORT_004(020),
    data element: IMRC_PTTXT
            PTTXT_005(040),
    data element: ATNAM
            ATNAM_006(030),
    data element: IMRC_DESIC
    data element: IMRC_DECIM
            DECIM_011(002),
            DESIC_007(022),
    data element: IMRC_PSORT
           PSORT_008(020),
    data element: IMRC_PTTXT
           PTTXT_009(040),
    data element: ATNAM
           ATNAM_010(030),
    data element: IMRC_DECIM
           DECIM_011(002),
    data element: IMRC_DESIC
           DESIC_012(022),
    data element: IMRC_MRMAC
            MRMAC_013(022),
    data element: IMRC_MRMIC
            MRMIC_014(022),
    data element: IMRC_UNITM
            UNITM_015(006),
    data element: IMRC_PSORT
           PSORT_016(020),
    data element: IMRC_PTTXT
           PTTXT_017(040),
    data element: ATNAM
           ATNAM_018(030),
    data element: IMRC_DECIM
           DECIM_019(002),
    data element: IMRC_DESIC
           DESIC_020(022),
          end of record.
    LOOP AT RECORD.
    perform bdc_dynpro      using 'SAPLIMR0' '1110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'IMPT-MPTYP'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'RIMR0-MPOTY'
                                  record-MPOTY_001.
    perform bdc_field       using 'IMPT-MPTYP'
                                  record-MPTYP_002.
    perform bdc_field       using 'EQUI-EQUNR'
                                  record-EQUNR_003.
    perform bdc_dynpro      using 'SAPLIMR0' '5110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'IMPT-ATNAM'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'IMPT-PSORT'
                                  record-PSORT_004.
    perform bdc_field       using 'IMPT-PTTXT'
                                  record-PTTXT_005.
    perform bdc_field       using 'IMPT-ATNAM'
                                  record-ATNAM_006.
    perform bdc_field       using 'RIMR0-DESIC'
                                  record-DESIC_007.
    perform bdc_dynpro      using 'SAPLIMR0' '5110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RIMR0-DESIC'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=ADPT'.
    perform bdc_field       using 'IMPT-PSORT'
                                  record-PSORT_004.
    perform bdc_field       using 'IMPT-PTTXT'
                                  record-PTTXT_005.
    perform bdc_field       using 'IMPT-ATNAM'
                                  record-ATNAM_006.
    perform bdc_field       using 'IMPT-DECIM'
                                  record-DECIM_011.
    perform bdc_field       using 'RIMR0-DESIC'
                                  record-DESIC_007.
    perform bdc_dynpro      using 'SAPLIMR0' '6110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RIMR0-MRMIC'.
    perform bdc_field       using 'BDC_OKCODE'
                                   '=BU'."'=NEXT'.
    perform bdc_field       using 'RIMR0-MRMAC'
                                  record-MRMAC_013.
    perform bdc_field       using 'RIMR0-MRMIC'
                                  record-MRMIC_014.
    perform bdc_field       using 'RIMR0-UNITM'
                                  record-UNITM_015.
    perform bdc_dynpro      using 'SAPLIMR0' '5110'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'IMPT-PSORT'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=BU'.
    perform bdc_field       using 'IMPT-PSORT'
                                  record-PSORT_004.
    perform bdc_field       using 'IMPT-PTTXT'
                                  record-PTTXT_005.
    perform bdc_field       using 'IMPT-ATNAM'
                                  record-ATNAM_006.
    perform bdc_field       using 'IMPT-DECIM'
                                  record-DECIM_011.
    perform bdc_field       using 'RIMR0-DESIC'
                                  record-DESIC_007.
    perform bdc_transaction using 'IK01'.
    endloop.
    Thanks
    K Srinivas

    Do the recording again for the data you have, and see whether the data is being written again after some screen navigation (i.e lower range values written again ) in the recording .
    Check whether any navigation takes place from the point you write data to another place and you return back to the same place ,if that is the case you need to write the data again

  • Measuring Point Object??

    Hi All
    Could anyone tell me where to maintain "Measuring Point Object" (TCode -"IK01") in SPRO?
    Regards.

    hi this is
    System table, maint. only by SAP, change = modification
    pl check with your technical team
    -ashok

  • Measuring point based PM

    Team,
    I am trying to create a measuring point based PM. The requierment is i am checking the wear of an equipment and if it goes below 50 mm, i want a notication to be created. I am sure the IMRC001 is activated in my client. I did the following process
    1. Create IK01 measuring point.
    2. Create IK11 measuring document
    3. Create Tasklist
    4. Create PM
    But when i create the Plan in IP41, i still see the counter which exists for the equipment , but dont see the measuring point in the plan.
    Am i missing something? Please guide me.
    Thanks,
    Nureya

    Maheswaran
    Thanks for the reply. Why should this wear measuring point should be a counter? I want this as measuring point and set the interval in extras...EX: If the wear is 48 -52 , the system should trigger a notication.
    Are you saying, if I use user exit IMRC0001..I don't have to create a maintenance plan in IP41/IP42? Please confirm
    Nureya

  • Measuring Point - remove characteristic

    Ladies and Gents,
    I have created a measuring point and have assigned a characteristic to it.  I have then saved it and went back to change mode.  I cannot seem to change the characteristic anymore as the field is grayed out.  I have checked the config and all the menus and cannot see a way of re-enabling that field. 
    Could someone please provide some guidance on how I could change / remove the characteristic on a measuring point?
    Thanks
    Mantas

    thyagarajan,
    I seem to be reaching the same conclusion after numerous discussions with my colleagues.  Would you have a reference to documentation somewhere to support your conclusion?
    Keshav Reddy,
    Either:
    1.  Create a measuring point (IK01) setting a numeric characteristic.
    2.  Modify an existing measuring point (IK02) - characteristic field should be grayed out.
    My question was - why is this field grayed out and how could we go about removing the characteristic / modifying it without having to modify the entries in the database tables.
    Kind Regards,
    Mantas

Maybe you are looking for

  • Upgrade from 10.0.2 -- 10.3.6.0.8

    Hi, We need to upgrade our current WLS 10.0.2 to 10.3.6 and apply the security vulnerability patch for weblogic; which will take us to 10.3.6.0.8 http://www.oracle.com/technetwork/topics/security/cpuapr2014-1972952.html After completing the above upg

  • Problems with Canon Pixma 9000 Mark ii and Aperture

    When I try to print the colors are not quite right. I noticed that when I print Aperture tells me to turn off the color management in the printer. When I try to do this it is greyed out and will not allow me to change it. When I originally installed

  • How to install workspace on Solaris ?

    Hello All , I use Hyprerion 9.3.1 and Now I working under installing Planning on Solaris. After Installing Planning I must install workspace to use Planning. I have problems during insallation Workspace I can't autodeploy workspace on Tomcat (((( why

  • Xpath vs receive pipe in Orchestration

    Hi, We receive big XML PO from customers. Each PO has header record, supheader record and Orders record(it loop). After map PO to our standard, i need to create single new order with header and subheader. So xml structure needs to be remain same. Jus

  • Outlook 2007 on Win 7 Pro - Outlook has stopped working

    I've installed Office 2007 with all the patches including SP3 on a new laptop with all Win 7 patches I've had repeated problems with the Outlook has stopped working problem. At numerous attempts and roll backs I've managed to get a version which work