PM - Global Task Lists (Group Level)

Hello Alll,
I woud like to create central task lists that can be used in different Company Codes/Plants/Maintenance Planning Plants.
Basically we've equipments installed in different organizational structures, but they are exactlly the same and therefore they have the same type of maintenence activities for preventive maintenance.
IS it possible to manage centrally task lists to be used by different organizational structures in SAP?
Thanks in advanced,
Ricardo

Yes Rachit,
   I was able to capture the task list group key number. For every equipment only one task list group key will be there in table EAPL. There will be several group counters. So what I did is, once the equipment task list is posted (means got sy-subarc = 0 after CALL TRANSACTION) I selected  that record from table EAPL whose equipment number is the one in the task list posted above and whose last change date and last user changed is the current date and current user. It looks something like this.
      CALL TRANSACTION 'IA01' USING bdcdata
                       MODE   p_mode
                       MESSAGES INTO messtab.
if sy-subrc = 0.
        SELECT SINGLE plnnr
          FROM eapl
          INTO v_plnnr
         WHERE equnr = v_equnr
           AND plnty = 'E'
           AND aedat = sy-datum
           AND aenam = sy-uname.
endif.
v_equnr is the equipment number of task list posted using the call transaction above this select statemetn.
Regards,
Bharat.

Similar Messages

  • IA07 : Key for Task List Group and Production resource tool number link

    HI abapers,
    In IA07 TCODE , i want to retrieve Key for Task List Group( PLNNR ) and Production resource tool  number ( FHMNR) .
    In technical settings for both the feilds, structure names are mentioned.
    Is there any function module or table link to retrieve both .
    thansk & regards
    Raghul

    Hi Raghul,
                    i am also facing the same issue. Kindly let me know if u get any solution for this.
    Thanks in advance.
    -AruN.

  • External number for Task list group

    Dear experts,
    I want to give external number(actually name) to all the groups for equipment task lists.In SPRO , number ranges for task lists, I have created one external along with internal number range. But as soon as I want to create the equipment task list, the " group" picked its value from internal range.
    Is there any setting to do , so that I can get external number for the group for equip. task list.
    Regards,
    Rajesh

    Hello Rajesh,
    It is not possible to have external numbering for equipment or functional location task lists. Only possible for general task lists.
    -Paul

  • Problem with numbering of general task lists by creation thru LSMW - (IA05)

    I'm using a sequencial file to create general task list thru LSMW (Object 0490 which corresponds to TCode IA05).
    The numbering range for general task list groups is internal. I executed batch input and it works pretty well with the first general task list group, but every next fails, because the number of the previousy created task list stays in the user buffer and apears in the PLNNR field, so the system assumes I'm trying to create a new group counter instead of new general task list group.
    I explicitely set IBIPTLST-PLNNR = '' in field mapping - still the same problem. I also set user parameter PLN to be empty in SU3 and still no luck. I even turned off the historic data in local data tab of SAPGui, but the problem persist.
    Can anyone tell me how can I achieve it without changing the numbering range to external?

    Hi,
    From IBIP Help:
    Initial fields
    As a general rule, initial fields in structures are not transported into the corresponding screen field. In other words, fields that are blank are ignored. If you explicitly want to reset a field to the value "<blank>", you must mark the field in the batch input structure with the value !. This is the reset indicator, and means that a field is to be reset to its initial value.
    Try setting IBIPTLST-PLNNR to !
    -Paul

  • GETTING ERROR RELATED TO TASK LIST IN ORDER CREATION USING BAPI_ALM_ORDER_M

    hi all ,
    I am using bapi_alm_order_maintain  to create a new work order . i am passing  task list group and task list counter in IT_TASK_list tables . on execution it is showing an error message "  PLEASE PROVIDE THE MANDATORY TASK LIST DURING WORK ORDER CREATION.
    SEEKING YOUR HELP TO REMOVE THIS ERROR.

    hi all ,
    I am using bapi_alm_order_maintain  to create a new work order . i am passing  task list group and task list counter in IT_TASK_list tables . on execution it is showing an error message "  PLEASE PROVIDE THE MANDATORY TASK LIST DURING WORK ORDER CREATION.
    SEEKING YOUR HELP TO REMOVE THIS ERROR.

  • LSMW IBIP Unable to upload the PM operation task list

    Dear Experts,
    I'm trying to use LSMW to upload Equipment (PM) task list.
    I succeed in creating the Header of the task list, but not the operations.
    I have created 2 new structures :ZIBIPTLST  and ZIBIPTLOP
    Source structure  is : ZIBIPTLST
    u2026u2026u2026u2026u2026 ZIBIPTLOP
    Structure relation is :
    IBIPTLST    <<<<= ZIBIPTLST
    u2026u2026u2026u2026..IBIPTLOP <<<<= ZIBIPTLOP
    Field Mapping :
    IBIPTLST
    TCODE     
    RECORDNAME
    EQUNR     (Equipment number)
    PLNNR     (Key for task list group)
    PLNAL     (Group Counter)
    u2026.
    u2026u2026u2026u2026u2026u2026u2026u2026u2026..
    IBIPTLOP
    TCODE     
    RECORDNAME
    VORNR     (Operation)
    ARBPL           (work center)
    u2026
    Unfortunately, they sre no common fields between IBIPTLST and IBIPTLOP, as you could have between PLKO and PLPO.
    I have found an answer about the same issue, explaining that you can add in the structure ZIBIPTLOP , additional fields manually in the Souce field maintenance (adding EQUNR, PLNNR, PLNALu2026).
    But then , i have no idea where to make the link between these new fields and the same fields of IBIPTLST.
    Can you help, and tell me how to structure my files and my LSMW in order to achieve the creation of the Task list Header and Operation in the same Batch input.
    PS :in LSMW, i have created two flat files , one for the header and one for the operation.
    Thanks a lot, your detailed answer will be very appreciated !!
    Jean-Louis

    Hi,
    As you said, u will have to add the equipment and group counter id field in IBIPTLOP structure. U also need to identify the two structures with different ID, say header structure ID is 1 and Operation structure ID is 2. Go to step Maintain Source Field, double click on field SID which is created to enter the header and operation data identifier. In identifying field content, enter identifier as 1 for header SID and 2 for operation SID.
    You will have to maintain the SID identifier in you data template as well, so that LSMW can easily identify header and operation data.
    Below given is how you can create field data.
    ZIA01HEADER - Equipment Task List -Header Structure
      SID                      SID Header
      EQUNR                    Equipment Number
      PLNAL                    Group Counter
      KTEXT                    Description
      ARBPL                    Work center
      WERKS                    Maintenance Planning Plant
      VERWE                    Usage
      VAGRP                    Planner Group
      STATU                    Status
      STRAT                    Maintenance strategy
      ANLZU                    Syst.Condition
      STTAG                    Key Date
    ZIA01OPERATION - Equipment Task List -Operation Structure
      SID                      SID Operation
      EQUNR                    Equipment Number
      PLNAL                    Group Counter
      VORNR                    Operation/Activity Number
      UVORN                    Suboperation
      ARBPL                    Work center
      STEUS                    Control key
      WERKS                    Plant
      LTXA1                    Operation short text
      DAUNO                    Duration
      DAUNE                    Normal duration/unit
      ARBEI                    Work
    ARBEH                    Unit for work
    ANZZL                    Capacity required
    Hope this will work.

  • How to fin the Workcenter after getting Task list type

    Hi all ,
           I got the fields PLNTY(Task List Type ) , PLNNR(Key for Task List Group) , ZAEHL(Internal counter ) and VORNR (Operation/Activity Number)   from PLPO table .
    I need to get the work centers names . I saw the work centers are in CRHD table .
    May i know how to get the name of the work centers after getting the task list type details .
    I  found the routing details of a give finished/semi finished material .
    my next step is to find the work centers.
    Any suggetions from you are appreciated .
    Regards
    Raj

    Hi Jan,
    Yes, sa38 makes it possible indeed to execute in background into immediate mode a job but
    the user have to know the name of the program to be carried out ...
    The user knows only the name of these transactions trade. For example, IW38.
    In the menu of this transaction, SAP gives the possibility to execute in background :
    Program --> Execute in Background --> display of Start Time screen for the type of start condition :
    Immediate, Date/Time, After job, After event, or At operation mode).
    It is at this time there that we want that the user can only choose the "immediate" mode.
    We must thus prohibit the other choices (Date/Time, After job, After event, or At operation mode) ... and
    and we don't know how to restrict these other options in this screen "Start Time screen for the type of start condition".
    Thank you.
    By.

  • PM Task List Operations - Export to Excel

    Dear Gurus,
    I would like to export the task list operation to excel file for further analysis by client (maintenance personals).  How can i export all operations in a task list to a excel file.
    thanks in advance

    Hi Yogaraj,
    Run the transaction SE11 and enter table name as PLPO as said by Rakesh.
    Here in you can restrict the operation list with repsect your task list group number and execute.
    After executing you can download the task list list details to local file.
    Sundar

  • Is it possible to change Planning Plant in General Task list

    Hello Gurus,
    Is it possible to change Planning Plant in General Task list, ie. for eg.
    Earlier I have General Task list Group:22, Group Counter:1, with Planning Plant:0001 & now i want to change/update new planning plant 0002 instead of old 0001 in the same task list.
    could you plz suggest me, is it possible? & how to do changes?
    Thanks in Advance.
    Regards,
    Amol

    HI Amol,
    Its not possible to change the Planning plant , You can delete that task list or you can put deletion flag on it, and go for new creation
    Riyaj

  • Plant Maintenance - Linkage between Task List and Maintenance Plan

    Sir,
    In Plant Maintenance, I have an equipment for which there are 9 maintenance activities that have to be performed every year. Out of these 4 activities will be carried out every month. 1 activity will be carried out during the months of February, June and October. 5 activities will be carried out only in the month of December.
    I need to create Task List for all these activities and subsequently create Maintenance Plans for all these Task Lists.
    Can I group all the 4 activites which will be carried out every month into one single Task List, with separate operation nos and time against each activity?. I don't know whether it is correct or not.
    If I use the above method I can create 3 Task Lists for this particular equipment with same Group no and 3 Group Counters.
    How to create Maintenance Plan for the above scenario?.
    Eventhough, 4 activites are carried out every month and they have been grouped into a single Task List (Group counter 1) and if these activites are carried out on different dates within a month how can I create Maintenance Plan and subsequently create a Maintenance Order?.
    I need some help in this regard. A detailed reply will be helpful.
    Can anyone throw some light in this regard.
    Regards,
    R. Vijayakumar

    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

  • Loading Issue on Task list

    Hello Guys,
    I am using LSMW for loading funtional locational task list. Since I have only one operation, I prefer LSMW and also maintain the seprate file for loading the frequencies for maintenance plan as well. I have a situtation as,
    Floc A   - 1M   -   Strategy A
    Floc A   - 1W  - Strategy B
    Floc A   - 1M  - Strategy A
    Now, my plan is to load the task list first and once I get the task list group number, I will load the frequency on it. Since it has the same repetitive floc , I should have 3 different rows in my task list load file as I wanted to have three different task list numbers since I got different frequencies. But if I start loading in system, it throws the error message as soon as the first task list has been loaded. I understand this is correct because I already created the task list once in the system.
    So how do I acheieve the other two lines in the system ? I really dont want to go with increasing counters as it will have the same group number with different frequencies.
    Pls help
    Mahee

    Hello,
    I think you can not go ahead with having same Counter Number for One Group.If you are creating the FL task list it will create the Unique Group Number.after theat If you try to create the FL task List for Same FL it will suggest you the New Counter Number with Same Group Number its standard.So I think so You can create the FL task list with one Group Number and Only one counter number once that FL already have Task list booked under that number.Also process point of view it is confusing having single FL task List with same identical data with more that one in quantity so how you and system identyfies the which of the FL task list is used if all FL task List having same Identification.Thats why counter is necessary.
    Regards,
    Rakesh

  • Search help for general task list

    Hi,
    I have problem when searching for general task list via classification (in service order, extras>task list selection>direct entry). When I doubleclick a task list, group counter is not copied back in first selection screen; only group has copied. How can I solve this problem?
    Regards,
    Robert

    hi Ashok,
    I've checked classification data for general task list, it's ok. but, I still don't have group counter copied. In other tabs of search help is everything ok.
    - Robert

  • General task list External no range ( Masking)

    Hi
    Our client want to use external no range for general task list and want to restrict the group name as aaa-0000 ( first 3 charcters and '-' 4 numaric ) . when creating a task list if the user enters in some other format ( all characters ) it is accepting .
    My question is can we restrict this like edit mask in Functional location. If user try to create task list group in some other format it should give error message .
    Thanks in advance
    Gangadhar

    Hi,
    there is no masking like in functional locations, however you can define number range for external numbering for task lists.
    You can also set authorizations for creating task lists.
    Hope it helps..

  • Global Object Services (GOS) Attachments Deleted from Maintenance Task List

    We use the Global Object Services (GOS) Attachments function to attach Word and Excel Documents to Maintenance Task Lists (transactions IA02, IA09). Recently we noted that more than 300+ Attachments had been deleted/removed from the GOS list visible via IA03/IA09. We are at a loss for explaining how this occurred- all Attachments appear to have been deleted at once/instantaneously. We can see the underlying tables (SGOSHIST and others) still contain entries, but we do not understand why the Attachments are no longer visible in the GOS list via Maintenance Task Lists, or how the ability to access these via GOS can be restored. This is not occurring with other PM Object Attachments - only Task Lists. Any help or suggestions appreciated.

    Is it possible that there was some authorisation change in a role associated with task lists? That would be consistent with the immediate loss - but only in the task list area. Another thought - has anyone been doing any programming in the Generic Object Services Business Add-Ins (perhaps for another module?) - They might have inadvertently clobbered your use?
    Do you use the GOS notes functionality? Does that still work?

  • Tasks List not sending email to AD Groups

    Hello,
    I have several Tasks list on my farm and all behave the same way.
    If I assign a task to an individual person, he will receive email notification.
    However, if I assign it to an Active Directory group, no email notification is sent. The AD group does have an email address associated. Using outlook it can receive email.
    The email notifications for the task list is enabled. If I check the SharePoint logs, I don't see that SharePoint is trying to send mail to the group's email. If I assign the task to a single person, he receives the mail and I can see in the logs that the
    email has been sent.
    I have no idea where to continue the troubleshooting.

    Try the following:
    Verify that the group is an AD security group (not a distribution list) and double check that the AD group is email-enabled.
    Check that the group had been explicitly added to a SharePoint group (such as the default Viewers group) with at least read permission to the site and to the list on which the alert was created.
    Verify that the SharePoint group’s membership is set to “Visible to everyone.” (People and Groups>SharePointGroupInQuestion > Settings>Group Settings)
    Would also be worth checking on the Exchange server to see if there any 'Message Delivery Restrictions' for the AD group:
    Exchange Management Console -> Recipient Configuration
    Right-click on the problem group and choose properties.
    On the Mail Flow Settings tab, double click on Message Delivery Restrictions.
    Uncheck the check box “Require that all senders are authenticated”

Maybe you are looking for