QM01 - Equipment number

Hi,
This may be a config issue but I'm trying to help our Business Analyst sort out a problem.
He has created a new Notification type Q7 and in config has set Screen Type Hdr = H500, Screen Type Object =  0100 (Functional Location + equipment +assembly).
Our problem is that the equipment number is not being saved in the Notification table (QMEL).
Can anyone point us in the right direction please? Either there is more to do in config or we need to use a Badi/Enhancement point?

Hi Luke,
Thanks for that - I realised there was  a typo, should have read VIQMEL (View)
Anyway, I've solved  the problem using an enhancment point in the screen to save the equipment number using a parameter Id and then a  Badi to retrieve it and populate the struture for saving. It all works fine now.
I would have thought this wasn't necessary tho if config is OK - we'll have to look into that more carefully at some point.
Jan

Similar Messages

  • Equipment number in vbap

    Currently for our RMA process we, have an equipment number, Serial number, material number. We convert the RMA to a repair sales order. I would like this data from the RMA to populate the vbap table. I see that vbap has field equnr but this field never has any data.
    Is there some way to get the equipment number, with copy control or something into vbap-equnr? Is there a way to see the vbap-equnr field from va01,va02,or va03, I do not see the field from the transaction, only from the table.

    Hi,
    Is 'equnr' part of 'vbap' table?
    Serial number is related to equipment number and you can assign serial no for material in Sales Order using Extras-->Technical Objects
    Regards,
    Sameer

  • Equipment number not saved in AS02

    Hi All,
    Client is trying to link equipment number to asset master via change asset AS02.
    After saving the asset master they are not able to see the equipment number.
    We did the below customization and also implementer OSS notes 1329249 but nothing seems to be working.Please note client does not want to create new equipment number he want to link existing equipment to asset (AS02)
    If anyone has solution for this issue please share with me...
    SPRO--> Financial Accounting --> Asset Accounting --> Master Data --> Automatic Creation of Equipment Master Records.
    Edit asset master record
    Create equipment NO SYNCHRONIZATION
    Change equipment NO SYNCHRONIZATION
    Edit equipment master record
    Create asset NO SYNCHRONIZATION
    Change asset DIRECT SYNCHRONIZATION AFTER SAVING
    SPRO--> Financial Accounting --> Asset Accounting --> Master Data -->Assign master data fields of assets and equipment
    5 BUKRS Company Code BUKRS Company Code
    10 TXT50 Description SHTXT Equipment descriptn
    15 INVNR Inventory number INVNR Inventory number
    20 KOSTL Cost Center KOSTL Cost Center
    25 WERKS Plant SWERK Maintenance plant
    30 STORT Location STORT Location
    35 GSBER Business Area GSBER Business Area
    40 LIFNR Vendor ELIEF Vendor
    45 HERST Manufacturer HERST Manufacturer
    50 LAND1 Country of origin HERLD Country of manufact.
    55 ANLN1 Asset EQUNR Equipment
    Thank you in advance...
    Cheers,
    Blessy.

    Dear:
                  Your question contains answer ... Please  change "Change equipment NO SYNCHRONIZATION"  into  DIRECT SYNCHRONIZATION AFTER SAVING and also make sure that Synchronization button is on in AS02 for relevant assets in Allocation tab. Please do this and revert back. Please also refer to an excellent article about PM & AA synchronization. Hope it will help you solve your issue.
    http://help.sap.com/saphelp_46c/helpdata/en/4f/71db54448011d189f00000e81ddfac/content.htm
    Regards

  • Synchronization of Asset master records and Equipment Number

    Dear friends,
    We are facing problem with the Equipment number that automatically gets generated during the Asset creation.
    We used Internal number range for Equipments which is similar to Asset numbers and whenever an Asset created automatically Equipment get created with same number as the number ranges we maintained are same.
    Recently we implemented Sub-Asset process and After implementing Sub-asset concept in to our Asset accounting the synchronization is not happening.
    Can some one tell how I can come over this issue.
    Ex:      Asset 12045          Equipment Number  12045
         Asset 12046          Equipment Number  12046
         Asset 12045-1          Equipment Number  12047
    How can I address this?
    Should I go for External number range ? if Yes, then how can I do after so many Equipments got created with Internal number range.
    Thanks,
    KK
    Message was edited by:
            kk rao
    Message was edited by:
            kk rao

    Hi KK
    There is no sub number range in equipment as we have for assets.  So you will not match the number range beween assets and equipments records whenever you go for sub assets. 
    We have this scenario and we are not matching the asset number to equipment records.
    If you still want to have the same numbers, then you can go for external number range as proposed by you.
    thanks
    Ashok

  • Custom Search Help for the field Equipment number

    Hi,
    I have enchanced sales order transaction and included a field Equipment number(EQUI-EQUNR).
    Here after pressing F4(Search help) standard search help is display.
    I have a requirement wherein, the standard search help should not appear and a customised search where a specific Equipment category type values should appear in the search help.
    Ex. Field equipment  category (EQTYP).EQUNR(Equipment Number).
    Please let me know how to work for the customised search help.

    Hi,
    You need to create a customized search help.
    [Elementary Search Help - Structure|http://help.sap.com/saphelp_nw04/helpdata/EN/cf/21ee38446011d189700000e8322d00/content.htm]
    [Creating Elementary Search Helps|http://help.sap.com/saphelp_nw04/helpdata/EN/cf/21ee5f446011d189700000e8322d00/content.htm]
    Then you need to attach the search help to the screen field..
    [Assigning Search Helps to Screen Fields|http://help.sap.com/saphelp_nw04/helpdata/EN/cf/21ee93446011d189700000e8322d00/content.htm]
    [Hierarchy of Search Help Call|http://help.sap.com/saphelp_nw04/helpdata/EN/0b/32e9b798da11d295b800a0c929b3c3/content.htm]
    regards
    Nitesh

  • Table relating fields Equipment number and grouping2.

    hi all,
    i m making a report for T-code 'IE03' and i have to display grouping2(FGRU2) and its description in output with respect to Equipment number(EQUNR), but problem is that i m not getting the table relating to both fields. can anyone please help me as soon as possible plz.?
    i have these fields in ITAB, so if i get any relation from grouping2 then our problem will be solved.
    DATA : BEGIN OF itab OCCURS 0 ,
           equnr TYPE itob-equnr ,                  "Equipment No.
           shtxt TYPE itob-shtxt ,                  "Description
           answt TYPE itob-answt ,                  "Acquistn Value
           inbdt TYPE itob-inbdt ,                  "DATE
           anlnr TYPE itob-anlnr ,                  "ASSET
           aufnr TYPE itob-aufnr ,                  "ORDER NO.
    *******New Addition
           HERST type ITOB-HERST ,                  "Manufacturer
           mapar TYPE itob-mapar ,                  "Manufacturer Part Number
           serge TYPE itob-serge ,                  "Manufacturer Serial Number
           brgew TYPE itob-brgew ,                  "WEIGHT
           groes TYPE itob-groes ,                  "DIMENSION
           fgru2 TYPE efhm-fgru2 ,                              "Grouping2
           fgrtxt TYPE tcf13-fgrtxt,                "GROUPING2 DESCRIPTION
           END OF itab .
    regards saurabh.

    Hi.
    itob is database view.
    tcf13 is tras.Table.
    efhm is Structure.
    You cannot select data from a structure.
    A structure / work area contains data only at the run-time.
    You can select data from views and tables.
    The data you need to select will be in Database tables. All you need to do
    is to find those table and select from there.

  • PM Work Orders Details based on  Equipment number

    Hi Friends
    I need some help on finding BAPI or FM for
    Plant Maintenance <u>Work Orders list </u><b>AND</b> <u>Work Orders Details </u>based on  Equipment Number [ if i proved  the Equipment Number as input result is  Work Orders Details of  Equipment no ] any doc....
    Thanks in advance ,
    Regards
    Ram

    Hi,
    I think you can get from AFIH Table.
    Regards,
    Satish

  • Find equipment number from the asset number

    hi,
    where i can find ( I NEED TABLE name ) Equipment number,
    its in transaction as03 ->allocations -> right to field Equipment number
    i press f1 and found it's a structure  ra02s
    where i can find it (which table)?
    i know equi is the master data table of equipment but i need to find equipment number from the asset number
    Regards
    Edited by: liu shaochang on Jan 21, 2010 3:31 AM

    Hi
    Please use view M_EQUIA . Hope this will serve your purpose.
    Regards
    Gaurav

  • Assigning Equipment Number to MIC (Use of class type 005)

    Hi,
    I want to assign equipment number to MIC. For this i have made a class with class type 005 and assigned a characteristic for equipment number(EQUI table field). I have assigned the class to MIC. Now i want to enter the equipment number, when MIC is attached to a inspection plan. Please tell me how to do so ? and am i doing it correctly?

    I am not sure whether classification can be used here or its coorect way as classification has very different use altogather.
    Now what my understanding here is you can use
    1.PRT filed in Inspectionn plan and assign the same to a mic @ char lavel.
    2.You can also use the "Inspection method" to specify method and equipment that you are going to use for inspection.As Method is free text you can vertually write anything here.Attach method to mic in QS22/QS23
    3.In "Inspection char desription /  search field " you can use name of equipment.
    This is my understnading.

  • PRT(equipment) number in order table

    Dear Masters,
    Can anybody guide me in which table the PRT(equipment) number can be found that is used in any particular order?
    For Ex: I have an equipment "100002" that is defined as a PRT in my system and I am creating a maintenance order for other equipment "100003" and I am using euqipment "100002" in this order as a PRT tool.
    Now, I want to built a report that can show the linkage between the maintenance order and the PRT used in this order. I want to know the table in which this relationshjip is stored. Please do guide me.
    Thanks in advance.

    Hey Maheshwaran,
    Thanks for your reply, but I found my answer. I wanted to get exact equipment number that is used as PRT in order which I  found as below:
    From Table VIAUFKST with respect to a particular AUFNR i got AUFPL which i used in table AFFH and got OBJID which further I used in table CRVE_B and got EQUNR that is the exact equipment number I wanted in my report.
    Thanks once again.

  • Assets table for Acquisition value and Equipment number

    Hi,
    What is the table that store the Acquisition value and the Equipment number of the assets ?
    Please help
    Regards.

    Hi Jehade,
    ITOB table records the changes made in the equipment master records.
    But I think it is better for you to use the view V_EQUI  instead of ITOB table. If you use the table ITOB in any report it may hamper the performance of the report.
    Please refer the SAP NOTE # 335537 - ITOB Should not be used
    Hope this can help you
    Tarek

  • Equipment number Historical data

    Hi...
    Equipment number have Install. Date 07.05.1996 and Install. Reason Extended Meter
    Is there any way to find Historical data old device?
    I have checked in Table: EGERH, but it doesnu2019t contain any historical datau2026
    Thanks,
    Sreenu

    Hi,
    additionally you could also check if meter reading results are available - those sometimes contain also the data you need. With table EGERH you are on the right track, but I think table EQUZ and ILOA will suite you more. Also transaction IQ09 should help finding older time slices. A pretty old note refers to some errors which occured within the different time slices of a device: 612709. I hope that helps.
    KR
    Uwe

  • Equipment number to be sent to Contracts

    Hi,
      Is there any function module for passing the Equipment number for the contract which has been created. Or any other alternates which can sent to the Contracts.Thanks

    Hi
    I think you can achieve my making the serial and equipment synchronization  in the materiel master. Adjacent to where we specify the serial no profile we can make the setting. I am not in front of the system , kindly check
    Also you need to have the internal number range for equipment which should be same as serial number
    Regards
    thyagarajan

  • Issue during Equipment Number through IE01

    Hi,
    When we create an Equipment Number through IE01, then An Asset number is also created with that...
    Now issue is that automatically created Asset Number Description, is picking as Company Code number... How can we change the Asset Number Description during Equipment Number generation...
    We don't want change description after Asset number generated through AS02...
    Please guide...

    HI
    Assignment of SHTXT(PM) to TXT50(AA) is also OK. However please check that the setting Specify Conditions for Synchronization of Master Data is set to synchronised or not.
    Please go through the documentation
    Assign Master Data Fields of Assets and Equipment
    Use
    In this IMG activity, you assign fields from Asset Accounting (FI-AA) to fields in Plant Maintenance (PM) for the synchronization of asset and equipment master data.
    If you made appropriate settings in the Specify Conditions for Synchronization of Master Data IMG activity, then for example, when you create an asset master record, the system automatically creates an equipment master record, and sychronizes the fields of the equipment master record, based on the field assignments.
    On the other hand, the system can also (depending on the settings you make) automatically create an asset master record when you create an equipment master record.
    Example
    You assign the cost center field of Asset Accounting to the cost center field of Plant Maintenance. When you create an asset, the cost center entered in the asset master record is automatically adopted in the equipment master record, which is created automatically.
    Standard settings
    SAP provides certain standard assignments for master data fields.
    Activities
    1. Deactivate assignments that you do not need. You can re-activate them easily at a later point if you need them, without having to set them up again.
    2. You can make additional field assignments, by choosing additional fields from Asset Accounting and assigning them to fields in Plant Maintenance. The available Asset Accounting fields are found in the SAAPM1 DDIC structure, while fields for Plant Maintenance are found in the SAAPM2 DDIC structure.
    3. Activate the assignments, if you have made new ones.
    If you want to make your own, even more specific assignments, you can create an enhancement project for customer exit AAPM0001. Using this project, you can add additional fields to the SAAPM1 and SAAPM2 structures, for which you can then make your assignments.
    Notes
    The system does not perform a check on the assignments you make. You have to check to ensure that the assignments you make are logical.
    For more information, refer to SAP Note 370884 (and possibly related SAP Notes).
    Shakti

  • SAP-ISU - Equipment number from installation

    Hi All,
    Regarding SAP - ISU.
    How to fine Equipment number from installation. Is there any table or function module. Please let me know.
    Please mail to *msrinuvas@gmail. com
                           [email protected] *
    Thanks in Advance !
    Regards,
    Srinivas

    Dear,
    You need to archive the equipment, through SARA Object is  PM_EQUI
    Please refer this link,
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/8d/3e623f462a11d189000000e8323d3a/frameset.htm
    Regards,
    R.Brahmankar

Maybe you are looking for

  • Workflow for JV posting

    Hi All, Can you assist us on how the below requirement can be achieved in SAP. For specific document types, the user must not be able to post the JV, if the total amount of the document is more than specified amount limit , say 10K (local currency).

  • FI correspondence payment request form

    Payment request can be made via tcode FB12.  Now I need to print the payment request in SAPscript correspondence but there does not seem to be a form for this purpose.  Are there any forms that can be used? If not how do I resolve this issue?

  • How to enable second artist name to be automatic?

    It is very convenient when I start typing the first letter of artist name the remaining letters automatically appear. But, my issue is that I want to enable like this in second artist name (e.g. featuring). How to do it? I had been wandering about th

  • Convert my dynamic Drawing (created in a Flash Dialog using AS 3) into the .DXF and .DWG form

    Hi , I want to convert my dynamic Drawing (that I created in a Flash Dialog using AS 3) into the .DXF and .DWG format.Is there any way by which I can give the export functionality on the flash page so that the dynamic drawing that created in flash co

  • Como baixo o aplicativo da Opera mini

    E um atalho para internet que deixa o aplicativo bem mais rapido para a navegação ??