BAPI_SALESORDER_CREATEFROMDAT2 with each item having diff Ship to party

Hi Abapers,
Can anyone guide me in this scenario:
Creation of sales order using BAPI_SALESORDER_CREATEFROMDAT2 with each item having different ship to party.
Ex :
         Item Material Qty Delivery date Ship to party
         10   p-100     2     24.12.2011    1020
         20   p-100     4     26.12.2011    1050.
Can we use this bapi for the present scenario. If yes how to send the multiple ship to party. when i create sales order through VA01 its getting created but not with this bapi.
Thanks for supporting.

Pass Table ORDER_PARTNERS with
PARTN_ROLE
PARTN_NUMB
ITM_NUMBER   = '000010'  
PARTN_ROLE
PARTN_NUMB
ITM_NUMBER   = '000020' 
and so on

Similar Messages

  • Item partners for Ship-to-Party in Sales order for Free goods items.

    Dear All
    After Creation of Sales order, there are 4 line of items in which 2 line of items having same Ship-to-party (Chargeble and Free)and remaining two line items having different Ship-to-Party chargeble and free items.
    We have tried to change the Item partners of Ship-to-party in chargeble item of the 3rd line item it is changing  but in free item the item partners not updating.
    Pl.advice
    Venkatesh

    Dear Venkates,
    Kindly deactivate the check box Not Modifiable of the corresponding partner function by selecting Partner determination procedure - Partner Functions in procedure
    Do this change if you have maintained partner proc. for sales document type or item category in
    SPRO - Sales and Distr. - Basic Functions - Partner Determination
    Hope this would solve you problem. If not kindly elablorate your problem.
    Regard,
    Sagar

  • How to constuct a table with each row having a button to select

    Hi,
    Imagine i have 5 orders and i want to select one order to view or update in other page.
    How i construct a table with each row having a button to select it.
    I'm having a hard time to do this. How i select a backingBean method in Javascript?.
    Thanks

    I'm trying to put a <h:commandButton> inside <h:dataTable> like this:
                    <h:dataTable id="books" value="#{BuscarLibros.booksSearched}" var="book">
                        <h:column>
                            <f:facet name="header">
                                <h:outputText value="#{messages.title}"/>
                            </f:facet>
                        </h:column>
                        <h:column>
                            <f:facet name="header">
                                <h:outputText value="#{messages.isbn}"/>
                            </f:facet>
                            <h:outputText value="#{book.isdn}"/>
                        </h:column>
                        <h:column>
                            <h:outputFormat value="#{book.fechaPublicacion}">
                                <f:convertDateTime pattern="ddd/MM/yyyy"/>
                            </h:outputFormat>
                            <h:commandButton action="#{BuscarLibros.prepareUpdateBook}" value="Hello WORLD"/>
                        </h:column>
                    </h:dataTable>but it does not call the method.
    If it is outside it calls but inside not. Its strange because Duke's bookstore example from Sun Java EE is like that.
    Any clues?

  • What's a simple data base to use? I want to include photos with each item (jewelry)..

    Okay, here's what I want to do. The wife's got at bunch of the wife's jewelry plus a few rare coins that need to go into the safety deposit box soon but before that, I need at least one photo of each item along with its details. This is the first time I've done something like this so it'll be a learning experience. I plan to get an iPad sometime in the next month but right now I'm just experimenting;  using a point and click camera and a notepad.  (Question, would my iPod Touch make this easier in any way?)
    Can you recommend a simple and inexpensive app that would make that process relatively painless? Until, the iPad arrives, my handwritten notes will go onto a document on my MacBook Pro....?
    Anyway, there's got a be an easier way to do this.
    Looking forward to your thoughts.
    Brian
    PS: Apologies if this isn't the best community for this question. Apple's support options seem to have really changed since I was last here. Feel free to suggest other groups who could answer the above question better.

    There are several home inventory apps available in the app store. Many include the ability to add photos and most would probably work on the Touch as well as an iPad.

  • Linking Delivery Items with Delivery Items having batch

    Hello Fellow ABAPers,
    Does any one of you know how SAP links items in Delivery table (LIPS) without batches with their respective items having batch.
    For e.g. in Delivery Item we have delivery no. , item and batch. Assume we have delivery no 801xx and item 10 for this record there is batch with delivery no. 801xxx and item 90001. Likewise for delivery no 801xx and item 20 there is batch with delivery no. 801xxx and item 90002.
    How does SAP link line item 10 to 90001 and line item 20 to 90002. Batch no. could be different. If there are multiple batches for the same line item, how can we identify them programmatically?
    Is there any separate table in SAP or is it maintained in LIPS only?
    If you any of you have worked on this please let me know.
    Thanks and Regards,
    Huzefa Vasi

    Hi,
    In LIPS table itself, there is a field called UECHA. (Higher-level item of batch split item)
    This field contains the higher level item number
    for eg. consided line item 10 in 2 batches called 90001 and 90002
    VBELN             POSNR              UECHA
    801xx                 00010                   0000
    801xx                 90001                   0010
    801xx                 90002                   0010
    801xx                 00020                   0000
    if UECHA is 0, then it is the higher level item
    Hope this will be useful

  • Sales order with line items having multiple values in multiple currency

    Please suggest solution for creating sales order having line items with multiple values in multiple currencies.
    e.g. Line Item A Qty/1 No,  value 100INR100$100EUR. Customer wants all three values to display at sales order line item level and create billing in 3 currencies.

    Hi,
    As far as my understanding it may be possible round the solution,
    For 1 company code we can able to maintain 3 currancies,
    1 currancy is hard currance & other two are dual currancies.
    Create sales order with 3 line items having 3 diffrant currancies
    Spilt invoice on the basis of currancy
    Last pass to this invoices to accounting.
    Whole process is
    Sales order >>> Delivery >>> Invoice 1, Invoice 2, Invoice 3(Split invoice on basis of Currancy).
    Consult with FI Team they will tell you about dual currancy & hard currancy
    Kapil

  • Best approach for jtree with each node having data to be displayed in 2rows

    Hi,
    Need directions on approach for constructing a jtree.I am not sure whether this is possible in jtree.
    the format of tree will be as shown below
    +JTREE
    -JTREE
    - Name1 Age 1 Id1
    Address Details1(Should be a button)
    - Name2 Age 2 Id2
    Address Details2(Should be a button)
    Problem here is each child node has two rows.First row has three columns and second row has a button which takes user to new screen on click. Any directions on how to approach this problem will be helpful
    Thanks for your help
    Ravi

    Hi,
    Thanks for the suggestion. Will this approach work, if I have to display a button in the second row and content in the first row (Can these tworows together be given as a treenode)?
    Any sample example code will be useful.
    thanks and regards
    ravi

  • How do I change stills with each menu item selected?

    Hi all.
    I am trying to create a menu (with 10 items) which contains one single dropzone box, which will contain a still that changes with each menu item selected (instead of 10 different stills next to each item).
    I have absolutely no idea how to achieve this! Do I create a different menu for each item? Is there a way to have a slideshow within the menu that changes with each item selected?
    Please help!
    Many thanks
    James

    THe way to do what you want to do is layered menus which have some limits
    http://dvdstepbystep.com/layersover.php
    What you would do is change the item that appears in the same section - in other words there would be ten layers with a diffrerent picture in the same exact spot, the rectangle buttons sections do not need to be over the picture section
    http://dvdstepbystep.com/Layers_Example.dmg is a project that does changing images.

  • Set Session State with Shuttle items

    Is it possible to have session state set with each item selected in a shuttle? You have a shuttle with 4 possible options, you select item 2 from the left portion of shuttle and it is moved to the right.. Can you set the session state at that point?
    What I am trying to do is take the session state after change in the control and use it to populate a text field below. The returned values are used in a sql select to populate the text box with a looked up value...
    Thank you,
    Tony Miller
    Ruckersville, VA

    TexasApexDeveloper wrote:
    Won't this just push the last items value in, as apposed to appending the value?
    Tony,
    No. Because for shuttle items the return value is stored as colon delimited string.
    Means after each change you will have a colon delimited string in the session state with selected values(moved to right).
    See this http://apex.oracle.com/pls/apex/f?p=46417:47

  • One sales order with number of Ship to party??

    hi Experts
                   one customer has  10 plant . Customer give 10 PO from 10 plant to client . now my client want to create one sales order for for that customer and delivery goes to respective 10 plants (ship to party) for that customer
    and
    same customer can give single PO to my client but inform delivery has to place for 10 ship to party
    is it possible ???
    we can give one ship to party but can we put multiple ???
    thanks in advance

    Hi Hanumant
    Answer for you first question is,
    you can achieve this by creating individual sales order wherein ship-to party at header level is used for delivering the line items. this is standard process.
    Answer for your second question is,
    This is possible by assigning multiple ship-to parties at item level. Means you can have/assign different ship-to parties for each line item of the sales document manually provided you should have assigned all the ship-to parties in the customer master data first.
    You can create each plant as a ship-to party and assign them to a main sold-to party customer master.
    so whenever you create delivery for this sales order the deliveries would be split since different ship-to parties and you can deliver to different plants.
    Hope this helps you to understand.
    Regards
    Rajkumar K

  • MULTIPAL SHIP TO PARTY  IN ONE SALES ORDER

    HI GURU
                    I WANT TO KNOW ANY POSSIBALTY IN A ONE SALES ORDER WITH MULTIPAL SHIP TO PARTY AT HEADRE LEVEL NOT AT IEAM LEVEL . I WANT TO AT HEADER LEVEL IF YES THN PLZ HELP ME OUT
    THANKS & REGARDS
    VISHAL

    Hi,
    I don't think so.
    Though you have it, what's the purpose of having it?? Because your dleivery is created based on your sales order line item. So Ship to Party in the line item will used for the delivery.
    But you can have different ship to parties in each line item.
    By the way why you want to have such a function in the sales order header?.
    Best regards,
    Anupa

  • Changing ship to party address in sales order

    Hi All,
    We have a scenario herein in sales order, the ship to party  address is copied from some other ship to party address. Put simply if the ship to party in sales order 1 is A, the address of A will be copied from ship to party B. The ship to party B is in sales order 2.  The ship to party in sales order 1 will remain A only but the address is copied from B ship to address
    i just need to know where this kind of development must have been done. i.e the include program, exit etc.
    i am trying to see exit  EXIT_SAPLV09A_001, but i could not see it in se38?
    regards
    sachin

    Hi,
    In first place why you want to have such a requirement. Why can't you have the correct address in the Ship to Party master record in the XD01 and assign correct ship to party at the sales order line item, so that correct address flows to the sales order line item.
    Eg:
    Sold to Party A
    Ship to Party A & Ship to Party B (Both are assigned in the Partner tab of Sold to Party A)
    Ship to Party A has Address A & Ship to Party B  has Address B (Ship to Party B was created with Account Group SHIP TO)
    On the sales order line item, change the ship to party to Ship to Party B
    So that you have correct address in the relevant line item.
    As per your requirement, you have to have a Z table to keep the logic between hip to Party & relevant address.
    If not, check below link for all User Exits in SD>
    https://wiki.sdn.sap.com/wiki/display/ERPLO/SDUserexits
    Find a correct one for your requirement.
    Best regards,
    Anupa

  • Disable Re-ATP check when ship to party is changed...

    Dear Folks,
    My scenario is as follows,
    1. Create a sales order in VA01.
    2. fill material and plant.
    3. click save or hit enter button.
    4. an ATP check will be carried out and the subitem will be created as item number 0011 under 0010 as per the availability configuration.(in your system it may not create subitem)
    5. now change the ship to party number and hit enter.
    Now the ATP check will take place again with regard to the changed ship to party data.
    but we want to restrict ATP check in this scenario. ATP should not trigger / the values of the first ATP check should remain same even thoe the Ship to party is changed.
    can anybody give me a clue? Full points will be awarded.
    Regards
    Srinivas Maddineni
    Message was edited by:
            Srinivas Maddineni

    Because you are changing Ship-To on the order, Route determination is occurring.  When Route determination occurs, it causes ATP to re-trigger.   Transit time on a different route may impact the ship date.

  • Aging Report by Ship to party

    Dear All,
    We have the following Customer Structure
    Sold to Party
    Chain
    Payer
    Ship to Party = Bill to Party
    We are posting the invoics to Payer and payment is received from the Payer for ship to party which belong to one particular chain.
    Cleint Need aging report based on Bill to party or Ship to party where as we have invoices and payments posted to Payer
    It would be great if some one can propose solution for this
    Raees

    Hi ajmal
    For the PR00 condition type , take one of  the key combinations as ship to party (Ex: material / ship to party). and assign that access sequence to PR00 condition type . and create VK11 with the key combination ,  material / ship to party
    Accordingly your requirement your will be full filled
    Regards
    Srinath
    Edited by: sri nath on May 3, 2008 8:59 AM

  • Ship to party & Sold to Party partner functions anamoly

    Hi all,
    I was just thinking why a Ship to party cannot be a Sold to party?
    Say, if an enterprise.say, XYZ Pvt. Ltd.  sales Steel almirahs.XYZ Pvt Ltd places the order of steel almirahs and then the same XYZ Pvt Ltd. itself receives the order for his business. Then here XYZ being a ship to party also places the order and hence is a sold to party!!
    It is quite possible that same client can be ship to party as well as sold to party then?
    Then why it is written in SAP manuals that  a ship to party can't be a  sold party  as  well?

    Hi,
    Sold to party and Ship to party can be same and in many cases depending on the business scenario, they will be the same.
    The perspective in which the relationship between them is quoted is as follows.
    We will have 2 different account groups for sold to party and ship to party.
    If a customer is created with the account group of the sold to party, the same customer number can also be used as Ship to party. However if a customer is created with the acc.group of ship to party, this customer can be used only as ship to party and not as Sold to party. This is what is explained in all SD manuals.
    Coming to our case, if you want a customer to be both sold to party and ship to party, you have to create this customer master using the account group of the sold to party (not using the account group of the ship to party). If this is done, the same customer can be used as both sold to party and ship to party.
    Hope this clears ur doubt. If you have any qns, pls let us know.

Maybe you are looking for

  • Mac air with external hard drive - not being found on Finder, Time Machine, Migration Assistant

    I have been using an external drive (Imation Apollo) to access only, old files from previous computer (PC) on a new Mac Air.  I had not transferred them across to new computer (didn't want to do that)  just accessing them from the HD.  It had been wo

  • 8i Database Solaris Intel Platform

    From where should I download 8i Database for Solaris Intel Platform, as there is no such link at OTN software download. TIA & regards Muhammad Siraj

  • Mail is crashing upon opening

    My Mail started crashing today as soon as I open it. Sometimes it takes a second or two before it crashes, which makes me wonder if it is related to the action of downloading email. I already deleted any new emails from the server that might have bee

  • Avoid Droplet to open Camera Raw

    Hi, I have a recorded action that I want to run on my folder that contains raw images (.arw). When I run it from File > Automate > Batch everything works like a charm. The problem is when I create a droplet and run it from command line: action.exe C:

  • *** credit card processing unavailable and poor poor itms help

    I cant believe that the itunes music store's credit card processing is unavailable, anyone know whats up with this? since 7.3 I havent been able to get it going and it asked me to change my info so I did putting in a new card and no errors on the for