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

Similar Messages

  • 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

  • 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

  • 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

  • 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

  • How to create multiple TYPES of objects from one menu?

    Q: How can I create a single class to create objects of multiple 'object classes' in a way that is not a huge switch statement?
    Explaination:
    Let's say that I have an application that I am building, that manages five hundred object types. A properly-built object subclassing tree is created, and I want to be able to create objects of any 'leaf node' of this subclassing tree using a single 'objectCreate()' method in a 'factory object'. The purpos of this method will be to create an instance of the correct object, pass a handle to a few collections for properly sorting and storing these objects in groups.
    Usually, one could create a switch in this function, testing for the type of object that the user wants to create from the menu. But in the case of having hundreds of possible object choices, this becomes harder and harder code to maintain (let alone performance).
    Any suggestions?

    But if my menu has:
    1. German Shepard
    2. Doberman Pinscher
    3. Malamut
    4. Persian Long-hair
    5. Siamese
    6. Tabby
    And my object class tree goes:
                                  [ Animal ]
                 [ Cat ]                              [ Dog ]
      [ various breeds ]                         [ various breeds ]How do I code the menu class to respond to the input, so that it runs the correct [breed] object's constructor?
    The line:
    Animal choice = new xxxxxxxx();
    I can't use a variable to replace 'xxxxxxxx' in run-time, but having a ton of choices in code sounds/looks unreasonable.
    if (choice == "Doberman Pinscher")
    Animal choice = new doberman();
    else if (choice == "Tabby")
    Animal choice = new tabby();
    Do you see what I am trying to avoid? I am not experienced enough to instantly realize how to avoid the latter, and instead, do a single instantiation command for the correct constructor.

  • How to create multiple reports and dashboards from one dataset?

    Hi there,
    I've centralized the data to an excel workbook from multiple data sources and added as a dataset to my new Power BI site. How can I build multiple reports and dashboards out of one dataset?

    Hi Kuber,
    In the Datasets section on the Navigation pane (left side of your Dashboards page), you can click "..." next to each dataset. One of the options in the contextual menu is Explore. When you explore a dataset, you can create reports and save
    them.
    You can find more about this and other topics in our Getting Started content:
    https://go.microsoft.com/fwlink/?LinkID=512054
    Thanks,
    M.

  • 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

  • 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

  • How to create multiple instance on same database

    Hi ,
    I would like to know how to create multiple instance on same database . I know that some people use database configuration assistant to do this but i could not figure out how they did it.
    Any how if some one can help me with this and can give me links of this it would be great help for me.
    Thank you for reading my problem and helping me !
    Amil
    please if possible mail me on [email protected]

    How to create multiple instance?????Do you mean multiple instances on the same database, or multiple databases on the same machine ?
    I m new to this field....
    Willin to learn a lot about oracle....Then it wouldn't be bad reading a bit of Database Concepts

  • How to create multiple Tree Type Region In Tabular Form ?

    Dear Friends,
    i have to design tabular form to Distribute User Rioght to emp to access application
    eg if i have Three module in application
    1.Administration
    2.Attendance
    3.Accounts
    Module
    1 Administration have 5 Pages A,B,C,D,E.
    Module
    2 Attendance HAVE 4 Pages F,G,H,I
    Module
    3 Accounts HAVE 7 Pages J,K,L,M,N,O,P
    I need these three module divided into three section in tabular form as a tree Type like
    Module 1 Tree Open in Tabular Form like
    - (Tree Mark Open )
    =======================================================
    PAGE_ID-------------SUBPAGE_ID-------VIEW-------------------MODIFY-------------------CREATE----------------------------TABLE COLUMN NAME
    ========================================================          
    Administration-----------A------------------CHECK bOX------------CHECK BOX-------------CHECK BOX
    Administration-----------B------------------CHECK bOX------------CHECK BOX-------------CHECK BOX
    Administration-----------C------------------CHECK bOX------------CHECK BOX-------------CHECK BOX
    Administration-----------D------------------CHECK bOX------------CHECK BOX-------------CHECK BOX
    Administration-----------E------------------CHECK bOX------------CHECK BOX-------------CHECK BOX
    - (Tree Mark Open )
    Module 2 Tree Open in Tabular Form like
    Attendance-----------F------------------CHECK bOX------------CHECK BOX-------------CHECK BOX
    Attendance-----------G------------------CHECK bOX------------CHECK BOX-------------CHECK BOX
    Attendance-----------H------------------CHECK bOX------------CHECK BOX-------------CHECK BOX
    Attendance-----------I------------------CHECK bOX------------CHECK BOX-------------CHECK BOX
    - (Tree Mark Open )
    Module 3 Tree Open in Tabular Form like
    Accounts-------------J------------------CHECK bOX------------CHECK BOX-------------CHECK BOX
    Accounts-------------K------------------CHECK bOX------------CHECK BOX-------------CHECK BOX
    Accounts-------------L------------------CHECK bOX------------CHECK BOX-------------CHECK BOX
    Accounts-------------M------------------CHECK bOX------------CHECK BOX-------------CHECK BOX
    Accounts-------------N------------------CHECK bOX------------CHECK BOX-------------CHECK BOX
    Accounts-------------O------------------CHECK bOX------------CHECK BOX-------------CHECK BOX
    Accounts-------------P------------------CHECK bOX------------CHECK BOX-------------CHECK BOXi need divided these three Module in Tabular form in three region as tree.
    Table APPLICATION_PAGE_DETAILS
    ID                   NUMBER
    PAGE_ID             NUMBER
    SUB_PAGE_ID          NUMBER
    ========================
    TABLE USER_RIGHT
    ======================
    ID                  NUMBER
    EMP_ID            NUMBER
    PAGE_ID            NUMBER
    SUB_PAGE_ID        NUMBER
    VIEW                    VARCHAR2(1)
    MODIFY                VARCHAR2(1)
    CREATE                VARCHAR2(1)How to create multiple Tree Type Region In Tabular Form ?
    How can i do this ?
    Thanks
    Edited by: Vedant on Oct 4, 2011 3:21 AM
    Edited by: Vedant on Oct 4, 2011 9:09 PM
    Edited by: Vedant on Oct 13, 2011 8:57 PM

    Well think of it I believe the scenario is too bird viewed hence the solution can't be exact.
    But thinking of a possible solution every time a child operation fails have a catch block where you you go back to system if the parent needs to be deleted if yes, call Delete Method on the parent.
    Note: Make sure that the decision on whether or not the parent record needs to be deleted will depends on the question "Does Parent Record already has several other children associated to it or not"
    Hope this clarifies.
    Regards,
    Messer

  • How to create multiple pages in the output file?

    hi, we have an application (C++) that generates PDF output. I've been asked to figure out how to create multiple copies of each page (uncollated). i.e. the output would be 4 copies of p 1 followed by 4 copies of p 2, etc. I'd like to do this without actually replicating each page if possible ... any ideas?

    Why not just put four copies of the same CosObj reference into the Pages array/tree?

  • How to create multiple toolbar buttons in jsp ?

    hi all,
    how to create multiple toolbar buttons in jsp ?
    plz help me

    mgmt
    plzhttp://www.catb.org/~esr/faqs/smart-questions.html#writewell
    How To Ask Questions The Smart Way
    Eric Steven Raymond
    Rick Moen
    Write in clear, grammatical, correctly-spelled language
    We've found by experience that people who are careless and sloppy writers are usually also careless and sloppy at thinking and coding (often enough to bet on, anyway). Answering questions for careless and sloppy thinkers is not rewarding; we'd rather spend our time elsewhere.
    So expressing your question clearly and well is important. If you can't be bothered to do that, we can't be bothered to pay attention. Spend the extra effort to polish your language. It doesn't have to be stiff or formal ? in fact, hacker culture values informal, slangy and humorous language used with precision. But it has to be precise; there has to be some indication that you're thinking and paying attention.
    Spell, punctuate, and capitalize correctly. Don't confuse "its" with "it's", "loose" with "lose", or "discrete" with "discreet". Don't TYPE IN ALL CAPS; this is read as shouting and considered rude. (All-smalls is only slightly less annoying, as it's difficult to read. Alan Cox can get away with it, but you can't.)
    More generally, if you write like a semi-literate b o o b you will very likely be ignored. So don't use instant-messaging shortcuts. Spelling "you" as "u" makes you look like a semi-literate b o o b to save two entire keystrokes.

  • How to create multiple segments on the target structure of an IDOC

    Hi All
       I am working on the Shipment Confirmation Interface( Message Type SHPCON ) which is FILE to IDOC Scenario. I have a segment called E1EDL18 which occurs only once on the target side of the idoc. Now I have to created multiple E1EDl18 segments for the Qualifiers ORI, PGI and PCK. I treid to send a constant ORI,PGI,PCK and then used an user defined function which splits the constant at COMMA and then I am assigning to the target field QUALF. In the display queue for QUALF I see three values with context but still only one E1EDL!* segment is created. Please let me know how to create multiple E1EDl18 segments for three qualifiers.
    Thanks
    Naga

    In message Mapping, just right click on the segment and click on duplicate subtree. now it will create you another segment with same name and fields in it..
    you can hard code the Qual, or you can map the required source field into it.

  • How to create multiple selection screens in reports

    How to create multiple selection screens in reports
    Thanks,
    Sridhar

    Ex: hope you will find an idea from the below example :
    SELECTION-SCREEN BEGIN OF BLOCK SEL1 WITH FRAME TITLE TIT1.
    PARAMETERS: CITYFR LIKE SPFLI-CITYFORM,
                CITYTO LIKE SPFLI-CITYFORM.
    SELECTION-SCREEN end OF BLOCK SEL1
    SELECTION-SCREEN BEGIN OF SCREEN 500 AS WINDOW.
    SELECTION-SCREEN INCLUDE BLOCKS SEL1.
    SELECTION-SCREEN BEGIN OF BLOCK SEL2 WITH FRAME TITLE TIT2 .
    PARAMETERS: AIRPFFR LIKE SPFLI-AIRPFROM,
                AIRPTO LIKE SPFLI-AIRPTO.
    SELECTION-SCREEN END OF BLOCK SEL2
    SELECTION-SCREEN END OF SCREEN 5000.
    INITIALIZATION.
    TIT1 = 'ITIES'.
    aT SELECTION-SCREEN.
    CASE SY-DYNNR.
    WHEN '0500'.
       MESSAGE W159(at) WITH 'SCREEN 500'.
    WHEN '1000'.
       MESSAGE W159(at) WITH 'SCREEN 1000'.
    ENDCASE.
    START-OF-SELECTION.
    TIT1 = 'CITIES FOR AIRPORTS'.
    TIT2 = 'AIRPORTS'.
    CALL SELECTION-SCREEN 500 STARTING AT 10 10.
    TIT1 = 'CITIES AGAIN'.
    CALL SELECTION-SCREEN 1000 STARTING AT 10 10.

Maybe you are looking for

  • Erro: Assinatura digital NF-e: erro de aplicativo PI

    Pessoal, Estamos com problemas para assinar a NFE. Revisei todas as configurações de comunicação, bem como a de assinatura digital (key storage view / element) e está tudo ok! Está em status: 2 - Enviado ao servico de assinatura digital Status do err

  • As soon as the IPOD starts to synch with ITUNES, it makes ITUNES close

    My brand new 5th Gen IPOD Video makes ITUNES (7.02) close immediately after the start of the synch process. A pop window appears stating that ITUNES HAS TO CLOSE...... Can someone help !!!!

  • IPod Shuffle Working only in Disk Mode

    I was gifted an iPod Shuffle. When I connect to my Mac, it is visible on Desktop. I am able to put music files into it and play the same. But in no way I am able to see it in iTunes. Even the iPod Reset Utility is not recognizing. It simply says, con

  • IBook's failt to wake from sleep.

    I've had an ongoing issue with two late '05 model iBook G4's that occasionally do not wake from sleep. I've documented that in an earlier post Titled "Topic: Waking from sleep requires Forced Shut Down on two different g4 iBooks," http://discussions.

  • Failing recovery..​.so frustratin​g

     I just got a HP Envy 17-j184nr. I also bought a Samsung 850 pro 256gb ssd to go along with it. Made the recovery discs. Put in the ssd and started the recovery process. It got all the way past the part with administrator and the second drive downloa