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

Similar Messages

  • How to join tables to show the Ship-to party of the SO...

    To output a list not only show the Ship-to Party of the SO header, but also  show the Ship-to party for every item of the SO.
    Thanks!!!
    How many tables coule get this done??
    Thanks.

    Hi Hoo Laa,
    Use Partner function WE as Ship to party ( While selecting the data use WE,do not use SH)
    Check the below program :
    REPORT Zxyz.
    tables : vbak,
             vbap,
             vbpa.
    data : begin of i_final occurs 0,
           vbeln like vbak-vbeln,
           vkorg like vbak-vkorg,
          kunnr like vbak-kunnr," Sold to party
           posnr  like vbap-posnr,
           matnr  like vbap-matnr,
           kwmeng like  vbap-kwmeng,
           netpr like vbap-netpr,
           end of i_final.
    data : begin of i_output occurs 0,
           vbeln like vbak-vbeln,
           vkorg like vbak-vkorg,
           kunnr like vbpa-kunnr," Sold to party
           posnr  like vbap-posnr,
           matnr  like vbap-matnr,
           kwmeng like  vbap-kwmeng,
           netpr like vbap-netpr,
           end of i_output.
    start-of-selection.
    select avbeln avkorg
           bposnr bmatnr bkwmeng bnetpr
           into table i_final up to 100 rows
           from vbak as a inner join vbap as b on bvbeln = avbeln.
    loop at i_final.
    select single * from vbpa into vbpa
                         where vbeln = i_final-vbeln
                         and   parvw = 'WE'. -> Partner function
    if sy-subrc eq 0.
    i_output-kunnr = vbpa-kunnr.
    endif.
    i_output-vbeln = i_final-vbeln.
    i_output-vkorg = i_final-vkorg.
    i_output-posnr = i_final-posnr.
    i_output-matnr = i_final-matnr.
    i_output-kwmeng = i_final-kwmeng.
    i_output-netpr = i_final-netpr.
    append i_output.
    endloop.
    end-of-selection.
    loop at i_output.
    write:/ i_output-vbeln,i_output-vkorg,i_output-kunnr,i_output-posnr,
            i_output-matnr,i_output-kwmeng,i_output-netpr.
    endloop.
    Thanks
    Seshu

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

  • Get the Ship-to-Party from Sales Order and Line item

    Hi all,
    I am developing one report in which I want to get the Ship-to-Party for a particular Sales Order and Sales Order Line item number.
    I can see table VBPA from I can get value of KUNNAR and so on. But my concern is that can the Ship-to-Party differ for different line items for sales Order, if yes how to get that one, any table or any function module?
    In my scenario i found out that ship-to-party only depend upon sales order and partner function not line item.
    please help me..
    regards,
    vikas.

    Hi,
    First step: Customer Creation (T. Code: XD01)
    i) Create Sold to Party (Ordering Party) with Account Group: Sold-to-Party
    ii) Create as many Ship-to-Party and Bill-to Party, if reqd, with Account appropriate Account Groups.
    iii) Match all the Ship-to-party/ Bill-to-Party/ Payer for the respective Sold-to-Party under Tab: Sales Area data, Sub-tab: Partners.
    Second Step: Sales Order Creation (T.Code: VA01)
    i) Enter Sold-to-Party at Header Level.
    ii) Enter Materials (at Line-item level).
    iii) Now, System will pop-up all the Ship-to-Party/ Bill-to Party/ Payer, Matched for the particular Sold-to-Party. Click on appropriate selection.
    OR
    Now, (if option doesn't pops-up) select the line and Double Click on to the same line. it will lead to the next page. Here, Click Tab: Partners
    Now, in Column: Partner Function, search for appropriate Partner: Ship-to-Party or Bill-to-Party or Payer.
    Remember: Sold-to-Party will be non-editable as entered at Header level.
    Repeat the same for Each Line-item.
    Regs,
    Amit K. Yadav

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

  • How to fetch the VAT registration number of the ship to party from billing

    Dear SDN Team
    How to fetch the VAT registration number of the ship to party from the billing document.  Can you proide some information for fetching the VAT registration number of the ship to party.
    Normally only the payer VAT registration number will be displayed in the Invoice.  But in my case the Ship to party VAT number is displayed. 
    I have resolved this problem by doing the customizing setting in order to have the payer vat registration number.  But for the Old Billing documents it is more than 30,000 documents where it was printed with the ship to party VAT number.  So i need to identify those documents.
    Can you please help to resolve this problem.
    With Regards,
    Jai

    Hi,
    To get VAT from the ship to from Billing, You have to first fetch the BILLING NUMBER from the VBRK and then goto the Document flow in VBFA to get the SALES DOCUMENT NUMBER and with sales document you will get the SHIP TO number from the VBPA with the PARVW = SH
    Once you got the SHIP TO , then goto the KNA1 and get the VAT ID in the field STCEG
    so the logic will be as follows
    VBRK---VBELN and then
    VBFA--VBELN with the document Category as C
    VBPA-VBELN and get the  KUNNR with PARVW =SH
    Now with KUNNR ( ship to ) get the VAT ID from KNA1-STCEG
    regards,
    santosh

  • How to populate the ship-to-party in Sales Order at the header level

    Hi Config experts,
    I created Sales Order. I entered the Sold-to-party number, item and Qty and when I press ENTER, the ship-to-party field does not get populated with Business Parter number. I am expecting the same sold-to-party number to get populated automatically in ship-to-party field too. But it is still empty.
    Any clues how to get BP no. automatically in ship-to-party field.
    Thanks,
    John

    Hi John,
    The partner is determinated by access sequences on your partner function in partner determination procedure. For example, if you set the access sequence 0017 'Current Partner: Sold-To Party' on ship-to party on your partner determination procedure, you can see the ship-to is set as sold-to when you enter the sold-to.
    Regards,
    Masayuki

  • How message will be retrieved from the website and it send back to the mobi

    how message will be retrieved from the website and it send back to the mobile ?
    please give documents and sample code
    Message was edited by:
    kannankalli

    So as your query :
    The data will be fetched from website and it reach to
    mobileimplicates many possibilities.
    Well if u just want to view the website contents on your mobile then open the web browser in your mobile and open the desired web site, or u can use opera mini for this if your phone supports this.
    And if u want to fetch the contents of some site to your application, use GCF api.
    As a starter hope this will help u : http://www-128.ibm.com/developerworks/library/j-j2me4/#N10102

  • How long will power last on the iphone 5s with 4g and 3g and 2g?

    How long will power last on the iphone 5s with 4g and 3g and 2g?

    I don't think anybody would know the answer to your question.
    Nobody here knows how you use your phone.
    to answer your question test it out yourself.

  • I want to know how much will cost my university the creative cloud?

    I want to know how much will cost my university the creative cloud?
    I'm needing 16 licenses for my students on the creative cloud. I saw that the price is per month. I want to compare the creative cloud between the adobe master collection cs6.
    Thanks for the help!

    Hi Edcastro,
    Welcome to Adobe Forum,
    The desktop applications are the same with the both a suite or the Creative Cloud, they just activate differently - either a serial number for a suite, or your Adobe ID for the Creative Cloud.
    The Adobe Education Buying Guide is here http://www.adobe.com/education/buying-guide.html.  The current price for students is actually cheaper than the one listed there. Go to the Creative Cloud Plans pagehttps://creative.adobe.com/plans and then click on the tab Plans for Students & Teachers.
    All of the applications and services included in the Creative Cloud are shown here https://creative.adobe.com/apps. You can cross-reference that with the buying guide.
    The CC also provides you access to certain services & give you storage space per seat.
    Hope this helps you.
    Regards,
    Rajshree

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

  • 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

  • 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

  • Fax number is not picking from the ship to party to send COA

    Hello,
    To fax COA, output type in delivery is not picking up fax number from customer or from partner function.
    Condition records are maintained for partner function ship to party and condition records and output determination procedure is also assigned.
    Can anyone guide what is missing to pick up fax number from partner function ship to party or sold to party?
    Thanks

    Hello Sandeep,
    Thanks for your response!
    yes it is maintained there for ship to party. my question is at delivery item level, if I select output type and check the communication method for FAX, it is showing blank or sometime wrong fax number.
    I am expecting to pick up  fax number which is maintained at XD02 for the ship to party by refering condition record vv22. Here, I have maintained fax details in contact person of that parner function in the sales area of customer. Else, you can guide me the right procedure to sent COA fax to recipients.
    Hope above information helps you to understand my issue, else I will elaborate more.
    Thanks

  • Transportation Zone in the ship to party changed after delivery

    Dear Guru,
    Earlier when the user was creating sales order and the delivey the transportation zone for the ship to party was france, now before billing he has changed the transportation zone to netherlands.
    When he created billing, tax MWST was not getting triggered. i asked him to create pricing condition for Export tax, but it is not heling us.
    If he changes the transportation zone for the ship to party and try to crete billing will it help to trigger MWST.
    Reg,
    NZ

    Hi Nayaz,
    You should maintain create condition records for MWST from vk11 in access sequence like (departure country/destination country, domestic, and export taxes). additionally, maintain your route determination regarding of your requirement  and customer and material master billing tax tab should be maintained according to this configurations.
    I hope these will solve your problem.
    Regrds,

Maybe you are looking for