Transaction IW32

what is the relation between: Transaction IW32
1) Maintenance Plant ( maintain under tab Header Data in field  PlannerGrp
2 )Maintenance Planning Plant ( Maintain Under Tab Location in field main Plant)

Hi,
<b>maintenance planning plant</b> The maintenance planning plant of a technical object is the plant in which the maintenance tasks for the object are planned and prepared. Maintenance planner groups work at the maintenance planning plant to plan and prepare the maintenance tasks for the plants that are assigned to the maintenance planning plant
<b>maintenance plant</b>
The maintenance plant of a technical object is the plant at which it is installed.
Clarification plant C1 is located in plant 0001. Plant 0001 is therefore the maintenance plant of the clarification plant C1
Hope it will help you.
Regards,
Manish Agarwal
Don’t forget to give point if useful ans.

Similar Messages

  • Transaction IW32.How to find out the person name.(Last changed By)

    Hi all,
    When i executed the transaction IW32.Its displays changed by and created by fields. please any body can tell me how to find out the person  name who had made last change with respect to the field changed by.
    Please tell me the table and field name for the field last changed by......
    Regards,
    Munna.

    hi,
    check the table AUFK field AENAM for the order number(AUFNR) in IW32..........

  • Adding a button in Application toolbar of Transaction IW32

    Hi ,
    I need to add a button in the Application Toolbar of standard transaction IW32,I tried copying the pf-status and adding it in the user exit exit_saplocih_006 also,but its not working.
    Please Kindly help.
    Regards,
    Ismail.

    I think you must create a copy of IW32 ( I am not wrong in SAP lingo they say repair) for example ZIW32. And add a button relevant gui status. (I have been looking Gui status of IW32 it is have more status. you must find true status)
    If you want change original source don't forget this a patch can change your code.

  • Calling 'Status' screen of transaction IW32 from report

    Hi,
    I want to display 'status overview' screen from transaction 'iw32' .
    I know how to call transaction 'iw32', but I don't know how can
    I directly go on status screen? I have order no with me.
    Can anyone help me?

    Hi,
    You can get the user status data directly from the following tables:
    Pass on the order number to JEST table to fetch the STAT (status) for which INACT field is a blank (means status those are active in the order). You will find the status in the form of E001 or I001 depending upon the user status or system status respectively.
    Now goto TJ30T table where you need to pass the status profile (STSMA) which can recovered from the order number and fetch the status text by comparaing ESTAT with the status received from JEST table. Field TXT04 in TJ30T gives the status text.
    Hope you will find this helpfull.

  • Form used in transaction iw32

    Hello,
    I'm trying to determine which form / print program is used when i print service orders from transaction IW32.
    How can I do that?
    Any help appreciated,

    Check Tcode - OID1

  • Enhancement for transaction IW32

    Hi all,
    I need to create a push button in the application area of transaction IW32 which will trigger a java application.
    Can anyone provide me with the enhancement name where i can code for its logic.
    Thanks,
    Asha

    hi,
    Thank you for that exit name but this exit will be triggered only after entering the component under the components tab in IW32. If anyone knows any other screen exit name that can help me to create a button in the application area of IW32, please let me know.
    Thanks,
    Asha

  • Transaction IW32 for touch screen

    Good evening,
    I need release transaction IW32 for touch-screen(display for work by touch hand).
    I need something as http://img221.imageshack.us/img221/5707/r3touchmn9.jpg
    (i have done this in Graph Editor).
    Create all features of IW32 in Web Dynpro from NULL is very difficult.
    I think, that ITS server and webgui (transaction call from web) can help me.
    But how i can edit standard style.css of webgui and can i, for example, create height button? (for example: width=200, height=200).
    But maybe standard ABAP can help me?
    It is very important for me.
    Please, answer. <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

    You wrote
    Utilizing the "Save as variant" option from the selection screen itself works out perfectly, but this variant cannot be transported.
    But, give the variant a name beginning with "CUS&" and this variant will be transported. Variant beginning with "CUS&" or "SAP&" are so-called "system variant" and are  transported automatically. You can then copy the transaction code and use this new variant in the new transaction.
    Regards,
    Raymond

  • User exit or badi for transaction IW32

    Hi all,
    I am searching for user exit or badi for Transaction IW32 but not finding as per my requirement.here in transaction IW32 if field system status(STTXT) key value is 'Released', all line item components should get displayed in display mode.it should not allow to edit or change line item components.can anyone give user exit or BADI to achieve this.
    Thanks in advance.
    Regards,
    Harshada

    Hi,
    Try to use this exit:
    Enhancement     EXIT_SAPLBSVA_001     STATTEXT     Modification exit for formatting status text lines     
    Sample code:
    IF ( sy-tcode = 'IW32') .
      DATA: lv_str1   TYPE string.
      FIELD-SYMBOLS : <fs_qmart> TYPE ANY.
      lv_str1 = '(SAPLIQS0)VIQMEL-objnr'.
      ASSIGN (lv_str1) TO <fs_objnr>.
      SELECT SINGLE inact INTO lv_inact FROM jest WHERE  objnr = viqmel-objnr
                                                     AND   stat = c_stat
                                                     AND  inact = space.
        IF sy-subrc = 0.
          LOOP AT SCREEN.
              screen-input = 0.
              MODIFY SCREEN.
            ENDIF.
          ENDLOOP.
    ENDIF.
    Alternativ badi:
    BADI     SAPLIQS0          IQS0_STATUS_MAINTAIN     Control of Changeability of User Status     
    I hope this may helpfull.
    Thanks,
    AMS

  • Popup during loading of transaction iw32

    Hi Experts,
    There is a requirement to show a pop up when a user enter the order and press enter in the transaction IW32.
    I found a method 'INITIALIZE' in the BADI 'WORKORDER_UPDATE' to place my code.
    The description of the code is "Initialization when Importing/Creating Order". But the method is not being called.
    Am I missing something or I have understood the method wrongly.
    Please suggest a badi or exit that can be used for this purpose.
    Thanks for your help.
    Regards,
    Daz.

    Hi Raymond,
    Can you please let me know if there is a similiar points for the transaction 'IW81'.
    Thanks in advance.
    Daz.

  • Serial number in the transaction IW32

    Hi,
    How to get the Serial Number in the transaction IW32 (Which is for work order in PM). Is any function module there
    Useful answers will be awarded
    Thanks
    Mahesh

    Hi,
       Try  GET_SERNOS_OF_DOCUMENT
    <b>Reward points</b>
    rEGARDS

  • Locking / grey out long text data in transaction IW32

    Hi, I read in Locking/grey out long text data (From Coding point of view ) that there is a way to block the long text description via configuration.
    Well. Could you tell me how to do this, please???
    Thanks a lot!

    I set a breakpoint there and the program never stop there.
    I'll try to describe my problem.
    I go to IW32 transaction, at the components tab I click on the Long Text button of each component of the order and I can modify it. Well, the client doesn't want that.For a type of order, the user cannot modify that text.
    The more strange thing is that I tried to get the text with READ_TEXT function with the same parameters as the standard and it tells me that the text doesn't exists.
    I'm starting to hate this module....

  • Transaction iw32 oorder number and personnel number.

    Hi all ,
    I want to know the table from which i can get the order number(AUFNR) and the person (PERNR )number  in the first operation block .
    The transaction to change order is  iw32 .
    thanks in advance,
    Naval Bhatt

    To reterieve PERNR for Order number
    1. Select  AUFPL from CAUFV
    2. Select PERNR from AFVC where AUFPL = CAUFV-AUFPL and BANFN <> ' '.
    Message was edited by:
            Pawan Kesari

  • PM: Create notification from a work order using transaction IW32.

    Hi guys,
    I am trying to create a Notification for a Functional Location thru Work Order Using transaction Code IW32.
    The actual transaction works fine as below -
    1. Open a work order in change mode using T code IW32
    2. Choose tab "Objects" to see the list of functional locations.
    3. Select a line with a functional loc, for which you want to create Notification & click "Create" Button at the bottom of the list.
    4. Enter Notification type on the pop up screen & enter.
    5. Enter the activity code, text & start date on the notif create screen & click Back. You can see the temp Notif Number in the row selected from the object list.
    6. Click save on the order change screen & the Notification is saved & is associated with the order & func Loc..
    However I can not do this in a program.
    I tried using Batch Input method. It works, but the problem is if you have more than 1 page of the Objects (Func locations) in objects tab, you can not goto the next pages.
    I also tried using BAPI_ALM_NOTIF_CREATE. Which doesnot for this purpose. It tries to create Notification but can't associate with the order.
    I appreciate your help.
    Thank you,
    Raj

    Hi:
    Check with Tcode: IBIP - Plant maintenace batch input utility tool.
    Hope, it may help!
    Thanks,
    Murali.

  • Validate Settlement Rule for Transaction IW32 / IW31

    Hi All,
    I want to validate Settlement Rule for trx IW31 and IW32. When someone tries to create Settlement rule for cost center, I have to validate that cost center against some criteria.
    Do anyone know any BADI or user-exit for this?
    I tried user-exit IWO10027 but it did not get triggered.
    Appreciate your help!
    Thanks,
    Chirag

    Hello ,
    As i just tried the above BADI . But when it is triggered  . It should trigger at the time of release icon.
    BIt it didn't . Can you please help when it is trigger  ?

  • Enhancement on transaction IW32, minimising the standard functionality

    Hello Guys,
    I have a requirement in which I need to go to IW32 with a Order number, then we need to press enter and then click on button "WC Application". Here one pop up comes which says "List contains no data", then we click on button create. There Program (subscreen) SAPLWCFA, screen number 8300 will open, then click on "Operational WCD's", here again the pop up comes which says "List contains no data. Again click on Create button , now Program (subscreen) SAPLWCFY, screen number 8300 will open.
    Here I have a requirement, say we went to IW32 with the order and clicked on "WC Application", enhancement will check if there is no data in the list then it needs to go directly the last screen i.e. Program (subscreen) SAPLWCFY, screen number 8300, where user will enter data manually.
    I tried to find the exits/Badi's but didn't found anything interesting which will work with this requirement.
    I would appreciate if you please try it if its working, and if yes then with which exit/Badi.
    Thanks,
    Harjeet

    Hi ,
    there is a way to do it:
    Go to SE11 and watch the structure  <QALS_D01>. You can add fields to this structure, which are in the Inspedction Lot Table <QALS> (which you have to enhance as well, Append <CI_QALS> ) . Now go back to QA32, start a selection and go to "Change Layout..." . Here you will find the new field.
    For Sure, this field must be filled and has to be in the table <QALS> .
    To fill fields you can use the Exit  <QPL10004>
    If you need a new field for Selection screen, you have to modify the LDB <PGQ> .
    Greez Hanno

Maybe you are looking for