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.

Similar Messages

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

  • 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

  • How do we populate the SIGN_POST table for routing server

    Hi,
    How do we populate the SIGN_POST table for routing server…? We having the Street data network... we have populated the NODE, EDGE and PARTITION tables from street data. Is there any procedure available for populating the SIGN_POST table from street data? ARE there any predefined methods available?
    Thanks and Regards
    Aravindan

    This data has to come from the data provider.
    There are no procedures to populate this information, if this
    data is not available for your data set.
    For example, NAVSTREETS from NAVTEQ has this data as part
    of their street network data.
    siva

  • Own condition tables for tax determination purposes

    Hi,
    While using TAXINN pricing procedure. For simplified tax rate determination, we want to create our own condition tables for tax determination purposes, as is otherwise possible with the conditions technique.
    The existing conditions which are pre-delivered with access sequence/s are as:-
    TABLE     Description
    3     Tax Classification
    363     Plant/Vendor/Material
    358     Country/Plant/Ctrl code/Material
    357     Country/Plant/Ctrl code
    362     Country/NBM-NCM Code
    359     Plant/Matl group
    However we want to create a custom table (9xx:Vendor/Material) with which can meet our requirement of tax determination while purchasing materials.
    Could you please elaborate weather our requirement can be fulfilled by standard customization?
    Thanking you.
    PP

    hi sam,
    Thanks for reply. I watched many posts related to this issue and your reply is generic one.
    I understand that all kind of requirement can be meet with existing data.
    I am writing here because I want to reduce the number of records to be maintained. (say, Plant/Vendor/Material, if I have 10 Plants then no of records will be 10 different Plants x vendor x Mat. codes. Hence I am keen to have as Vendor/Mat. code. SAP delivered Plant/Matl group somehow not fulfilling our business need).
    I am interested to know weather it is possible to create a custom condition table to meet our requirement/s?
    What is your opinion on this..? Please share if you know any SAP Note as am unable to find any relevant one.
    Thanks,
    PP

  • Table for batch determination date

    hi,
    im printing the Dispensing slip...they want the output based on the batch determination date..
    can any one tel me in which table i willl get batch determination date?
    Regards
    Smitha

    Are you using a separate batch selection class versus the batch class?
    There are characteristics that must be in the selection class, but cannot be in the batch class.
    See OSS note 33396.
    1.  If you want to search for batches on the basis of a remaining shelf
             life in batch determination, the system has to calculate a requested
             shelf life expiration date dynamically from the information you
             give.
         2.  Add characteristic LOBM_VFDAT to the batch classes.
             For the revaluation of reference characteristics, refer to Note
             78235.
             Characteristics LOBM_RLZ and LOBM_LFDAT must not be included in the
             batch classes!
         3.  Add characteristics LOBM_VFDAT, LOBM_LFDAT, and LOBM_RLZ to the
             selection classes.
             Maintain a remaining shelf life in the strategy records for batch
             determination. Relational operators (> , < , <= , >=) are considered
             in the dynamic calculation of the shelf life expiration date in
             batch determination.
    From your note you have placed LOBM_RLZ  and LOBM_LFDAT in your batch class.  You cannot do that.
    FF

  • Create condition table for account determination

    I would like to create a condition table which contains customer number as the key. However, I can only find the follow fields in field catalog.
    Acct Key
    AcctAsgnmt
    AcctAssgGr
    Cond. Type
    Distr. Chl
    Division
    Ord. reason
    Plant
    Sales org.
    Tax Code
    Vendor
    Is it possible to extend the field catalog? I have tried to added fields in KOMG according to note 21040, but it seems not work.

    Hi
    some additional information:
    please check the documentation under customizing path:
    IMG -> Sales and Distribution -> System Modifications ->
    Create New Fields (Using Condition Technique) ->
    New Fields For Account Determination
    click on the icon
    Notice that the userexits USEREXIT_ACCOUNT_PREP_KOMKCV and
    USEREXIT_ACCOUNT_PREP_KOMPCV are useful only for revenue
    account determination.
    For reconciliation account determination you should use the userexit
    EXIT_SAPLV60B_011 (enhancement SDVFX011) to fill the custom field.
    The System modification documentation exaplins to add the new field
    in the structure include KOMKCZ of KOMPCZ.
    Notice that KOMKCZ is included in KOMKCV and KOMCV; KOMPCZ is included
    in KOMPCV and KOMCV.
    regards,
    Ramana

  • Tables for Router number and pcc required in ECC

    Hi,
    I want to know the Route number created by the system in ECC
    1. my input will be material/plant. i need group Number, Group counter . Please let me know which table this is getting stored?
    2. I have created product cost collector for this material/plant combination. which table this PCC is stored?
    Thanks
    Sakthi.K

    Dear Sakthi ,
    1) For Routing details use the below tables.
    Routings/operations
    MAPL                    Allocation of task lists to materials
    PLAS                    Task list - selection of operations/activities
    PLFH                    Task list - production resources/tools
    PLFL                    Task list - sequences
    PLKO                    Task list - header
    PLKZ                    Task list: main header
    PLPH                    Phases / suboperations
    PLPO                    Task list operation / activity
    PLPR                    Log collector for tasklists
    PLMZ                    Allocation of BOM - items to operations
    2) For Product costing use the below tables.
    KEKO               Product-costing header
    KEPH               Cost components for cost of goods manuf.
    KALO               Costing objects
    KANZ               Sales order items - costing objects
    Hope it will be helpful.
    Regards,
    Vijay.

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

  • Condition table for account determination

    Hi,
    I would like to know if there is any generic transaction to create condition tables.
    Specifically, I would like to create a condition table for revenue account determination.
    Any help would be appreciated.
    Thanks,
    Aroop

    Aroop,
    Yes you can create IMG --> SD --> BF --> Revenue Account determination --> Define dependencies of revenue account determination --> Account determination create Tables OR Tcode V/12.
    Try to create Table above 500 number.
    Regards
    Sathya

  • 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

  • Field catalog not appearing in the condition table for output determination

    Hello,
    I wanted to include WBSTK as a condition table entry in the output determination for  outbound deliveries, WBSTK is available as field catalog , but not available during condition table creation.
    Can you pls help me out?
    Regards
    Vaidee

    Check OSS Notes
    379619 - Preference process in SD order: Prefrnc ID missing
    595984 - Preference indicator in SD order
    379269 - Preference in SD doc: User exit: Set pref. indicator PREFE
    Regards

  • Tables for routing (for work center)

    hi friends,
    I am doing report on routing but i did not get value for work center i got tables CRHD CRCA CRCO CRHH CRHS CRTX KAKO KAZY .
    i try to get result by using link with PLPO and PLKO.
    in TCode CA03 when i see the technical attributes it stors the dat ain structure PLPOD but i am unable to use it.
    kindly can anybody tell me how to work center.
    thanks & regards
    Bhupinder Singh Kaler

    Hi Bhupi kaler,
    try to link CRHD and PLKO with WERKS ( Plant ) field ane get the ARBPL ( Work center ).
    Best regards,
    raam

Maybe you are looking for

  • Crystal Report Error Message

    I searched first for this error and did not see anything... One (very useful) Crystal Report I've created work well then one day I'll get: Failed to open rowset. Details: S0000(ProvideX)(ODBC Driver)(FileIO)No data dictionary found for specified data

  • What do i do when my ipod is stuck on the "connect to itunes" screen?

    I reset my ipod to its original settings and it told me to connect to iTunes and i did and it backed up on iTunes but now that its finished its still staying on the connect to itunes screen

  • Subframe slipping in Final Cut 3

    Hi! Trying to sync up some pro tools audio with the audio track from my camera. Having a devil of a time. need to move the track just a micro inch to the right, only the software won't allow this. Any ideas? Thanks! g

  • Oracle XA driver and isolation level

    We have an Entity EJB that has isolation level specified in its deployment descriptor and everything works fine if we use the non-XA Oracle 9i driver. However when we use the Oracle 9i Release 2 XA driver we get the following exception: java.sql.SQLE

  • Projects not showed up under Application Groups in Shared Services

    Hi, We had a problem and reconfigured everything in 11.1.1.3, after that everything went on smooth but when i open share services and click on Application Groups nothing shows up except File System. Please help me in resolving this issue. Thanks, SB