Multiple ship to parties for one sold to party.

Hi all,
Suppose we get a P.O which has material A quantity is 10. the sold to party tells that each of the 10 items must be edlivered to 10 different ship to parties. I mean each ship to party recieves 1 qty of material A. Can you explain what setting should be done to process this type of process.

Hi Vikrant,
For restricting the quantity to 1 for each ship-to party, you need to go to VOV7, choose your Item Category, there you'll find a check box "Order quantity equal to 1". But in this case for every ship-to party you need to create sparate Order.
Hope this will prove helpful to you
Reward points if so
Regards
SD

Similar Messages

  • How to create multiple ship to parties to one sold to party.

    Hi  ALL,
    Presently we are working with one sold to party having one ship to party.Now the same customer have placed the order with two different delivery points.For this existing customer, how i can create one more ship to party with different delivery address.Can anybody guide me where to start doing the configuration for this along with T codes.
    Thanks in advance
    kumar

    Hi Ramesh,
    As you said I have created one more SH and assinged to existing customer master record.When I am creating the sales order Popup is showing SH party with selection option of one SH.Here I am not able to create one sales order with two ship to parties.Can you come clear on this.Is it possible to create one sales order with two SH?
    Thanks in advance
    kumar

  • No.of ship-to-parties to one sold-to-party

    how to update the no. of  ship-to-parties of one sold-to-party, 999 nos is standard
    plz give the answer to  my question and where standard will  locate?
    jagan

    Hi Jagmohan
    well in SAP the max limit to a line item would be 999 ,there is nothing we can do about this ,so you cant have more than 999 Partner functions and there is no user exit also for this.
    this is similar to in a sale order you cant have more than 999 line item and in case you have the system will split the order
    Hope this helps
    Cheers

  • Multiple payers for one sold to party

    Hi All,
    Can we have multiple payers for one sold to party?
    Thanks

    Hi
    Yes, you can have multiple PAYER for one Sold-to-party (only in the Customer master).
    This Partner relationship is maintained in two places. They are,
    > Customer master ( sales area data > partner function tab )
    > Sales documents (at Header level and Item level)
    In Customer master data, you can have multiple partners ( e.g, multiple Payers) for one Partner function( e.g, SH,BP,PY).
    But in Sales document, you can have only one Partner for one Partner function.
    So, you can have only in Customer master data multiple pertners. So, first create the different Payers through XD01 ,choosing Account group "Payer".
    Then assign all those PAYERS  in the master data of the Sold-to-party by going in the change mode XD02 and save it.
    When you create the Billing document, system will give a pop-up of those list of Payers and you have to choose one . You can have only one Payer in one Billing document.

  • Multiple Ship to parties to Single Slod to party.

    Hi Friends,
    In my Client business process : One Slod to party have more than 4000 ship to paries and one Sales order delivered the min 3000 ship to paries at time and almost same material also.How to map this process In sap.
    And finally all deliveries combin single Invoice along with single line item and track the also Delivery nos to the Invoice
    Regards,
    Rao

    In the sales order, based on the number of shipt to parties, create one line item for each ship to with order quantities for that ship to and change the ship to details in the Item level partners details (Item-Partners tab) removing the ship to defaulted from the header. Do not change the payer details at item level. When creating the delivery, different delivery will be created for different ship to. During billing, invoice will be created for all the delivered quantities since the Payer is same for all the order items in the sales order.
    Regards,
    Ravi

  • MULTIPLE SHIP TO PARTIES

    Dear Friends,
    Wish you a very happy new year 2008.
    I have a special business scenario where  for one Sold to party multiple delivries have to be made to different ship to parties. Is it possible for the system to automatically split the deliveries?ex. I enter line item and the quantity 10, for one item can the system automatically create different deliveries of quantity 1 each??

    Hi,
    System splits the deliveries if Ship-to parties are different, automatically. Now for you scenario that 10 Ship-to parties should be delivered with one item each, you need to maintain 10 Ship-to parties for a Sold-to party.
    At the item level you can manaully change the Ship-to party for each item in a single sales order. SO when you'll do delivery thru VL01N, then 10 deliveries will be created.
    Regards
    SD

  • Maxinum number of ship-to party for a sold-to party?

    Dear Expert,
    Is there any limitation on the number of the ship-to party that a sold-to party can have? I was told that one sold-to party can have maximally 999 ship-to party? Is it true? If it is true, what if a sold-to party does have more than 999 ship-to parties? 
    This could be the potential problem of my client, because the number of the ship-to party for one sold-to party is increasing intensively and may exceed the LIMIT in the future?
    Any input will be appreciated.
    Thanks!
    Regards,
    Wang Hui

    Hi Bashir,
    The problem has been solved.
    Actually in sales order, you are allowed to put ship-to party which is not linked to the sold-to party in the master data, that means you can manually key in any ship-to party as you like. I didn't know this before:(
    In our case, the orders are transmitted via EDI and created automatically, so the ship-to party is also determined automatically in a user exit, so we can have as many ship-to party as we want.
    Thanks!
    Regards,
    Wang Hui
    >
    Bashir wrote:
    > Hi,
    >
    >
    > I will need more information on your query to solve
    > Can you provide the details of industry ur client belongs to
    >
    >
    > As it will be more complex to select 1 ship to party from the xxxx numbers, Can you try this with customer Hierarchy functionality.
    >
    >
    > Regards,
    > Bashir

  • Trying to add multiple ship to parties using BAPI_BUPR_PFCT_CREATEFROMDATA

    Hi all,
    I am trying to add relation ship to a business partner. I have two business partners BP1 and BP2. I need to assign BP2 as u201CShip to Partyu201D for BP1. I was able to do this using BAPI_BUPR_PFCT_CREATEFROMDATA.
    But my actual requirement is to add more than one business partner as u201CShip to partyu201D to BP1 in my ZFunction Module in one instance itself.
    BAPI_BUPR_PFCT_CREATEFROMDATA. Will take input as Business partners and assigns BP2 as Ship to party to BP1.
    But my requirement is I have to assign more than one business partners as Ship to parties for this BP1.
    But BAPI_BUPR_PFCT_CREATEFROMDATA accepts only a single business partner at a time. So I created a Z function Module and declared a tables paramters which accepts any number  of Businesss partner. I also declared an import paramter to accept the business parter number for which all the business partners in table should be assigned as Ship to parties.
    I tried passing the values from this table to the BAPI but it shows me a waring message saying
    u201CAfter Enhancement you may not be able to convert the structure WA_SOLDu201D into a number and it would no longer be a valid operandu201D
    If I execute the Zfunction Module it is not assigning the business partners from the input table as ship to parties to the business partner(import paramters).
    Please help me...how can i assign multiple ship to parties for a business partner at one instance iteslf using BAPI_BUPR_PFCT_CREATEFROMDATA...
    here is how i desgined my Zfunction Module...........
    Impot paramters = CUST_NO) TYPE  BU_NAMEP_F
    Tables paramters = I_SOLD like  ZSOLD_TO OPTIONAL
    My structure Zsold_to has follwing componenet
    BP type BU_NAMEP_F
    Here is my codeu2026u2026..
    FUNCTION Z_FUNCTION.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(CUST_NO) TYPE  BU_NAMEP_F
    *"  TABLES
    *"      I_SOLD STRUCTURE  ZSOLD_TO OPTIONAL
    *"      IT_RETURN1 STRUCTURE  BAPIRET2 OPTIONAL
    *"      IT_RETURN2 STRUCTURE  BAPIRET2 OPTIONAL
    DATA: WA_SOLD TYPE ZSOLD_TO.
    LOOP AT I_SOLD TO WA_SOLD.
    *Call the BAPI BAPI_BUPR_PFCT_CREATEFROMDATA.
    CALL FUNCTION 'BAPI_BUPR_PFCT_CREATEFROMDATA'
      EXPORTING
        BUSINESSPARTNER1           =  CUST_NO
        BUSINESSPARTNER2           =  WA_SOLD-BP
        RELATIONSHIPCATEGORY       =  'CRMH02'
    TABLES
        RETURN                     =  it_RETURN1.
    *Call Commit Work
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
      EXPORTING
        WAIT          =   'X'
    IMPORTING
        RETURN        =  it_RETURN2.
    ENDLOOP.
    ENDFUNCTION.
    Please help me...how can i assign multiple ship to parties for a business partner at one instance iteslf using BAPI_BUPR_PFCT_CREATEFROMDATA...
    Regards,
    Jessica Sam
    Edited by: jessica sam on Jan 19, 2009 1:57 AM
    Edited by: jessica sam on Jan 19, 2009 2:09 PM

    Hi,
    I am facing the same issue I have created the Target Group and then assigned the BP to target group using BAPI 
      BAPI_TARGETGROUP_ADD_BP . Called BAPI 
      BAPI_TRANSACTION_COMMIT after this. Table  CRMD_MKTTG_TG_I is getting updated with BP guid but its not showing in WEB UI screen.
    Please help me.
    Thanks and Regards,
    Ranadev

  • Multiple ship to parties to be displayed for a Sold-to party in VA01

    Hi Gurus,
    My client requirement is they want drop down list of Ship-to-parties for a customer, when he is entered as Sold-to-party in VA01.
    Adding Multiple SH in Partners tab will allow us to do so. but the issue is SH parties are more than 20.
    Do we need to add more SH parties with the help of ABAPers ? The fields allowed are less than 20.
    Can we link the SH account group to the Sold-to-party, with required SHparties.
    When we enter SP in VA01 and go to SH field it should display the drop down list of all the SH parties assigned for  the Sold to party with out adding them in the partners tab. When you select this SH Party, then it should be taken allowed partner function.
    Could you throw some light on this.
    Urgent requirement please.
    Best Regards
    Srikanth

    Hi Bhavana
    This is fine and we are following the same but now the SH number have increased and in Customer Master Partner functions you can incorporate that many.
    Either you have to go for ABAP developement or find some alternative way.
    For that reason only I posted in SDN.
    Thanks
    Regards
    Srikanth

  • One sold to party, multiple ship to, bill to and payers

    Hi all,
    My requirement is that one sold to party should have three ship to, two bill to, and one payer. In sap partner determination how we have to configure this, can we use single account group and also tell me step wise process. Also want to know that can we change partners at sales order level, if so what settings we have to do and how this can be done at order level
    Points assured for benificial answers.
    Sunanda.P

    Hello Sunanda,
    In VOPA transaction code, you create a partner determination procedure. Here you specify the partner functions to be used & also mark the mandatory partner functions.
    This partner determination procedure is then assigned to the account group. Basically the standard account group for "sold to party - 0001" has all partner functions "SP", "SH", "BP" & "PY". Your requirement demands separate partner functions for SP, SH, BP & PY.
    So you will have to create 4 different partner determination procedures in VOPA.
    ZSOL - SP
    ZSHI - SH
    ZBIL - BP
    ZPAY - PY
    Create similar acount groups ZSOL, ZSHI, ZBIL & ZPAY in transaction code OBD2 & do the appropriate field selection for them.
    Now assign the partner determination procedures to the account groups in VOPA.
    ZSOL = ZSOL
    ZSHI = ZSHI
    ZBIL = ZBIL
    ZPAY = ZPAY
    Also assign the individual partner functions to the account group as mentioned below:
    ZSOL = SP, SH, BP, PY
    ZSHI = SH
    ZBIL = BP
    ZPAY = PY
    For ZSOL we assigned all partner functions because, when you will create a sold to party customer, you also have to specify who will the ship to party, bill to party & payer customers for the sold to party.
    Now if you want you can assign the same number range to all account groups (assign a single person to create the customer master. So whenever a new customer is created, the partners will be created in line which will be very helpful)
    Assume the number range is "0000010000 to 0000099999"
    Create SP for 10000 = one sold to party
    Create SH for 10001 = ship to party 1
    Create SH for 10002 = ship to part 2
    Create SH for 10003 = ship to party 3
    Create BP for 10004 = bill to party 1
    Create BP for 10005 = bill to party 2
    Create PY for 10006 = one payer
    Go to XD02 - select the customer 10000 - go to sales area data - partner functions.
    Here in the "PF" column enter SH & in number enter 10001
    Here in the "PF" column enter SH & in number enter 10002
    Here in the "PF" column enter SH & in number enter 10003
    Here in the "PF" column enter BP & in number enter 10004
    Here in the "PF" column enter BP & in number enter 10005
    Here in the "PF" column enter PY & in number enter 10006
    So you have assigned the relevant partners to the sold to party.
    Now when you create a sales order, after entering the sold to party when you press enter, the system will display a pop up asking fro selecting the relevant ship to, bill to & payer customers for that sales order.
    For your second question - partners change in sales order:
    Go to transaction code VOPA - select sales document header - click on partner procedures - double click on "TA-standard order" - here you will see the partner function & the columns & the entries shoulbe as under:
    Func..........Desc................Not changeable.............Mandat. Func.......Source............Seq.
      SP.........Sold to party...............X.....................................X.....................---.................--
      SH.........Ship to party..............--...................................X.....................-..................--
      BP.........Bill to party................--...................................X.....................-..................--
      PY...........Payer......................--...................................X.....................-..................--
    If you are not able to find the partner function either enter the partner function in the white box at the bottom, or place cursor on the partner function & press page down key on the key board.
    This setting will allow you to change the partner in the sales order.
    Hope this clarifies your doubt.
    Thanks & regards,
    Allabaqsh G. Patil

  • Several ship-to parties within one sales order

    Dear All,
    The problem is that I created SOs, so ship-to and sold-to parties are defined at header level. Later I received information that we have to ship out the goods to several addresses.
    How can I set several ship-to parties for certain items?
    Thanks,
    Csaba
    For instance:.
    (original)
    SP: A
    SH: B
    item1 20 pcs
    item2 30 pcs
    (idea)
    SP: A
    SH: B
    item1 10 pcs
    item1 10 pcs SH: C
    item2 14 pcs
    item2 16 pcs SH: D
    Edited by: Csaba Szommer on Apr 11, 2008 2:19 PM

    You can have one sold to party and different Ship to party as per the Material Requirement. If you have a case where the same material is being shipped to 2 diiferent ship to parties, in that case you need to enter the same material twice or depending upon the different ship to location and its quantities.
    For Example: Customer - XYZ is Sold To
    and 1,2,3 are different Ship to Party.
    Material - ABC is required by XYZ at three different locations i.e. 1, 2, & 3 at different dates.
    So we need to insert Three Line Items of ABC  in the sales Order and should change the Partner Function of Ship To at Item Level, and specify the quantiity agianst each line as per there reqirement, and set the schedule line if the requirement is at different dates.
    Please Reward if this helps.

  • One Sold to party and 250 ship to party (MTO Process)

    Dear Experts,
    Please provide me the solution with your valuable experience.
    Issue is: We are working on MTO process. and I am working in SD on sales order.
    issue is here that I have one SP(Sold to party) and many ship to party. I have created 250 Ship to party under one Sold to party in XD02 partner function . But now what we want that, we want to make single sales order and want to distribute same Finish Good to different parties.
    Example: Making SO: 1000 with one SP and One SH and Finish Good is FG0001(Same Finish Good we want to distribute into different parties). Finish Good comes Bit n pieces and when we do availability  check then it is done with wherever amount of Finish Good we got. First time it is ok and send to one ship to party with delivery now again we got some Finish Good and doing availability check but this time again the ship to party is same but we want to change it for different ship to party with in single Sales order.
    Please provide me the solution for this how we can proceed with single sales order.
    Thanks for your time.
    Smith

    Thanks Ragu,
    Issue is
    One Sales Order(MTO) suppose quantity is 100 and now I am doing delivery 20 with 5 items each from sales order item level(Changing SH every time at item level with WRT quantity acc to SH, delivery is coming fine.) Now We have to apply postal charges on each delivery.
    Postal charges depends on weight and the distance of items that are packed in case or in Boxes.
    Example: First delivery is of 5 items and the weight of 5 item is 100kg after packing now delivery guys tell the charges wrt to distance, if they are sending via Speed post then cost will be 100*5 (1km per 1RS so if distance is 5km then charges will be 5rs)=500rs
    Now this 500rs we want to add in our billing per bill or collective also like total = price +500 should come.
    Please suggest me how should i configure this step by step.
    Thanks
    Smith

  • One Sold to party and many ship to party and many BP&PY

    Dear Experts,
    Please help me to resolve the issue:
    Issue is;
    I made three accounts.
    Z001: acc for SP
    Z002: acc for SH
    Z004: acc for BP
    Now what i have done, My BP and my PY are same but one sold to party which is not my BP&PY & many ship to party.
    Now, I have assign one BP customer in one sold to party with many ship to party. and when I am making sales order and selecting SP then automatically SH coming and I am selecting one then do enter.
    NOw issue is here when im entering then my term of payment is not coming automatically.
    If I select it manually and saving the sales order then i m getting commitment error.
    I already done account group assignment with BP and PY partner function in partner determination with Z004.
    Please tell me how to resolve this issue.
    Thanks
    Smith

    Commitment item error will arise if you have not maintained the Derivation Rule properly.  Take the help of FI consultant and check in TCode FMDERIVE.
    For the payment term, check in customer master as already suggested.
    G. Lakshmipathi

  • How to define multiple ship-to parties at contract header level

    Hi Gurus,
    Could anyone advise me if it's possible to have multiple ship-to parties at quantity contract header level?
    Thank you!

    Hi
    It is not possible to have multiple ship to parties. Please explain your business requirement for this so that altenatives can be suggested by any member to fulfull your requirement.
    Thanks,
    Ravi

  • Sysresv returns multiple shared memory IDs for one database

    Shared Memory:
    ID KEY
    8 0x00000000
    9 0x00000000
    10 0x00000000
    13 0x00000000
    14 0xae2ae9d0
    Please see this 'sysresv' output. It returns multiple shared memory IDs for one database (althouth all are 0s except one). Why is this? Does it matter? It seems not eating up memory. Stop and start database didn't help.

    * System Configuration
    swap files
    swapfile dev swaplo blocks free
    /dev/md/dsk/d101 85,101 16 201342320 201342320
    * Tunable Parameters
    2055864320 maximum memory allowed in buffer cache (bufhwm)
    30000 maximum number of processes (v.v_proc)
    99 maximum global priority in sys class (MAXCLSYSPRI)
    29995 maximum processes per user id (v.v_maxup)
    30 auto update time limit in seconds (NAUTOUP)
    25 page stealing low water mark (GPGSLO)
    1 fsflush run rate (FSFLUSHR)
    25 minimum resident memory for avoiding deadlock (MINARMEM)
    25 minimum swapable memory for avoiding deadlock (MINASMEM)
    CO4P:/opt/oracle:>ipcs -ma
    IPC status from <running system> as of Monday, April 21, 2008 2:50:10 PM PDT
    T ID KEY MODE OWNER GROUP CREATOR CGROUP NATTCH SEGSZ CPID LPID ATIME DTIME CTIME
    Shared Memory:
    m 14 0xae2ae9d0 rw-r--- oracle dba oracle dba 481 24576 20322 25104 14:50:10 14:50:10 11:24:46
    m 13 0 rw-r--- oracle dba oracle dba 481 2030043136 20322 25104 14:50:10 14:50:08 11:24:43
    m 10 0 rw-r--- oracle dba oracle dba 481 2030043136 20322 25104 14:50:10 14:50:08 11:24:40
    m 9 0 rw-r--- oracle dba oracle dba 481 2013265920 20322 25104 14:50:10 14:50:08 11:24:37
    m 8 0 rw-r--- oracle dba oracle dba 481 2063597568 20322 25104 14:50:10 14:50:08 11:24:34
    m 0 0xcace --rw-rw-rw-     root     root     root     root      0          2  2344  2344 14:49:57 14:49:57  9:35:43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for

  • Best Practice to implement row restriction level

    Hi guys, We need to implement a security row filter scenario in our reporting system. Following several recommendations already posted in the forum we have created a security table with the following columns userName  Object Id U1             A U2   

  • Error in Displaying Expense Form

    Hi , I am working on the SAP T&E Module.I am getting an error when i click on the display expense form button. The details of the error are as: Следующий текст ошибки обработан P92 в системе: *Unable to interpret 0 as a number. Ошибка возникла на сер

  • IPhone Calendar Didn't Sync

    Does anyone know how to get the iPhone calendar (iCal) to Sync back into the iPhone. I have the original 8 gig phone from June 07, just upgraded the .me account but it only brought in other calendars and not the real one from the iPhone that I had ba

  • Certain messages crash Mail

    I've had this problem with a couple of emails. It started the last couple of days. I can't open or preview the messages, can't forward to another email or do anything, when I click on these messages mail just crashes. Both messages are sent from anot

  • How to place some DisplayObject over OSMF VideoElement?

    I have successfully built an live stream application. It shows video from IP-camera via media server. Now I need to handle user actions like click and area selection. The problem is I can't draw area selection borders over VideoElement.displayObject.