Decimal conversion of Sales Tax in 'SPARE PARTS SALE INVOICE' ( smart form)

Hello,
I am displaying a the value of the Sales Taxc in 'SPARE PARTS SALE INVOICE'. (in Smart Form)
The field(which holds the Sales Tax value is 'KWERT' -LBBIL_INVOICE-IT_KOND ), with datatype 'CURR', reference table 'KOMK' and reference field 'WAERK'.
In my smart form,i have declared a variable 'SALES_VALUE' of datatype 'KWERT' and reference field 'IT_PRICE-WAERK' (LBBIL_INVOICE-IT_PRICE), where 'WAERK' is the SD document currency.
Now when i display the field 'SALES_VALUE' i get 735.00 , whereas the original value in the field is 73.5
how to correct this and where am i wrong ?
Thankyou for yur time and really appreciate the help.
Shehryar

You are using currency fields that reference a currency code. Most currencies in SAP have two decimal places. Dividing by 100 will work in most cases. Ideally you should get the CURRDEC value in table TCURX for the currency you are working with... then divide by 10 that number of times.
example-
USD, 2 decimals, divide by 10 twice.
There is a function module that will do this for you. Can't think of the name...???

Similar Messages

  • Accrued Sales Tax Amount  & Vendor Charged Sales Tax amount

    Hi,
    I need to Genertate a Report for Sales Tax. Please suggest TABLE & FIELDS names & information  of
    +Accrued Sales Tax Amount+
    & Vendor Charged Sales Tax amount
    Thanks in Advance.

    Hi Harshita......
    Think why you want to change the Tax Amount at transaction level?
    Because you want to match the figure with the Hard Copy.
    So if you change the Tax Amount at Outgoing Excise Invoice level then how Delivery And its AR Invoice Total will be vary?
    By the way If you see the JV of Delivery it is not at all matched with AR Invoice provided Purchase Cost should not be equalt to Sales Cost.
    Delivery is only concern with stock not value.....
    SO there wont be any problem I guess......
    Regards,
    Rahul

  • Material Sale as a spare part

    Hi,
    We are buying materials as bought out items, assembling them and selling the assembly as a machine. Now we have stock of one of bought out item and the customer wants to purchase it from us as spare for already sold machine by us. Say the bought out item B has material type BOUG and we want to sale it using new material code F with material type FERT. How we can transfer the stock of B to F? So that we can sale the F to customer as spare part.
    With Best Regards,
    Rajkumar

    Hi,
    Material to material transfer is performed to maintain the stock of the material. This type of stock transfer can only be carried out in Inventory  Management.
    Material-material transfer postings, which you can post with movement type 309.
    A material-material transfer posting generates two lines in inventory management: one for the issuing material and one for the receiving material. The system can link the two stock postings due to the specified reference material in the receiving product and the identical material document number.
    Use transaction code Mb1b with movement type "309"
    Regards,
    Saju.S

  • Need to change sales tax from point of sale to point of delivery

    Hi all,
    Recently the tax laws were changed such that sales tax is to be collected based on where the product will be delivered to (rather then where the product was sold from).
    Briefly we are an agency with mulitiple divisions, and within those divisions several sales offices.  Previously, a sales would be made from the sales office, and based on the tax rate for that division and sales office (county/city) the sales tax would be calculated.
    Now we need to shift that so that a sales can still be made from a division/sales office, but the collected tax is based on where the product will be delivered to. 
    I'm sure there is a way to set this up, but I'm at a loss as to where to start. 
    One of teh options the customer suggested was to have a sales area set up with all the cities and tax codes in it.  Then assign that sales area to each of the sales offices.  Is this possible? Or do you have to have a separate sales area for each sales office?
    I'm open to any suggestions you may have as I'm not very familiar with this side of SAP (sales distription and taxes).
    Thanks in advance for your thoughts!
    Laurie

    Thanks Bill.  As it turns out, we are in the US where jurisdiction is an option I guess so this procedure may not be needed.  As I dig further it appears we are currently setup to use TAXUS procedure which utilizes tax codes - a limited number.  But since the recent change, we may need to switch to TAXUSJ. 
    Does this ring a bell for anyone?  If it is what we need to do, what need I be aware of that will change in the rest of the system?
    Thanks for your answers so far!
    Laurie

  • Sales report: Profit center wise includes net, gross and sales tax URGENT

    Helllo Friends,
    Please help me on the below report
    Client requirement is: Sales report which includes the below
    1. Profit center
    2. Net sales
    3. Sales tax
    4. Gross sales
    5. Period
    Please help me
    Thanks for your help in advance
    Narasim

    Hi,
    You will have to get a Z report developed for  this requirement, it will be a Sales Register looking at the requirement
    Firstly discuss with the client and finalize the selection screen , based on which parameters the client wants nto check this report
    1. Customer
    2. Billinng Document
    3. Sales Area
    4. Billing Type
    5, Period
    And based on this system can collect all the billing documents (except cancelled) and pick up the required values from the billing document tables.
    Finalize if the client would also like to see the all the discounts, freights, rebate (if any) , taxes (separetly) , exchange rates (exports) and any other condition types, this will save all the modifications in the future.
    Also finalize what all billing types have to be excluded, like cancelled, credit notes, debit notes etc and also how the values have to be displayed, rounded off.

  • Sales Tax Collection

    Dear Experts,
    We are using SD, MM, LE & FI modules in Bangladesh. In customer master we are taking tax Category MWST & Tax Classification "0". Now as per Govt. Tax we need to collect sales Tax BDT 400 per sales order and pay the same to tax authority. Now can you please advice me step by step how can I configure this, so that in every Sales order this charge can come automatically without selecting any item category.
    Thanks in advance and your suggestion will be highly appreciated.
    Best Regards.
    Ripon Kumar Paul

    Tax we need to collect sales Tax BDT 400 per sales order and pay the same to tax authority.
    Just clarify my understanding, you mean to say, BDT 400 is collected from each sales order, irrespective of net value of the sales order and not dependent on material.
    or
    Turnover tax at the rate of 4% is leviable where annual turnover is less than BDT 2 million
    As I know, the standard tax rate for VAT is 15% for all taxable goods and services.
    If in case of former, you can have this tax condition type at header condition.
    So, make sure in follow SPRO path you maintain customer data only for the tax condition type
    IMG - SD - Basic Functions - Tax determination - Maintain taxes only for customer data(TCode OVK3)
    Further you might need to have need routine for Alt Base Value.
    The coding for routine can have
    xkwert = 400
    And even you can have default tax code in the logic.
    Make sure you don't have access sequence to the tax condition type.
    As already suggested, your condition type should have,
    maintain
    - Calculation type - B (Fixed amount)
    - Condition class B (Prices).
    Then assign the newly created routine in Alt base value as per your requirement in pricing procedure.
    In case of any concern or doubt, do revert back.
    Regards
    JP

  • Plus sales tax?

    I'm confused about the pricing for Adobe Creative Cloud - the initial price states that it is inclusive of VAT but when I go to buy there is a new statement which reads...
    "Each month during your one year term, we'll bill your credit card £22.23 plus sales tax. "
    What is sales tax? and why the extra charge all of a sudden when it is not mentioned on the opening sales page?

    Can you post a screen shot of where you are seeing this?
    -Dave

  • Sales Tax Formula

    We are using 2007A PL48.  We would like to create a sales tax formula (using IF, Then, Else).  I've found threads talking about the OFML table, where tax formulas are stored.  However, I can't seem to find where the tax formula setup functionality is.  Is this functionality only available for 2007B?
    Thanks for your help.

    I assume by menu you mean: Administration > Setup > Financials > Tax
    When I go here I only have three options: 1. Sales Tax Jurisdiction Types  2. Sales Tax Jurisdictions  3. Sales Tax Codes.
    Is this where it would be located if I had it?

  • Sales tax in information record -ME11

    Hi Experts!!
    We have a requirement to include sales tax for a material @ info record level.Client:FMCG Sector.
    Requirement:
    Same raw material is manufacture to Product A there it should not have sales tax included. The same raw material manufacture to Product B then it has sales tax. My idea would be differentiating material w.r.to Purchase organization. I Wanted to know this the best practice used, or any other Best Practice followed.
    BR
    Bharath

    Dear,
    Sales tax... Tax that applicable on sale of items or products.
    Same raw material to manufacture Product A - No Sales Tax.
    Same raw material to manufacture to Product B - Sales Tax applicable.
    How sales tax applicable if its a inhouse production... any specific business process involved which leads to Sales tax applicable - OR - you are sending raw material to some vendor or manufacturer for producing your product A & B???
    Regards,
    Syed Hussain.
    Edited by: Syed Hussain on Dec 22, 2009 6:08 PM

  • Sales Tax Setup Texas

    Hi All,
    I have a question about sales Tax for Texas. I have imported the Jurisdictions and Sales Tax Codes. The Sales Tax Codes was done by Zip code, but because there might be 2 different County Taxes within one Zip Code, I created it as ZipcodeA, ZipCodeB etc.
    My question is, this way of setting up Sales Tax Codes are not working, because the Client don't know in which county their customers is (mostly E-commerce business). How do I define Sales Tax Codes so that it is meaningfull to the client?
    Any help will be greatly appreciated!

    Hi Marli,
    If your Client don't know in which county their customers is, they have to find it out from other souses.  B1 will be no way to help in this circumstance.
    Thanks,
    Gordon

  • Invoice output from Sales Order for Point of Sales system

    Dear all,
    How can we print Invoice by saving a sales Order.
    As per our business process at our cash register (POS) we are creating Sales Order.
    Once we save the sales order, an output has to be printed to give customer.
    Now we need to use Invoice smart for Sales Order. How could we use Invoice smart forms for Sales Order?
    Please help me to resolve this issue; your help will be highly appreciated.
    Thank you,

    Hi Ines
    To achive this you will need to take the help of your ABAPer. He/She will write the logic in the program assigned to the processing routine in V/30.
    I hope this helps.

  • Standard smart forms available in Sales Module

    Dear experts ,
    I would like to know how many standard forms provided by SAP for example for sales order, quotation etc.
    In my smart form next page is not triggering I write something in ME22N text tab in other terms and conditions.
    What is the differrence between template and table.

    Hi,
    Please check this [LINK carefully.|Standard smartforms for SD-Notification, Service order, Rental agreement;
    Abhijit

  • Defferla Sales Tax Benefit.

    Dear Gurus,
    Our implementation is for automobile spare parts industry sold to dealers all over country.
    We have a particular case where a same / single part can be both manufactured in the company or the same part can also be bought out part (externally procured).
    Our client is in a defferal sales tax benefit area. So during GL posting for sales tax, the tax amount generated from sales of In house & bought out parts is posted to different GL accounts.
    Creating different material codes of same part can be one options.
    Please suggest how this scenario can be tackled, with / without maintaining different material codes for same / similar part.
    Regards
    Dhananjay

    The issue has been solved.
    Thanks all
    Dhananjay

  • Need field and table for spare part material and price for a given material

    Hi,
          In need to create a report with following fields:-
           Customer           Material          spare part material            spare part description             price                   currency.
    From which table and field I can get all this information.Please guide me.
    Hint.  cl30n transaction for material managemant.
             vk13 transaction for price maintenace.
    Regards.

    CL30N is a general transaction that can be used for any classification, but material master maintenance is usually MM01/MM02 or MM41/MM42
    Material description can be taken from table MAKT
    customer from table KNA1
    The question is what you are going to analyse? where do material and customer tie together? do you do the analysis on sales orders VBAK and VBAP ? or invoices  VBRK and VBRP? or customer material info record KNMT? 
    or do you capture this info in classification? then you get the values from AUSP
    Edited by: Jürgen L. on Aug 3, 2010 9:42 AM

  • Sales Tax Calc (Line Item level calc versus header level calc)

    Hello,
    My company utilizes vertex to calculate sales and use tax in our sales orders that are created via resource related billing (DP96).
    We store tax code O1 using condition type UTXJ for each SD Contract.
    Condition types XR1 thru XR6 receive the sales tax calculations/amounts from vertex for EACH line in the billing request.
    See below example of calculated tax amount per line item
    Line1 of Bilreq:   NetVal  2.25     X tax rate for XR1 .05  = sales tax of 0.11  (rounded up to 2 decimal places)
    Line2 of Bilreq:   NetVal  2.25     X tax rate for XR1 .05  = sales tax of 0.11  (rounded up to 2 decimal places)
    Totals                             4.50                                                                  0.22
    When our invoice(billing document) is sent to our customer which shows just totals our customer sees:
    Net Amout:  4.50
    tax rate .05
    Sales Tax Amt:  0.22
    When our customer multiplies 4.50 by .05 they come up to 0.23
    So they are questioning why the calculation is incorrect and they want it to match to the penny.
    Anyone have any suggestions to solve this problem.
    Any help is greatly appreciated.
    Thanks,
    Ermanno Incollingo

    Hello Ermanno
    Does your pricing Procedure have condition type DIFF just after the tax conditions XR 1-6?  If not, please review standard pricing procedure RVAXUS ( Step 917).
    Also try to use condition types NETP and PNTP  as described in OSS note  80183 - Rounding.
    Hope this helps. Thanks.

Maybe you are looking for