Change equipment and functional task list

Hi All,
I have a requirment to mass change the equipment and functinal task list data.The upload file has the group, group counter and operation which i have to use has key fields and only one field value needs to be changed. the field value that needs to be changed is 'Work involved in the activity' (PLPOD-ARBEI) field. we have change the no of hours.
could anyone please let me know if there is a BAPI or function module to fulfill this particular requirment. I searched the forum but could not find any BAPI.
Thanks in advance.

hello,
see i can tell you onething....when you will go to routing screen (ca01,ca02,ca03)...
you will get a find button there on screen (see binacular sign)...when you click on that and enter any operation number ..then it brings that operation to first rwo and then you can modify the fields you wanted...
but if you want to modify operation ..user has to give the operation number along with routing group and group number....
while doing bdc recording you have to follow same same sequence of step...go to ca02 enter routing grp and grp counter from that screen go to header and from there go to operation screen ..click binacular button to find operation...then when that operation will come on first screen ..edi the field you want for that operation...
you can include all this recording in a Function module...take these grp number and grp counter as import parameters to FM and define a table for operation details .....and the execute ..it will change the operation..but remember the thing taht user shd know the vales op operation to be modify and grp number and grp counter..if he is trying to modify the operation which is not existing then ..you can give error message stating the same...so he will change the operation

Similar Messages

  • BAPI to deactivate equipment and functional location

    HI all,
    Is there any FM/BAPI to deactivate EQUIPMENT and functional location ?

    Hi Eva,
    U can try out the following BADIS and User Exits
    ALM_ME_030_FUNCLOC
    ALM_ME_FUNCLOCATION
    User Exits
    IEQM0001 
    ILOM0001
    or refer to the link below
    [User Exit;
    Best of Luck !!
    Regards
    Ravi

  • List of changes in Equipment and Functional Location

    Dear Colleagues?
    Is there an easy way to get a list of all Functional Location and Equipments changed in the last week?
    Thanks and Regards

    Dear Davison,
    You can use transaction /N/ISDFPS/IL21 , it will give you detailed history of equipments and functional locations with usage change. It''s a DFPS transaction, hope its available in your system, or else you can goto Usage List in extras menu and customize the layout by adding the colums required to get the information you want in case of equipments or goto Usage Period in case of functional location in structure menu.
    Thanks & Regards
    Niraj Visnoi
    Edited by: Niraj Visnoi on Aug 30, 2010 9:14 PM

  • Mass change of component in Task list

    Hi Experts
    I have thousands of material and there are changes done for them to use them in maintenance order task list as stock or nonstock.
    The task is to change the item category (from L to N or from N to L) of those materials used as components in task list and also find out those materials in BOM , Equipment TL and FL TL and change the item category.
    1.can this be done using a BDC (checking all task list / BOM for that material and change the item category)
    2. table to check component assigned to which operation in task list.
    Any help for this requirement
    Thanks
    Jey

    There is no standard transaction for the changing of components in the task lists this would have to be a bespoke program.
    If you are looking to change the components allowcated to the Bills of Material you can use transaction CS20 where you can replace the exisitng component category N with the new component category L.
    There is transactions for changing the PRT and Work Center if you get your ABAP consultant to have a look at the PRT transaction/program (transaction CA77) he may be able to copy and ammend this to make things a little easyer.
    Jim

  • Filter not working in new and old task lists (new farm)

    I noticed this after migrating some sites from our current production environment. Even when creating a new task list the filter will not work, however if I make a custom list and add the existing Assigned To column, the [Me] filter will work.
    This is starting to drive me nuts, any help would be appreciated.

    This is a bug in the March 2015 CU. I have an open case on it, where MSFT is able to repro it. This is just a workaround and hopefully the issue will be resolved in the future. It only impacts Tasks lists.
    As to doing it to all Task lists, no I'm unsure of how to accomplish that.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • I need tutorials to help me configure and get task list.

    hello,
    In my current use case scenario i would have to do simple task like fetch TASK list and MODIFY A Human Task.
    I plan to use the wsdl <oracle_home>\bpel\system\services\schema
    It would be great if we have some good links to get started.
    Thanks,
    Sun

    I am using workflow API to develop the use cases and this code seems to work.
    import java.util.ArrayList;
    import java.util.List;
    import org.apache.log4j.Logger;
    import oracle.bpel.services.workflow.client.IWorkflowServiceClient;
    import oracle.bpel.services.workflow.client.WorkflowServiceClientFactory;
    import oracle.bpel.services.workflow.query.ITaskQueryService;
    import com.oracle.services.bpel.task.Task;
    import oracle.bpel.services.workflow.repos.Ordering;
    import oracle.bpel.services.workflow.repos.Predicate;
    import oracle.bpel.services.workflow.repos.TableConstants;
    import oracle.bpel.services.workflow.task.ITaskService;
    import oracle.bpel.services.workflow.verification.IWorkflowContext;
    public class TaskImpl {
         private static org.apache.log4j.Logger log = Logger
         .getLogger(TaskImpl.class);
         public void getTask(){
              System.out.println(" classpath : " + System.getProperty("java.class.path") );
              try {
                   //Create JAVA WorflowServiceClient
                   IWorkflowServiceClient wfSvcClient =
                   WorkflowServiceClientFactory.getWorkflowServiceClient(WorkflowServiceClientFactory.SOAP_CLIENT);
                        //Get the task query service
                   ITaskQueryService querySvc = wfSvcClient.getTaskQueryService();
                   //Login as jcooper, jstein or jcooper or weblogic
                   IWorkflowContext ctx = querySvc.authenticate("weblogic",
                   "weblogic",
                   null, //Use default realm
                   null);//Not logging in on behalf of another user
                   //Set up list of columns to query
                   List queryColumns = new ArrayList();
                   queryColumns.add("TASKID");
                   queryColumns.add("TASKNUMBER");
                   queryColumns.add("TITLE");
                   queryColumns.add("OUTCOME");
                   //Create a predicate to query tasks that have a null outcome
                   String outcome = null;
                   Predicate predicate = new Predicate(TableConstants.WFTASK_OUTCOME_COLUMN,
                   Predicate.OP_EQ,
                   outcome);
                   //Create an ordering to order tasks by task number
                   Ordering ordering = new Ordering(TableConstants.WFTASK_TASKNUMBER_COLUMN
                   ,true //Ascending order
                   ,false //Nulls last
                   //Query a list of tasks assigned to jstein
                   List tasks = querySvc.queryTasks(ctx,
                   queryColumns,
                   null, //Do not query additional info
                   ITaskQueryService.ASSIGNMENT_FILTER_MY,
                   null, //No keywords
                   predicate, //Only tasks with no outome set
                   ordering, //Order by ascending task number
                   0, //Do not page the query result
                   0);
                   //Get the task service
                   ITaskService taskSvc = wfSvcClient.getTaskService();
                   //Loop over the tasks, outputting task information, and approving tasks
                   for(int i = 0 ; i < tasks.size() ; i ++)
                   Task task = (Task)tasks.get(i);
                   int taskNumber = Integer.parseInt(task.getTaskId());
                   String title = task.getTitle();
                   String taskId = task.getTitle();
                   //Set the outcome
                   taskSvc.updateTaskOutcome(ctx,taskId,"APPROVED");
                   System.out.println("Task #"+taskNumber+" ("+title+") is APPROVED");
                   catch (Exception e)
                   //Handle any exceptions raised here...
                   System.out.println("Caught workflow exception: "+e.getMessage());
    }

  • Connection between Equipment and Functional Location 2

    Hi,
    I would like do find out for a given Fuctional Location all Equipment. I know about tha Table EQUZ but it seems to be not enough... any ideas ? Thanks!

    Hi David,
    I would suggest you to go through the function module /ISDFPS/ME_PM_FLOC_GETDETAIL in debug mode to understand the various aspects of a Functional Location.
    It lists the various child locations and the equipment assigned to it, and also, may be put a Break point on SELECT statement and check the various tables involved.
    The only complication is determining the Superior functional location and the equipment assigned to it.
    The following tables will help you.
    AFIH,
    ILOA,
    IFLOT,
    EQUZ.
    Let me know if you want to know the logic involved in determining it.
    Vijay

  • Genral question on equipment and functional location....

    hi,
    what I have to learn on functional location and equipment other than the below concepts
    creating euipment and installation,
    and customizing like screen sequences of Fun.  locations and equipment....
    and field selection for functional locations and equipment...
    stucture indicator for F locations...
    category of functional locations and equipment...
    becoz i am going to allot for a project more over this is my first proect.......
    Plz help me.........,
    thanks in before
    gunnu

    Hi,
    Under Equipments:
    1. Equipment Master Data
    2. Equipment BoM
    3. Measuring Point
    4. Serial Number Assignment
    5. Installation / Dismantling with Superior Equipment / Functional Location
    6. PRT as Equipment (Production Resource Tools)
    7. Fleet Equipments
    You can find all the helps in Help.sap.com under Plant Maintenance module. Just have a search in google.
    [Equipments & Technical Objects|http://help.sap.com/saphelp_erp60_sp/helpdata/en/b0/df293581dc1f79e10000009b38f889/frameset.htm]
    Regards,
    Maheswaran.
    Edited by: Maheswaran.K on Apr 28, 2011 1:10 PM

  • Changer shortcuts and functionality

    I am unable to insert/overwrite while not focused on Source monitor. It was possible in PPro 2. This means that when I am moving between cut points in Timeline or Program monitor and want to insert/overlay at a certain point, I must then switch to Source monitor and press comma or dot (keys for insert or overlay) or use mouse. Not very productive. I like to use keyboard whenever I can, and in CS3, I cannot.
    Why is this? It`s happening on XP as well as Mac OS. I cannot imagine this being useful, so it`s most likely a really stupid bug. Any comments?

    >I wouldn`t ever insrt anything into timeline direct from Bin (but that may be just me).
    I think it's just you. :) IMHO, I think CS3 actually corrected a bug in 2.0 that allowed you to insert when the SM didn't have focus. Not every editor is going to insert/overlay *exclusively* from the SM.
    What if you want to insert/overlay at a point somewhere other than a cut? Editors do that sometimes, too. Then you have to J-K-L rather than just Page Up/Page Down. Or just grab the mouse and scrub.
    >Not very productive. I like to use keyboard whenever I can, and in CS3, I cannot.
    That's from your original post. You *can* do what you want is CS3, you just have to use different shortcuts.
    I like the new shortcuts Shift+1/2/3/4/5/6/7 to move the focus from one panel to another - that function was missing in 2.0.

  • Sample functional specifications - Equipment task list?

    The earlier post of Teja provoked me to look into the other sample specifications provided in the ****************. The one I looked into is the equipment task list. I have a doubt here. I assume that the equipment is also a material. So why are equipments handled in a different way than to the other materials (using MM01/2 transactions)?
    Raghu

    Hi,
    Please check the following information from SAP help portal:
    Number Assignment for Equipment Task Lists and Functional Location Task Lists
    Numbers for equipment and functional location task lists are assigned internally. When you have created an equipment or functional location task list, the system issues a message with the number it has assigned to the task list. The first task list you create for a specified piece of equipment or functional location will be identified by a group number and a counter number. Further task lists for the same piece of equipment or functional location will simply be identified by a counter number within the group.
    Best regards,
    Stephen
    Number Assignment for Maintenance Task Lists - Task Lists (CS-AG/PM-PRM-TL) - SAP Library

  • Equipment and task list relationship in PM module

    Hi Freinds,
    We have craeted 'Equipmentin t-code 'IE01' and task list for that equipment in t-code 'IA01'.
    The equipment created  is stored in table 'EQUI' and the task list is stored in table 'PLPO' and 'PLKO'.
    But in all these tables im not able to find relationship between the equipment - EQUNR and the task list 'PLNNR'. In which table can i find the relationship between EQUNR and PLNNR. This is respect to PM module.
    Thanx
    RR

    Hi Rajiv,
    try table EAPL which holds link between Equipment No (EQUNR) and task List(PLNNR).
    <REMOVED BY MODERATOR>
    Regards,
    Rahul
    Edited by: Alvaro Tejada Galindo on Apr 25, 2008 5:16 PM

  • Time logs and task lists

    My previous all-in-on offered numerous forms, etc. to print from the printer. Now it seems that I must join the web center printing to get the same?? Is that correct?? My objection is to the contract, which seems to say that joining allows HP to use private information, to keep my faxes and to use contact information from same to advertise. IS THAT CORRECT???  Is that the only way I will now get the time log forms and the task lists, etc. that used to be available as part of buying this printer?

    I have an HP Officejet 6700 Premium, which is a new one. On the earlier version, I could just print the forms from the printer itself, with out going through the process of signing for the web service - -to which I alluded in my question.
    Also, this scanner is not as user-friendly as my first one on the review screen.  I didn't expect such changes to the same model.
    anyway-- back to my original question. Like said, the model is 6700 Premium, which in general is a very nice unit.

  • 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.

  • DMS for Task list

    Hi,
    I have done DMS the set up for equipment and functional location. Similar set I want to do for Task list.Please suggest if DMS can be used for task list as well?
    Regards,
    Meghana

    Hi,
    I know this post is old, but to answer the question:
    Yes, you can link, using Object Linking functionality a DIR to a PRT.
    The object is a bit obscure in the object list, but, when selecting a object in the DMS Config>Define Document Type>Define Object Link, look for the object called CRVS_B.
    This is the PRT Object Link's definition, which will then allow Object Linking functionality as required.
    Please note that this is not the same as linking to a DIR from the PRT function in your PM transaction, doing it this way you would be able to navigate bidirectionally between DMS and PM.
    Regards,
    Freddie.

  • Transaction for replacing material in task lists

    Hi
    Do anyone now a transaction that can be used for replacing material no. in already created task lists.
    Regards
    Tom

    Hello TOM,
    You can change the material in task list by choosing the change task list transaction and these are :
    IA02:Change Equipment Task List
    IA06:Change General Maintenance Task List
    IA12: Change FunctLoc Task List
    Thanks
    Naveen

Maybe you are looking for

  • Goods issue availability check

    Dear All, we are facing one problem in SAP. My scenerio is i am procurring one Raw Material say Eg - RM1 - 100 kg Batch No - ABC01 on 12.08.2010 so my stock will be availble only 12.08.2010 only, but when i am doing goods issue to order / cost centre

  • Debugging customized function module when Idoc is triggered via ALE

    Hi, Whenever we save the billing document, an outbound idoc is triggered via ALE. The logic for the data to be included in the idoc is written in a customized function module. However we are making some changes and would like to include some more dat

  • How can I import an mkv to iMovie '09 8.0.5?

    I need to edit a video using iMovie, but it's in mkv format. Is there a no-cost way to convert the file to something like mov or mp4 so I can import it? I can't use websites like BenderConverter, as the file is over 100mb.

  • Automatic shutdown when connnecting to store

    Using Windows 8 for I-tunes and when I try to get into the Apple Store, it tries to load and then stops working.  Anyone else get this error?  How do I fix this?  I tried "Repairing" and then I "Removed and Reinstalled" the software with no success. 

  • D110a - No Web Access

    Having similar issues to other posts - Can't print via web,  Wireless appears ok. Cant update firmware ("problem connecting to server") 1. Network Name/SSID shown on the Wireless Network Test report  does match my home network 2. IP from Wireless tes