Mass Change of Task list of type 2 with CEWB

Dear All,
How to do Mass Change of Master Recipe with Trasaction CEWB, it is only allowing to do mass change in routing not in master recipe.
Thanks
Lisa

Hi lisa
As far as i know it is not possible to use CEWB for Master Recipe
coz there is no option for master recipe selection in working area of CEWB.
regards
Sachin

Similar Messages

  • LSMW Transaction IA06 - Change general task list

    Hi,
    I'm using BDC for transaction IA06.  But now I've encountered a problem in the maintenace package.
    For each GROUP(PLNNR) and COUNTER (PLNAL), there are different number of maintenance package: screen field: RIHSTRAT-MARK01, RIHSTRAT-MARK02, RIHSTRAT-MARK03, etc.
    In my source data, the input value is in number which corresponds to the text in each RIHSTRAT-MARK  For example, the maintenance package for group PRPMP counter 1 has 1, 2, 3, 4, 8, 12, 16, 26, 52.  From my source data, the package is 12, then I will have to check the 6th box. 
    The problem is, there are different number of packages for each group and counter, and the sequence of package text is dfferent too. 
    I'm wondering if there is a table that stores the number of package and it's corresponding text for each group and counter?
    I've searched the forum, but there seems no discussion about this issue.  I'd appreciate any feedbacks from you.  Thanks in advance.
    Lily

    Lily Wu:
    Were you able to find a solution to loading the data maintenance package: screen field: RIHSTRAT-MARK01, RIHSTRAT-MARK02, RIHSTRAT-MARK03, etc.  ??   Transaction IA06 (Change General Task List: Maintenance Package Overview), Program SAPLCPDI, Screen 3600.   I have searched forum too and do not see discussion on this topic also. 
    I have a similar situation needing to load Maintenance Package indicator data via IA05 thru LSMW.  I have an LSMW using the Standard Batch/Direct Input.  It is using Object 490 (Gen. task list) Method 0000 and the program Name is IBIP.  I am able to import 2 files.  1 for the Task List Header to Structure IBIPTLST.  The 2nd file to the Task List Components IBIPTMAT.  This process works, but the requirement is to also load the data to update ("check") the  screen field: RIHSTRAT-MARK01, RIHSTRAT-MARK02, RIHSTRAT-MARK03, etc. with the proper 'X's for each component.
    I have found suggestions to use the IBIPMPAC (Maintenance Packages) structure to load.  But this structue is looking for a 2 character field (i.e. KTEXTZYK01, KTEXTZYK02, etc.  of type KTEXTZYK).  This looks like the data that would be used for Maintenance Strategies Cycle Lengths found in IP11.
    Any assistance in loading the Maintenance Package indicators is helpful.  Thank you in advance.
    Jim

  • Mass Change of Source List

    Hi,
    Our requirement is to Mass change of Source list.
    The field to be changed is to remove the MRP relevant Indicator from Sourcelist.
    How to do as mass?
    Vengat

    Hi
    As there is no standard t.code for Mass changes to Source list in sap, your requirement can be acheived by
    1. Creating a ABAP program with the help of ABPERS
    2.If you know LSMW creation .. create a LSMW for Sourcelist creation giving the inputs as Material , Vendor and MRP indicator.
       Take all the info records Material & Vendor from the table EORD.
       Put them in the excel sheet and leave the field AUTET (MRP indicator) blank in the upload format.
       Run the LSMW for all the records
    while using the second option, test intially for few records and once its good go for all the records

  • Mass change on production order (assembly type) to put deletion flag status

    Dear all,
    I've make a mass change on production orders to settle the status DLFL through the Tcode CO78.
    Some of the production orders  are "assembly order" type. Those could not be up-dated with the DLFL because there are linked to customer order. The customers orders are closed.
    What can I do to change the status for this kind of production orders. It is necessary for me to be able to put the DLFL status in order to improve the process of production closure done each month.

    Hi kiran 
    Thanks for the response. As I cannot put deletion indicator on the Assembly order directly, Do we have to put deletion indicator on the sales order item?. If so, Can we put a deletion indicator after the sales order was delivered and invoiced. What exactly have you guys done to put deletion flag on the production order.

  • T (minimalist console task list) not working with python3

    Lifehacker posted about this link to t, which is exactly the kind of python scripted task list I want to run in Arch.  I grabbed it off his site, but have run into troubles when running it.  I e-mailed him a couple times about the problem, but feel ready to post it on here and get some feedback. 
    -the e-mails-
    print p + task['text']
             ^
    I tried replacing p with the full string only to get the same error.
    do you happen to be using Arch Linux?  Arch recently make Python
    3 the default system Python, and t isn't written for Python 3 (the print
    statement is one of the things that has changed).
    If so, you should be able to switch the first line of the script to:
       #!/usr/bin/env python2
    and that should make it use Python 2.x.
    Yes, I am on Arch.  Thanks for the reply!  I changed the first line of t.py to use python2 and now get some new errors.
    $t workplease
    Traceback (most recent call last):
      File "/home/stopbot/.config/t/t.py", line 289, in <module>
        _main()
      File "/home/stopbot/.config/t/t.py", line 278, in _main
        td.write(options.delete)
      File "/home/stopbot/.config/t/t.py", line 219, in write
        with open(path, 'w') as tfile:
    IOError: [Errno 20] Not a directory: '/home/stopbot/tasks/today'
    My bash alias is
    alias t='python $XDG_CONFIG_HOME/t/t.py --task-dir ~/tasks --list today'
    It does not exist.  I mapped (and created) tasks directory to ~/documents/tasks.  Should I try creating the actual list txt files as well (today).  I'm executing
    alias t='python $XDG_CONFIG_HOME/t/t.py --task-dir ~/documents/tasks --list today'
    Output is the same old error:
    $ t work
      File "/home/stopbot/.config/t/t.py", line 208
        print p + task['text']
    If I change the alias within bashrc to
    alias t='python2 $XDG_CONFIG_HOME/t/t.py --task-dir ~/documents/tasks --list today'
    $ t work
    Traceback (most recent call last):
      File "/home/stopbot/.config/t/t.py", line 289, in <module>
        _main()
      File "/home/stopbot/.config/t/t.py", line 278, in _main
        td.write(options.delete)
      File "/home/stopbot/.config/t/t.py", line 219, in write
        with open(path, 'w') as tfile:
    IOError: [Errno 13] Permission denied: '/home/stopbot/documents/tasks/today'
    So, perhaps I need to create the actual txt file for the list I want to use within the task directory?
    Note, creating a txt file called today in the task directory did not help.

    kinhodder has created an excellent minimalist todo list with python. Works like a charm.
    https://bbs.archlinux.org/viewtopic.php?id=115747
    Last edited by rickdg (2011-03-29 08:07:37)

  • Problems while uploading Task List - Service Pack with LSMW

    We are trying to upload General Maintenance Task List using LSMW. We are using Standard Batch/Direct Input method with Object 0490.
    We need to upload task list header, operations, maintenance pack, component and service pack for operations.
    We have created separate files containing data for different structures and they are linked using Group, group counter and operation number according below
    Header
    |----Operations
    .......... |----Long Text
    ..........|----Maintenance Pack
    ..........|----Components
    ..........|----Service Pack
    We have multiple operations per task list and multiple services per operation. The service pack is required only for a specific control key - PM03.  As per the configuration this screen (PROGRAM - SPLMLSP, Screen Number - 0200) is accessible only when the value PM03 is entered in the operation. We are able to upload all other details except service pack details. We have tried using structure IBIPBDCD for the same.
    While uploading the task list in foreground, when control key is entered as PM03 in an operation, service pack screen is displayed with error u201CNo batch input data for screen SAPLMLSP 0200u201D. The data provided in structure IBIPBDCD does not get processed at this time.
    On exiting the screen using back button, the data in IBIPBDCD structure is passed incorrectly to fields in screen 3400 (SAPLCPDI)
    Are we doing something incorrect? Is there a way to use this standard functionality to upload task lists with service packs?
    Thanks
    Edited by: jvalitp on Dec 15, 2011 12:46 PM

    Hi,
    When loading the tasklists you need to define a source structure as per the IBIP structure. You have different levels for example level 1 - header then below that level 2 - Operations, Header Long text then below that you have level 3 - Operation Long text, Operation Package assignments, operation component allocation.
    For each of these levels you need an identifier that links then together. In your source file specify identifier 1 for header, Identifier 1 and Identifier 2 for operations, identifier 1 identifier 2 and identifier 3 for packages. This way the system can create the correct structure when it reads the data from the text file.
    The identifiers are numeric and will dissapear once the files are loaded. specify then in the source structure as 2 characters and remember to set the xcel file up to have a 2 character field.
    For the header file each line will be a new identifier 1,2,3,etc.
    The operations are assigned to the header and have 2 identifiers. The first corresponds to the header identifier the next is a sequential number stating at 1 and incrementing for each line e.g Header 1 op 1, header 1 op 2, header 2 op 3, header 2 op 4, header 2 op 5 (this would be 2 header records. The first with 2 operations on it the second with 3 operations)
    The package is assigned to the operation and as such needs to have a third identifier. Header (identifier 1), Operation (identifier 2), Package (identifier 3) Example Header 1 op 1 pack 1, header 1 op 2 pack 2, header 2 op 3 pack 3, header 2 op 4 pack 4, header 2 op 5 pack 5
    I have a loading file for each of the items i.e. Header file, Operation file, maintenance package file. This is then assigned to the respective source structure.
    Regards,
    ravi

  • Reading Task Lists of type N and Q (PLNTY)

    Hi Folks,
    do you know a FM/BAPI for reading (not displaying) Tasklists and returning tables PLKO, PLPO, PLMK as result.
    Thanks! Nikolay

    Moderator message - Cross post locked
    Rob

  • Delecting Components in Task List

    Hi
    I have around 1500 Equipment Based Task List and 200 General Based Task List.
    For all these Task List there are Components for each operation.
    Is there any way in standard SAP that i can DELETE or REMOVE only the components in the task list and remain with the operations only ?
    Venkat

    Hello Venki,
    Either manual or program/ LSMW. There is no standard mass change is task list available.
    Regards,
    Vaibhav Mishra

  • Sort Components in task list

    Dear Friends,
    I have 20 different components [Assigned to a header assembly] connected to a single operation 010 in general task list. Now I have sorted this components based on Item number as the default sort is based on material criteria.
    After sorting the components based on Item even I save the task list, the sort doesn't get saved. Everytime I need to sort it based on Item , any reason behing this?
    I tried to create the variant for this too, but seems like its not working?
    Is there any way I save this sort criteria as default for the task list?
    Regards
    Prasad

    Hello Venki,
    Either manual or program/ LSMW. There is no standard mass change is task list available.
    Regards,
    Vaibhav Mishra

  • Problem with material group in task list

    Hi Experts,
    We have created a task list with external operation assigned with specific material group, say 'x'. This task list  is assigned to maintenance strategy which in turn assigned to maintenance plan. This Scheduled maintenance plan has generated many maintenance orders. After that we deleted the material group which was assigned to task list and assigned new material group to the task list. But now system is not generating maintenance orders from this task list as it is giving error message that "the old material group does not exist"  Message no. SE419
    Even though we changed the material group in that task list system still considering old material group.
    Could you please help us to get ride of this problem?
    Thanks and Best Regards,
    Praveen

    Praveen,
    The change that you had made on the task list is effective from the" Key date"date that's entered on the initial screen.That Is probably why this is causing an issue at your end.
    Try changing the task list once again by back dating the "KEY DATE" on the initial screen of the transaction ,to a date before the "Plan date" of the MP. This should solve your problem.If you are not able to change this, then create a new task list with a back dated "key date" with all the other details remaining the same and and assign it to the plan.
    Regards
    Narasimhan

  • List content type columns don't show new names after resource files were changed

    Hello,
    we ran into a problem, that we're not able to figure out at the moment.
    We have a site collection with site columns and site content types defined and created with
    features ant their XML files. All display names are retrieved from resource files. We do have
    several subsites, that have predefined lists also created from features and their corresponding
    XML files. They use inherited versions of these site content types as list content types with
    their columns inherited from the site columns.
    We had some changes within the resource files and never ran into a problem up to now.
    We changed the display names of some of these columns within the resource files. After
    these changes the site columns, site content types and list columns show the changes
    as planned. Unfortunately the columns of the list content types do not display the changes.
    They still show the old name. If you try to alter the old names manually the new name is
    shown within the form, but you're not able to save it and the list content type columns
    still have their old name afterwards.
    We checked our definition files and they seemed to be well.
    Any ideas?
    Regards,
    Markus
    List columns as defined within new the resource file:
    List content type columns, that do not show the changes from the new resource file:

    Hi,
    According to your post, my understanding is that you want to modify the site column name in the list.
    I try to reproduce the issue, however, everything works well.
    You can modify the DisplayName in the Element.xml file.
    Then after you redeploy the project, the site column name will be changed in the list setting page.
    In addition, please check whether you create the list correctly.
    For more information, you can refer to
    Walkthrough: Create a Site Column, Content Type, and List for SharePoint
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Mass change of certain fields thru list of equipments IE

    Hi,
    Instead of writing LSMW, i am looking for mass change option for list of equipments available thru IE05 under Go To----> Carry out a mass change.
    Its giving me a error message :
    Objekt PM_MASS_TECH_OBJECTS is not maintained
    Message no. BL010
    Diagnosis
    An application log entry is to be made for object PM_MASS_TECH_OBJECTS. This object is, however, not maintained as an application log object.
    Objects and subobjects of the application log are created using transaction SLG0.
    System Response
    The program had to be cancelled.
    Procedure
    Inform the system administrator.
    I went thru the forum link: Mass Change of Functional Locations - error message "Objekt PM_MASS..... and read the note 1166820.
    Please tel me the steps to do in order to include Object    : PM_MASS_TECH_OBJECTS
    Object Text: Mass Change of Equipments and Functional locations
    in table as per the note...
    Please provide some detailed steps..
    Authorization is no issue as i have profile: SAP_ALL
    Thanks
    Murad..

    Hi All,
    i'm trying to change a filed value as null. i.e. a value is maintained in pp work centre field for functional location.  i want to delete this value to keep this field as blank. By using this mass change functionality i'm not able to do so. can any body hep me out to this problem.
    Raj

  • FM to change task list status (Tcode IA06)

    Hi all,
    I need a FM to  change the task list status.
    Tcode IA06.. I have got fm to get the status of task list...CP_EX_PLAN_READ..but not able to fine one to change/.
    (Given: Group, Group counter and profile..after this scrrn another screen comes...click the header atb to set the task list status)
    can anyone help me?
    Regards,

    Check this FM - CP_EX_PLAN_READ.
    This gives u all the details .
    CALL FUNCTION 'CP_EX_PLAN_READ'
          EXPORTING
            plnty_imp     = t_mapl-plnty
            plnnr_imp     = t_mapl-plnnr
            plnal_imp     = t_mapl-plnal
            sttag_imp     = t_mapl-aedat
          TABLES
            plko_exp      = t_plko1
            plpo_exp      = t_plpo1
            plmz_exp      = t_plmz1
          EXCEPTIONS
            not_found     = 1
            plnal_initial = 2
            OTHERS        = 3.
    Edited by: Raj on May 27, 2008 10:28 PM

  • Reminders app with shared Outlook task lists

    I am able to get my Outlook tasks list to sync with the Reminders app. However, if I receive a shared task list in Outlook from another user, I can't see it in the Reminders app.  This happens even if I am given "owner" permissions to the task list. Is there a way to get it to appear?

    I do not know the answerr. Ik also have same question

  • Mass change of pricing date in contract VA41

    Mass change of pricing date in contract VA41
    In VK11 - we have updated a new pricing date.
    In contract the same needs to be updated. Can this be done through VA45 -( List of contracts) Edit - Mass change - new price - which price type should i give to change the pricing date. Where should i mention the new pricing date?
    or is there any other way to get the latest pricing date from vk11 to contract va42.
    Thanks,
    Mahe

    Hi,
    As i understood from your question, You have changed the Validity periods in your VK11 records.
    Since your contract Line Item Pricing date is already set (Line Item Sales A tab), you will not be able to pick the relevant pricing by UPDATE PRICE option in condition tab. (Because price is picked based on the pricing date in the line item)
    Try this method;
    Use transaction MASS, to update all Pricing Dates in contract line items to a particular date within new validity period.
    Once you update your pricing date in the contract line item, system will automatically carry's the new pricing, resulting new pricing in the line item.
    Hope this is useful to you !
    Best regards,
    Anupa

Maybe you are looking for