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

Similar Messages

  • 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

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

  • 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

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

  • How text will be redetermined if the ship to party is changed

    Hello,
    The test is maintaining at ship to party level and if the ship to party is changed how the text will be redetermined here in the order the text is not redetermining. kindly give the solution for redetermination on this.
    Regards,
    Kishore.a

    Hi Kishore,
    Sorry, note 784371 is not released to customer anymore.
    Please refer to note 548615, point 5 about the description of this standard system behavior.
    You want to change the SAP standard behavior described above with a user-defined modification and trigger the text determination in dependency of other fields (for example ship-to party).
    Take into account that all header texts and item texts entered manually are lost when you call you own text determination again.
    If you still want to modify, use the following include for the item
    data:
      > FV45PFAP_VBAP_FUELLEN_TEXTE
    and for the header data, use the include
      > FV45KFAK_VBAK_FUELLEN_TEXTE
    In both includes, the RV_TEXT_COPY function module is called. A user exit is not provided here.
    Ensure that the modification is retained (using transaction SPAU) when you import a new Support Package after an upgrade.
    Thanks,
    Alex

  • 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

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

  • Ship to party name change

    Dear Sir,
    I create a sale order,  the name in customer ship to party different then other. Ship to party have a different named "One time customer " but when I attache with sale order and during sale order I change it in sale order header partoenr ship to party with different name like ABC. When I create the delivery Order and make a script out the name of the script is same as one time customer but name in sale order and delivery both one show ship to party as ABC. please tell me how i can change it and from where i can adjust the change name on the script out.
    thanksa

    Hello,
    check with your ABAP teamand debug the script. Get the ship-to from VBPA table by passing PARVW = SH/WE. Get the address number and pass it to ADRC table and get the ship-to name.
    If my understanding is not correct, then please post more details about your requirement.
    Regards,
    SAM

  • In photoshop cs6, what is the standard width, heighth and resolution I should set my photoshop to? How do I determine when and how to make changes accordingly?

    I'm trying to change the pixel and width settings in photoshop but I messed around with the number settings and for some reason these numbers have saved. Everytime I open photoshop, my canvas is a very small rectangle. Any ideas on what the default settings would be?
    Thanks!

    When you type in the values, those values will be used the next time you open the new dialog box. However It you look above you will see a drop down box that list different media, below that is the presets for that media. When you choose the preset it fills in the text boxes for you.
    To answer your question there is no standard, but the presets are a good starting point. Generally you first decide on what media you will be designing for starting with the highest resolution first and working your way down the list to the lowest.
    For example a printed ad would be designed before a website as it is easier to remove pixels than it is to add them.
    BTW one of the presets is default which is the values that were in those text boxes when you first installed photoshop which is 5" x 7" at 300ppi. That happens to be a size used for pictures when you have them printed to fit a 5 x 7 picture frame.

  • Can ship to party be changed while creating delivery?

    Hi All,
      I've created a delivery for a sales order using the fm "RV_DELIVERY_CREATE",while creating the delivery using this fm can i change the 'ship_to_party'?

    Hi Rajesh,
    U can not change the ship-to once u have created a delivery.
    As it is being created with reference.
    Please let me know if i am wrong.

  • Change of ship-to party right before dispatch on delivery (not order)

    have a client that consistently has to change the ship-to party right before dispatch. the client has customers that are dealers, who in turn have sub-dealers. the dealers very rarely accept shipment to their address, they want the delivery posted to the sub-dealers and this can change at the last minute. as of right now, the addresses for sub-dealers is not maintained by the client, but they would like to have this option.
    i would like to maintain the address of the sub-dealers. but once the delivery document is created the ship-to party is greyed out, how would i change this, so i can enter a new ship-to party? the address changes last minute, but after the delivery has been created.
    thanks in advance!

    Hi
    In standard SAP it is not possible.
    Once , you create a Delivery document, you can not change the Ship-to-party. Ship-to-party is a Header data in Delivery.
    If you want the change then you have to delete the Delivery.
    Make your client understand that it is not only Ship-to-party, so many other  related data will get redetermine once the Ship-to-party is changed.
    For example, When Ship-to-party is changed, Route will be redetermined, Tax will be redetermined, partial delivery agreement may be different etc.
    The new Ship-to-party may have a choice of different Plant also.
    Normally, the above data are determined in Sales order, therefore you can change those in Sales order only and NOT possible to change in the Delivery document.

  • No text redetermination once change the ship to party

    Hello Experts,
    We have text like picking/packing/shipping text in ship to party. and we have assigned such text value in ship to party.
    Suppose:
    Ship to party A has shipping text: ABCDEFG
    Ship to party B has shipping text: 12345678
    I create the sales order with ship to party: A and system determine text (header level) as ABCDEFG, I save it later i change the ship to party in sale order from A to B. according to business logic system should change the shipping text from ABCDEFG to 12345678 once I change the ship to party from A to B. But it is not happening.
    Even though changing the ship to party from A to B, system is not redetermining text and I am wondering why it's happening?
    Is it the standard functionality ? why it is happening ?
    Thanks,

    How text will be redetermined if the ship to party is changed
    Please refer the above tread, System does not re determine the text if Ship to party  is changed, it changes only for SP, also if you want to redetermine the SH text then refer the notes also which was mentioned in the above tread.
    thanks,
    Srinu.

  • Determining SHIP-TO-PARTY- Country

    Hi Experts,
    I have requirement of determining the ship-tp party-Country field while saving the sales order.
    Ideally it should be same as ship-to-party-country in Customer Master table (KNA1), however some times if it is a one time customer then there is no need to create a customer master and we can put the address in Sales Order itself. The screen field is shown as ADDR1_DATA-country. Please let me know a method by which i can fetch the SHIP-to_party-country value.
    Regards,
    Anjali

    Hi Kiran,
    Please let me know what i need to pass to BSEC table. Right now my coding is done in MV45AFZZ. Also for the particular Sales order i have in hand, i tried passing BSEC-BELNR = SO number .. but it has fetched no values in return. I'm not sure if this is the way. Kinldy suggest.
    Thanks
    Anjali

Maybe you are looking for

  • Help newbie: in running sample CORBA and EJB

    HI, I am trying to run the samples that come along with the http server for 8.1.7, all the examples work except for these two, for the CORBA,I am able to load and publish, and works perferctly from the client (used runit.bat) but when i try to run fr

  • Idocs from R/3 should not go to XI

    Hi All, I have Idocs -shipment idocs, which are going from R/3 system to XI. Is there a way to prevent this to happen. Can some somebody help me on this. Kind Regards Chakradhar

  • DPS scrollable frame

    Hi there, Just wondering if you can make a scrollable frame of images the same as you would make a scrollable text frame?, If so, what is the simplist way to go about it (lining the photos up and using a container, paste into? just like you'd do a te

  • Does Apple discount existing MacBooks when the new ones come out?

    I haven't bought a Mac in over 10 years and I don't how Apple does business. I want a new MacBook Pro, but I'm not in a super-rush. I can wait another three months, if necessary. The current MacBook Pro (top of the line) is more than sufficient for m

  • Music that plays perfectly fine in my library will skip around within the song on ipod.

    Every song begins halfway through, then skips back to the beginning, then skips to the end, and then back to the middle until the song's time runs out. Then it will go onto the next and repeat the same thing. It's getting rather frustrating and I can