Table of tax amt in purchase order

Hi,
  what is the table for tax amt & net amt in purchase order.
                                                                                thnx.

hi
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

Similar Messages

  • Table for tax fields in Purchase order

    HI
      I want to know in which table the taxes will go and store in purchase order .
    In purchase order invoice tab there is Tax code field will be there say for example it is M1 . and if i click on the taxes adjacent to that i will get a new page or table where all the taxes is maintained for that particular M1 . Now i want to know in which table that will be stored
    Regards
    N.M.Pradeep kumar

    HI
    use
    KONV
    KONP
    KOMV
    T007*
    Excise Duty - Table J_1IMATEXP ,J_1IMTCHID
    for Tax - Table BSET
    Tax table
    regards
    kunal
    award if helpful

  • Tables for VAT or CST and RATE OF TAX for a PURCHASE ORDER

    i am developing a report(abap ALV)
    i need to display the VAT or CST and RATE OF TAX for a PURCHASE ORDER that has been posted .
    which tables to refer?

    hi kumar gaurav
    Check KONV table..
    based on Condition TYpe you can get...
    Regards
    Deva

  • How Create new Tax code in Purchase order

    Dear Sir,
    I have creat new tax code in Purchase order
    Basic value          3976876.53
    Ex Duty          10%     397687.6525
    edu.cess          2%     7953.75305
    s&h Edu.cess     1%     3976.876525
    Toatal               4386494.81
    CST          1%     43864.94807
    Addition                12550.00
    i have all ready tax code 1021+5vat

    Hi Sneha Patel
    Case1:
    If tax is applicable on the freight charges then create a Z condition in (Tocde M/06) and assign it in ur pricing  procedure (Tocde M/08) before the net value is calculated in ur pricing procedure so that it is taken for tax calculation.
    Case2:
    If tax is  not applicable on the freight charges then create a Z condition in (Tocde M/06) and assign it in ur pricing  procedure (Tocde M/08) after the net value is calculated in ur pricing procedure so that it is not taken for tax calculation.
    For both the conditions select
    Cond. class   A Discount or surcharge
    Calculat.type B Fixed amount
    Cond.category B Delivery costs
    Also mark as a header or item condition with accruals checked.
    If u are not sure then copy FRA1 condition in STD and change Calculat.type  as B Fixed amount instead of % in FRA1 so that u can enter the amount directly in PO.
    Also mark these conditions as manual in ur pricing procedure so that these can be entered manuall in PO if reqd.
    While creating PO u can select the reqd condition (with or without tax) under conditions tab and enter the amount.
    hope it clears ur issue
    Chk and revert
    Reg
    Raja

  • Output Tax Code In Purchase Order

    Hi all,
    It's possible to assign an output tax code to a purchase order?
    The system gives me the error message 6164 'Please enter an input tax code, not an output tax code' when I use an output tax . Is there any customization to allow output taxes in purchase orders?
    Thank you,
    RS

    Dear friend...
    You cannot use output tax code in purchase order, since output tax codes are used only for sales. If you use output tax code in the PO it will obviously throw the error you said. If you want to have the taxes as shown in the output taxes, if not present in  your input tax codes, you can create new tax code which you desire. Output codes are only for the Sales Order.
    Hope it helps re-ward if so
    Suraj

  • Can u tell me the tables for field Cross company Purchase Order.

    Can u tell me the tables for field Cross company Purchase Order.

    check below link...
    http://help.sap.com/bp_bblibrary/500/Documentation/J53_BPP_EN_DE.doc

  • Tables or FM's for Purchase order  ,Invoice, Taxes details

    Hi,
    I want to know from which tables or function modules we can get the condition type, amount and condition value.
    Purchase order Line Item > Invoice (tab)> Taxes (tab)-->  condition type, amount and condition value?
    Regards,
    Prem.

    Hi
    LOGIC :
    1 you will get po number fron EKPO
    2, for same po you will get invoice in table RSEG
    3.Pass the BELNR( Invoice number) in to BKPF into refernce field( where you will get invoice number+fiscal year) and same table you will get Fi doc in BELNR
    4Then pass the BELNR  in to BSET
    5.Where all tax details available
    Regards
    Kailas ugale

  • Validation of Tax Codes in Purchase Order

    Dear All,
    We have different tax codes like v0, v1, v2 maintained in system and we have projects(WBS) like Project1, Project2 etc. 
    The scenario is such that if i am trying to create an account assigned purchase order for a project with account assignement as Project1, system should allow only tax code v1.  System should not allow other tax codes for project1.
    Can we have tax code validation with respect to projects during PO creation. 
    Request, please provide steps that are required to mainatined to achive the above.
    regards,
    Suresh

    Hi Suresh,
    You can use SMOD enhancement MM06E005 component EXIT_SAPMM06E_012. This user exit is designed for checking custom data on the purchase order header, but can also be used for checking the standard PO data.
    Some of the tables passed to the user exit are TEKPO and TEKKN, all items of the purchasing document and all account assignments, so you can compare the tax code with the project and produce an error message if the combination is incorrect.
    Regards,
    Monika

  • Table name for WBS Element & Purchase Order Conditions

    Dear All,
    I need a table which stores WBS Elemnt No. & Purchase Order Conditions ( Like Excise Duty, Sales Tax, Packing & Forwarding etc.)
    Thanks & Regards,
    Sandeep N.Theurkar

    Hi ,
    It is not possible to get all this information from one table. But you can get the data by writing ABAP , or by creating a query.
    As Amit posted WBS table is PRPS.
    You can get the account assignment of a purchase order (whether it is network or WBS element) from table :EKKN.
    Pass PO number into EKKN and get the following:
    WBS No - PS PSP PNR
    Network -NPLNR
    Activity - AUFPL
    Hope all the postings together will provide an integrated picture.
    Regards
    Muraleedharan.R

  • How to dispaly excise tax rate in purchase order scapcript

    plz help me out
    actually i want TO display excise IM PURCHASE ORDER SACPSCRIPT
    MEDRUCK
    PLZ HELP ME OUT
    THANK U

    Hi
    First copy the MEDRUCK and do the changes in it
    first check the pricing related conditions data in the Main window
    check this code
    /: ITEM_CONDITIONS
    IC ,,&KOMVD-VTEXT&,,&''KOMVD-KBETR& &KOMVD-KOEIN&,,&KOMVD-KWERT&
    /:ITEM_CONDITIONS_UNIT
    IC ,,&KOMVD-VTEXT(16)&,,&KOMVD-KBETR&,,&KOMVD-KOEIN&,,&''KOMVD-KPEIN&
    &KOMVD-KMEIN&,,&KOMVD-KWERT&
    Here first know what is the condition type for excise Rate/tax
    check in table T685T for this
    and in debug of the script check whether that condition type values is coming or not. Mostly it comes, check and display
    If the values or not coming then
    Write a PERFORM subroutine in the script to bring the related Excise Tax rate from the program and display
    see the sample code for Subroutines
    The Form :
    /:PERFORM CDE_CENT IN PROGRAM ZKRPMM_PERFORM_Z1MEDRUCK
    /:USING &EKKO-EBELN&
    /:CHANGING &CDECENT&
    /:ENDPERFORM
    The report :
    REPORT zkrpmm_perform_z1medruck .
    DATA : BEGIN OF it_input_table OCCURS 10.
    INCLUDE STRUCTURE itcsy.
    DATA : END OF it_input_table.
    déclaration de la table output_table contenant les
    variables exportées
    DATA : BEGIN OF it_output_table OCCURS 0.
    INCLUDE STRUCTURE itcsy.
    DATA : END OF it_output_table.
    DATA : w_ebeln LIKE ekko-ebeln,
    w_vbeln LIKE vbak-vbeln,
    w_zcdffa LIKE vbak-zcdffa.
    FORM CDE_CENT
    FORM cde_cent TABLES input output.
    it_input_table[] = input[].
    it_output_table[] = output[].
    READ TABLE it_input_table INDEX 1.
    MOVE it_input_table-value TO w_ebeln.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
    EXPORTING
    input = w_ebeln
    IMPORTING
    output = w_ebeln.
    SELECT SINGLE zcdffa FROM ekko
    INTO w_zcdffa
    WHERE ebeln = w_ebeln.
    it_output_table-name = 'CDECENT'.
    MOVE w_zcdffa TO it_output_table-value.
    MODIFY it_output_table INDEX 1.
    output[] = it_output_table[].
    ENDFORM.
    Reward points for useful Answers
    Regards
    Anji

  • Printing Tax Values in Purchase order

    Hello MM Gurus,
            What is the configuration required to print the Tax values of BED,Cess etc.
    in the Purchase order. I have selected "X" in the print column of Tax pricing
    procedure. But, Tax values are not coming in the print out.
             Kindly respond quickly as this requirement is very urgent.
    Regards
    Yoga

    Hi Yoga,
    These values will not come in PO print out since they are stored as NAVS or JEXS. You will have to break them up using the conditions types defined by you.
    You can refer to these tables
    KONP, T685T,J_1IEXCTAX,J_1IMTCHID,KONV,J_1IMATEXP
    to calculate the same
    prasanna

  • Invoice non deductible tax amount vs Purchase order

    In the purchase order the tax amount is calculated item by item (ME21N). In the invoice (MIRO) when we select flag “Calculate tax” the system calculates the tax amount for the total of all the items. Because of this system behaviour in the invoice verification sometimes we obtain small differences.
    These differences should not exist specially when we are using a non deductible tax that affects the material valuation with the goods receipt and has to be corrected in the moment of the invoice verification.
    Why does the system have a different behaviour from the purchase order to the invoice?
    What can be done?
    Best regards

    Dear Biju K
    Whatever you mentioned about condition NAVS is there in system.
    I am not adding tax code in PO, referring your earlier email I am asking that.
    For adding other element I have not asked anything here, only to clarify your statement
    You need to cross check why non-deductible tax amount needed in your PO with NAVS condition type and its purpose.
    I explained this.
    My question is simple that in one PO I am getting non-deductible tax but if I change vendor for the same material I am not getting non-deductible tax in condition tab ? I am not able to understand why its happened ? If one PO shows means there are chances that basic configuration is correct but may be somewhere something is wrong, I want to find out that.  If you can throw some light on that its helpful for me.
    regards
    Nitin

  • Tables for credit Memo and Purchase order

    Hi all,
    I need to develop a report to dispaly all the credit memos for the open qty,
    My issue that is  there any table where we can have information for credit memos and purchase order,
    like the input fields is company code,customer number,fiscal year,
    hope you understnad,
    Please let me know if you need any more information,
    Thanks&Regards,
    Cghand

    Hi
    Invoice Verific. table:
    RBKP - Document Header: Invoice Receipt
    RSEG - Document Item: Incoming Invoice
    Regards
    Prasanna

  • Automatic Calculation of Input Tax in a Purchase Order

    Hi  SAP Gurus!
    Good day! Please help with my problem. During my creation of a Purchase Order, I will have to indicate what Tax Code to use. In this case, I use "Input Tax 12%". On the Item Condition TAB, the calculation of the input tax is not reflected. How can I customize this, in order for us to see the breakdown of Taxes automatically?
    Thank you.
    Mik

    Hi Mik,
                If you maintain the tax codes in the system for your company code then the tax codes will be picked automatically in PO through FTXP and the same is reflected in PO.In Invoice tab you have to give tax code, then in Condition tab, the values will be calculated as per the condition values maintained for the tax code.No need to maintain any thing in pricing procedure.
                If your tax procedure in TAXINN, you have to maintain the condition records for the condition types ( JMOP, JEC1, JSEP etc..), then only the values can be shown in PO in Condition tab.In TAXINN, the tax code has to be assigned to the company code.
    Regards,
    Gangadhar Y

  • Transfer of tax indicator to purchase order for service items in shopping cart

    Hi all.
    I have a problem with the tax indicator in the shopping carts and in the backend purchase orders for service items. If I create a shopping cart with service items with different tax indicators, the backend purchase order have a unique item including all the services. So, all the PO items are under one tax indicator while in the shopping cart there is more than one indicator. I mean, the PO is not correctly replicated with the information of the SC.
    Example: shopping cart in SRM with 3 items, tax codes: V1, V2, V1. The standard code transfers the information to the backend, and creates a purchase order with an unique item with the 3 services under tax code V1. So, the second service is not under the correct tax code, and will be wrongly invoiced.
    We have debugged all the code of the process, and we think it is a standard bug. When you replicate a PO in the backend from a SC in SRM, have you experienced this behaviour, or the service items are grouped in different PO items each one with the correct tax indicator?
    Thanks in advance.

    Hi again...
    I forgot to mention that we have found and applied the note 1822107 (Purchase order: wrong tax code for PO with 2 service items), that fits exactly to our problem. But after testing, it doesn't work.
    Regards.

Maybe you are looking for