Ship to Party Other than in Customer Master

Dear All,
I want to control that only the ship to party assigned in the customer master will be derived in the sales order and user will not be able to enter another ship to party even before entering the sold to party. In standard system there is a control from which you can restrict this once default ship to party has been derived user cant change the ship to party. But if a user during data entry without pressing the enter manually enters the ship to party, system accepts that ship to party even though its not defined in the customer master
Kindly help me on this

Hello ABAPer
First of all i am not clear of your requirement
Partner functions whatever you have defined in CMR will flow into sales order unless and until you have different partner determination procedure at sales doc header level
Without defining at sales header and item level you cant add just like that in sales order
Make sure it is defined at CMR only
By ticking the unique check box system will allow you to create the partner function only once
I have checked that
This is for only new CMRs and i dont think that it will apply for Already created CMRs
The checking what you have done is after ticking the unique check box you would have tried it out in the existing setup
I request you to create a new CMR now with SH unique ticked and see and reply back
Regards
Raja

Similar Messages

  • Ship-to Party details- not from Customer master

    Hi all,
    I need to fetch ship to party details for SO and those details should not be from Customer master(order specific including name, location and region)
    For that  I am using following code.
          SELECT vbeln
                 kunnr
                 adrnr
                 parvw
            FROM vbpa
            INTO TABLE it_vbpa
            FOR ALL ENTRIES IN it_vbak
            WHERE vbeln = it_vbak-vbeln
            and   posnr = '000000'               "Header line partner details
            AND parvw = 'WE'.
          IF NOT it_vbpa[] IS INITIAL.
            SELECT addrnumber
                   name1
                   location
                  region
              FROM adrc
              INTO TABLE it_adrc
              FOR ALL ENTRIES IN it_vbpa
              WHERE addrnumber = it_vbpa-adrnr.
          ENDIF.
    Am I doing it in correct way or am I missing something here?.  Please suggest.
    Regards

    Hi,
    It seems you are retrieving partner detials at header level of a SO. Code seems to be OK.
    Let us know if you have further issues. Thanks.

  • Sub-ledger other than vendor/customer/assets

    Hi
    Our client is having requirement to have sub-ledger (other than vendor/customer/assets) for outstandings and required a report with opening balances, debits, credits and closing balance sub-ledger wise.

    Hi,
    As per your requirement from what i have understood please correct me if I am wrong.
    You want to book your expense with reference to an Outstanding GL.
    Then pay off using the Outstanding GL.
    And you don't want to show the expense gl but should reflect in your Outstanding GL.
    If this is your requirement then please clarify that you don't want to show the expense in TB and also you want to show the amount in Outstanding GL which is a Balance Sheet account.
    At the time of payment what GL will you use and also if you are not showing the expense in the TB then where you want this expense to reflect.
    Edited by: lolu jo on Feb 14, 2012 12:34 PM

  • Payer is different in sales order than in customer master

    Hi Sap Gurus,
    While I am creating a B1(Rebate credit memo requst) the payer is different from customer master.
    e.g Suppose the payer in customer master is 100000 & sold to party is 100085 but in sales order the payer is getting changed to 100085.
    But when I create a normal CR(credit memo request) in sales order it is showing the same payer as in customer master.
    I have checked in VBO2 the rebate receipient, it is 100085.However when I changed the rebate receipient to 100000 all the partner funtions are getting changed to 100000 in sales order.
    I also tried creating a B1 document with a customer other than 100085, in sales order the payer is same as in customer master.
    I am facing problem when I try to raise B1 documnt type for this particular customer i.e 100085.
    Need your help badly.
    Regds....
    Sumit

    In case, for your sold to party 100085, if you have assigned  payer as 100000,  in sales order the payer should be 100000.
    If not check your settings as to why you are getting payer as 100085

  • Avaialble Ship to party for Sold to customer

    Is there any standard report avaialbe which will give ship to party assigned to sold to party and its address..
    I do not want tables.

    You can use KNVP table for this purpose. I mean just pass all the sold to parties as input and select partner function as ship to.
    System will display you back the list of all the ship to party customers assigned to those respective sold to party customer.

  • How to capture ship method and freight account in customer master and order

    Hello
    In the customer master, I would like to maintain fields like freight vendor, freight account no and preferred ship method (Like Fedex Ground, UPS next day, etc), and have them copy over to the sales order. I know we can define freight vendor in partner function, but I do not see anything in the shipping view of the customer master similar to this. We are not using the transportation module, and are on ECC 6.0.
    Is my only option to define these in the text fields or under additional data of customer master and have text determination carry this over?
    Im curious as to how other companies have configured this, any opinions would be greatly appreciated.
    Regards
    Ken
    Thanks in advance

    Hi Ken,
    You may use the reserve fields of the customer master at general data or sales area data.
    In customer master data, choose menu: Extras --> Additional data
    To use a reserve field (attribute 1) of the customer master proceed as follows:
    1. Change the short descriptions of the data elements KATR1 by using the SAP enhancement and activate the data element.
    2. Maintain the entity tables TVK1 with the values.
       "01" Fedex Ground
       "02" UPS next day
       etc.
    3. Use the same procedure for the remaining reserve fields KATR2-KATR9.
    Then continue with enhancement of copying the customer master fields into the sales document either VBAK, VBAP, or VBKD.
    Regards,
    Gumanti

  • How to use the same credit card for more than one customer master

    Hi,
    this is a question for consultants at least a little familiar with SAP business partner, Customer-vendor-intergration cvi, contract accounting:
    My customer wants to store the same credit card with more than one customer. Arguments are that family members or partners may mutually agree to use the same credit card for their distinct purchases.
    I never tried with amazon or the likes but I know that SAP validates the uniqueness of credit cards.
    I found 6 code line where the message (V/)005 "Payment card &1 &2 is already assigned to customer &3" prohibits duplicate assignment.
    Even if I create a couple of enhancements to suppress the error, I don't know how the system will work.
    The customer does not like the idea of using alternative payer.
    Did you ever face the same problem and how did you solve it?
    Much Thanks in advance
    Best regards
    Clemens

    thanks

  • Assign the same credit card to more than one customer master

    Hi,
    this is a question for consultants at least a little familiar with SAP business partner, Customer-vendor-intergration cvi, contract accounting:
    My customer wants to store the same credit card with more than one customer. Arguments are that family members or partners may mutually agree to use the same credit card for their distinct purchases.
    I never tried with amazon or the likes but I know that SAP validates the uniqueness of credit cards.
    I found 6 code line where the message (V/)005 "Payment card &1 &2 is already assigned to customer &3" prohibits duplicate assignment.
    Even if I create a couple of enhancements to suppress the error, I don't know how the system will work.
    The customer does not like the idea of using alternative payer.
    Did you ever face the same problem and how did you solve it?
    Much Thanks in advance
    Best regards
    Clemens

    Thank you Rafael,
    as I said "The customer does not like the idea of using alternative payer."
    I know this would be the correct way but the customer rules - so I try to evaluate a solution.
    Regards
    Clemens

  • User Exit for correct ship-to Party while Creating Sales Order

    Dear Friends,
    Pls let me know which User Exit should I use to validate the Ship-to Party on the basis of Sold-to Party, while creating a sales order.
    In other words we wish to make sure that the user gives the correct Ship-to party corresponding to the Sold-to party, while creating a sales order.
    Regards,
    Alok.

    Dear Naveen,
    Thanks for replying.
    I do agree with you that SAP may validate the Ship-to Party in accordance with the Sold-to Party. But still the user may change  that Ship-to Party value and save the Sales Order with a wrong Ship-to Party.
    Here, my user wants a check/validation that no one should be able to save the sales order with wrong Ship-to Party other than the ones defined in Customer Master.
    Hope you got the issue now.
    Regards and thanks once again,
    Alok.

  • Converting External Ship-to-party number to Internal ship-to-party number

    Hi Friends,
    I am working on Ale idoc scenario in which i need to create sales order from customer purchase order. for this i need to maintain ship-to-party number in advance. Customer is providing me with list of ship to party number, but i dont want to maintain external number. I wan to maintain internal ship-to-party number and assign it to external ship-to-party number coming from idoc from customer PO.
    So Please suggest how can i do this. is there some standard functionality provided by sap for this, coz i think this is standard requirement.
    Thanks ,
    Brijesh Soni

    Hi Brijesh,
    You can maintain the value of external ship to party number in the customer master against a system generated(internal) customer number.
    This can be done in the sales view----partners tab of customer master. The field is called"partner description".
    When you received an idoc,you can match the customer number in idoc to the field KNVP-KNREF and against this field pick value of KNVP-KUNNR. once the system determines the correct sold to party then ship to party will be determined automatically.
    SAP has given KNREF field especially for these kind of scenarios.
    Regards
    Karan

  • Ship-to address changes on customer master not updating orders

    We have recently noticed that ship-to address changes on the customer master made with XD02 no longer show up on existing standard orders.  Similar changes to the sold-to addresses do show up but no tthe ship-to addresses.  Does anyone know how we can resolve this problem?

    hi jeff,
    the adresses of a partner is
       - with reference to the master-data  ( if unchanges in the Order )
       - of copied in the order and then changed and saved onlyy for the order.
    in the first case, a change of the main data will effect a change in the order.
    in the second case, the change of the main data will not change the order, data - they are separate.
    you can see this in se16 / table vbpa.
    look at the adressnumber.
    Adressnumbers of 9++++ are of the 2nd - manual type.
    I guess, in the ship to partner, there is done a manual change in the order.
    in solt to data normally you don't need such a change. therfor the sold-to partner will get the changes of masterdata -- the ship to partner has manual adress of the orden.
    hans

  • How to see all customers having more than one ship to party?

    Dear Friends,
    How can I see a list of customers having multiple ship to parties.
    Please hlep me to get the solutions. Your help will be highly appreciated.
    Best regards
    Raghu ram

    Hi,
    Use transaction code SE16, enter the table KNVP table.
    Fill the data like sales org, and enter the partner function as SH. Then in the partner counter field enter > symbol and 0 as value. Then execute. The system will display the list of customer numbers with multiple ship-to party.
    If a customer number carries multiple ship-to party, then when a user creates a sales order, the system displays all the ship-to party numbers assigned to the customer (sold-to party) and the user has to select the one ship-to party.
    Regards

  • Ship to party in Sale Order

    Hi all,
    In sale Order when we are manually changing the Ship to party, even though that SH is not maintained in the Customer Master Record, the system is allowing that SH and saving the sale order.
    The system is allowing all the SH in same sales area in sale oder even its not in the Customer Master Record. How to block this.
    Please Help..
    Thanks and Regards,
    Sam

    hi sam,
    I have understood ur problem.
    I'll give a solution ......but it work for only at header level.
    Tick the Not modifiable check box while placing the partner functions in the partner determination procedure which assigned to Customer Account group.
    And save.
    Afterwards place another ship to party in the customer master.
    ex. in customer master data of 101 customer u assign another shipt to party partner 102 in addition to 101 and save.
    If u try to create order then after entering the sold to party in the order the system shows a pop up box for the selection of the ship to party partner function among these two ship to parties which assigned to customer master 101.
    Select any one ..to who u want to ship the goods.
    Then at header level and for all items the same partners will be copied.
    And all partner functions are indisplay mode only. It is not possible for u to change the partner function.
    The disadvantage is that u cannot have different ship to parties in one order.
    i hope u got something....i know it does not fulfill ur requirement.
    regards
    raj

  • Ship to party and Sold to Party

    SD Gurus,
    I am new to SD, I have a new customer, that will various ship to party. What is the process to set up ship to parties. I know I have to set-up custmer via XD01, then partner functions select the ship to party?
    Where do i create the ship to party? Can some one please give me some steps to take?
    Thank you for your help

    Hi Frank
    You can use the standard 0002 (Goods recepient) Account group for creating the Ship-to-party.
    So create your Ship-to-party e.g, B,C,D,E using this account group 0002.
    Next, create the customer master for Sold-to-party (e.g, A) using Account group 0001 in VD01 or XD01 by giving your Sale area.
    In the Customer master of Sold-to-party, you can have multiple Ship-to-parties.
    In the customer master of Sold-to-party "A" , in the Sales area data > partner function tab, add those Ship-to-parties (B,C,D,E) you have just created.
    Now Sold-to-party "A" has four Ship-to-party (B,C,D,E).
    Whenever you will create an order for "A", system will give you a pop-up of this list of Ship-to-party(B,C,D,E) from where you can choose the required SH.

  • Ship To Party issue in Sale Order

    Hi,
    when i trying to choose another ship to party on header of a sales quotation . system is giving me error
    "Top node 0011000560 for ship-to 0011000845 not maintained or ship-to is not valid"
    I have maintained the 2nd code as ship to party in customer master of the 1st.
    Please advice.
    Ankur
    Edited by: Lakshmipathi on Jun 3, 2011 12:07 PM
    Please use the subject effectively

    Dear Ankur,
                  I hope you created a new ship to party in new account group,now what you have to do is assain this ship to party no to your customer (sold to party) change mode,sales area tab there in partner functions there menction one more SH and give the ship to party no and save the customer master.Then while you crating the quatation or sale order once you enter the sold to party system will show the pop up to select the ship to party then select the related ship to party.
    Thanks and Regardds
    Vinayk

Maybe you are looking for