Destination country in a Sales Order

Hi,
I am not clear with one of my earlier issues.
I want to know from where does the destination country comes in calculation of MWST tax condition type in a sales order.
In my case I have a sales order for one time customer for which the destination country is Libya which I couldn't trace from where does the system has picked up Libya.
Can anybody throw some light on it?

Hi Christino,
Pls goto the T.Code XD03,enter your Customer number.
In the General Data tab you can find the Country of the customer.In Street address tab you can find this.
Or you can find in the Sales order also.
Go to T.Code VA02,enter your Sales order number.Goto Item Datails.
Goto Partners tab.
Double Click on Ship-to-party.It will open an window.
In that in the Street addreaa tab you can find the Country.
If you want to change you can change also.
After this you will get a message as "Taxes are redetermined".
Regards,
Mohan.

Similar Messages

  • Destiniation country entered in Sales Order, not passing to FI document

    we have destination country field entered in Sales Orders and passed onto FI document. But for some reason, some of the G/L accounts/cost elements of country Mexico user enter mexico, in the corresponding FI document, destination country is over written to US. This is the case for some G/L accounts but not for all. I'm not too familiar with CO-PA, but i was told it's a co-pa issue. Does it have to do with derivation rules? Are these data flow done on GL account level? Any help is greatly appreciated! Thanks!

    I dont this this is COPA issue.
    Each country can have only one tax procedure. During a particular R/3 business transaction, the tax procedure assigned to the company code country (MM/FI) or the country of the plant's company code (SD) will be executed.
    Summarizing the tax procedure is assigned by country in the transaction
    OBBG and the system will take the one assigned to the country of the
    plant´s company code.
    Refer 10560/63103 OSS notes to understand the functionality/issue. There might be some user exit. Pls look for the same.
    regards
    S

  • Need a user exit for Export Control check in Sales Order fro VA01/VA02

    Hi ,
         I need a user exit for Export Legal Control process in Sales Order.since Ship-to country in the Sales Order is not always the ‘ultimate destination country’ User Exit needs to be built in with following logic
    1.     Check to see if ‘ultimate destination country’ field is maintained in Sales Order
    2.     If a value is maintained then for the Export control checks use ‘ultimate destination country’ instead of the Ship-To country (step 1)
    3.     If no value is maintained then use Ship-To country as default
    The user exit is called when the user creates or changes a Sales Order.
    Can anybody help ?
    Thanks

    Hi,
    Exit Name Description
    SDTRM001 Reschedule schedule lines without a new ATP check
    V45A0001 Determine alternative materials for product selection
    V45A0002 Predefine sold-to party in sales document
    V45A0003 Collector for customer function modulpool MV45A
    V45A0004 Copy packing proposal
    V45E0001 Update the purchase order from the sales order
    V45E0002 Data transfer in procurement elements (PRreq., assembly)
    V45L0001 SD component supplier processing (customer enhancements)
    V45P0001 SD customer function for cross-company code sales
    V45S0001 Update sales document from configuration
    V45S0003 MRP-relevance for incomplete configuration
    V45S0004 Effectivity type in sales order
    V45W0001 SD Service Management: Forward Contract Data to Item
    V46H0001 SD Customer functions for resource-related billing
    V60F0001 SD Billing plan (customer enhancement) diff. to billing plan
    SDAPO001 Activating Sourcing Subitem Quantity Propagation
    <b>Reward points</b>
    Regarsd

  • Adding Sales Order with multiple lines

    Hi all,
    I have a C# program whereby I am trying to get Sales Orders from one database (source) and create them in another database (destination). I can't get the code to work properly as lRetCode is never equal to 0 but is -5002.
    How can I fix it so that it adds the sales orders properly?
    Here is the code snippet:
                unaddedSOs = sList.Except(dList).ToList(); // contains the header information
                // Add the Sales Orders that are missing to destination database
                SAPbobsCOM.Documents sboSO =   (SAPbobsCOM.Documents)oCompanyDestination.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders);  // Destination
                // Loop through unadded Sales Orders
                foreach (var item in unaddedSOs)
                    // Set properties of the Sales Order object
                    sboSO.CardCode = item.cardCode;
                    sboSO.CardName = item.cardName;
                    sboSO.DocDate = item.docDate;
                    sboSO.DocDueDate = item.docDueDate;
                    // Add Sales Order Document Lines
                    SAPbobsCOM.Recordset rsLines = oCompanySource.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset); // Source of lines
                    // Get Sales Orders from source database
                    rsLines.DoQuery("SELECT ItemCode, Quantity, Price FROM RDR1 WHERE DocEntry = '" + item.docNum + "'");
                    rsLines.MoveFirst();
                    if (rsLines.RecordCount > 0)
                        while (!rsLines.EoF)
                            sboSO.Lines.ItemCode = rsLines.Fields.Item("ItemCode").Value;
                            sboSO.Lines.Quantity = rsLines.Fields.Item("Quantity").Value;
                            sboSO.Lines.Price = rsLines.Fields.Item("Price").Value;
                            sboSO.Lines.Add();
                            rsLines.MoveNext();
                    // Try to add the Sales Order to the database
                    int lErrCode = 0;
                    string sErrMsg = "";
                    int lRetCode = sboSO.Add();
                    if (lRetCode != 0)
                        int temp_int = lErrCode;
                        string temp_string = sErrMsg;
                        oCompanyDestination.GetLastError(out temp_int, out temp_string);
                        // Incase adding a Sales Order failed
                        if (lErrCode != -4006)
                            // Display error message
                            MessageBox.Show(lErrCode + " " + sErrMsg);
                MessageBox.Show("Done!!!");
    Kind Regards,
    Kinyanjui.

    Hi Kinyanjui,
    I think you're always writing to the same line:
    int row = 0;
    while (!rsLines.EoF)
        sboSO.Lines.SetCurrentLine(row);
        sboSO.Lines.ItemCode = rsLines.Fields.Item("ItemCode").Value;
        sboSO.Lines.Quantity = rsLines.Fields.Item("Quantity").Value;
        sboSO.Lines.Price = rsLines.Fields.Item("Price").Value;
        sboSO.Lines.Add();
        rsLines.MoveNext();
        row++;
    Best regards,
    Pedro Magueija

  • Conditions in Sales Order

    Dear gurus
    I have one question about the conditions in the Sales Order screen.
    the sceneario goes this way :-
    i created 2 Sales order both sales order using same material ABC
    First Sales Order to the country SG
    Second Sales Order to the contry MY
    The pricing condition i know that is tie up with the customer.
    Because , customer in SG will use SGD currency , meanwhile for MY will use RM
    But i am confused that , in the VA02 screen .
    Condition for sales tax only customer in MY will charge for the Sales tax
    I also check the Material master for material ABC in TAX data tab. Sales Tax is set for Country = MY
    May i know what tie up this that make sales tax appear automatically for the 2nd Sales order?
    is it that partner function ? which the sold to party = MY?
    Thanks
    Wilson

    Dear Wilson
    Several parameters influence the tax amounts and tax rates determination. The most important ones include:
    -  Delivering country (origin)
    -  Tax class of the ship-to partner
    -  Tax class of the material being shipped
    -  Tax calculation date
    -  Jurisdiction code from ship-to-party (customer)
    -  Jurisdiction code from ship-from address (plant)
    -  Point-of-order acceptance
    -  Point-of-order origin
    SAP defaults the ship-from jurisdiction  maintained on the plant as the point-of-order acceptance, and ship-to jurisdiction maintained on the customer as the point-of-order origin
    So if you have any problem in tax, you need to check the ship to party customer master what tax classification you have maintained.
    thanks
    G. Lakshmipathi

  • Sales order item level deliveryblock based on the material's destin country

    Hi Experts
    I have a requirement to set delivery block to an order at the item level based on of country of destination and material.
    -Requirement is to block automatically order line when a material is not authorized (Regulatory affair) to be shipped to the country.
    -We need to allow only authorized person to have ability to remove the block-How can this be set up?
    - Delivery block like these are usually set up for sales org & material (and not country level), the issue here is different countries in same sales org.
    Awaiting for earliest comments
    Thanks
    Banu

    Hi,
    In standard SAP you can not have delivery block at the item level based on the country of destination. Because contry of destination comes from Ship to party master data and material master is not based on the country.
    You need to have development or Exit and Z table. You need to maintain the list of materials allowed to various countries in the Ztable. Exit/development needs to check the table at the time of saving the sales order, 'If there is no table entry, delevery block needs to be maintained on the particular item shipping tab.
    Further you can discuss with your technical consultant about the logic and the possibilities.
    Regards,
    Ravi Duggirala

  • Different departure country per item in a sales order

    Hi all,
    I have a tricky issue.
    We need to set a different departure country on each item of a sales order.
    Departure country is one of the key elements used by SAP to find the right tax condition record. Usually you have either to type a country in header tab (in field "tax departure country") or specify a plant set in the departure country at item level.
    We use non-stocked materials to represent "services": they are in a plant, but we can't build a plant for each country involved.
    The solution we are considering : using a user-exit to specifiy the departure country (stemming for example from the country of the shipping partner) on each item of the order (not forgetting the customer tax classification). We can thus have several departure country on a single order.
    What do you think (better ideas ?) ? Which user-exit would be best ? We are thinking of subroutine USEREXIT_PRICING_PREPARE_TKOMK, but we are not sure this is the best.
    Any solution or alternative to all this is welcome.
    Thanks a lot in advance !
    Nicolas JOSEPH-CHARLES
    On behalf of Jean-Charles CHAGUE

    Go ahead and do it in there.
    I added the codes in there too.

  • Country of Delivering Plant is not showing in Sales Order Pricing Analysis

    Hello All,
    I have created a new condition table with the field Country of Delivering Plant (KOMK-WKCOU).
    But in the sales order pricing analysis this field is not fetching the country of the plant (it is showing the Yellow color exclamation icon).
    This is  a standard field, I am not able to understand why it is not fetching this field.
    I have used the same field for tax condtions in my previous projects as well, there it worked well. 
    Even I have activated the KOMK structure in SE11 also, but still the same problem.
    Can anybody tell me how to resolve this issue.
    Thanks & Regards,
    Sreehari.

    Rightly suggested by Shiva.
    As plant determines at item level.
    So, instead of KOMK-WKCOU, field should append in KOMP.
    FYI, for checking any inconsistency in condition table, you can use TCode VK+C.
    Regards
    JP

  • Departure country determination for 3rd party sales order

    Hello,
    We are creating a 3rd party sales order and using dummy plants and dummy shillping point. we do not have plants abroad activated.
    While creating the intercompany billing doc the departure country is not picked up correctly since we have dummy plant and shipping point.
    We want the departure country to be same as suppliers country. and we do not know the supplier details at the point of sales order creation.
    what can we do to get the correct departure country during intercompany billing?
    Regards,
    Shilpa

    You can go through OSS  Note 308989 - Consulting note for cross-company transactions, which provides details on cross-company with 3rd party sales process. Make sure that the delivery plant added in the sales order is assigned to the cross company code.
    Regards,

  • Country of Delv.Plant in Sale order

    Dear all,
             Could anybody tell me that where to specify country of delivering plant in the sale order. Since i have created a condition table that has fields as country of delv.plant and region of delv.plant.
              During creation of sales order, in conditions (item level), when i choose analysis option, for that cond.record, there is no value in country of delv.plant, but it takes region from the order.
    Could anybody help me ?
    S Sridhar

    Hi Sridhar,
    First Check whether you maintained Condition records in VK11-->for Combination (country of delv.plant and region of delv.plant)
    For your information the  plant is copied in to sales Order .
    The value proposed in the item is either
    from the customer master record of the goods recipient(Shipping Tab), or
    from the material master record.
    Regards,
    Seegal
    Edited by: Raga on Apr 1, 2010 1:04 AM

  • Sales order profit booking in another country

    Hi All
    I have a requirement for which, even after informing the customer that it is not possible to address in SAP, the customer wants us to give them solution. In spite of we giving them several suggestions to re-engineer the process, they want it to work in their own way. As a last option I am putting the question here and expect some advise if any.
    The customer has a head office in UK and their manufacturing plant is in Canada. Canada plant buys raw materials for production and UK head office pays for the raw materials. Just because UK pays for the raw materials, they also want to book profit for the finished products that are sold by Canadian sales org. Please note that finished products manufactured in Canada are sold in Canada itself. Canadian customers do not want to place order in UK. Neither the finished products are routed through UK.
    The sales order is entered in Canada, priced in Canadian dollars and shipped from Canadian plants. Do you have any suggestions how a country (i.e. UK ) not involved anywhere in sales order cycle can book the profit???

    HI
    i will explain Sale point and try to convert into MM side
    For example , One customer place an order , material goes to another customer (location may or may not be different) and payer will be different
    similarly think in MM point of view
    you need to create separate Purchasing groups
    and also may be you can go for Z-report based on those Raw materials upto finished material like each and every stage , so  you will get exact cost and profit
    If i am wrong for understanding your requirement please correct me
    Regards,
    Prasanna

  • Country of Origin in a Sales Order

    I am trying to figure out how to view the Country of Origin in the Sales Order screen.  In the Query Generator for the table (RDR1), there is a field for the Country of Origin and it can be used in the query, but I can't seem to find the field in the actual sales order.  I have gone through the form settings for the row details.  Am I missing something?  Can this not be viewed in the sales order?
    Any help is appreciated.
    Thank you,
    Amanda

    Hello Amanda
    Country of Origin is a field which should be defined in the item master data first,
    then passed to the market document.However,it is not accessble in the
    standard form right now.
    As a workaround,you can try the below procedure should you want to use this field:
    create udt for the countries
    create udf on item masterdata -> set udt as linked table
    create udf on Marketing Documents Row-level -> set udt as linked
                                                      table as well!
    save following query and attach as formatted search to udf
       on Marketing Documents Row-level:
       SELECT udf FROM OITM WHERE ItemCode= $[$38.1.0] FOR BROWSE
       set to autorefresh on "when existing altered column", Item No.
    in documenttemplate choose as Datafield
       File:  UDT
       Field: Name
       tick "Display Description"
    Regards,
    Syn Qin
    SAP Business One Forums Team

  • Export Sales Order Cycle for Country-IN

    Hai,
    Can anyone give me complete sales cycle of "Export sales order" -
    What extra config settings need to be maintained.
    It would be more helpful, if anyone gives detailed info including transactions ( eg:LC BOND, Bill of Lading, Creation/Utilization etcc.,)
    Many more thanks in advance.

    Have you gone through these threads ??
    [Export Customisation    |Export Customisation]
    [Foreign Export|Foreign Export]
    [Export sales |Export sales]
    thanks
    G. Lakshmipathi

  • Sales Order Unable to Use New Condition Tables for Tax Condition Type

    Dear All,
    I am currently working on SAP R/3 4.0. I have a new requirement for my tax where I need to create new condition tables other than the 4 standard SAP tables which are Customer/Material, Division/Customer, Departure Country/Destination Country, Domestic Taxes and Export Taxes. My new tables consists of Departure Country/Destination Country/Shipping Point/Tax Code. The requirement is that the tax code is based on the chosen destination country and shipping point. The problem I am facing now is that no matter what types of table I create or even I generate with reference to the standard table, the access sequence will only refer to the 4 standard SAP tables above. Even if I put my own table in the highest priority for the access sequence, the same thing happens. My sales order will only pick up date from the standard table.
    I wonder if anyone encountered the same problem as me.
    Kindly advise.
    Thank you.
    Regards,
    Yvonne

    Hi
    Yvonne
    I suggest fist check a simple thing ,whether u have successfully determined shipping point for each line item ,it is possible that just adding a line item will not trigger shipping point determination . So after u update the shipping point on line level u can rerun pricing and check agian if u r getting it .
    Secondly for tax purposes I suggest   Try to have Customer and material tax classification approach  this allows to u have long term flexibiliy and also reduces your maintenance activity . As if u change or add number of shipping points and business changes using the sequence of shipping point ,the logic of just using shipping point will not work.
    In Tax classification u cna add new condition table for each new tax category and use it in different access sequences.
    This information can be passed on to FI using Different Tax code for Different combination.
    I hope this helps
    Regards
    Mandar

  • Payment methods on sales orders

    Dear all,
    In CRM 5.0, I've a problem with payment methods on my sales order (billing tab): the value list is not activated (is empty) in my sales order type whereas with a standard sales order it works. It seems it is because the field Tax destination country is not determined automatically. The BP used is the same in both cases, so it is not a problem of master data.
    I don't know what to change in my customizing as I've compared 2 sales order types and it is the same; For information we don't use neither tax determination nor billing, only pricing.
    Many thanks for your help
    Marjolaine

    Thank you Kumar,
    I've already managed entries for the corresponding country. The problem is the Tax destination country is not filled automatically when I select a BP with my sales order, but with standard SO it works. I don't know what custo is missing in the sales order to recover this value...
    Would you have an idea?
    Thanks in advance!
    Marjolaine

Maybe you are looking for

  • Cross company code scenario?

    Dear Gurus, I have 2 company codes and in each company code 2 plats are there. One purchase organization is responsible for all 4 plants. In customization, i m assigning this purchase org to 2 company codes. is it okay? pls suggest..

  • Suddenly have issues with Magic Mouse

    I have used the Magic Mouse almost since it was first put on the market and really love it. I upgraded to Mavericks when it first came out, too. I am currently running Mavericks 10.9.2 However, this morning I turned on my iMac and all of a sudden, wh

  • X220 black screen during boot

    Hello, It's my first post, so welcome . I've been a lenovo thinkpad user for a month - X220 with SSD, W7 Professional, umts module and extended battery (if more information is needed I can send the full description) - and a strange bug occurs to my n

  • Importing Images w/ Transparent Areas

    Hi Folks, I'm working on creating a form and I am creating graphics for layout.  I am using Illustrator CS3 to create them, but when I try the various formats of files, I cannot get them to display properly in Designer ES2. EPS - The CMYK color in ES

  • Unable to login within a shell already logged in

    I am trying to run login (to login as a different user) within a shell already logged in. However, I got the following error message. No utmp entry. You must exec "login" from the lowest level "sh" How to fix this , or any work around?