What is Rate Routing ?

Hello All,
               Please provide me some refrence for rate routing. How to create & use. I don't know any thing about it. So I need to know from begining of rate routing. Is there any refrence from where I can read & test rate routing
Thanks in advance
Mohit Gupta

Dear,
Please refer this useful link,
http://help.sap.com/saphelp_erp60_sp/helpdata/en/7e/d42611455911d189400000e8323c4f/frameset.htm
You have to proceeds following steps:
1) CA21 - Create Rate routing 
     First screen =  Material on which you have to create a routing
                           Plant
     Second screen =  Usage 1 if you create routing for production purpose.
                               Status 4 release general 
                               Enter
2) Now go on to application tool bar and select operation 
     Here you have to enter work center, control key and description
     For eg.      w/c 1    plant    pp01      description
                     w/c 2    plant    pp01      description
                                 plant    pp99      goods reciepts
3) Now select the component allocation
     Select the material here and click on to the new assignemnt for assign the operation seqence on to the material.
4)  SAVE
Now routing is create with routing group number
Regards,
R.Brahmankar

Similar Messages

  • What's the difference between routing and rate routing

    As we all know that routing normally used in discrete manufacture, and  rate routing used in REM, one of my client, the just use routing for REM instead of rate routing, are there any gurus can tell me some detail information about them?
    Thanks!
    Eric

    Hi,
    对于routing和rate routing来说,区别并不是很明显,但从流程的角度来说,routing适用于所有的离散型制造业,而rate routing适用于重复制造业!
    如果非要找出差别的话,就是routing可以定义并行序和可选序,而且rate routing只能定义并行序!
    具体的使用差别可以参考如下链接:
    http://help.sap.com/saphelp_45b/helpdata/en/03/bb1d0ca6e811d189010000e8323492/frameset.htm

  • Problem during Rate Routing Upload using BDC.

    Dear Sir/Madam,
    I am uploading Rate Routings using a BDC program which is working perfectly but having a single problem.
    In the initial screen of the transaction CA21(Create Rate Routing), I need to enter only the Material Number and its Plant and all the other fields should be left blank.
    But, here the group number field is automatically getting filled with the previous value and it is incrementing the group counter number. 
    I want the system to allocate different group number for  each Routing. I want the group number to be unique.
    Thanks,
    Ranjan.

    Dear Ranjan,
    While doing recording CA21. you would pass only the material number and plant (i mean you did recording of CA21 based on material number as well as plant not for routing number (group counter))
    Routing number (group counter) dynamic (In your case Internal number rage has assigned).
    So the Problem is:
    1st record of you internal table update smoothly because you program will pass only material and plant
    group counter (RC271-PLNNR) field is blank, after update 1st record system will regenerates the
    group counter number.
    ones the system updates the data it will generates Group counter number and assign to filed :(RC271-PLNNR).
    after saving the record system will go loop statement of you program. again program will call the call transaction statement with 2nd record of the internal table. call transaction statement pass the material number and plant field at ca21. but group counter number automatically poulated in the screen field because that time system can't be refresh the initial screen of CA21,
    so system will shows previous updated screen ( 1st routing record will show)
    Remove your bdc perform and add this code in your BDC perform.
    *        Start new screen                                              *
    FORM BDC_DYNPRO USING PROGRAM DYNPRO.
       CLEAR BDCDATA.
       BDCDATA-PROGRAM  = PROGRAM.
       BDCDATA-DYNPRO   = DYNPRO.
       BDCDATA-DYNBEGIN = 'X'.
       APPEND BDCDATA.
    ENDFORM.
    *        Insert field                                                  *
    FORM BDC_FIELD USING FNAM FVAL.
       IF FVAL <> SPACE.
         CLEAR BDCDATA.
         BDCDATA-FNAM = FNAM.
         BDCDATA-FVAL = FVAL.
         APPEND BDCDATA.
       ENDIF.
    *                Clearing the Group Counter                                *
       IF FVAL = SPACE.
         CLEAR BDCDATA.
         BDCDATA-FNAM = FNAM.
         BDCDATA-FVAL = FVAL.
         APPEND BDCDATA.
       ENDIF.
    above code: 1st time of call transaction FVAL = space means ( group counter field is blank)
    2nd and rest of the time FVAL <> space. means (previous record group number exists for new call transaction ) so system will be by pass with new record.
    Check with debugging mode. you will come to whats going in you code.
    Even i have go same problem while uploading routing data. i have find out solution after doing my RND.
    Regards,
    Akshath

  • Rate routing std values not appearing during backflush

    Hi ,
    Rate routing is defined from REM product. The REM profile has check to post activities.
    In MFBF when I try to do assembly backflush the activities are not proposed from rate routing when "Post with correction ".
    What could be the reason for this ?
    Regards
    ShankarR

    Dear Shankar,
    Once after selecting the radio button for assembly backflush>post with correction->click on actual activities and check the rate
    routing details along with the work center,timings etc.
    If you are unable to find the same means,goto KKF6N--->mention the product and plant and click on change mode and click on
    cost calculator button for preliminary cost estimate and save the data,then check in MFBF.
    Regards
    Mangalraj.S

  • Standard routing and rate routing

    Hi All,
    Can someone tell me what tables I should use to get the standard routing and rate routing for the query?
    Thanks
    Edward.

    Dear,
    Yes you are right.
    The main difference between routing and rate routing is you can not create parallel sequence in rate routing CA21 only nothing else.
    There are lot of different opinion on this topic but there is no too much difference in them only we use rate routing in REM and normal in Discrete manufacturing.
    Also check this thread ,
    Difference between routing and rate routing
    Hope clear to you.
    Regards,
    R.Brahmankar

  • Difference between Routing & Rate Routing

    Hi All,
    can anyone tell me difference between Routing & Rate Routing? can we use routing for REM? if no, then what will be the effect?
    Thanks,
    Rinky

    Hi Rinky ,
                   Routing and rate routing are task list in broad manner .
    standard task list: Describes the worksteps necessary to produce a material or perform an activity without reference to an order.( that means they are created without reference to order )
    Essential objects of a task list are header, operations, material component allocations, production resources/tools and inspection characteristics.
    Together with specific dates and quantities, task list data forms an important part of the order.
    The following task list types exist in the R/3 System:
    routing
    reference operation set
    rate routing
    reference rate routing
    inspection plan
    maintenance task list
    standard network
    master recipe
    Routing is created with ca01 and rate routing by ca21 .
    Routing is used in discrete manufacuting and rate routing in repetitive .
    Rate routing generally has only one operation  and prod line instead of work centers and operations in routings .
    Both routings can be used for scheduling , cosing and capacity planning .
    Hope this was helpful answer !
    Neal
    Edited by: Neal Gibson on Jun 30, 2008 11:46 AM

  • Reduction strategy in Rate routing.

    Hi
    I have a Rate routing with 3 WC for 3 operations
    Each operation take 30 mints to finsh
    If i want to produce 5 qty in the 3 WC.
    time taken for the machining is =  30 mins * 5 qty(WC1) +  30 mins * 5 qty(WC2)  + 30 mins * 5 qty(WC3)
                                                     =  71/2 HRS to finsh the 5qty jobs
    but as per normal -                            w1      w2      w3
                           JOBS          1       9:00 AM       9.30 am     10.00 am
                                             2       9.30 am     10.00 am     10.30 am
                                             3     10.00 am     10.30 am      11.00 am
                                             4     10.30 am      11.00 am     11.30 am
                                             5     11.00 am     11.30 am     12.00 am
    Total it will take 3 hrs to finish
    how to do this reduction in the Routing.
    what REDUCTION STRATEGY WE NEED TO USE . PLS EXPLAIN.
    Can i use the Contioud flow prod in the overlapping tab in the operation details
    Thanks
    vraj

    Hi,
    Yes, U can use Overlap strategy to meet your requirements. Please maintain all the values correctly and do some work around and test properly before doing it in production client.
    Regards
    Suri

  • Raouting, Rate Routing and Cost run Problem

    We have changed the our process from routing to rate routing.
    But while doing the cost run - CK40N, the sytem is considering the routing in stead of rate routing.
    Please advice.
    Regards
    Pranav

    Dear Pranav,
    1.Check what selection ID has been assigned in the quantity structure control tab(for the costing variant that is used for costing in
    CK40N) for routing selection,If it's 01 means,then check with selection ID 02 where the first priority is assigned for routing type R.
    (In standard SAP selection ID 01 by default has first priority to routing - N and then further prirority to rate routing - type - R).So
    assuming selection ID 01 is assigned and a product has both routing(task list type - N) and rate routing(task list type - R),now at
    the time of costing the system picks up the routing by default as the first priority is set for routing.
    2.Also check whether the task list type and the corresponding group and group counter has been changed in the production
    version for inhouse manufactured product either in MM02-->MRP4 view or else in C223.
    Check and revert back with your further queries.
    Regards
    Mangalraj.S

  • CA21 Rate Routing

    Dear Team,
    For creating the rate routing do we have any standard program suggested by SAP for uploading the same.
    If so what is the template followed and code for the BDC upload on rate routing transaction code CA21.
    Regards,
    Deepak GS

    Hi Deepak,
    LSMW should work with the transaction. We have done it through LSMW. As per my knowledge no standard BAPI exista for rate routing.
    Refer below links for LSMW.
    http://www.sd-solutions.com/documents/SDS_LSMW.html
    http://www.sd-solutions.com/documents/SDS_LSMW_Batch_Recording.html
    LSMW FOR HR
    lsmw
    LSMW??
    Re: lsmw
    Regards,
    Krishnendu.

  • Routing Vs rate routing

    hi frnds,
    whatz the differnce between rate routing and routing...
    I knw that rate routing is used for REM..  what are the special fucntion that are avialable in rate routing over the normal routing...
    Can we provide a rough production rate in rate routing say 50 qty per hr...
    is that possible.....
    any inputs... pls help.
    regards
    csn

    Hi Mr.Sarvan,
    <b><u>Routing:</u></b>
    1.A routing determines the sequence of individual operations thar are necessary to produce a Finished product.
    2.A Rotuing contains operations & information about work centres at which the individual operations are to be carried out,as well as standard times.
    3.It contains the material components required for an operation as well as the nessary tools,jigs & fixtures.
    4.Each routing can have one or more alternative sequences & one or more parallel sequences.
    5.The planned time for each operation (standard value) is stored in a routing.
    CA01,CA02,CA03 - Rotuing creation,change & display T codes.
    <u><b>Rate Routing:</b></u>
    1.One of the Routing type that's used in REM - Repetetive manufacturing.
    2.CA21,CA22,CA23-Create,Change,Display rate routing respectively.
    Regards
    Mangal

  • Rate routing table

    Hi PP Gurus,
    I am making one z report which will show component allocation list. Means which component allocated to which operation no. in rate routing.
    Can any body tell me in rate routing, in component allocation operation no. comes under which table
    Jayesh Narvankar

    PLMZ is the table where you will get the link to rate routing group no to BOM item number. to get the details of BOM you must use MAST and STPO tables.
    I wander why do you need Z report? you can get this data in routing display
    Use CA51 with option Display Component Assignment tick. You will get all the details what you are asking for.
    Raj.

  • RATE ROUTING - URGENT

    Hi all,
         I know the functions of rate routing. it is used in REM. Why this only used in REM? What is the speciality? In Rate routing wat is the meaning of RATE?
    What is the main difference b/w std & Rate?
    I already studied all threads abt the rate routing. so don't repeat the same basic answers.
    Expecting ur valuable replies............
    Regards,
    S.ganesh

    Hi Mr.Ganesh,
    There are 4 different types for carrying out REM.
    1.Rate Based -Make to Stock REM.
    2.Takt.Based Make to Stock REM.
    3.Make to Stock REM-Lead time scheduling & Capacity Planning.
    4.make to Order REM.
    Kindly check these links
    http://help.sap.com/saphelp_470/helpdata/en/aa/06cae3514611d18a180000e816ae6e/frameset.htm
    http://help.sap.com/saphelp_470/helpdata/en/7e/8fe108c7d611d2b6580000e82d81c3/frameset.htm
    http://help.sap.com/saphelp_470/helpdata/en/99/6df497cfb111d2b65a0000e82d81c3/frameset.htm
    http://help.sap.com/saphelp_470/helpdata/en/aa/06cae3514611d18a180000e816ae6e/frameset.htm
    Rate Routing
    Definition
    A routing for whose operations the production quantity and a fixed duration has been defined. Thus the production rate is also defined.
    Use
    Rate routings are used when you plan on a quantity basis, for example in repetitive manufacturing.
    Structure
    A rate routing has the same structure as a routing. You can assign a rate routing to a material to be produced. It can have parallel sequences.
    Processing the Rate Routing
    Purpose
    In this process, you create a rate routing. Rate routings are routings which enable you to reproduce the complex production processes of flow and repetitive manufacturing.
    If you work with the line hierarchy without a line balance, you do not necessarily require a rate routing. You can enter the production rates for the takt time/rate-based scheduling in the line hierarchy. The system then uses only these production rates for planning in Sequencing. You need a rate routing if you want to create a standard cost estimate for a material, for example.
    I'm sure after reading those link's you will be able to decide where to use these rates.Also Check with t code LDB1-Create Line Hierarchy.
    <b>If useful reward points</b>
    Regards
    Mangal

  • Component Allocation in Rate Routing

    Hai,
    Similar to CS15 - component where used list, is there any standard transaction wherein it is possible to find out for a component in which all Rate Routing it is being used.
    Can someone throw some light on this subject.
    Regards,
    R. Vijayakumar

    Dear Vijayakumar,
    There is no standard report available for this, and what you can do is,after executing CS15 for a
    component,you will get the Where Used List (Sub-assemblies and the Assemblies).
    Download or copy this report into an excle sheet and then pass on these values to CA51 for the task list
    type R - Rate Routing.Now say suppose if you input 10 materials and if you are getting only the results
    for 8,then you can conclude that the component is been is used in so many rate routing.
    Check and revert back.
    Regards
    Mangalraj.S

  • Pro & cons for Routings vs Ref Rate Routing

    One of our plants uses Reference Rate Routings (CA31, 32, 33). Many colors of vinyls are processed the same way producing many individual material numbers. So one Ref Rate Routing has many Materials assigned to it.
    Recently an engineer in other plant found that he can do the same material assignment on Routings (CA01, 02, 03)
    What are the pro & cons for Routings vs Ref Rate Routing when doing Material assignments
    thank you for any information you can provide
    Althea

    Dear,
    Reference routing is usually used for calling the set of operation can be used manr routings so it is reusage.
    Suppose a cleaning  operation is having 5 operations. This is used in may places. Then create a routing and call this operation set wherever required. Hence you need not repeate defining the operations in each time.
    For more details...see below link
    http://help.sap.com/saphelp_47x200/helpdata/en/7e/d42611455911d189400000e8323c4f/frameset.htm

  • What's SAP Router String for?

    Hi,
    I can not find proper module for me to post this message, so I post it here.
    When we create a new item in the SAP logon screen , we need to specify the following parameters:
    1) System description
    2) Message server
    3) SAP Router String (optional)
    4) System ID
    5) System Number
    4) Group
    My question is, what's SAP router string for? How to define a new SAP router string?
    Because sometimes we don't need to input SAP router string, and we can still logon to the system successfully.
    So, If I need to create a new SAP router string, where to define?
    Thanks.

    Hi
    A route string describes the stations of a connection required between two hosts. A route string has the syntax
    (/H/host/S/service/W/pass)*
    It consists of any number of substrings in the form /H/host/S/service/W/pass .
    A route string contains a substring for each SAProuter and for the target server.
    Each substring contains the information required by SAProuter to set up a connection in the route: the host name, the port name, and the password, if one was given.
    Syntax for substrings:
    ·        /H / indicates the host name‑{}‑
    Note that the host name must be at least two characters long.
    ·        /S/ is used for specifying the service (port); it is an optional entry, the default value is 3299
    ·        /W/ indicates the password for the connection between the predecessor and successor on the route and is also optional (default is u201Cu201D, no password)
    In earlier Releases (<4.0A), the password entry was made one substring later and with the letter /P/.
    New: /H/saprouter/W/pass/H/targetserver
    Old: /H/saprouter/H/targetserver/P/pass
    (Here pass is the password which is checked by the SAProuter on host saprouter to set up or prohibit the connection from the source host to the target host.)
    Due to downward compatibility, the old password entry form is still possible.
    Thenaks & Regards
    Kishore

Maybe you are looking for