Plant Maintenance(PM) IW21  populating Item data

Hi There,
    I have been looking to find out the way through we can populate the item data ( Object part, Damage and Cause codes) into the IW21 from a custom program while we create/change the Notification (maintenance).
    I created an action box to get the user inputs. from there I need to populate the iw21 item data. Can anyone please give some Idea on it.
   I have tried almost all the exits but couldnt find the right one.
  The only Exit which is available is QQMA0014. But this Checks before saving notification. my requirement to see the populated data while creating.
  any input is welcomed.
Regards
Srithan

Hi,
    Check the BADI <b>NOTIF_EVENT_SAVE</b>.
Regards

Similar Messages

  • Plant Maintenance / Customer Service Orders - Component Data

    I asked this question yesterday but was told to go and look at SAP Help. Which I had done anyway but i've looked again and I'm still confused. On our SAP ECC system we use PM/CS Orders. I can see that I can extract the data from these orders using the 2LIS_17 & 2LIS_18 (Cubes 0PM_C04 & OCS_C03) . However these dont show the linked component data it's pureley operation data. I can see there is a goods movement cube that shows goods movements but is there any standard PM/CS cube that show stock and nonstock components that are linked to operations?
    Thanks
    Joel

    Hi,
    Thanks for your suggestion.
    I've also already turned on the BC for inventory management and I can see the stock / non stock data there but i want to actually link it to the operation on the order. If the inventory management stuff si the only way to do it I guess we'll have to see if there is anyway of customising to get there.

  • LO Plant Maintenance History Data Loading

    Hi Gurus,
           I added a couple of Z fields to one of the Plant Maintenance datasource. In Prod System I already have data till September 5th 2007. I need to delete data in the cube from Jan 1 2007 to today and relaod the data from Jan 1 2007 to Today so that the newly added are populated in the cube from Jan 1 2007 to today.
    What will be the best procedure to do this with out disturbing the Delta and with out asking any downtime or what is the best procedure to do this. Please reply.
    Thanks in Advance.
    Raj

    There is no way to have zero down time i.e. reporting will be impacted if you want to load historical data into newly added field.
    If you are on BI 7.0 you can use remodelling but the limitaion is that the new field values can be derived from existing data only . I am not sure where your new field is getting data from. But with this option also you need a downtime as whole table will be converted( you should compress all requests to minimize the table conversion time ).
    If you are on BW 3.5 you have to delete all data and reload it. To minimize down time delete all data from PSA -> bring Full Load with new field to PSA only. Delete all data in Cube . Delete Initialization . Load the full load from PSA to Cube . Initialize without  data transfer and then you are ready to go . From time full load is extracted from R3 to delta init there should be no posting in R3 .
    Regards
    Sanjay

  • Settings for costing data in order types for plant maintenance

    i want to know the purpose of settings for costing data in order types for plant maintenance. do we need to do it for sure i mean are those settings mandatory to analyze the costs on work order

    Yes you need to maintain those settings, as the plant maintenance orders are also considered as cost objects and in order for you to post any cost, you need to have a cost object.  Unless you maintain these settings, the cost you posted cannot be settled to a cost center.
    Assign points as a way to say thanks.
    Madhav Nanduri

  • Item data populating

    Hi all,
    Im populating item level data (purchase order date -- sold-to-party) field vbkd-ihrez with e1edkpa1, qualf ag and field ihrez. but its not populating that field when the order is created. is there any other segment to populate the data. i tried it with e1edp02. but im not sure which qulaifier to use if i use e1edp02. could someone help me with this.
    Thanks,
    Kishore.

    Now I understand.  Unfortunately IDOC_INPUT_ORDERS only updates thhe IHREZ field at the header level and not at the Item level.
    You can see this if you go into the FM and hit the search button.  Put in VBKD-IHREZ and make sure you hit the "In Main Program" checkbox.  You will see some calls to subroutine DYNPRO_SETZEN.  From this list you can see that this field is only being populated from XVBAK and not XVBAP.  If you need to populate a field at the item level your only options without user exit programming are IHREZ_E or BSTKD_E.
    Chris

  • Upgrade on SAP Plant Maintenance and Product Data Management

    Hi Gurus,
    I assigned to a upgrade project for Plant Maintenance and Product Data Managemet modules.
    Please guide me what are the steps to follow and provide more information on this ...
    Thanks in advance!!!!!!!!!
    Regds,
    RK

    Hello Kurni,
    In PDM/PLM latest version is PLM 7.0.
    There are many new functionalities available in this version.
    Earlier version can be accessed from SAP GUI, but the latest one can be accessed from Portal/NWBC.
    DMS side many notes have to be applied as you will be instaling EHP4.0 as part of the upgrade.
    ECM side some standard reports are missing in PLM 7.0, which were available in ECC6.0.
    Regards
    Prasad K

  • Mandatory Infotypes to post Timesheet data to Plant Maintenance orders

    Hi all
    Can somebody tell:
    What are theMandatory Infotypes to post Timesheet data to Plant Maintenance orders via CAT2. I tried creating a data entry profile with PM/CS order objects checked,I need to know ,does it need to be assigned to the user id or some role? As of now CAT2 is not showing any personnel numbers though they are assigned in the Work centres.

    Hi Rohit
    I guess you need to maintain IT-0007 & IT-0315 for the pernr.
    Edited by: Abap on Jan 11, 2010 12:48 AM

  • Plant Maintenance Task Lists - Data download

    Are there any standard transaction to download plant maintenance task list? (no tables please). Function modules, BAPI also will help.

    you need to create one task list with a maintenance strategy with packages and hierarchy to outline the work requirements i.e. some tasks to be carried out 3 monthly some 4 monthly etc, and also if common tasks appear in 3 monthly package vs 4 monthly package then to suppress the duplicating task
    you would then define a strategy based maintenance plan and run it to get the respective maintenance orders

  • Item data not getting populated correctly

    Hi All,
    I am using the following code to fill item data while creating order using BAPI_BUSPROCESSND_CREATEMULTI.
    loop.
    *----Fill the Item details
    lv_number = lv_number + 10.
    lv_schdno = lv_cshdno + 1.
      ls_item-handle            = '0000000001'.
      ls_item-header_handle     = '0000000001'.
      ls_item-ordered_prod      = lv_ordered_prod.  "material
      ls_item-number_int        = lv_number.
      INSERT ls_item INTO TABLE lt_item.
    *----Fill the Scheduline Details
      ls_scheduleline-item_handle      = '0000000001'.
      ls_scheduleline-handle           = '0000000001'.
      ls_scheduleline-quantity         = lv_quan.
      ls_scheduleline-schedlin_no      = lv_schdno.
      INSERT ls_scheduleline INTO TABLE lt_scheduleline.
    endloop.
    Order is getting created fine but it has only the last item. Previous line items are not getting added to the order. Do I need to pass any other parameters ot the item or scheduleline table?
    Please help me.
    Thanks in Advance!
    Sonali.

    Hi Marisa,
    Thank you for the reply!
    I have incremented the ls_item-handle and ls_item-header_handle fields. Now it is taking the first line item only and ignoring the rest of them.
    Should I increment the ls_input-fields-ref_handle value also?
    Thanks,
    Sonali.

  • Multiple PR doc type for Maintenance order - Non stock item category

    For non-stock item requirement in PM, we create a maintenance order and indicate item category as "N" in components tab. Accordingly a purchase requisition is created as per configuration. We have assigned PR doc. Type “FO – Framework requisition” for Maintenance Order Category.
    SPRO - PLANT MAINTENANCE & CS - Maintenance and Service Processing - Maintenance and Service Orders - General Data - Define Account Assignment Cat. and Document Type for Purchase Requisitions
    Now according to the new requirement, we need to have different PR Doc type as per CONTROL KEY mentioned in the Maintenance Order.
    Example:
    If the Control Key is “PM01 - Plant maintenance – internal” the purchase requisition document type should be “NB – Purchase Requisition”. If the Control Key is “PM03 - Plant maintenance-External(services)” the purchase requisition document type should be “FO – Framework Requisition”.
    Please advise how to configure the same.
    Regards
    Sathish Kumar Balakrishnan

    Hi Partha,
    This is a simple enhancement. In our scenario, we had configured PR document type "FO" in SPRO settings for "Document Type for Purchase Requisitions".
    Hence to have "NB" PR document type whenever material components are being indented through maintenance order, we used this enhancement COZF0002
    Please instruct your abaper to add similar logic, as shown below.
    Enhancement:COZF0002
    Functional module:EXIT_SAPLCOZF_002
    Include: ZXCOZU02
    Logic:
    IF sy-tcode eq 'IW21' or sy-tcode eq 'IW22' OR sy-tcode eq 'IW28'  OR sy-tcode eq 'IW31' or sy-tcode eq 'IW32'  OR sy-tcode eq 'IW38' .
      IF resbd_imp-postp = 'N'.
        eban_ord_cust_chg-bsart = 'NB'.
      ENDIF.
    endif.
    Hope this helps.
    Regards
    Sathish K B

  • Plant Maintenance to External Service Requirement (MM-SRV)

    Hi,
    Kindly tell me how to create a MM-SRV Purchase Requisition from Enterprise Asset Management (Plant Maintenance).
    eg. A plant maintenance order (IW31) is created for repair of a transformer. It requires external service procurement with following structure.
    Service Item D: Transformer repair
    Limit 10,000 eur
    Outline 10: Dismantling
    Service Line 10: Junior Technician 5 hr, 10 eur
    Service Line 20: Senior technician 3 hr, 15 eur
    Outline 20: Cleaning
    Service Line 10: Oiling 5 hr, 20 eur
    Outline 30: Reassembly
    Service Line 10: Junior Technician 15 hr, 10 eur
    Service Line 20: Senior technician 10 hr, 15 eur
    Kindly tell me how Purchase Requisition can be created with service structure from Plant Maintenance.
    Thanks & Regards,
    Ashish

    In IW31, select the Order type. Select the Planning Plant.
    give the main work center & Functionla location of performing the services
    Click on the operations tab, select the Control Key PM03 Plant maintenance-External(services). Enter the operation short text. Select the line item & click on External Icon (at bottom of page)
    Give the details such as material group, purchase group, Purchase organization , requisitioner.
    Create the service lines & Save the data. Order gets created. goto IW32 & release the order.
    PR can be viewed in Act. Data tab at the service lines.
    Thanks & Regards
    Kishore

  • Plant Maintenance report

    Hello Guru's
    I am new to plant maintenace, I need to create reports for equipment log.
    fields in the report are
    Notification#, order#, Notification type, TechId#, functional location, event description, Equipment Number, Description,date due (basic finish), Completed by ( from conf#), Completion date(Actual finish), Reviewed by (from Action Log), Date closed.
    Please suggest me what are the tables should I conider to create report for above data.
    Thanks
    with regards
    Srikanth Pusina
    Edited by: Srikanth Pusian on Jun 4, 2008 5:34 PM

    I am not sure about action log.. but here are tables..
    Table Name     Description
    AFAB     Network - Relationships
    AFFH     PRT assignment data for the work order
    AFFL     Work order sequence
    AFIH     Maintenance order header
    AFKO     Order header data PP orders
    AFPO     Order item
    AFSPOPR     Split Operations in an Order Split
    AFSPREL     Relation Between Orders in an Order Split
    AFVC     Operation within an order
    AFVU     DB structure of the user fields of the operation
    AFVV     DB structure of the quantities/dates/values in the operation
    AUFK     Order master data
    AUFM     Goods movements for order
    HIKO     Order master data history
    HIMA     PM order history - materials
    HIVG     PM order history - operations
    PMCO     Cost structure of maintenance order
    PMCO1     Cost profile: Value category proposal
    PMCO3     Plan version: Estimated costs for maintenance orders
    PMCOQT     Quantity structure for the maintenance order
    PMFLAGS     Flags if certain conversions have been run
    RESB     Material reservations
    T003O     Order Types
    T003P     Order Type Descriptions
    T024I     Maintenance planner groups
    T350     Maintenance Control Parameters: Client/Order Type
    T350E     Access sequence addresses for address proposal purch. data
    T350I     Combination of order type and PM activity type allowed
    T350W     Maintenance control parameters: Order type plant
    T352B     Technical report
    T352R     Maintenance revisions
    T353I     Maintenance activity types
    T353I_T     Maintenance activity type description
    T356     Priorities
    T357M_T     Operating condition texts
    T370N     Object link category
    T370N_T     Language dependent texts for T370N
    T399I     Planning plant parameters
    T399J     Maintenance parameters (client)
    T418V     Item category proposal for component assignment
    TPAER_PM     Partner Functions in Partner Schema (PM) with Copy Flag
    TPEXT     Profile for external procurement
    TPEXT_T     Text tables for profiles (external procurement)
    TPMIM     IM allocation key
    TPMP     Maintenance profile
    TPMPO     Maintenance order processing profile
    TPMUC     Deactivate the Update Check CO_ZV_CONSISTENCY_CHECK
    TPMUS     PM/SM - User default values
    VIAUF_AFVC     PM order operations
    VIAUFKS     Maintenance order (view)
    VIAUFKST     Maintenance orders (view)

  • Plant maintenance dout

    hi
    Iam new to plant maintenance i know only the basics
    that is
    1)create equipment
    2)create functional location
    3)assignment of equip to functional location
    4)create bom for euipment spares
    5)create maintenance stratergy (time based)
    6)create tak list in that main opration & sub operationcre
    7)create maintenance item (assign equipmnt to task list)
    8)create maintenance plan (assignment maintenance item to task list & scheduling data)
    9)scheduling plan
    10)deaadline monitoring ip30 through which we get notification & order
    11)confirm order
    12)settle order
    Up to this is fine even i know basic flow of break down notification here
    i want to know
    1)what is measuring document (measuring tab in equipment)
    2)what is the serial number
    3)warranty in equipment how to map where in master data
    4)insurance cost of equipment
    too much pls guide me
    0
    0
    5

    hi Navin,
    I will explain u measurement document.
    there are there steps
    1. cerate, change ,display characteristics (trxn ct04 )
    2. create ,change display measuring point ik01,ik02.ik03.
    3. create,change ,display measurement document  ik11, ik12, ik13.
    in characterstics u define data type ,unit of measure , status and all other details.
    you can assign number of measuring point /counter in master data of equipment
    by selecting goto>measuring points/counter.
    Or directly through traxn ik01 by specifing equipment number.
    if it is measuring counter do not forget to tick checkbox "measuring pt is counter"
    in mesurement document u will enter actual reading taken.
    e.g. for hydraulic pressure of an pump
    characteristics is pressure
    measuring point is hyd pump
    and in measurement document u will enter pressure reading in time to time.
    Regards,
    prasad

  • Plant Maintenance - Doubts in Task List Creation

    Hai,
    This is the first time that I am doing some configuration regaring Plant Maintenance Module.
    Scenario:
    There is an equipment which has a Plan for maintenance. Support there are 8 maintenance activities which have to be carried for that equipment in an year. Each of this activity will be carried out in different periods. Some of them will have to be done once in a year. Some may be done once in 6 months.
    But all the acitivities will not be carried out at the same time.
    Can anyone tell me how this can done?. Should we create separate Task Lists for all the 8 activities and subseqently create a Maintenance Plan for each of them or Create one single Task List which has all the 8 activities by giving Operation nos. In th second case how to create Maintenance Plan for each of the individual Line item in a Task List and how can it be linked.
    In the first case can a single Task list be incremented by a Group Counter which can have the individual operation so that a Maintenance Plan can be created for individual Task List incremented by a Group Counter.
    In both the cases can someone give me the procedure.
    Please throw some light on this subject.
    Regards,
    R. Vijayakumar

    Dear Vijaykumar,
    Jus follow the below steps..
    Step-1 
    T-code IP11, Create maintenance Startegy with all required frequencies like 1, 2 3 4 u2026 12 months
    Step-2
    In T-Code IA01, On general header view  screen .Enter the datas like Work center, usage, status. Select ur required Maintenance Strategy which u already created.
    GO to  operation tab , enter ur list of operations one by one (all 8 operations).
    Select all operations and click Mntpack icon on bottom of screen , On package overview screen u can able to select different operation at different frequencies jus tick box and save
    Step-3
    In T-Code IP42, select the maint strategy which u have assigned already and fill required details and select Task list which u have created in previous step (link is available in bottom screen) & Save.
    Step-4
    In T-Code IP10, schedule the  Maintenance Plan
    Now you will get the Maintenance orders automaticaly  based on package u defined and schedule date.
    Revert back me in case if u have any doubt on this cycle. Else close this thread.
    Regards,
    Gunak

  • Plant Maintenance - Maintenance Order

    While executing the Maintenance Order,
    is it possible at Components Tab for default existing of Item Category 'L'

    hi
    you have option to ,ake default item category against the materila type and plant.
    follow the path to make default values
    Plant Maintenance and Customer Service>Maintenance and Service Processing>Maintenance and Service Orders>General Data>Define Default Values for Component Item Categories-->New entries
    pl try
    ashok

Maybe you are looking for

  • Interlacing artifacts on progressive footage in FCP but not when exported?

    Hey everyone! Thanks so much to everyone here who has helped me before! I am trying to edit a music video on my 2GHz Core2 Duo Macbook. I can do everything just fine, but with one little hitch. The video I am editing was shot DVCPro 1080p 30. When pl

  • I-Trigue 3400 static problem..

    It's been only 4 months max since I've been using these speakers, and all of a sudden starting yesterday, static sounds appeared. I've tried plugging it out and waiting.. It was ok for a while.. but static returned. It is NOT my computer, since when

  • Camileo x-sport: Can I connect external mic to micro USB

    Hello everybody, I need to record audio with a lavalier microphone. Can i connect an external microphone to the micro USB of the Camileo x-sport to record audio ?

  • N80 - memory issues

    I've run into a few problems with my N80 and it's RAM (execution / program RAM, not storage RAM). The main problem is that it isn't freeing RAM properly, I don't know if this is an N80 issue or just an issue with my phone. If I restart the phone it s

  • Jaws.jar location

    Hello I am using SDK1.4.1_02. I thought the jaws.jar was a part of the sdk but when I try to run an app that needs the netscape.javascript package I get the error message that it cannot resolve the symbol. My path setting for Windows XP is: C:\j2sdk1