BAPI to upload Route Schedule

Hi,
My requirement is to upload Route Scheduel master data, which involves creation, deletion and Modifications of route schedule in the system.
I need to know whether there is any BAPI  which fulfills my requirement
Thanks,
Maheswari

Hello Maheswari,
I think the best method to upload Route Schedule Master would be LSMW but as far as the BAPI is concerned you can look out for the BAPI using the Package of the transaction (For Route schedule) in SE80.
Regards,
Sarthak

Similar Messages

  • Route schedule not updated in some line item of a sales order

    Hi Gurus,
    All order are processed through the EDI interface automatically. Order
    XXXXXXXXX for USA customer 40000XXXX is maintained in route reschedule
    setup T-code VL52 on specific departure day thursday.
    above are line item of same sales order, with same shipping point and route .
    Why only some salesorder lines missing the route schedule ?? 
    Please Help
    Regards
    Abhilash

    When you post a query here, you need to have patience until some members go through your post.  Please dont expect somebody should respond to you immediately as everybody has their own priorities.
    Coming to your query, it could be due to many reasons as per the following note:-
    Note 1750978 - Route Schedule does not populate on sales order
    Go through the Resolutions given in the above note and check with your system
    G. Lakshmipathi

  • Using BAPI to upload Equipment Master (IE01)

    Hi,
    Can any one help to do below object...that i need for resume.
    Pls provide me compelete details with code or else give me guidelines  in detail to carrayout.....
    i should be thankful to you....
    •Using BAPI to upload Equipment Master (IE01). Fields that are uploaded are Equipment category, valid to date, Equip. Description, object type, Acquisition value, Acquisition date, Maintenance Plan, plan section, catalog profile. Input file is accessed from application server. Error log file is created at application server.
    with regards
    bheem

    If this is a onetime load, you can use LSMW to do this.
    Object 0400.  Must easier than writing a report from scratch.
    Albert

  • ATP & Route Schedules in ECC 6.0

    Dear Friends,
    We are facing a problem in Production where we have enabled route scheduling based on shipping point working hrs and shifts. We have set up one shift from 7:00- 23:59 (we had setup 24:00 earlier ) and the system proposed PGI date of Saturday which is a big no no to business. The pick and load hrs are setup at 4:00 hrs each. Now there are couple of strange things happening in the order
    1) Scenario 1. Customer setup for route schedule every day 5 days a week. Expected delivery date is entered on order is 05/07/2008. The material is available earlier and the system confirms the order for 05/06/2008. The customer doesn't want delivery a day earlier.
    The calender is 5 work day on the shipping point. Routes schedules are setup at 10 am. What do we have to do in the system so that the order doesn't give PGI date on weekends. Also, how to do we make sure the confirmed date on order is same date requested by customer (provided on ground material exists)
    Thanks a lot
    Kashif

    Hi Kashif
    As per your scenario in schedule lines.
    1.  If the confirmation date is before customer requested delivery date, then delivery date should be customer requested delivery date.
    2. If the confirmation date is after customer requested delivery date, then delivery dates should be confirmation date.
    To meet the above it has to be handled through userexits / BADIs
    May be the following information (copied from spro) will give your some inputs.
    You can use the Business Add-In LE_SHP_DELIVERY_PROC, if you want to fill and update additional fields in the delivery items or in the delivery header.
    BAdI Interface IF_EX_LE_SHP_DELIVERY_PROC
    Hope this will help
    Sudhir

  • Bapi FM upload program

    Hi All,
    I am doing bapi fm upload program, when i run the program it shows the short dump error,
    i debug this program, the cursor is not move after tansaction_commit,
    it shows the FM: ps_commit. it s not run successfully,
    any one help for this error,
    (  CALL FUNCTION 'BAPI_PS_PRECOMMIT'                                                                " CALL FUNCTION MODULE
                  TABLES
                       ET_RETURN       = lt_ret2.
              CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'                                                          " CALL FUNCTION MODULE
                   EXPORTING
                      WAIT          = 'X'.)
    Thanks for advance help.
    Amudha

    Hi,
    You can delete a project definition using the BAPI "BAPI_BUS2001_DELETE". You must enter the name of the project definition that is to be deleted in "I_PROJECT_DEFINITION". Before the project definition is deleted, the following is checked:
    the project definition is deleted in the document tables. If the project has WBS elements, these are also deleted. If the project has other objects such as networks, activities and so on, the BAPI terminates and an error message is displayed. These must be deleted beforehand. The BAPI does not delete these automatically. The project definition is deleted as soon as a LUW (Logical Unit of Work) has been completed with the BAPI BAPI_PS_PRECOMMIT and COMMIT WORK. Only one project or one WBS element from a project can be processed at a time in one LUW. You cannot delete temporary objects. This means that if you create a project in an LUW, you cannot delete it immediately after creating it. You can delete it using this BAPI only after you physically create the project using the BAPIs "BAPI_PS_PRECOMMIT" and "COMMIT WORK".
    REgards,
    Nandha

  • Reg BAPI: "'BAPI_BASICPAY_CREATE" uploading to infotype P0008

    The following BAPI to upload the salary data to info type PA0008( BASIC PAY).
    This bapi is expects the table type amount with 4 decimals.
    Please let us know  any other bapi to upload the data to infotype 0008 or how to work with existing bapi. Sothat amount would be with 2 decimals raterthan 4 decimals.
    CALL FUNCTION 'BAPI_BASICPAY_CREATE'
          EXPORTING
            EMPLOYEENUMBER             = IT_PA0008-PERNR
            SUBTYPE                    = IT_PA0008-SUBTY
            VALIDITYBEGIN              = IT_PA0008-BEGDA
            VALIDITYEND                = IT_PA0008-ENDDA
            PAYSCALETYPE               = IT_PA0008-TRFAR
            PAYSCALEAREA               = IT_PA0008-TRFGB
            PAYSCALEGROUP              = IT_PA0008-TRFGR
            PAYSCALELEVEL              = IT_PA0008-TRFST
      NEXTINCREASE               =
      LOCALALLOWLEVEL            =
      PARTNERSHIP                =
      CURRENCY                   =
      COMPARISONPAYSCLTYPE       =
      COMPARISONPAYSCLAREA       =
      COMPARISONPAYSCLGRP        =
      COMPARISONPAYSCLLVL        =
      COMPNEXTINCREASE           =
            CAPACITYUTILLEVEL          = IT_PA0008-BSGRD
            HOURSWORKEDPERPERIOD       = IT_PA0008-DIVGV
      ANNUALSALARY               =
      CASEGROUPCATALOG           =
      CASEGROUP                  =
            CURRENCYANNUALSALARY       = IT_PA0008-ANCUR
      REASON                     =
      NOCOMMIT                   =
    IMPORTING
        RETURN                     = IT_BAPIRETURN1
       EMPLOYEENUMBER             = V_PERNR
      SUBTYPE                    =
      OBJECTID                   =
      LOCKINDICATOR              =
      VALIDITYBEGIN              =
      VALIDITYEND                =
      RECORDNUMBER               =
         TABLES
          <b> WAGETYPES                  = IT_WAGE</b>
    tHANKS
    Badari
    Help would be highly appreciable!

    PL note that HR_INFOTYPE_OPERATION is not RFC enabled.. you will have to wrap it around with a custom RFC in order to use it in palce of the above BAPI..
    ~Suresh

  • Route schedule

    Hi all,
    i am in my first step in the SAP.
    i want to activate route schedule for inbound delivery.
    when i go to the help, it display me tjis msg :
    Route schedules can be determined for deliveries, orders and stock transfer orders.
    so, do SAP dont generate a route schedule for inbound deliveries? and what should i do to create this route and to use the transaction VT01N.
    so want you suggest me to do?
    regards

    hi,
    in my case i have done :
    create a schedulling agreement for two material
    create inbound deliveries for this material
    all master data and IMG activities required
    i want to:
    planify the transport in order to collecte the schedulling lines (ME38) for the two items
    the shipment has to be done by the plant not by the supplier
    problems :
    i dont know how to create the route because it refers to one receiving point. i think is about legs determination
    create a route schedule ( i do what u suggest to me but i still not working)
    what are the steps 1 by 1 to planify the transport (generate automatically the deadlines....)
    like i tell you. this is my first steps in te SAP and i have to resolve this problem.
    regards

  • Batch upload Work schedule rule records

    Hi Team,
    Can any update which standard program in SAP to mass  upload work schedule rule table V-T508A apart from LSMW tool.
    Surya

    There is no stanndard tool to upload Work schedules , we created opur won LSMWs to upload the DWS, PWS & Work Schedule rules from Excel for around 12,000 WSR.
    Regards
    Nidhi

  • Bapi to upload data  for hrp1001

    Hi is there any standard Bapi to upload data in 1001.
    I know it can be done by lsmw or BDC ..but i wanted to aout any bapi

    Hi pratyush,
    Try using FM RH_INSERT_INFTY.
    Before RH_INSERT_INFTY, call function RH_PM_ENQUEUE, after RH_INSERT_INFTY, call function RH_PM_DEQUEUE.
    Regards,
    Dilek

  • BAdI for Route Scheduling ...

    All,
    We are trying to  change the Route Schedule  during delivery processing . Using transaction VL10I , we are creating deliveires and maybe using some extis we want to change the route schedule as per our requirement.
    I looked at  BAdI's for routing , but found only one ,  which was for determining Route BUT  did not find any for Route Scheduling .
    Is there any BAdI ,(  user exit ) for Route Sheduling . I tried a lot BUT did not find one . Also have tries searching SDN forums for this but did not find any message giving some hint about Route Scheduling BAdI .
    Would appreciate your reply .
    Thanks,
    Rabbi

    hi,
    excellent reply...
    thnx
    Yerukala Setty

  • Interface Using BAPI for Uploading shipment datas

    Can any1 send me the example code for Inbound Interface using BAPI for Uploading shipment datas.please kindly send me the programs which u using with BAPI

    Hi
    Except hiring (or new joinee) for all other actions you can use below Function Module.
    HR_INFOTYPE_OPERATION.
    ~~~Ganesh Kumar K.

  • Bapi to upload and download the leave details

    Hi all,
          Can  u please tell me a bapi to upload and download the leave details for the infotype 2001.
    Thanks.

    Hi
    Warning! The API methods "Delete," "Approve," "Create," and "Request," and "Change," as well as their corresponding RFCs:
    <b>bapi_absence_delete
    bapi_absence_create
    bapi_absence_approve
    bapi_absence_request
    bapi_absence_change</b>
    are <b>no longer valid</b>. Using these APIs can create inconsistencies in time data.
    Instead, use the corresponding API Methods "ManageDelete," "ManageCreation," and "ManageChange" for the Business Object BUS7007, as well as the following corresponding RFCs:
    <b>bapi_ptmgrattabs_mngdelete
    bapi_ptmgrattabs_mngcreation
    bapi_ptmgrattabs_mngchange</b>
    Regards
    Raj

  • Route schedule issue

    Hi
    I'm using route schedules and I have examples where the route schedules dictates that the GI data should be on tuesdays.
    If I have a requested delivery date fare in the future and the goods is avaliable I get the wrong delivery date.
    If I have req. del date for friday 25th of may then I would have asumed that the GI date would be on tuesday the 22th of may.
    Instead it the GI date is calculated to the next tuesday the 28th of may.
    In addition to this my delivery day is earlier than my material avliability date!!! it looks very strange.
    Im using work hours but I' don think that that is the problem.
    Hope you can help explaning why reoute schedule destroys my delivery schedule.
    KR
    Jesper Dueholm

    dear,
    as far as i know the route schedules are determined by -
    shipping point, ship-to-party and unloading point, shipping condition, transportation group and calendar (remember that special and public days are possible)
    did you define your route schedules correctly?
    some steps are mandatory - activate the route determination, activate the delivery and route schedule for your shipping point
    you can use route schedules if you maintained working times for any of these items -
    *transp.planning time
    *pick/pack time
    *loading time
    *transit time
    regards,

  • Route Schedule in Third Party Orders

    We have made the necessary setting for the determination of Route and Route Schedule, but unfortunately the route schedule is not getting picked in the Third party order, but it works wonderfully with outbound delivery orders...
       Is there any other setting to trigger the RS for 3rd party orders? or is it that SAP doesnt support RS for 3rd party orders as there is no actual delivery happening?
    Regards
    Raj

    Dear Babu,
    As, in Third-Party Orders, theres is no Material-Movement (shipping) from Plant; Route Schedule will not be applicable. Customer places an order on to you and you have placed an order to your vendor, who will directly deliver the goods to your customer.
    Best Regards,
    Amit.
    Note: A very informative thread, on to Route-Schedule:
    [Route Schedule|Route schedule]

  • BAPI to upload serial number master

    Hi Gurus,
    Is there any BAPI to upload serial number masters?
    Thanks in advance for your cooperation,
    Regards,
    Sudhir Dahake

    I found my question resloved.
    Actually, in previous version, the standard program has been modified by taking access key. When the upgradation happened, it got overwrited to the previous one. So, in recent version it is not appearing.
    Thanks.
    Nrusingha

Maybe you are looking for

  • New EDI Output Message for Existing Purchase Order

    Hi Everyone, We have existing POs in our system for vendors that we are turning on SRM Supplier Self Services for.  When we configure the new output type, and then we change the purchase order, we are looking for the first SUS output type to come out

  • MIR7 - Invoice and Posting date must be = PO Date

    Dear All, In MIR7 Invoice Date and Posting date is allowed prior to PO date. e.g. PO Date : 21.05.2010 We can make MIR7 in back date i.e. 20.05.2010 or any back date. How to restrict this. We don't want to allow invoice date and Posting date < PO Dat

  • HT1349 Cannot delete calendar entries

    Users guide says tap entry then edit then select delete.  Calendar does not show an edit button after selecting the event

  • [SOLVED] Question about Feh

    I installed feh to use as a file browser image launcher (https://wiki.archlinux.org/index.php/Fe - e_Launcher) and as a desktop wallpaper manager (https://wiki.archlinux.org/index.php/Fe - er_manager), but it seems that I each time must use "sudo" fo

  • Mail vs. Eudora...... any strong feelings?

    I have been a user of Eudora since the beginning but am thinking of utilizing Mail as my new email client on my new computer. Having played around with Mail I do not find it terribly intuitive nor friendly. Does anyone (who has first hand knowledge o