BAPI Routing add/update

I am looking for a BAPI to add and update the Routing.
Thanks for the help.
With Regards
Sanjeet Rai

Hello,
I see that you suggest using BAPI BAPI_ROUTING_CREATE to create a Routing.  What about Changing a Routing?  I do not see a standard BAPI to do this.
We are currently writing a custom program to update the Routing via batch input/call transaction, but it has proved to be problematic.
Is there any other method (preferably an SAP Standard one) to update Routings?
Thanks,
Julianna

Similar Messages

  • BAPI or function module to add/update MRP Area (MDMA table precisely)

    Hi All,
    can any one suggest me the BAPI to add/update MRP Area. I need to update the fields in MDMA table.
    Thanks in Advance,
    KG

    Dear Brahmankar,
    My actual requirement is that I will get an excel sheet with data to be added to MARC and MDMA table. I guess the report you suggest is good for manually updating/creating/deleting MRP area. It will as good as using BDC in MM02 transaction programatically. Doing BDC will be the last option. If I am able to use any function module then it will good I guess. Please correct me, if I am wrong and suggest me how to proceed.
    Thanks and Regards,
    KG

  • BAPI to add Purchase Order Confirmation?

    Hi,
    I have to add PO Confirmations and I found the BAPI 'BAPI_PO_CHANGE' that have an "tables" parameter for my requeriment. But I created a test program and I checked that it doesn't work for that purpouse (and I'm not the 1st one who find that problem: [Re: BAPI_PO_CHANGE is not updating Confirmation Category and Date cate Category; ). I checked the code and the BAPI really don't do anything with POCONFIRMATION data except read it....
    Have you an alternative for this??

    Hello to all,
    that is just for documentation. SAP answerd the problem in OSS-304243 but this message is not accessable if you don't have powerful OSS-Users.
    This SAP-note might be interesting: 197958
    OSS-Message 652796 8.8.2011
    BAPI_PO_CHANGE
    We can not process confirmations by using the parameter poconfirmation.
    The Baps reports always S 06 022 - no data changed.
    In the SDN there are some hints telling that the BAPI_PO_CHANGE does notsupport processing of confirmations. More detailled infos should be in
    the OSS-Message 0000304243 but this message is not accessable for us.
    Can you confirm that the BAPI_PO_CHANGE does not support adding
    confirmations? We debugged the BAPI and there is no code for updating
    confirmations found.
    Best regards
    Bernhard Lascy
    09.08.2011 - 10:43:07 CET - Antwort von SAP
    Dear Bernhard,
    I regret to inform you that the functionality you request is not
    implemented in the R/3 standard system.
    Unfortunately it is not possible to change/load confirmations with the
    function module BAPI_PO_CREATE/BAPI_PO_CHANGE. Table POCONFIRMATION in
    BAPI interface is relevant for Display/List Vendor Confirmation in BAPI,not for update/insert Vendor confirmation in PO.
    Furthermore, we recommends that you use Idocs for automatically
    entering confirmations. The Message type to use is ORDRSP.
    You may read more about this topic in the online documentation.
    Please see also following attached note for your reference.
    456127 FAQ: Electronic Data Interchange (EDI) in purchasing
    Best regards,
    Pavel Olysar
    Support Consultant
    Global Support - Logistics

  • How to use BAPI to add a new version for a claim number in WTY transaction.

    How to use BAPI to add a new version for a claim number in WTY transaction.
    I am using  function module " BAPI_WARRANTYCLAIM_ADD_VERSION ".
    It needs to copy all contents of previous version to a new version.
    While doing so i am unable to copy fields like valic valoc etc. Any ways by which  i can copy this values.
    WTY will update PNWTYH , PNWTYV and PVWTY tables.
    Thanking you,
    Lokesh.

    Hi Vishnu,
    You can do that through EEWB. Please go through SAP Note 484597. You would get the details of using Easy Enhancement Work bench.
    Rewards point if you think this info is useful
    Regards,
    Dipender Singh

  • BAPI sales order update

    Hi folks,
    Can anybody tell me the BAPI name to update the plant, route and storage location in the sales order.
    if possible please tell me BAPI name in general which updates the sales order values...
    thanks in advance

    Hi,
    Use the bapi'S 'BAPI_SALESORDER_CHANGE'
    and 'BAPI_TRANSACTION_COMMIT' to update the sales orders.
    Regards,
    Sudheer Kumar

  • How to save routing entries permanently after route add

    Hi guys,
    I have added routing entries through route add command. I know i can add routing entries permanently thru -p option in route add command but didin't use that option. How to save those routing entries now?
    Thanks...

    The filename you are looking for is /etc/inet/static_routes which is available only on Solaris 10 update 3 or later:
    root_sol10u3# route -p add -net 192.168.138.0/24 192.168.136.1
    root_sol10u3# cat /etc/inet/static_routes
    # File generated by route(1M) - do not edit.
    -net 192.168.128.0/22 192.168.136.1
    -net 192.168.138.0/24 192.168.136.1
    -net 172.31.68.0/24 192.168.149.253
    -net 172.31.69.0/24 192.168.149.253
    root_sol10u3#For Solaris 10 update 2 or earlier, persistent static routes are not implemented. Additionally, the old RC script method suggested above also will not work for Solaris 10 given the host isn't always guaranteed to reach the "multiuser" milestone and subsequently run the legacy /etc/rc*/S* scripts (say if a filesystem fails to mount). For those releases, you should create a new manifest file as follows:
    root_sol10u2# cat /var/svc/manifest/network/RKstatic-routes.xml
    <?xml version="1.0"?>
    <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
    <!--
            Static Route SMF Manefest
            To be replaced by official Sun mechanism in next solaris release
    -->
    <service_bundle type='manifest' name='RKstatic-routes'>
    <service
      name='network/RKstatic-routes'
      type='service'
      version='1'>
        <create_default_instance enabled='true' />
        <single_instance/>
        <dependency name='network'
            grouping='require_any'
            restart_on='error'
            type='service'>
                <service_fmri value='svc:/network/service' />
        </dependency>
      <exec_method
        type='method'
        name='start'
        exec='/lib/svc/method/RKstatic-routes start'
        timeout_seconds='60' />
      <exec_method
        type='method'
        name='stop'
        exec='/lib/svc/method/RKstatic-routes stop'
        timeout_seconds='60' />
      <property_group name='startd' type='framework'>
        <propval name='duration' type='astring' value='transient' />
      </property_group>
      <stability value='Unstable' />
    </service>
    </service_bundle>
    root_sol10u2#Then create the method script:
    root_sol10u2# cat /lib/svc/method/RKstatic-routes
    #!/bin/sh
    # RKstatic-routes
    # To be called by the network/RKstatic-route SMF service
    ACTION=${ACTION:-add}
    setup_routes () {
    #Route to networks.
    /usr/sbin/route $ACTION net 172.1.0.0 -netmask 255.255.0.0 10.1.0.0
    /usr/sbin/route $ACTION net 172.2.0.0 -netmask 255.255.0.0 10.2.0.0
    case "$1" in
        start)
            echo "${ACTION}ing static routes"
            setup_routes
        stop)
            ACTION=delete
            echo "${ACTION}ing static routes"
            setup_routes
            echo "Usage: $0 {start|stop}"
            exit 1
    esac
    root_sol10u2#Then, import and enable/start the service:
    root_sol10u2# svccfg -v import /var/svc/manifest/network/RKstatic-routes.xml
    root_sol10u2# svcadm enable network/RKstatic-routes
    root_sol10u2# To stop:
    root_sol10u2# svcadm disable network/RKstatic-routes
    root_sol10u2# For posterity, here is a pre-Solaris 10 version:
    root_sol9# cat /etc/init.d/staticRoutes.sh
    #!/bin/sh
    case "$1" in
            start)
                    test -f /etc/routes.conf || exit 0
                    while read type route gateway
                    do
                            /usr/sbin/route add $type $route $gateway
                    done < /etc/routes.conf
            stop)
                    test -f /etc/routes.conf || exit 0
                    while read type route gateway
                    do
                            /usr/sbin/route delete $type $route $gateway
                    done < /etc/routes.conf
                    echo "Usage: /etc/init.d/routes { start | stop }"
    esac
    root_sol9# cat /etc/routes.conf
    172.1.2.0/24 172.1.2.4
    172.1.3.0/24 172.1.3.4
    root_sol9# ln -s /etc/rc2.d/S70staticRoutes /etc/init.d/staticRoutes.sh
    root_sol9#Best Regards,
    Bryan Wood

  • I recently updated my iPhone 4s to ios6, and lost 1200 odd contacts. I have a backup from about 4-5 months ago avaiable.  Can I add/update contacts from the back up rather than restore which i assume will literally delete any new contacts added...?

    I recently updated my iPhone 4s to ios6, and lost 1200 odd contacts. I recently sold my macbook air and also my mac book pro, so have no recent backups avaiable.  I have a backup from about 4-5 months ago available on an external hdd as a time machine backup.  Can I add/update contacts from the back up rather than restore?  The reason i wish to do this is because in the update i didnt lose any messages, so all of the people i have met and networked with since that last update those many months ago, i have in my messages listings.  They are all unidentified numbers at present but over time i will be able to work through the messages and based on the conversation recall who each was with.  Also, yesterday, some two weeks after the update had left my contacts list entirely empty... a vast majority just reappeard, though all of them are without any phone numbers, all just emails or facebook contacts.  This is the work of facebook not mac/ios6 isnt it...?  Any help here would be greatly apprecaited.  I am about 2 days from flying to canada and having those contacts would make life a lot easier.

    You should be syncing your contacts with an app on your computer or cloud service (iCloud, Gmail, Yahoo, etc), and not relying on a backup.  If you haven't been doing this, start now and then restore your old backup.  You will then be able to sync the new contacts back into the phone.  However, you will lose all messages, etc newer thant the backup.

  • HOW CAN I ADD/UPDATE/INSERT IN A USER TABLE WITH MATRIX

    Hi All,
    I have one User table (Defined as No Object) and what i need to do is a form with a matrix to Add/Update/Delete data in my user table.
    I already create the form and the matrix that already give me the user table data. But now i have several problems to solve.
    First I try to add a new row but this new row get the data of the last row in the matrix. What i needed is a blank row to add new data in the user table.
    Second, when i change data in matrix and do update in the form, sap show me the message that the operation is successfully done but the data in the user table in not updated.
    I am trying to do one forma like whe can find in Setup-> General -> Freight.
    Can anyone help me?
    Best Regards,
    Luis Duarte

    Hi,
    If ur dealing with a simple form like that U can as well use the direct table form, and just provide a FMS to auto matically fill the code and name. U can directly use the form by.. Tools-->UserDefined Windows
    Or
    Comming to ur problem.... when ur adding a new row clear the data sources so that u'll get a blank row.
    And for update the best thing to do is delete all the records in the table and again insert all the records directly from the matrix.
    Hope it helps,
    Vasu Natari.

  • Need BAPI Name for updation of Subcontracting scheduling line agreement

    Hi All,
            Can anybody please tell me BAPI Name for updation of Subcontracting scheduling line agreement from EKET table?
    Note: BAPI_PO_CHANGE is not useful for me.
    Thanks and Regards,
    Atul.

    Hi Muralidhara,
    Can you please give some more details for this BAPI..
    I tried using it , but getting an error "No instance of object type PurchSchedAgreement has been created. External reference:"
    and "Enter G/L Account" (Infact I did specify G/L account in account assignment table)
    with regards,
    Kirti

  • Route add problem in solaris 10 zone

    hi all
    when i add route in one of my solaris 10 zone.. i get the following error. any workaround?
    # route add xxx.xxx.255/24 10.xxx.xxx.1
    add net xxx.xxx.255/24: gateway 10.xxx.xxx.1: insufficient privileges
    thanks
    peter

    it means i can only add route in globle zone? but
    global zone and sub-zones are using diff IP and
    interface cards. so how?But they're children of the same kernel. There can only be one routing table (at the moment, anyway). So make your route adds from global and watch them appear in the netstat output of your non-global zones.
    I agree that this is a confusing and poorly documented aspect of zones, however. I will admit to you that I barely understand it myself. However, there is a good answer to a question I had about this in comp.unix.solaris. Search that newsgroup for "Viewing non-global routes from global zone". A similar question fell on deaf ears here.
    Also, I would recommend searching this forum for "zone routes" or "zone routing" as this is a frequently hit topic.
    --gc1973                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Does MAC OS have a "route add" command similar to a DOS command?

    Does MAC OS have a "route add" command similar to a DOS command?
    I know that with DOS, you can type "route add 192.168.x.x MASK 255.255.x.x 192.168.x.x" to add a route on your PC,but does MAS OS X(10.4.9) have something similar to it? I have a network printer that my winXP can access but my MAC cannot. I was unable to ping it from both wINXP and MAC. But after I added the route to my winXP I was able to ping and print to it. I do not know if I can do the same to my MAC. Does anyone know what the command is?
    Thank you in advance.

    Yes, and Welcome! ...
    http://www.osxfaq.com/man/8/route.ws
    And to make it permanent...
    http://www.osxfaq.com/tips/kluskens/index.ws

  • 'Null' being added to ArrayCollection during add/update by Dataservice

    Environment:
    Tomcat 6.0
    Livecycle 3.1
    Flex SDK 3.5
    We have a data service destination setup like this:
         <destination id="Trades" adapter="java">
            <properties>
                <factory>spring</factory>
                <source>lcdsTradeBlotterAssembler</source>
                <scope>application</scope>
                <item-class>com.domain.Trade</item-class>
                <use-transactions>false</use-transactions>
                <auto-sync-enabled>true</auto-sync-enabled>
                <cache-items>true</cache-items>
                <metadata>
                    <identity property="uid" type="java.lang.String" />
                </metadata>
                <network>
                    <throttle-inbound policy="IGNORE" max-frequency="500" />
                </network>
            </properties>
        </destination>
    We implement a custom assembler by extending the AbstractAssembler.
         The fill and refreshFill methods are implemented.
    Updates are pushed to the client using a DataServiceTransaction:
         DataServiceTransaction transaction = DataServiceTransaction.getCurrentDataServiceTransaction();
         transaction.createItem(DESTINATION, trade);
         transaction.commit();
    After we create items and push them from the server, the refresh method on the Assmbler gets called. We return 'APPEND_TO_FILL'.
    The item shows up in the client side managed ArrayCollection. This ArrayCollection is bound to a datagrid.
    Problem description:
    The above works fine when we run the server and the client locally on the same machine. When the application is hosted on a another part of the network - we see that for some of the updates - a null gets added to the ArrayCollection, instead of the object pushed from the server. We found this by attaching a CollectionChange event listener to the managed ArrayCollection. This causes blank rows to show up in the Blotter. In some cases we have also seen duplicate rows.
    We see that the object is delivered to the client but not applied to the ArrayCollection properly. I attached a screen shot of the client side stack where we loose the update.
    Calling the refresh() method on the ArrayCollection after the update, fixes the situation. The nulls disappear and the ArrayCollection now has the right data !
    Things tried so far:
    Throttling the DataService update rate - down to 1 update/sec
    Enabling reliable delivery on the Dataservice destination
    Handling conflicts - none detected. Client never updated data.
    Setting DataService.resetCollectionOnFill property to true
    Any pointers would be very helpful

    Thanks.
    We traced this down to the fact that we have multiple threads reading off a JMS queue and pushing the add/update to the client via LCDS.
    Each thread has its own instance of DataServiceTransaction - so this should be ok.
    Following up with support.

  • Bapi/FM tp update DO storage location

    hi all,
    any bapi/FM to update SD DO storage location... thanks for the help

    Hello,
    Solved the error. Just miss some parameters:
         lwa_item_data-deliv_numb = lwa_lips-vbeln.
         lwa_item_data-deliv_item = lwa_lips-posnr.
         lwa_item_data-fact_unit_nom = lwa_lips-umvkz.
         lwa_item_data-fact_unit_denom = lwa_lips-umvkn.
         APPEND lwa_item_data TO lit_item_data.
         lwa_item_control-deliv_numb = lwa_lips-vbeln.
         lwa_item_control-deliv_item = lwa_lips-posnr.
         APPEND lwa_item_control TO lit_item_control.
         lwa_item_data_spl-deliv_numb = lwa_data-vbeln.
         lwa_item_data_spl-deliv_item = lwa_data-posnr.
         lwa_item_data_spl-stge_loc = 'H114'.
         APPEND lwa_item_data_spl TO lit_item_data_spl.
    CALL FUNCTION 'BAPI_OUTB_DELIVERY_CHANGE'
         EXPORTING
           header_data    = lwa_header_data
           header_control = lwa_header_control
           delivery       = p_vbeln
         TABLES
           item_data      = lit_item_data
           item_control   = lit_item_control
           return         = lit_return
           item_data_spl  = lit_item_data_spl.
    it's important to fill fact_unit_nom and fact_unit_denom.
    Best regards,
    Pedro Nunes

  • BAPI/FM to update Characteristics value

    Hi,
    Is there any BAPI/FM to update Characteristics value entered in class overview in transaction IQ02.
    Regards,
    Mukesh Kumar

    Hi,
    Use below BAPI..
    CALL FUNCTION 'BAPI_CHARACT_CREATE'
           EXPORTING
             CHARACTDETAIL       = HEAD_CHAR
    *       CHANGENUMBER        =
    *       KEYDATE             = SY-DATUM
           TABLES
             CHARACTDESCR        = DESC
    *        CHARACTVALUESNUM    = VALUN
    *        CHARACTVALUESCHAR   = VALUC
    **       CHARACTVALUESCURR   =
    *        CHARACTVALUESDESCR  = CHDES
    *       CHARACTREFERENCES   =
    *       CHARACTRESTRICTIONS =
             RETURN              = RETN.
    Arivazhagan S

  • Add update rule for new key figure in one info struc

    Hi, everyone
    I would like to know how to add update rule for new key figure in one info struc.
    Thanks ahead.
    Eric

    1)I have created the update rule for one info structure
    2)add one key figure in the info structure due to business requirement
    3)then I use MC25 to add update rule for the new key figure, but I find that there no relevant menu to do such operation.
    Can anybody tell me how to do with it?
    Any answer will be appriciated.

Maybe you are looking for

  • Drill-Down from several Charts to Same Target

    Hi, we have built a dashboard with 3 (soon to be 6) column charts and one line chart below. The colum charts represent 6 KPIs aggregated for a year for different warehouses. Each warehouse is a specific series (because we want them to have a individu

  • Korean language problem - stops mail sending

    Hey there. I have an unusual problem re mail from a Korean client. Some of the characters are cached when I reply to mail from them and it then won't send with any smtp server - i've tried many. Is there a way of turning off the Korean language suppo

  • Can I safely unplug my Lacie from my dead laptop?

    Hello, My powerbook finally died (blinking question mark / folder icon on startup) after months of pinging and a day of whirring. (Tech store said it needs a new hard drive, logic board, and OS.) I have everything backed up on a Lacie firewire extern

  • Boot Camp failure installing windows??

    Hi all, I have been trying to install windows for few days now with no success. I have a Macbook Pro (Uni) 17" with OS X 10.6.8 and boot camp 3.0.4. Started few days ago by partitioning the hard disc, assigning 35 gigs for the windows (to be) partiti

  • Save SELECT_LIST_FROM_QUERY changed value

    Hello. We have a tabular form with APEX_ITEM.SELECT_LIST_FROM_QUERY LOV as item in query. List shows in forms as expected. Column attribute is set to Display as Text (based on LOV, does not save state). Now users want to save LOV value when they chan