Question for Plant determination when Ship-to Party changed

Hello together,
SAP determines the delivery Plant as everybody knows in the following way:
1. Material Customer-Info record of the sold-to
2. Delivering Plant from the ship-to-party
3. Material
In my case I have only set-up the plant to be determined from the ship-to-party (no plant in customer-material-info-record; no in material)
I have two ship-to parties
1 with plant A
2 with plant B
When I create the order everything works fine and the plant is determined correctly.
Now I change the order (no subsequent document yet) from ship to part 1 to 2. Still I have on line item level the plant A, even so SAP gives the pop-up: Ship-to party has been changed: Redetermine plant/shipping point ? I click on redetermine, but nothing happens with the plant. (Material is set-up for both plants)
Userexit userexit_source_determination is not implemented.
Did anyone made the same experience. Any idea why the plant is not updated when the ship-to is changed? I checked OSS but did not find anything helpful.
I

The item was a BOM according to OSS 665080. This is standard behavior because the plant is not ready for input.
Br,
Lukas

Similar Messages

  • Text Re Determination when ship to party is changed

    When ship to party is changed during order creation - texts that are maintained are not getting re determined.  In text determination only old values got updated.
    Regard
    ATK

    Hi Srinivas,
         Can you try out in the user exit 'EXIT_SAPMV45A_002' .
    If it is not working pls let me know.
    Message was edited by:
            raj joe

  • Redetermine Routes for all items when ship-to-party gets changed

    Dear All,
    I have one requirement with respect to determination.
    Right now when we create any order using "VA01" and entering ship to party, sold to party,material and order quantity and if press enter we are able to get the route number for that item and to get the route number they have written the code in user exit "MV45AFZZ" in FORM USEREXIT_MOVE_FIELD_TO_VBEP. Up to this OK.
    And if they change the ship to party at header level and press enter it will ask for
    Shipping conditions were changed,Redetermine routes and shipping for all items?
    and if press redetermine again it will ask Ship-to party has been changed   Redetermine plant/shipping point ?.
    But when i press redetermine it's not picking any route number for that item, and to pick the route number we should write some code, but i didn't find the correct place to write in userexit.
    Please let me know where should i write the code in userexit, and if possible send sample code as well.
    Thanks in Advance.
    Regards,
    Raju

    Hi Raja,
    How did u solve this issue, im facing exactly the same problem.
    Need some advise.
    Regards,

  • Trigger partner determination when ship-to is changed on the sales order

    Hi,
    Here is my scenario...
    I am defaulting my rail carrier partner function based on the ship-to party partner function into the sales order using the standard configuration i.e. by maintaining SH as entry in the "source" field for rail carrier partner function of the sales document partner determination procedure. Every thing is fine until the ship-to party in the order is not changed by the user. when the user changes the ship-to party the carrier is not re-determined (the old rail carrier partner function which defaulted into the order from the old ship-to party record stays in the document). I know standard SAP doesn't re-determine partners. Can anyone came accross this issue?
    I would like to know if there is an user exit that i could use and write a code to trigger parter determination when a ship-to partner is changed in the sales order.
    -Sree.
    Edited by: SREE on Sep 15, 2008 4:40 PM

    Hi,
    Try to use user exit FORM USEREXIT_SAVE_DOCUMENT_PREPARE in program MV45AFZZ.
    Regards,

  • Header text is not changing when ship to party has changed

    Hello Team,
    I am facing one issue when ship to party has changed in sales order the header text is not re determining automatically,
    I have read some posts and found that using standard its not possible we need to write enhancement for that.
    I have written below code to change the header text but facing some issues, can you please help me on to resolve this issues.
    I am calling 'RV_TEXT_COPY' FM inside the include FV45PFAP_VBAP_FUELLEN_TEXTE ,
    then its saving header text correctly, but this include is calling whenever I click on Header Text tab,
    if suppose if I am changing ship to party and I am not clicking on Header Text tab then this FM will not call this is an issue
    and one more issue is even in screen data is changing after calling RV_TEXT_COPY FM
    but STXH table is not updating, its updating the first value when we created the order.
    Can any one tell me how to solve this issue, Thanks in advance!

    Hi Mac,
    I think the following user exits can help you. In the Include MV45AFZZ use the below exit points,
    1) USEREXIT_MOVE_FIELD_TO_VBKD
    2) USEREXIT_SAVE_DOCUMENT_PREPARE
    try to write your code logic here.
    Regards,
    Satish

  • Output CMR1 for more than one ship to party

    Hello experts,
    i have a shipment with some deliveries and more than one ship to party. In fact each stage in the shipment represents a ship to party.
    The assigned output CMR1 is just created for one (the first) ship to party.
    My question is: is it possible to get an CMR1 output for each ship to party of a shipment?
    Many thanks in advance,
    Hannes

    It is not possible to do it for multiple ship to parties using standard SAP in outputs. However if you maintain the output result in a spool, then you can convert the spool into a PDF and send it to whoever you want using the function module
    CONVERT_OTFSPOOLJOB_2_PDF
    Hope this helps.
    Reward if this helps.

  • Partner & Addresses not found for partner fxn Requester & Ship-To-Party

    Hi Gurus,
    We are in SRM 4.0
    A purchaser is getting the following error message while trying to convert a approved SC to PO
    Warning: No address data found
    Error: No Addresses found for partner function type Requester
    Error: Partner not found with partner function type Requester
    Error: No Addresses found for partner function type Ship-To-Party
    Error: Partner not found with partner function type Ship-To-Party
    I've checked the Requester using BBP_CHECK_USERS to find that the user is consistent.
    Any idea what might be causing this issue?
    Kind regards,
    MGS

    Thanks for that. Following the tutorial very closely. we are trying to setup 3040 850. We have many successful 4010 850.
    Still we continue to get same error. I have setup the new Business Action supporting 3040 standard, and believe all of my settings are correct according to tutorial and help files.
    Am I looking at at bug?
    Error -: AIP-50547: Trading partner agreement not found for the given input values: From party[NAME] "CUSTOMER", To party[NAME] "US", Business action name "null";

  • Header Text should redetermine on ship to party change

    Hi Folks,
             Please advice me on the below issue.
    in an existing sales order(or while creation) if we change the ship to party then the header texts should be redetermined.
    I know the standard behavior that when you change sold to party(in VA01 or VA02) the text re-determination happens but it will not redetermine for ship to party change.
    Please advice a spot where I can make modifications.
    Below user exit and include are not proper ones please don't send them as I have already tried with them.
    User Exit - V45T0001 AND Include FV45KFAK_VBAK_FUELLEN_TEXTE
    Thanks in Advance.
    Mady
    Edited by: mmmady on Jul 12, 2011 12:00 PM

    Hi,
    This is very much possible by configuration itself.
    In VOPA, in the sales order partner determination procedure, go to the partner function Z1 and then define the value of the source field as C. Also include Z1 as a partner function in the partner determination procedure of the ship to party but not in sold to party. (Assuming that SH not equal to SP, if both can be same, then you have to maintain the partner function in the PDP of both the acct groups.
    Now while creating sold to party or ship to party, you can include this partner as applicable.
    Once you create the sales order, you can see that the values are getting updated from SH when SH not equal to SP. When SH=SP, it can come from SP master itself.
    Hope it helps you

  • No re-determining of Header Text, when Ship-to party is changed

    Hi Ravi,
    Whenever ship to party has changed then header text is not re determining,
    I am calling 'RV_TEXT_COPY' FM inside the include FV45PFAP_VBAP_FUELLEN_TEXTE , then its saving header text correctly,
    but this include is calling whenever I click on Header Text tab, if suppose if I am changing ship to party and I am not clicking on
    Header Text tab then this FM will not call , this is an issue and one more issue even in screen data is changing after
    calling RV_TEXT_COPY FM  but STXH table is not updating, its updating the first value when we created the order.
    Can any one tell me how to solve this issue, Thanks in advance!

    Hi Srinivas,
         Can you try out in the user exit 'EXIT_SAPMV45A_002' .
    If it is not working pls let me know.
    Message was edited by:
            raj joe

  • 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.

  • Re: Pricing for more than one ship-to-party in sales order

    Hi Gurus,
    Currently I am facing a problem regarding pricing the shipping charge for a sales order having more than one ship-to parties in it.
    Our business process is having a pricing condition type which calculates the shipping charge based on the total value of the order.
    The technical details of the condition type are as follows:
    ZSHH
    Cond. class =    A  Discount or surcharge                  Plus/minus  =  A Positive
    Calculat.type =  B  Fixed amount
    "Group cond" & "RoundDiffComp" are "checked"
    GrpCond.routine 1  Overall Document
    Scale basis = value
    Now due to this depending on the entire order value the shipping cost is calculated.
    However when there are 2 ship-to-party the system should group the items to be shipped to each ship-2-party and calculate the prices accordingly.
    Now as the "GrpCond.routine 1  Overall Document" -- it is taking the total order value while calculating the shipping price even if there are 2 ship2party in the sales order. I am just wondering how to go about this situation.
    There is no value in the pricing formula that calculates the price based on ship-2-party.
    Can anyone help me with this?
    Does this mean that I have to create a new scale formula in VOFM?
    Also how is the shipping price charged when the customer requests partial deliveries?
    Thanks in advance
    Vinit

    Vinit,
       You need to create a new GrpCond.routine. You can do this in VOFM-> Formulas -> Structure of group key. You will need to have the carrier available in the communication structure komp. So assuming you do this, create a formula like 050(RV65A050). Enter code that would look like(I am assuming your carrier code is 10 in length):
    FORM FRM_GRUPPENKEY_050.
      xvakey      = '050'.
      Xvakey+3(10) = komp-carrier.
    ENDFORM.
    Then assign 50 to the condition type(v/06) as the new GrpCond routine. This should give you your desired results.
    Partial deliveries will only take the portion of delivery charges shipped from the line. Eg if 10$ freight on the line and 1 of 2 is shipped, you will only see 5$ on that invoice as long as your pricing rule is copy unchanged.
    Edited by: Matthew Menzies on Jan 21, 2009 11:26 PM

  • One Line Item for More than one Ship to Party

    Dear Friends
    In one sales order which has only one Line Items for example P-101 qty-40 pcs. That 40pcs should shipt to my 4 ship-to-party. How I end user to do it. in one Line item in One Sales Order.
    Kindly Regards
    Arun

    Hi Arun,
    First create four ship to party master data which will be having different address.
    Then assign those ship to party in your sold to party master data in the partner tab.
    If you want sent material P-101 to different persons then you have to divide the quantities in the line item like this
    P-101          10
    p-101          10
    p-101          10
    p-101          10
    Now select one line item and click on detail screen.
    After that go to the Partner Tab and change the Ship to Party for that particular item.
    Do this same procedure for other three line item also.
    Try this method it might work.
    Suneet Prakash

  • Is there a detail document for output determination in shipping function?

    Hi Guru,
    Please guide me the steps for configuring ouput determination in shipping fucntion,
    e.g.  picking slip, packling list etc.
    Thanks,

    Thanks to both of you for your quick responses.
    Hussein,
    I will certainly review the documents and see if that will get us what we need. If the functionality is as I believe it is, I think this may get us there.
    Gareth,
    With the "Notify" function, that will only go to the submitter of the request, correct? Would there be a way to send that notification to a group/mail list?
    Thanks.
    Kevin

  • What is Attr data source name for SOLD,BILL and SHIP TO PARTY

    Hi all,
      I want master data source names for  these SOLD,BILL and SHIP TO PARTY.
       Bill to party,Ship to party and Sold to party Master data source names.
      Plz give me Some help on this.
    i want solution very urgently.
    Thanks,
    Guna.

    Dear Gunasekhar,
    There are no separate datasource for 0sold to, 0ship to and 0bill to parties.
    They are referrenced to 0CUSTOMER in BW. and the datasources for 0customer are 0CUSTOMER_ATTR and 0CUSTOMER_TEXT.
    Assign points if useful
    Regards
    Venkata Devaraj!!!

  • Questions for the time when a mail is sent and arrives

    Hi, all
    I have a few questions for OCS but I can't find any informaiton for them.
    My customer asked me how to know the time when a mail is sent to and arrives a destination mailbox from the OCS database. My Questions are...
    1)
    There are two columns - 'INTERNAL_DATE' and 'RFC822_DATE' - in 'ES_HEADER' table that seem related to sending date. What is the difference between them?
    2)
    Can I know the time when a mail arrives the recipient's mailbox (or mail server) from the OCS database?
    3)
    What does the column 'RECEIVED_DATE' in ES_ENVELOPE table mean?
    I would appreciate if anyone lets me know links or websites where I can get informatin.
    (or if give answers to me directly, I would appreciate so much!)
    Thanks in advance.

    First to permanently delete every trace of Babylon try here '''cor-el''' reply:
    https://support.mozilla.com/en-US/questions/782060
    second to set google as home page see here:
    [http://support.mozilla.com/en-US/kb/How%20to%20set%20the%20home%20page How to set the home page]
    * try to update firefox because you are in beta version 4.0b10 and it is unsupported and beta(trail unstable version)
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

Maybe you are looking for

  • Is there a way to change the Digitised Date for Mov files in Lightroom?

    I am scanning some old photos.  Unfortunately Programs such as Dropbox and OneDrive display Mov files by their digitised Date. Consequently, My scanned photos are shown by the date that I scanned them. I can not seem to find anyway in LightRoom to ch

  • Can I change the default color of Word windows so that icons can stand out better?

    I'd prefer someting like white as a background color behind the functions, toolbars, etc. (I hope I'm explaining myself properly.) Also, the icons are really tiny. The only thing I see that a user is able to modify is the background (non-type) of the

  • In Price determination process,how to correct Net values ?

    In me23n, how can I correct Net value inclusive of tax & final price ? Netvalue inclusive of tax = basic + NAVD(deductible) + NAVS(non deductible) When I go to me23n screen, when I click on invoice tab the screen contains basic price ,deductible tax

  • SAGE LINE 50 QUESTION

    Hi there I wonder if someone could answer me this, I am new to Sage line 50 sotfware and one of my customers had over paid on an invoice by £19.80.  A cheque was raised to the customer and posted out to them. The problem is allocating this cheque to

  • How do i extract photos from previous backups?

    I cant figure out how to extract photos and other online services are asking for payments.?? please help i have photos i need.