Excise value calculation of Assessable Value in Purchase Order

Hi Friends,
In a requirement, we need to calculate Excise on Assessable value maintained in J1ID transaction. We are getting excise calculated values on Net value, whereas as per requirement we need to have it on assessable value. Is there any functionality available in SAP standard system for calculating it on assessable value. We have found the same for Sales scenario, pls suggest us for purchase also.
Rgds, Krishan Raheaj

H,
As SAP standard Taxes will calculate on Basic value which is correct behavior.
Which Tax procedure you are using??
What is the content of Assessable value does it is having any other values such as Freight, Discount based on that system has to calculate the taxes is this is your requirement?
It is easy if you are using Tax procedure Taxinn, as you can have control in % while maintaining the condition record using FV11.  You can maintain the way you wants, assume your Basic value is 1000 BED 10% =100, ECS 2% = 2, SHE CESS 1% =1, and wants the BED value should be 120 but the Excise rate is 10% it will calculate only 100 still you can change the rate to 12% to arrive the value to 120. And so onu2026
If you want to have it without changing the Tax rate, then you can do this by maintaining the sub total 4   in pricing procedure (OBQ3) against the condition which goes up and added to basic value (BASB) and on which system will calculate Tax.
Rg

Similar Messages

  • Excise duty calculation on Assessable value in PO

    Dear Team,
    We are facing critical issue in Excise Duty calculation, Excise is calculating on basic price for our normal procurement and we are selling the same at MRP cost... Now the issue is Excise Duty has to be calculated on Assessable value (65% on MRP value) instead of basic price in PO.
    Example:
    Basic Price - 100
    MRP - 300
    Assessable value - 195
    Excise Duty - 24.10 (195*12.36%)
    Regards,
    Sai

    Hi Sai,
    Sorry for the late reply. I think you are close to the solution. You should not change the Procedure too much.
    MRP and Abatement condition types should be kept independent of calculations in the procedure. It is only for changing the base price already got for BED(JMOP) making use of the routine. If that is the case you will get base price (BASB) added to Excise duties which are modified for calculation of VAT.
    For Eg:
    10 BASB
    30 ZMRP(Independent condition type used to store MRP value)
    40 ZABA(Independent condition typeused to store Abatement %)
    70 JMOP   From 10(Routine XXX which will change the base value for calculating JMOP with a formula MRP*Abatement %)
    270 ZVAT(As usual will calculate from BASB+Excise duties)
    Hope this is the way you have done this. Steps 30, and 40 should not come in any "From -to"steps.
    This is working well with one of our clients.
    Regards
    Binoy

  • Excise Invoice Selection Vs assessable value in Subcontracting Challan

    Hi,
    I have maintained the Assessable Value for my subcontracting components and also there is Excise Invoice exists for this components. While creating Subcontracting challan, system is displaying information message that Material  XXXXXX has an assessable value, but I would like to refer the Excise Invoice.
    Hence, when I click the Excise Invoice selection, there is no effect. As per SAP message "The message is for information purpose only. Go ahead with the option selected" system should ignore this message and allow me to select Excise Invoices but it is not happening.
    Is this bug or any other config setting to be done to overcome this issue?.
    Your replies to resolve this issue is highly appreciated.
    Thanks,
    Babu.

    Hi,
    For every excisable material (whether you procure, manufacture or sale) has to be declared as excisable material in table J1ID with appropriate chapter ID, assessable value & CENVAT declaration.
    When you send the excisable material to the sub-contractor the material needs to be returned back to your plant within 180 days. If this is not done, then you will have to pay back the excise duty on the material with base value as assessable value. Hence it is required to maintain the assessable value.
    Hope this clears your query.
    Regards,
    Prashant

  • Assigning values to the charecterstics in a purchase order

    Hello,
    I have to create the configuration object and assign the values to it in a purchase order.
    I am able to generate the temporary CUOBJ using FM CUXM_SET_CONFIGURATION but not able to save it to the database.
    I am using FM CUCB_CONFIGURATION_TO_DB to save the cuobj to the DB but getting a short dump.
    MESSAGE_TYPE_X
    Technical information about the message:
    Message class...... "CUIB1"
    Number.............. 699
    And hence not able to run the FM 'CUCB_CONFIGURATION_TO_DB' properly.
    Can anyone help me how do I create the cuobj, assign values to it and then save it to the purchase order...
    Any help will surely be rubarbed...
    Thanks in advance.
    Husain

    Thank you for your respond, but I have few questions:
    myText = myText.replace(/\bred\b/gi, "<font color='#ff0000'><a href='event:redClick'>$&</a></font>");
    -myText.replace: how this finction works?
    -what is this?
    /\bred\b/gi
    -it's not a link , I need a hover listener to this spesific word.
    -where do you assign the word you want to highlight? And can I assign more than one word without writing the same code over again?
    -this looks like html and I don't use any in my project, can you write this line without html?
    <font color='#ff0000'><a href='event:redClick'>$&</a></font>
    I don't understand the functionality of these line:
    var pattern:RegExp = new RegExp("\(\?\<\=\\s)" + string + "(?=[\\s|\,])", "ig");
         var result:Object = pattern.exec(text);
         while (result) {
              textField.setTextFormat(highLightFormat, result.index, result.index + string.length);
              result = pattern.exec(text);
    what is
    RegExp?
    result?
    pattern.exec?
    Sorry if these are alot of questions, I just want to understand.

  • Pass values to OAF search page (View Purchase Order History)

    I need to call a OAF page from a PO Approval Notification. I need to call page View Purchase Order History (func:ICX_PO_REVISIONS).
    I am able to create the URL (using function FND_RUN_FUNCTION.get_run_function_url) and when I click on the link it opens the page fine, but it’s a page that contains simple search region and I need to populate the Operating Unit and PO Number fields (I can easily get from the PO) of the search fields, this will allow the user to just click the go button.
    Is it possible using the function FND_RUN_FUNCTION.get_run_function_url and passing parameters (field values) or setting the URL to JSP:/OA_HTML/OA.jsp?OAFunc=ICX_PO_REVISIONS&akRegionApplicationId=177&addBreadCrumb=Y&CorePO=Y and then passing the parameters?
    How would you achieve this if possible, call the page and populate the search field values? It does not seem to work, I have been able to pass paramaters to an OAF page that does not contain a simple search region to return results.
    Function paramaters:
    FND_RUN_FUNCTION.get_run_function_url (
    p_function_id => 3101,
    p_resp_appl_id => 201,
    p_resp_id => 50598, -- MS Purcahsing Superuser
    p_security_group_id => 0,
    p_parameters => 'PoNum=' || l_document_id || '&' || 'retainAM=Y' || '&' || 'addBreadCrumb=Y',
    p_override_agent => NULL,
    p_org_id => 101,
    p_lang_code => NULL,
    p_encryptParameters => FALSE);
    Thanks,
    Shaun

    What I found is there are 2 variables SiteName and SiteName1, if you use SiteName1 then it shows proper value as a site description. I replaced SiteName with SiteName1 and it works. This might help to all who are like me and trying Tutorial example.
    I am not sure how many may have tried OAF - Tutorial examples. They are really complicated and not easy and in most cases they are not coming out in first try but if you really try then it will give lot of understanding.

  • How to set default value for Price Change Indicator in Purchase order

    Hi,
    While creating the service purchase order with item category "D" the price change indicator in the services tab of the purchase order is getting checked by default. I want to uncheck this by default.Where can we set the default property for this.
    Thanks in Advance!
    Surya

    My plsql parameter is p_arr which is of "TYPE vc2_255_arr IS TABLE OF VARCHAR2(255) INDEX BY BINARY_INTEGER"You need to declare it in a package specification and initialize in the package body:
    SQL> create or replace package pmp_lib
    as
       type vc2_255_arr is table of varchar2 (255)
                              index by binary_integer;
       vc2_255_arr_default   vc2_255_arr;
    end pmp_lib;
    Package created.
    SQL> create or replace package body pmp_lib
    as
    begin
       vc2_255_arr_default (1) := 'abc';
       vc2_255_arr_default (2) := 'def';
    end pmp_lib;
    Package body created.
    SQL> declare
       arr   pmp_lib.vc2_255_arr := pmp_lib.vc2_255_arr_default;
    begin
       for i in 1 .. arr.count
       loop
          dbms_output.put_line (arr (i));
       end loop;
    end;
    abc
    def
    PL/SQL procedure successfully completed.so in your case it would probably be sth like (assuming pmp_lib is a package):
    <%@ plsql parameter="p_arr" type="PMP_LIB.VC2_255_ARR" default = "PMP_LIB.vc2_255_arr_default" %>

  • Restrict display of Condition Value in the Conditions tab in Purchase Order

    Dear All,
    We have a requirement that in the Conditions tab the condition value column should be displayed as blank to users other than those related to Purchasing and Costing.
    I have checked that there are no standard authorization objects to restrict these.
    Any inputs on how to achieve this?
    Thanks!
    Tejasav

    Hi,
    you can influence fields using BADI ME_PROCESS_PO_CUST. I don't think that you can disable just your field but you should be able to hide whole tab "Conditions". So you can perform your own authorization check in implementation of this BADI and then display or hide tab.
    Cheers

  • Total order value (net) per PO with ME2N (Purchase order List display)

    Hello,
    with ME2N I can see the order value (net) of a PO per item line. Is it also possible to see the the total order value for all item lines in a PO?
    Thanks for coming back to me!
    Sofia

    hi in standard reports that is not possible
    But you can opt for filter in PO no. feild and go for an specific PO and press enter it will show all the line item of that PO then you can apply the Total of all Po line items in net price feild
    Or even while running the report you can go for specific PO no and then execute the report.
    Hope this helps
    Else need to devlop an Z report with help of ABAPER
    Try with the table EKPO and feild RLWRT
    He can solve your purpose
    Regards
    Sujoy
    Edited by: SUJOY on Sep 22, 2008 2:39 PM

  • Re: Calculation for Freight tax in Purchase Order

    Hi All,
    Please help me in this issue.
    Presently my client is using following scenario.
    Suppose the freight amount including tax is 500 INR ,The tax is 7 %.
    At present the SAP is calculating ax in the following manner.
    Amount Excluding Tax: 500/1.07=467.29
    Tax = 500-467.29=32.71
    Now they want the tax to be calculated in the following manner
    Amount Excluding Tax: 500*0.93=465
    Tax = 500*0.07=35
    The conditon types used are:
    ZBX9:Gross Price Formula
    ZWVS: Input tax manulaly: %age
    ZS12Transport: Value
    Please help me to do the changes as required.
    Regards,
    vivek

    HI Pankaj,
    Thanks for your response. Can you try to bit explain me what you are saying.
    & show me where I have to maintain the settings.
    Regards,

  • Get "Error in Net Price Calculation" error while creating a Purchase Order

    I am getting a error when i try to create a PO. Says "Error in Net Price Calculation item 00010(Please correct)"
    I have defined conditon records with the price for the material  and have also created info record.However the price in the info record (including currency i.e USDN is different than the one defined in the conditon records currency is USD).
    However the price is different from the one defined in info record and in material master.
    Where is it picking the price from also is there any way to edit the price in material master or info record ?
    Also when i view the condition records by using Tcode MEK1 i get the following error
    "Access Pricing Purchasing Z00q 20 contains no fields"
    I know Z001 is the access sequence
    Can any one tell me wht is this error message about ?
    Edited by: Dspsac on Jan 29, 2008 4:31 AM

    how can u maintain the condition record as well as info record for a vendor -material in the same time frame
    it is not possibe
    as info record is also 1 of the condition table
    if u have maintained the info record then system is going to fetch the data from there but point top notice is it depends on the validity of record
    system fetch the price from info record
    and the currency used is fom vendor master

  • Assessable Value

    Hi,
    We are using 2007 B - PL07
    Excise amount should be calculated on Assessable value. I have set the formula and calculation were working fine in 2005B PL - 43, but once we upgraded to 2007B that assessable value column is not editable. The assessable value is not constant at all times. so that i cannot declare it in item master. I have to enter the assessable value in assessable value column in PO. Is there any other initial set up settings in 2007B which differs from 2005 B
    Can anybody help in this regard
    Thanks in advance
    Narayanan

    Hi,
    For Assasble Create one Condition type like ZASS for this condion type Assign Acess sequence.Ex ZASS
    In Acess seq maintain table:Plant-Material Combination.
    So for this Condition Type Maintain Condition Records in MEK1.
    So  based on your req,I think this in Inter company stock transfer Purchase order?
    If yes i will answred later.
    Step  C.type            From    to      Req
    10     PB00                                   6
    20     ZASS                
    30     ZEd                    20
    40            Total for Vat 20    30
    50    Zvat                     40
    60           Price            10
    70           Total Price     40   60
    I think Ur issue is solved.
    Raghu

  • Tax value stored table in purchase order

    Hi ,
    i want to extract tax values of tax code from the Purchase order . 
    So plz tell me the tables where i can extract the tax values for a particular Purchase order at item level.
    Regards
    Kishore

    hi
    TAX TABLES
    for excise check table J_1IEXCHDR for header
    J_1IEXCDTL for item excise
    The Table name used to find the Tax Values are
    KOMV: Pricing Communications-Condition Record
    KONV: Conditions (Transaction Data)
    From the above tables you can refer the fields below.
    KAWRT
    KBETR
    Fetch the corresponding records based on the field
    KNTYP
    regards
    kunal

  • How can batch field in Purchase Order(PO) be a fixed value????

    Hi Experts,
    In SAP, when create a purchase order, there is a field "Batch" for every item,
    which means "Assigns a material that is manufactured in batches or production lots to a specific
    batch ".
    For some special reasons, we want for some certain materials,when create purchase orders every
    time,the "Batch" field will be a fixed values.
    For example,for material "AB1" ,"CD2",when create purchase orders every time,the "Batch" field will
    be "2345" automatically,do not need input manually.But for all the other materials, the "Batch" field would be null ,no value.
    How can I do this? How can assign fixed batch number values to some certain materials in Purchase
    Order?
    If there needs some ABAP development,which user exit do I need??
    Thanks for any reply!

    Hi there,
    You may need to establish, whether you wish to use batch managent or split valuation.
    Spilt valuation does allow you to default values into purchasing documents via information records, but I guess it depends on what else you want to do with this tracking
    Split valuation can be controlled independently at the material and plant level
    Regards
    Steve

  • Link between purchase order (Excise ) & sales order (Excise )

    Dear Experts ,
    I would like to check is there any possibility that duty directly pick from purchase to sales.
    Example:-
    suppose we purchase Material ( Raw )  292.00rs/- for 1 qty with excise duty 10.00% =29.20/-Now Client wants to sell the Material (Semi Finished ) at 393.25 /-in excise category , so Client needs the excise duty must be shown 29.20/-  in sales order instead of 39.32 /-
    request you all experts to advice the suitable and doable solutions for above mentioned Business process.
    Note: - Purchase material number & sales material number are different.
    Warm Regards
    Vijay

    Dear Friend,
    I hope we can not determine that same value from PO to Order.But if you required you can do like this,
    For sale order pricing procedure you define another condition type As Assessable value and place it in V/08. Set statistical field for this condition.and calculate excise duty on that Assessable value.
    EX:
    Assessable value -292.00rs
    Excise duty-10% on 292.00 = 29.20 rs
    Thank you,

  • Quantity based condition type for excise duty  calculation in tax procedure

    Hi,
    If any one has worked on the issue of excise duty  calculation on Quantity of items purchased Quantity based condition type.
    [<b>For a formula based calculation procedure TAXAU]</b>
    Example : If quantity purchased = 10 units
              Duty to be calculated @ Rs.3 per unit
              Duty on the 10 units = Rs.30
    Other than SAP Note 816835 any help is appreciable.
    Thanks a lot,
    Uma
    Message was edited by: Uma

    I could not find this condition type/Tcode  in our client system.
    Even we are on 4.6c.
    Thanks,
    Message was edited by: Uma

Maybe you are looking for

  • Posting keys for account determination for transaction ERS do not exist

    Dear All, When I try to create an accounting document for a billing document, the below error happened: Posting keys for account determination for transaction ERS do not exist. Could any one of you meet the issue before and give me some advice? Thank

  • Data Views: Switching from IQ to Crystal: How to?

    Hi everyone, My company is looking to make the switch from IQ Report Writer 5 to Crystal Reports XI or 2008. We have a couple questions though on how to make this switch easier. I may need to talk to Business Objects support instead, but I thought I'

  • Inserting a special character with GREP styles

    Hi. I wanna define a GREP style that makes this: if I write Bluetooth I wanna that a registered trademark is added at the end of the word but with superscript format. Is it possible? Thanks in advance.

  • Print large photo in several sections

    How can you print a 16X20 inch photograph with one fourth of the photograph on each of four 8X10 inch photo paper? When complete and alined the full photograph will be shown

  • BW User Authorisation in Portal

    Hi Experts I am a BW Consultant creating iviews for the queries and assing them to the corresponding portal roles Could you please update me on how can i restrict data access in portal  with analysis authorisations in BW Thanks in advance