Transaction CA02 - change Routing operation Overview

Hi !
I need to insert values to column "Unit Quantity" (plpo-vgm04)where the table line is 'SMD' or 'TH_***'. I  need
to make a massive change for  many record.
Is in sap a bapi for doing this task ?
thanks
moshe

I am unable to find out the CAPP knowledge button in CA02 but find rest of three fields which you need to know see as given below
KAP_ARBPL
FLG_CAPO
Above two field is coming in header details of particular routing (CA01, 02, 03)there is 6 views of header data
Task list.
Production line.
General data.
Parameters for dynamic modification /inspection points.
Further QM data.
Administrative data .
Work center for capacity planning
   A work center which should be considered a "critical work center" (bottleneck work center) according to capacity leveling using a planned order.
As per above view you will get KAP_ARBPL- Work center for capacity planning in General data view as a Planning work center.
FLG_CAPO-Recalculate standard values at order creation you will get this field in general data view just below of planning work center as a CAPP order and its indicating that, at the time of order creation, standard values are recalculated using CAPP depending on their order category.
P3007-RUZUS you will find this field in CR01, 02, 03 there is also 6 views for particular work center as below.
Basic data
Default values
Capadities.
Scheduling
Costing
Technical data and you will get P3007-RUZUS in this view as Rnd. & add.val. This specifies the rounding categories and the additional values to be taken into account when standard values are calculated for an operation.
   You can use this key you can assign a rounding category and an additional value percentage to each of the standard values in a work center.
Regards

Similar Messages

  • Transaction CA02 - Change Routing

    Hi !
    I need to add to sunscreen "Material Assignment" of transaction CA02
    another field - the field Material description. I looked for screen exit
    however  i didn't find any,
    Is  away (userexit, badi, etc. )   to that task  ?
    Thanks
    moshe

    Hello Nagesh,
    have you got a sample code showing the using of the BAPI /SAPMP/BAPI_ROUTING_PROCESS ?
    Thanks.
    Regards,
    CS

  • Changing Routing operations using FM.

    Hi,
    Is there any FM available to change the operations in Routing? Please let me know.
    With regards,
    Sharath Kumar R.

    Hello,
    Try this sample code which will update the short text of the operation:
    REPORT zca02
           NO STANDARD PAGE HEADING LINE-SIZE 255.
    INCLUDE bdcrecx1.
    PARAMETERS: p_plnnr LIKE rc271-plnnr OBLIGATORY.
    PARAMETERS: p_aennr LIKE rc271-aennr OBLIGATORY.
    PARAMETERS: p_plnal LIKE rc271-plnal OBLIGATORY.
    PARAMETERS: p_vornr LIKE rc27h-vornr OBLIGATORY.
    PARAMETERS: p_ltxa1 LIKE plpod-ltxa1 OBLIGATORY.
    INITIALIZATION.
      ctu = 'X'.
      ctumode = 'A'.
      cupdate = 'S'.
    START-OF-SELECTION.
      PERFORM open_group.
      PERFORM bdc_dynpro      USING 'SAPLCPDI' '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'RC271-AENNR'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '/00'.
      PERFORM bdc_field       USING 'RC271-PLNNR'
    *                              '001'.
                                    p_plnnr.
      PERFORM bdc_field       USING 'RC271-AENNR'
    *                              '001'.
                                    p_aennr.
      PERFORM bdc_field       USING 'RC271-PLNAL'
    *                              '1'.
                                    p_plnal.
      PERFORM bdc_dynpro      USING 'SAPLCPDI' '1400'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'RC27X-ENTRY_ACT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=OSEA'.
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'
                                    '1'.
      PERFORM bdc_dynpro      USING 'SAPLCP02' '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'RC27H-VORNR'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=ENT1'.
      PERFORM bdc_field       USING 'RC27H-VORNR'
    *                              '0050'.
                                    p_vornr.
      PERFORM bdc_dynpro      USING 'SAPLCPDI' '1400'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'PLPOD-VORNR(01)'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=VOD1'.
      PERFORM bdc_field       USING 'RC27X-FLG_SEL(01)'
                                    'X'.
      PERFORM bdc_dynpro      USING 'SAPLCPDO' '1200'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=BU'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'PLPOD-LTXA1'.
      PERFORM bdc_field       USING 'PLPOD-LTXA1'
    *                              'POS1'.
                                     p_ltxa1.
      PERFORM bdc_transaction USING 'CA02'.
      PERFORM close_group.
    Hope this helps you.
    Regards, Murugesh AS

  • Change Resource(Operation Overview) in Process order

    I need a program or funciton module to change the resource in "operation overview" in Pocess order. BDC is not possible as we cannot select the line item as the count of line item in a page differs with the system screen size...
    Kindly help on this issue.

    Hi
    Check the following fun modules
    RPM_CHANGE_RESOURCE
    RPM_CHANGE_RESOURCE_DATA
    RPM_CHANGE_RESOURCE_LONG_TEXT
    RPM_CHANGE_RESOURCE_POOL
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • BAPI/Function Module for CA02 - Change Routing

    Dear Experts,
    I have an requirement to do material assignment for an existing Group Number like we do manually with t-code CA02.
    Can anybody know any BAPI/FM that can do Material Assignment in CA02 transaction?
    Regards,
    Rick

    To Everyone who wants to assign components to operations using FM:
    Please follow Ritesh's recommendation. It works fine for components of the unexploded BOM.
    Now I have to assign subsequent components of phantom assemblies within the routing (as CA02 works). I did not succeed on Ritesh's great suggestion until now. Perhaps anyone has a way to solve that. But I have a new idea how it could work:
    Ritesh's calls of CZ_CL_S_MTK_PROVIDE and CP_CC_S_PROVIDE_COM_BY_OPR may be replaced by calling CM_CL_S_COM_HANDLE_PROVIDE, which seems to provide all handles (incl. P-A assignments) of a routing's component allocation. In a subsequent loop I will try to collect the COM allocations themselves by CM_CL_S_COM_PROVIDE_BY_HANDLE.
    If this works (I will do that within the next 2 weeks) we should be able to reassign on basis of Ritesh's solution.
    Werner

  • Bapi to change Routing Operations

    Hi Gurus,
    Could you please tell me whether this Bapi Can be used to do Mass Change for an operation.
    I have found this Bapi : /SAPMP/BAPI_ROUTING_PROCESS
    But it is throwing exception Routing Entry is missing.
    I have filled only operations table and the importing parameters.
    Do I have to fill any other table.
    Please help me in the same.
    Best Regards,
    Navin Fernandes.

    NAVIN FERNANDES wrote:
    Hi Amber,
    >
    > I have created an LSMW and filled respective values with mapping but it giving me error saying
    > ****************************************************************************
    > "Data Transfer of Routings via Direct Input
    >
    >     Error_di_exp         From    To      Obj   Index       Plnnr
    >
    > E    1     1                             M     0000000001
    >
    > E                           1     1      M     0000000001
    >
    > C\ 045 V
    >    You cannot edit the task list object with activity type V
    > *******************************************************************************
    > Could you please help me in the same.
    > I want to change the standard values in the operation.
    >
    > Best Regards,
    > Navin Fernandes.
    this looks to be a functional error. Can you check again with your functional consultant.

  • Standard test key in operation overview in routing

    Iam not able to see standard text key in operation overview in routing beside control key column. Any setting for it .

    hi,
       I dont think that that the STK is dispalayed in the operation overview.
    so first ensure that the STK is defined in the WORK centre basic data view. Then goback to the operation view of u r routing.
    Double click on the operation ,then u will find in the OPERATION details view that u r STK is diplayed just below your CONTROL key.
    GURUS pls correct me if i am wrong,
    PLs update on this
    THNX
    HKR

  • BAPI to change routing CA02

    Hi,
    I've been going through the forums and I still cannot find a bapi to change routing (CA02). Do you know any bapi or function module that i can use to change routing. Please help.
    Regards,
    April

    Hi,
        there is no bapi for changing Routing, instead use
    BAPI_ROUTING_CREATE Creation of a routing
    BAPI_ROUTING_EXISTENCE_CHECK Check whether routing exists
    Regards

  • Change UoM of on routing operations.

    Hi PP Experts,
    Please someone help me on my problem regarding changing UoM on routing operation. I have to change or convert the labor time and machine time from CTS (cents of second) to S(second). How can i change that and i have to consider the impact on report such as routing check, standard time checking report and finacial cost.
    Thanks for your help.
    Edited by: yatch0325 on Oct 13, 2010 7:58 AM

    Hi,
    1. In the routing change the UOM for standard value to S and eneter the calculated machine time in S.
    2.Change the Base qty and the operation unit.
    3.Activity type and the cost needs to be checked.
    Thanks,
    nandha
    Edited by: S.Nandakumar on Oct 13, 2010 8:25 AM

  • Order Component quantity gets changed after operation confirmation

    Order Component quantity gets changed after operation confirmation.
    We are using CO27 to issue the Material to the Order.
    When we do the confirmation of  operation. Component quantity attached to operation get changed.
    Any solution for this.

    Dear
    Please Follow the Steps
    1. Go into Co02 there u do production order with qty select the Component overview u find the Materials there please check hhow much is the qty of that particular material
    EX: Production order qty for Header Material is 10 ea
    then ur Compannets Qty is 10 or 20
    depends on the Componet Qty the Operation takes place that is because u have maintatined a base qty in Routing and BOM
    With Regards
    Pushpalas

  • Select query in routing(operation,sequence)

    Hello frds,
         i am into change routing BDC actually i want a select query .....for like existing of operation for a particular sequence in routing....
    if i will found operation for particular sequence i will run the bdc code lese i will exit...any one can help me...
         just provide me a query....to check existnece of operation for a particular sequence......ASAP...

    Why on earth would you want to keep the queries separate? As Tom Kyte would say, databases are born to join!
    Providing emp_id has an index on it (and it should, assuming it's the table's primary key!) your "complex" (or, what I would call simple*), it'll most likely be faster than doing it separately. You've not got the context switches for one thing.
    If you want to see what the optimizer does with your query, you should run a trace on the query. An explain plan would give you an idea of what it's going to do, too.
    In general, doing something like this procedurally is going to almost certainly be worse than doing it in SQL (and by worse, I mean slower).
    * I'd hate to see what you'd call some of the monster queries I work with, if you think that query is complex!

  • Operation Overview-Standard Values Rounding

    In production order operation overview screen, the standard values (setup time & Processing time duration) are rounding up and displaying with one decimal place. Where as in routing the same standard values are displaying with 3 decimal places.
    Is there any config setting (or screen exit) for to display setuptime duration in CO02/CO03 operation overview screen with more than one decimal places?

    Saiful,
    Execute T code CUNI.
    Select 'Time' & click on 'Unit of measurement'.
    In the next screen, select the desirder UOM. Click on details.
    Under 'Display' put 3 for 'Decimal places'.
    And under conversion put 6 for 'Decimal places rounding'. Save.
    It will solve your problem.
    Hope this helps you.
    SmanS

  • Add/change multiple operations on a released Production Order

    How can I add/change multiple operations on a released Production Order...I know how to add them manually one by one but is there a better way to add...like copy/paste since i am adding operations from an alternate route? Please advise?

    Hy Aziz,
    In process order go to operation screen go to Operation - Include Master recipe, then one pop up comes select required Master recipe and add operations of your interest.
    But there are some restriction which doesn/t allow it if Inspection Lot, Control Recipe are created..
    Regards,
    Dhaval

  • Add columns to CO02-Operations Overview

    Hi Gurus
    I'm trying to add couple of columns to the Operations Overview display layout in CO02 Transaction. Can someone please let me know how this is done?
    Thanks in advance
    Deepak

    HI Brahmankar
    Thank you for the reply.
    But in OPM2 it is about adding fields in CO02-Tab pages. My issue is with inserting Columns in the Operation Overview screen of Production Orders. I wish to display the "Start-Time" column and "Standard Text Key" columns that are not appearing. I wish to know what chnges have prompted them to get hidden as they get displayed in the standard SAP System.
    Regards
    Deepak Prasanna S

  • Changing Order Operations of Production Order

    Hi Experts,
    In Production order->operations->Maximum Wait time.I need to change this.can anybody help how to achive this.

    Hi,
    Follw this
    1: CO02, (change production enter) enter
    2: Operation Overview (F5)
    3: You see list of operations, double click on operation number. Or selection operaion and click on operation details.
    4: Select tab page Interop. times
    5: You will see the field Max Wait time. and maintain.
    6: Come back to header screen click on schedule (ctrl+F8) to reschedule the order with changes.
    Pavan

Maybe you are looking for