Re-Org/Update Program for Route determination

Hi
does anyone know if there is a Re-org / Update program for Routes ?
I have added new routes, against Shipping conditions from NO and SE to many Western European Countries ,  and would like to update Sales orders/ deliveries with these new routes
Many thanks for your advice
Tony

Hello Tony
For the orders, if you have configured 'Define New Route Determination By Delivery Type', then route redetermination takes place  during delivery creation and finds the new route.  So I would say don't bother about fixing the orders.
Just ensure you have configured these 2 items in IMG:
LE/Shipping/Basic Shipping Functions/Routes/Define New Route Determination By Delivery Type,
        and
LE/Shipping/Basic Shipping Functions/Routes/Define Allowed Actual Route By Proposed Route.
That leaves open deliveries which are not PGIed to be taken care of.

Similar Messages

  • User exit for route determination in VA01

    Dear friends,
    I need a userexit for route determination whenever required delivery date is changed at the time of sales order creation VA01.
    Please reply ASAP.
    Thanks,
    --Sonal

    Hi,
    MV45AFZZ should solve the issue.
    Check the subroutines userexit_move_field_to_vbap and  userexit_save_document_prepare.
    Place a break point in all the subroutines and run VA01 and change the date. You can find the exact place where you can code.
    Thanks,
    Vinod.

  • User exit for route determination in Stock trasnport order

    Hi All,
    Can somebody help me with a user exit that I can use for route determination in the Stock transport order.
    Kind Regards
    Chakradhar

    Exit to be used is   EXIT_SAPLEBND_002. Enhancement M06E0004.
    DATA it_ekpo TYPE LINE OF mmpur_bekpo .
    To have controls in system for Standard Cost Estimation under two conditions if SCE is not run then,
    1)      System will not allow creating Process Order (COR1).
    2)      System will not allow Post Goods Issue (VL02N).
    Till date we do not have any control of SCE while creating Stock Transport Order.
    Now we have another control for SCE, that is
    3)      Henceforth system will not allow creating STO (ME21N).
    IF sy-tcode = 'ME21N' OR sy-tcode = 'ME22N'.
      IF i_cekko-bsart = 'UB'.
        LOOP AT it_bekpo INTO it_ekpo.
          SELECT SINGLE mtart FROM mara INTO mara-mtart WHERE matnr = it_ekpo-matnr .
          IF mara-mtart = 'IFIG' OR mara-mtart = 'ISFG'.
            SELECT SINGLE * FROM mbew WHERE matnr EQ it_ekpo-matnr
                                                AND bwkey EQ it_ekpo-werks.
            IF mbew-vprsv = 'S'.
              SELECT SINGLE * FROM mbew WHERE matnr EQ it_ekpo-matnr
                                              AND bwkey EQ it_ekpo-werks.
              IF mbew-stprs > '0.00'.
                CONTINUE.
              ELSE.
                MESSAGE e004(zpp) WITH it_ekpo-matnr it_ekpo-werks.
              ENDIF.
            ENDIF.
          ENDIF.
        ENDLOOP.
      ENDIF.
    Regards,
    Mallick

  • User exits for route determination in Sales order & Deliver creation

    Hi Gurus,
    I need to do some change in the route determination for both sales order & Delivery creation.
    Can anyone suggest me which user exit I have to use.
    Appropriate answers will be awarded.

    Hi,
    You can use the following exit for route determination - EXIT_SAPL0VRF_001.
    The FM documentation is below. Check the functionality:
    "The customer exit can be used for customer-specific route determination or to modify the inbound data for the company's own route determination.
    The following data is transferred to support customer-specific route determination:
    I_VBAK current order header (for route determination in sales order)
    I_VBKD order business data (for route determination in sales order)
    I_VBAP current order item (for route determination in sales order)
    I_VBPA current sales partner
    I_LIKP current delivery header (for route determination in delivery)
    The following data can be modified and transferred back to the standard route determination or used for a specific route determination:
    C_ALAND Country of departure
    C_AZONE Departure zone
    C_LLAND Destination country
    C_LZONE Receiving zone
    C_VSBED Shipping condition
    C_TRAGR Transportation group
    C_GRULG Weight group
    C_FLAG_GEN_VT Flag: Route determination with generic shipping
    requirements/transportation group.
    C_FLAG_INCR_GRULG Flag: Increase weight group if no route
    If you want to use a standard route determination with different parameters, trigger the exception 'CONTINUE_WITH_STANDARD'.
    In the log table C_PROT, the log data from the customer-specific route determination can be transferred back. In this case, the log entries always refer to customer-specific messages. To add a message to the log table, the function module SD_ROUTE_DET_LOG can be used (see below).
    If a route is determined in the customer-specific route-determination, it can be transferred back in the E_ROUTE field. If no route was found, the exception 'NO_ROUTE_FOUND' is to be triggered."
    Thanks.

  • Table for route determination

    HI,
           as VBAK table is for sales order, what's the table for route determination.

    Hi srinivas,
                    yes that did help me. Thank you. I just would like to know further like we generally find the table name by clicking F1 on a particular field and select the hammer icon and see what s the field name and table name. But in this case of route determination the tabl name is V_TROLZ00. So how can i correlate it to TROAZ.  Also when i give V_TROLZ00 in SE11 it opens the same table.
                And is there any way by which I can find out whats the tables for example  : free goods determination, may be pricing determination  like that.

  • Standard batch input program for Routing

    Hi,
    Please inform me if there is any standard batch input program for uploading routing data.
    Regards
    Ramakanth

    Hi
    Pls check RCPTRA00

  • Mass maintenance for router determination config

    In transaction OVLM (Maintain Route Determination), is there a simple way to mass load a single new Shipping condition with generic and multiple transportation groups to all combinations of country of departure/transportation zone and country of destination/transportation zone?
    Thanks in advance for your help.

    We had similar issue and we are uploaded successful with BDC .

  • What are the questions they will  ask for route determination?

    hi gurus,
    may i know configuration settings for the route determination and the questions
    on this topic will they ask in the interview.
    thanks a lot to all gurus.
    arun

    Hi
    The route determines the means of transport and the legs involved. It influences transportation scheduling. For example, the system can determine from the route that goods are to be sent by rail to Boston. Therefore, during transportation scheduling, it takes into account how far in advance loading space in the freight car must be reserved.
    For furthur notes:
    http://help.sap.com/saphelp_crm40/helpdata/en/dd/5607da545a11d1a7020000e829fd11/content.htm
    http://help.sap.com/saphelp_46c/helpdata/en/dd/5607da545a11d1a7020000e829fd11/content.htm
    for Q & A see below link
    http://www.techinterviews.com/?p=319
    nagesh

  • Bank Statement Interface update program for R12

    Hi
    Working on a custom pgm which runs like below
    1.seeded bank statement loader pgm
    2. custom pgm updates the CE_STATEMENT_HEADERS_INT and
    CE_STATEMENT_LINES_INTERFACE tables
    3.seeded Bank Statement Import Program
    Anyone wrote a custom pgm(like in step 2) please let me know how to join
    ap checks all and CE_BANK_ACCOUNTS tables.
    In 11i there is ap bank accounts table and it has attribute2 column..Does 'atribute2' serve the same in R12 CE BANK ACCOUNTS TABLE also?
    Also would like to know how to join between
    --ar_batches_all and ce_bank_accuonts_all tables
    --ap_inv_selection_criteria_all isc and ap_checks_all c and CE_BANK_ACCOUNTS
    please advise
    kp
    Edited by: user12220718 on Feb 25, 2011 9:26 AM

    Hi Tan,
    Based on the external transaction type, you will link to the posting rules. Yes there are so many subfields, available if you see 61 fields, it tells you about the payment you have received/made, it gives the line item details of a particular transaction.
    My sincere request is dont look at the bank statement and do the configuration. Do the configuration first and then SAP provides one program RFEBKATX. Using this program you can create a bank statement file and customer line items. Once after bank statement file is created you can import it using FF_5 and if your configuration is not properly made, it will let you know where you are missing. But this program will generate bank statement file in multi cash. How ever if your configuration is correct and if you are able to import bank statement, then there will not be any difficulty in importing MT 940.
    Hope you understood.
    Regards
    Srikanth

  • Update Program for a Table

    Hi Experts,
    I have one table which is getting updated via a program, How can i know the Program name that updates this table.
    Thanks.

    Hi Karthick raz
    Can also try through the transaction SE11 placing the name of the table and then press the button "Where-Used List"  (ctrlshiftF3).
    Hope this information is help to you.
    Regards,
    José

  • RMCA0768 - LIS update program for info-structure S076 will not regenerate

    Does anyone know how to trigger this program to regenerate?
    I was able to regenerate S501 - S999 using RMCSISIGN via SAP note 99507.
    However this one remains a problem.
    Thank you,
    Michelle

    By the way this is a unicode problem.   The unicode flag is not checked on the program.  The program is $TMP program that is generated by SAP for info-structures.

  • Volume based route determination

    Sir,
    can we have volume based ( dimension ) route determination.rather than weight.
    Plz can anybody tell me the difference between Weight & Volume in Material.M.R
    with an example.
    Regards.

    Hi,
    In standard system it is not possible.But if it is client's requirement , you need to take abapers help to write a program for route determination on the basis of volume.
    Volume
    Space that the material occupies per unit of volume. The volume refers
    to the unit specified in the "Volume unit" field.The volume and its unit always refer to the base unit of measure.
    Gross/Net Weight
    Gross/Net  weight expressed in the unit of weight specified by you in the
    Unit of weight field.
    The system can use the gross weight at a later stage, depending on what
    kind of capacity check you run, to check storage bin capacity for
    warehouse management purposes.
    Thanks,
    Vrajesh

  • Update 0VTF Route Determination with a new Shipping Condition

    Hello,
    I have created a new Shipping Condition to have a different route determination.
    I have completed the configuration as Standard SAP procedures for Routes determination.
    However, in order to apply this solution in production, it's going to be necessary to update the new "Shipping Condition" for more than 8,000 routes in Production environment.
    Transaction:  0VTF
    Table:            TROLZ
    According to the Abap team, the changes by CATT is not possible because the Transaction requires specific selection and "double click" functionality.
    Using BDC and LSMW is not possible, since they had problem already in the past with both options.
    I still have sent a message to SAP without any successfull answer.
    Can you let me know if there is a Standard SAP solution for it or a BAPI to massively update the routes determination?
    Thank you

    Hi
    You can use CATT to maintain the route determination. Use tcode SM30/SM31 to update view V_TROLZ01 for recording. You don't have to double click anywhere. Let me know if this works.
    Thanks
    Swagat

  • Automatic route determination for sales order

    Defined
    Transportation Zone  sold to party -0000000002
    Shipping conditions -01
    Transportation group in Material master -0001
    Transportation zone ship to party - 0000000003
    Assignment made -
    Dep country zone -0000000002
    Dest country zone -0000000003
    Sc -01
    Transportaion group -0001
    route -zroad
    departure zone and destination zone is assigned to respective customer masters. and above assignment is made in IMG for route determination for order. But when i create the sales order route is not getting determined..i wnet to most of the threads in this form..but could not find a thread for route determination for sales order

    Aju Joseph
    -Do the shipping point detremination  in OVL2.
    -In Route Determination- Maintain Country & Transportation Zone For Shipping Point
    -Here you will find the Shipping point  whatever you have created in Enterprise Structure  which is in grey i.e you cannot change.
    -Just assign the departure zone which you have created in Transportation zone-000000002 to required shipping point & save it.
    --Raise the sales order & check the output
    Let me know if your problem is solved
    Regards
    Pradeep

  • Route determination in Outbound delivery

    Hi Friends,
    After STO is done i made an Outbound delivery for that STO. Is it possible to determine the route for the outbound delivery?
    What is the significance of Route and Route Schedule in Transport Tab of Outbound delivery? 
    Please some one explain the route determination in Logistics execution master data and also what are all things i  should define for  route determination for outbound delivery?
    Thanks in advance...I'm ready to provide more info on this.
    Regards,
    Arasu

    hi
    You can define routes in Logistics execution > Transportation. There are two ways to determine route in STO. One is manually enter route in STO and 2ndly is automatic determination. Automatic is recommended when there are big shipments. Automatic route determination is based on Shipping point, shipping conditions, ship to party. I recommend you to use manual entery route in STO. You can also calculate freight and shipping costs by using transportation in logistics execution.
    Check the following links. You will find helpful material in these links. I am also configuring transportation in SD module. Transportation is done for both STO and Sales order.
    Re: Work Flow & Procedure For Transportation Module Of SD
    http://help.sap.com/bp_wholesalev1600/Wholesale_US/HTML/Scenarios/G82_Scen_EN_US.htm
    update forum accordingly

Maybe you are looking for

  • How to delete the number saved in CALL FORWARDING list?

    how to delete the number saved in CALL FORWARDING list? seems like the number cannot be deleted in CALL FORWARDING list, i tried several times... he thing is, here are three numbers in the call forwarding list, one of them were set up by mistake, and

  • I updated to FireFox four and now my machine locks up whenever I use it. I'm going with Iexporer from now on, why should't I; at least it works.

    Basically, You guys just don't want the job. This is the third time your firefox 4 installer crashed my system. I'm sure that you've heard all this before, yet you do nothing about it but nag me to upgrade. Hate to join "the dark side" but your lack

  • Image in Header

    Hi All, I'm getting my company logo based on the org id ,and i want to display the same in the header and footer of the out put , how i can acheive this in XML publisher, please help me on this. Thanks & Regs -RG

  • Create new condition for SO

    Dear Experts, Kindly assist me how to create conditiaon type for just 4 sales order type out off 10 sales order type. Exp: We have ZZ01 till ZZ10 - SO type ZZ01-ZZ04 - wanted to add aditional condition, that is admin fee during SO creation. Means I n

  • Problems with Zen:M 3

    Hi, I have the model stated in the topic and im having problems. I have lost the original CD that came with it. I installed MediaSource5 and it cannot see the device. Windows Device Manager can see it under portable devices and it says the device is