Query for MM Pricing Procedure & tax Procedure

Hello,
Can someone advice me on following.
I need one Condition in MM Pricing Procedure : Discount should be reduced after Calculation of Excise duty and Taxes on PO.
Discount should not be calculated for Excise Base amont & or Tax (CST /VAT) base amount.
Calculation
Basic :          100
Freight            20
Subtotal        120  (Excise Base)
Excise duty:   30
Subtotal:       150  ( Tax Base)
Tax   @4%       6
Subtotal        156
Discount         10
Total Price     146
My Requirement is how to add Discount at the Place shown above.
Regards,
Manish

Dear Manish,
                    After subtotal 120 put in subtotal column 7 and after subtotal 156 put 1.
Truly, I was bit surprised to see your first post, now I got the reason what kept you held.
I tell you why this happens.
I believe you are using tax procedure TAXINN. The routine 362 (in tax procedure) has the program which fetches the data from your pricing procedure and on what amount the taxes have to calculated is the value passed into BASB condition type of tax procedure. One should always read the routine 362 in tax procedure with the help of ABAP consultant. This will give you clarity on the concept of calculation. the subtotal field i.e is KZWI plays important role in calculation.
Currently I do not have access to any test system. If you put the subtotal what I have mentioned the result will come.
Another layman tip I am giving you for tax procedure calculation. where ever you are calculating subtotal just give value from 1 to 7 in subtotal column with different combination one by one and see the results, you will have good idea how the system behaves. Say if you put subtotal as 1, the system response will be different from if you give subtotal 4.
Why this is important to understand is when in future if you are going to add any new condition type you will know how the system response is towards the tax calculation.
That is why I suggested you to read the routine 362.
Moreover, if I see your procedure, excise duty, CST and LST should not be calculated on freight charges. Legally this is not correct. Freight  charges are in the preview of service tax. In many implementations I came across the similar scenario where the client insisted on the similar procedure. This all happens due to ignorance of client. We have shown the client the official documents as well we also arranged the official meetings  with excise commissioners to clear there doubt.
This scenario is usually insisted in the case of  freight billed what client says. this is not correct.
Regards
Rajesh

Similar Messages

  • Link b/w Pricing Procedure & Tax procedure.

    Hi all,
    What is the link between Pricing Procedure & Tax Proceduere. In Tax Procedure how the Base ammount is picked from Pricing Procedure.

    Hi,
    Tax codes are the link between Pricing procedure & Tax procedure.
    While creating Tax code (T-code FV11) we use condition types for VAT, BED, AED and others. Against these condition types we maintain percentage of taxes / duties.
    THese tax codes are used in PO at invoice tab.
    regards,
    Anand

  • Query for getting all function and procedure inside the packages

    hi All
    Please provide me Query for getting all function and procedure inside the packages
    thanks

    As Todd said, you can use user_arguments data dictionary or you can join user_objects and user_procedures like below to get the name of the packaged function and procedure names.
    If you are looking for the packaged procedures and functions source then use user_source data dictionary
    select a.object_name,a.procedure_name from user_procedures a,
                  user_objects b
    where a.object_name is not null
    and a.procedure_name is not null
    and b.object_type='PACKAGE'        
    and a.object_name=b.object_name

  • SAP query for Material pricing group changes in material.

    Dear all,
    I'm trying to generate a query for Material Pricing group changes in material. For that I've to retrieve data from follwing three tables MVKE, CDHDR & CDPOS.
    Firstly while generating infoset -
    I tried it by joining tables MVKE & CDHDR, but system is not allowing it, also table CDPOS can't bejoined.
    Then I tried by reading dirctly from table MVKE and then adding additional fields in it. query created using this infoset is giving the output, however it's giving only 1 entry per material entered in input.
    for multiple entries in output for MPG changes in same material I tried creating addtional structure for table CDHDR & CDPOS but again I'm getting only 1 entry per material.
    please suggest how I can get MPG changes done in specified time period for a material.
    Thanks.

    Hi
    Check the report RSSCD100 and run it for object MAT_FULL for table MVKE. Use this report as a template for your own development.
    I hope this helps you
    Regards
    Eduardo
    PD: sorry, the table is DMVKE
    Edited by: E_Hinojosa on Sep 2, 2011 9:37 AM

  • Link of Pricing and Tax Procedure

    Dear Sir,
    I want to pick value (summation of some condition type) from pricing procedure to tax procedure.
    As like the value of basic price come automatically to tax as base amount..... in the same way i want that sum of some condition type will automatically to tax.
    If anybody have idea about this......Is it possible or not.....
    Please help..

    Hello,
    Basic price come automatically to tax as base amount. because there is a Routine no 362 was maintained in the tax procedure in front of the condition BASB.
    Like wise if you want to want that sum of some condition type will automatically to tax. then you have to add such routines in tax procedure at different steps with the help of Abaper.
    Thanks,
    Vinay

  • Pricing Proc & Tax Procedure link

    75     0          AV                                                                             1       
    76     0            JADC     Additional Duty                                   60     75
    77     0                          CustomsCVDEcess+Secess           60       
    78     0                          Net amount for tax calculation                   75     77
    This is a part of code in my pricing procedure
    I need the tax to be calculated on the ' Net amount for tax calculation'
    How is it possible??
    I need not want to have the price on material changed.
    ie., net price on 'conditions' tab should be the material price only.
    but the amt as said shud cme as base amount for tax calculation..
    sapmmlearner

    Hi,
    It seems this extraction is from Import pricing procedure.
    For imports, you need not maintain any Tax code and Tax calculations. All duties maintained in Pricing only.
    Umakanth R

  • CIN-Pricing and Tax Procedure.

    Hi CIN experts,
    How to add Packing and forwarding amount to the base amount of Tax.
    Scenario: 16% of Excise duty is inclusive of Packing and Forwarding amount.
    currently system calculating Excise from netvalue.
    Expecting Valuable reply.
    Cheers!!!
    Gopi

    Hi Gopi
    1. If you add Packing and forwarding amount to base value and calculate 16% duty and pass it to customer then how the customer will able to separate BED on input and packing + forwarding charges??
    2. As per my knowledge customer can not claim Cenvat on Packing & forwarding charges.
    Thnx
    Nilesh

  • Pricing & Tax procedure.

    Hi All,
    Pl explain me in detail with relevant examples the Pricing and Tax procedure and relevant configurations involved.(In coming materials)
    Thanks & Regards,
    Naveen

    HI,
    Pricing is combination of including the condition types in the pricing procedure as per your business requirement.
    1.Make the access sequence - SPRO>.MM>Purchasing>>Condoitions>>Access sequence
    2.Create condition types - M/06 , For PBOO onle assign access seuqnce
    3.Crete the pricing procedure by assign the relavent condition types to meet ur business requirement.
    4.Assign to Pur Org through schema group.
    5.Assign the Schema group to vendor purchasing data iat the time of Vendor creation.
    Tax procedure.
    Similar as pricing and create the conditiontypes assign to tax procedure in OBQ3
    If u want more detail go to online SAP Help  , will give more detail.
    Regards,
    Andra

  • Tax procedure condition based / formula based

    Hi,
    I have a query.
    1.Based on tax procedure how we can identify that the tax procedure is formula based or condition based.
    2.what are advantages over one another.
    3.Is their any other way we can find out tax procedure attached to po is formula based / condition based.
    4.What is sequence  to create procedure and maintain record for these two procedure.
    Thanks & Regards
    Atharva G.

    Hi Atharva,
    I will list out the differences and advamtages between the two
    TAX INJ procedure is formula based
    TAX INN procedure is condition based    
    In TAX INJ to define the tax rates we are using excise tax rate in J1ID AND tax code ( FTXP)
    In TAXINN nothing we are entering in tax code also , we are entering every duties in FV11( condition records)
    Amending the duty rates is very easy in case of TAXINN than TAXINJ since we are mentioning the tax duties in FV11 through validity periods, if the tax rate is changed from that date we can maintain the record for the new period in FV11
    IN TAXINN assign taxcode to company code is manadatory but its not manadatory in case of TAXINJ     
    Kindly get back to me, if you have any more clarifications.
    Balakrishna R.V
    Sonata Software Pvt Ltd.

  • Relation between Tax procedure and Pricing procedure

    Dear All,
    I would like to get more clarity on Tax procedure, Pricing procedure.
    a) Why do we have Tax procedure and assigned to Country?
    b) If the tax procedure has been created and assigned to Country-IN (in FI module), then why do we need to create pricing procedure with same condition type for purchasing in MM module?  We are even creating lot of pricing procedure for Sales in SD module.
    Regards
    Manivannan R

    Hi
    Tax
    During SD document transactions, tax calculation procedure TAXUSX is only relevant to determine the tax liability accounts for output sales tax. Notice that in pricing procedure RVAXUS, the condition types XR1 - XR6 carry the tax rates and tax amounts - resulted from the external tax system calculation - which is posted to tax G/L accounts. However, the tax accounts are not specified in the pricing procedure but rather in the tax calculation procedure.
    Tax codes are the link between pricing procedure and tax calculation procedure.
    Pricing
    The primary job of a pricing procedure is to define a group of condition types in a particular sequence. The pricing procedure also determines:
    Which sub-totals appear during pricing
    To what extent pricing can be processed manually
    Which method the system uses to calculate percentage discounts and surcharges
    Which requirements for a particular condition type must be fulfilled before the system takes the condition into account
    Example
    Example of a Pricing Procedure
    If a sales department processes sales orders for a variety of foreign customers, the department can group the customers by country or region. A pricing procedure can then be defined for each group of customers. Each procedure can include condition types that determine, for example, country-specific taxes. In sales order processing, you can specify pricing procedures for specific customers and for sales document types. The system automatically determines which procedure to use.
    Pricing Procedures in the R/3 System
    The standard system contains pre-defined pricing procedures, which contain frequently used condition types along with their corresponding access sequences. You can, of course, modify these procedures or create your own from scratch.
    Creating and Maintaining Pricing Procedures
    You create or maintain pricing procedures in Customizing for Sales. For more information on creating pricing procedures, see the online Implementation Guide for Sales and Distribution.
    To reach the pricing procedure screen from SD Customizing:
       1. Choose Basic Functions
       2. ® Pricing ® Pricing control ® Define and assign pricing procedures.Select the transaction that you want to execute.

  • Pricing procedure and Tax Procedure.

    Hi,
    Can any body suggest, how to bring tax values in Condition, in Pricing procedure of MM. Now  as per my settings Tax is coming under tax head and MM pricing prodcedure is coming separately, I need ,
    Thanks & Regards
    Sudhansu

    Hi,
    Did all you taxes in tax procedure in %!
    No access sequence required for your requirement. Create a condition type as ZTFT & maintain
    Cond. Class: D
    Calculat.type: B
    Cond.category: N
    Keep BLANK access sequence filed & make it as item condition and then add this condition type in pricing procedure with logic just before calculation of TOTAL price.
    Now do create PO with all taxes  and now you can see all tax amounts in condition type  ZTFT in PO Condition TAB( which flow from  tax procedure to MM pricing procedure with a condition type ZTFT)
    Regards,
    Biju K

  • VAT/Excise calculation - map pricing & tax procedures

    Dear,
    Pls tell me how to map my blw senerio;
    In pricing procedure, i have
    A- Gross price
    B- Handlying charges
    C- Excise on A+B,
    here i need to calculate my exise on A+B values and it flows (C) frm tax procedure (taxinn). until here i'm ok.
    D - A BC
    E - Insurance (defined in pricing proce) on D value,
    here i'm unbale to map my price, since the sytem taking A+ B price only, its not taking my D values... I need to map pricing & tax procedures, since Gross price, Han. charges and insurance flows frm pricing proce and Excise frm tax procedure.
    Anyone has right solution, pls guide me...

    Hello sapjj
    Here in your issue, u have to maintain a dummy condition type for excise calculation in your pricing procedure. The excise on A+B will be calculated in pricing procedure itself and not it flows from tax procedure.You have to make a condition type in pricing procedure and mark it as statistical in the procedure so that it doesn't get added to material value.
    you are ok till gross price and handling charges, right?
    Then you include your dummy condition type for excise amount calculation.Then in the next step calculate a subtotal without giving any condition type and maintaining 'S' in the subtotal field in the pricing procedure.
    In the next step include the insurance condition type and calculate it on the subtotal.
    This will help
    Regards
    Gregory Mathews

  • MM Pricing procedure VS Tax procedure

    Hi Gurus,
    I have checked many  thread here , but still can not find the answer.
    Tax calculation procedure basically calculate the tax amount based on condition recaord maintained
    (dor tis corresponding Condition type).
    But we also can maintain Condition record for the condition type NAVS  (pricing procedure) that bring tax amout into the pricing procedure of PO).
    My question is why do we have to maintain Tax procedure as well as pricing procedure (regarding tax of course ).
    Cheers Guys
    Julien

    HI
    Basically why we have taxing procedure is that its always country specific that means it can be any vendor selling any material but he has to follow some government regualations whcih is what will be given in the taxing procedure that sholuld be the same for all customers it will be different if the customer is foreign.
    the pricing procedure is where we carry out pricing that is customer specific here we can have different prices for different customers depending on what he buys and ETC.
    hope this clarifies .
    Regards
    Vignesh

  • How to copy Value of fright from pricing procedure to the tax procedure

    Dear All,
    Please note, I have a condition type in Pricing procedure i.e. ZRCO-this is for fright which will be added by the user in the PO.
    I want to copy the same value to  ZRC1 which is a condition type in tax procedure.
    Kindly advise, is there any way we can do this automaticaly. My requirement is to add the fright to the gross price while caluclating the VAT in tax procedure.
    Rgds,
    Raghavendra N N

    Hi,
    There is a Field for Manual entries in configutration for Conditions : Condition Types.
    Manual Entries Indicator which controls the priority within a condition type between a condition entered manually and a condition automatically determined by the system.
    Make the following entries according to your requirements:
    _: No limitations
    A: Freely definable
    B: The automatic entry has priority. If a condition record exists, the condition cannot be entered manually.
    C: The manual entry has priority. When you enter the condition manually, the system does not check whether a condition record exists.
    D: Cannot be processed manually
    Hope this will help.

  • Questions about CIN tax procedure choice and pricing schemas

    Hi all,
    I have to implement SAP on a Indian company and I'm verifying all particularity about this country (in particular tax procedures and the great number of differents tax conditions used).
    I have two questions about tax procedures and pricing schemas. Every feedback about thse points will be appreciated.
    a) To choose tax procedure TAXINN or TAXINJ which are the elements that I have to consider?
         I have read lot of documentation about CIN implementation and Iu2019m oriented to choose TAXINN schema, but If possible I  would  to understand better which are on behalf of one choice or another.
    b) To define pricing schemas for India, after check with local users and using examples of documents (in particular tax invoice) actually produced, I have understood that taxes have to be applied on amount defined starting from price list, minus discounts recognized to customer plus surcharges eventually to bill (packing, transport,  etc.).
    Itu2019s correct for any type of taxes that tax amount is calculated on u201Cnet valueu201D defined at item level or there are exceptions to this rule?
    Thanks in advance
    Gianpaolo

    hi,
    this is to inform you that,
    a) About point 1 I know the difference between the 2 tax procedures (conditions or formulas). I also have read in others post in the FORUM that TAXINN is preferable. So I would to understand which are the advantages to choose instead TAXINJ. There are particular reasons or it'a only an alternative customizing setting?
    a.a. for give for posting the link : plese give me the advantages of TAXINJ and TAXINN
    CIN - TAXINN and TAXINJ
    b) About point 2, to define which value has to be used as base amount to calculate taxes isn't a choice, but is defined depending by fiscal requirement of the country, in this case India fiscal requirement. I know that, as Lakshmipathi
    write as answer on my question, exception could be, but it was important for me to understand if I have understood correctly the sequence of the pricing condition in the schema in "normal" situation.
    b.b. you can create your own pricing procedure for this and go ahead.
    hope this clears your issue.
    balajia

Maybe you are looking for

  • Install fails / Parallels 5 on a Mac + Win 7 + CS4

    I'm going crazy here. I'm trying to install CS4 to Windows 7 on a Mac using Parallels 5. Installer stops at the very beginning. Here's the log file. What's wrong and any ideas how to fix the problem? All help will be greatly appreciated! *=*=*=*=*=*=

  • Bus Powered External Firewire (800) Drives and iPod?

    I bought a WD Passport drive, and was pretty upset when i found out that the usb ports on my powerbook cannot power the drive. crap. can the firewire 800 port on my powerbook power these drives: http://www.kanotechnologies.com/products/SF800-40.cfm h

  • Counter of visits

    Hello, I use a counter of visits in a basic html website, I would like to put this counter in a flex website. How can I do ? The counter is accessible by an url adress : http://www.moncompteur.com/.........../ Thanks ! chandler

  • Windows 8.1 beats audio not working

    Product name: HP ENVY TouchSmart Sleekbook 4 after update windows 8.1 beats audio not working This question was solved. View Solution.

  • Upgraded from Dreamweaver CS3 from MX

    I have maintained a website in MX for 4 yrs. I just purchased and downloaded CS3. How do I get my website from MX to CS3 without losing any of the pages, images, etc. Please help - thanks!!!