Reg:Tax Table In Purchase Order

Hi All,
     In the Purchase Order Line Item Level We will Give Tax I.e In the Invoice tab We have our required tax codes the the taxes button will enable when we click taxes all the taxes will come my question is coils anybody say in which table all the tax details for a Purchase Order is Stored? i have checked the table KONV
only the Header Conditions is Stored in that table.could you please help me?

Hi Vijetasap,
   i have tried that function module it doesn't return the values thats y i asked the table name, i have attached the code for my reference just correct me where am wrong?
LOOP AT I_EKPO.
    clear taxcom.
    CLEAR : I_KOMV.
    REFRESH : I_KOMV.
    SELECT SINGLE *
       INTO t001
       FROM t001
      WHERE bukrs = ekko-bukrs .
    taxcom-bukrs = i_ekpo-bukrs.
    taxcom-budat = ekko-bedat.
    taxcom-waers = ekko-waers.
    taxcom-kposn = i_ekpo-ebelp.
    taxcom-mwskz = i_ekpo-mwskz.
    taxcom-txjcd = i_ekpo-txjcd.
    taxcom-shkzg = 'H'.
    taxcom-xmwst = 'X'.
      IF I_EKPO-MTART = 'HAWA'.
        taxcom-wrbtr = i_ekpo-kzwi6.
      ELSEIF I_EKPO-MTART = 'ROH'.
        taxcom-wrbtr = i_ekpo-kzwi4.
      ENDIF.
    ELSE.
      taxcom-wrbtr = i_ekpo-zwert.
    ENDIF.
    taxcom-lifnr = ekko-lifnr.
    taxcom-land1 = ekko-lands.
    taxcom-ekorg = ekko-ekorg.
    taxcom-hwaer = t001-waers.
    taxcom-llief = ekko-llief.
    taxcom-bldat = ekko-bedat.
    taxcom-matnr = i_ekpo-ematn.
    taxcom-werks = i_ekpo-werks.
    taxcom-bwtar = i_ekpo-bwtar.
    taxcom-matkl = i_ekpo-matkl.
    taxcom-meins = i_ekpo-meins.
    taxcom-ebeln = i_ekpo-ebeln.
    taxcom-ebelp = i_ekpo-ebelp.
    IF ekko-bstyp EQ bstyp-best.
      taxcom-mglme = i_ekpo-menge.
    ELSE.
      IF ekko-bstyp EQ bstyp-kont AND i_ekpo-abmng GT 0.
        taxcom-mglme = i_ekpo-abmng.
      ELSE.
        taxcom-mglme = i_ekpo-ktmng.
      ENDIF.
    ENDIF.
    IF taxcom-mglme EQ 0.
      taxcom-mglme = 1000.
    ENDIF.
    taxcom-mtart = i_ekpo-mtart.
    IF NOT TAXCOM-mwskz IS INITIAL.
      CALL FUNCTION 'CALCULATE_TAX_ITEM'
      EXPORTING
  ANZAHLUNG                 = ' '
   DIALOG                    = ' '
   DISPLAY_ONLY              = ' '
   INKLUSIVE                 = ' '
   I_ANWTYP                  = ' '
   I_DMBTR                   = '0'
   I_MWSTS                   = '0'
          I_TAXCOM                  = taxcom
   PRUEFEN                   = ' '
   RESET                     = ' '
      IMPORTING
   E_NAVFW                   =
          E_TAXCOM                   = taxcom
   E_XSTVR                   =
   NAV_ANTEIL                =
      TABLES
          T_XKOMV                    =  i_komv
      EXCEPTIONS
             MWSKZ_NOT_DEFINED          = 1
            MWSKZ_NOT_FOUND             = 2
            MWSKZ_NOT_VALID             = 3
              STEUERBETRAG_FALSCH       = 4
              COUNTRY_NOT_FOUND         = 5
             OTHERS                     = 6
.Note: Am not given Full Code but this is the part where am getting the tax values.

Similar Messages

  • 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

  • Table for purchase order status

    Hello friends,
    There's a tab STATUS in purchase order (tcoe ME21N).
    I can't find a table which contains theses statuses.
    Anybody knows what's the table for purchase orders status ??
    Regards,
    Bahia

    Hi
    PO status is stored in Structure not in the table.
    Please use the List displays to get the information like ME2N,ME2L, ME2M, ME2K etc
    You can also get the information from the table EKKO, EKPO, EKET,EKBE
    Hope it helps
    thanks/karthik

  • Tables for purchase order history

    what r  the tables for purchase order history.
    thanks in advance

    Hi Srinivas,
    Check out the link for detail PP module and tables.
    http://www.sap-img.com/sap-pp.htm
    Hope this helps.
    Manish

  • Reg.Output type for purchase order

    Dear Sir
    I followed your steps but not come to "List of allowed output"
    when I select the message for Purchase order(ME21N). There are listing NEU,SPO,MAHN  and AUFB.
    I just copy the NEU and all,I did not change anything.
    Maintain Output of Purchase Order
    1. Condition Table
    SPRO > Material Management> Purchasing -> Message -> Output Control->Condition Tables->Define Condition Table for Purchase Order
    Select:
    Purchasing Doc. Type,
    Purch. Organization,
    Vendor
    2. Access Sequences
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Access Sequences->Define Condition Table for Purchase Order
    3. Message Type
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Message Types->Define Message Type for Purchase Order
    Ex:
    EF---> TES
    Select “TES” and double click on “Mail title and texts” and go to
    EN- New Purchase Order Print Out,
    Select “TES” again and double click on “Processing routines,
    Select “TES” again and double click on “Partner Roles
    4. Message Determination Schemas
    4.1. Message Determination Schemas
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Message Schema->Define Message Schema for Purchase Order-> Maintain Message Determination Schema
    4.2. Assign Schema to Purchase Order
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Message Schema->Define Message Schema for Purchase Order-> Assign Schema to Purchase Order
    5. Partner Roles per Message Type
    SPRO -> Material Management-> Purchasing -> Message -> Output Control-> Partner Roles per Message Type ->Define Partner Role for Purchase Order
    6. Condition Record
    Navigation Path: SAP Menu-> Logistics -> Material Management -> Purchasing-> Master data->Messages-> Purchase Order-> MN04-> Create
    Now you create PO(ME21N) and save it. Go to ME22N and print the PO by giving output type TES.
    Please help me sir
    Rajj

    Hi
    Go to NACE
    Select application as EF Purchase Order
    Define TES as out put type there
    Vishal...

  • No Update FMIOI and KBLP tables with purchase order

    Hello,
    We have un serious problem : No Update FMIOI and KBLP tables with purchase order
    System :  SAP ERP 6.0 /7.0 - EHP 4
    Note 965633 was read.
    1) First case: The purchase order 4510000673 does not reduce the funds reservation.
    Purchase order 4510000673 should consume the funds reservation 1200000193 because all post of the PO charge the funds reservation 1200000193.But the consumption history of the funds reservation 1200000193 donu2019t show this consumption.
    In table FMIOI, we do not have lines with amount type 0200 (reduction) but whe have the lines with the post of PO with amount type (0100).  The Purchase order 4510000673 should consume the funds reservation 1200000193.
    In table KBLP, the fields are :
    Total amount (LC) - HWGES  = 53.409,40
    Amount used u2013 WTABB = 0,00
    Reduction amount u2013 HWABB = 0,00
    Open amount u2013 CWTFREE =    53.409,40
    Reduced amount u2013 WTABG = 0,00
    Reduced amount u2013HWABG = 0,00
    To solve the problem, we executed the transactions : FM4N et FMN5 and the program RFFMRC20 but no result.
    2) Second case : Delete a item of a purchase order does not release the budget
    The single item of the purchase order 4510000597 is deleted but in the display of consumption History of the funds reservation 1200000137, the amount of the purchase order is not to zero.
    To solve the problem, we executed the transactions : FM4N et FMN5 and the program RFFMRC20 but no result.
    Somebody already had a similar problem ?
    Thank you
    Fabian

    Hello Fabian
    There are two known notes dealing with missing update on reference Earmarked Funds, I am listing them for future references:
    1376800  Earmarked funds: Incorrect open amount         
    1438487  RFFMRC20: Missing KBLE records are ignored     
    These notes correct some errors within the Standard.
    However, in your scenario, problem has to do with an incorrect execution of a Commit work inside a customer user-exit. After elimination of this commit work, new Po's are working correctly.
    Remaining task is the correction of old PO's. Manual correction via small changes with ME22N (for instance, adding a '.' to the line item text/s) will force the correct update and fix your database
    If you agree, we can close this thread (?)
    Kind regards
    Mar

  • Which Table stores Purchase Order Related to Parked Invoice

    Hi
    Which Table stores Purchase Order Related to Parked Invoice?  I am not able to get that information. Thanks a lot in advance for any help.
    Thanks
    Arghadip

    Hi
    Check Table RSEG with the parked Invoice document number.
    Thanks & Regards
    Kishore

  • 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

  • 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

  • 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

  • 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

  • Reg. Calculated tax values in Purchase order

    Dear All
    I have to print tax percentage and value applicable in Purchase order. In po, at item level by clicking <i>invoice view</i> tax code appear as 3C besides button named <i>TAXE</i>S. on clicking <i>TAXES</i> different value of tax and excise with percentage appears. all these appears thru komv structure. i want to print these vales.
    by click <i>Where used Structure KOMV</i> there appears many object /classes. but i dont know how to use these. kindly provide me solution to fetch these values.
    thanks/regards
    Manjit

    Create Tax code in FTXP
    Let us SAy A1 --Note : for purchasing it should be input tax only
    Then in FV11 Create condition record with plant material and vendor combination with cond type as JVRD
    Maintain the TAx rate as 4 % or whatever is applicable
    also enter the Tax code as A1 which u have created for ur tax procedure TAXINN
    SAve it
    Create a PO for the same material,vendor and plant combination
    and enter the Tax code as A1
    I think with the above details ur tax should get calculated
    regards
    shailesh

  • Tax field table  in purchase order

    Hi,
    What is the table  of the tax details that appear in the  invoice tab of t-code ME23N.
    Thanks in Advance.
    Regard
    Sam.

    this may help u...
    TABLES:ekko,ekpo,t001,marc.
    DATA:rkomk LIKE komk,
         rkomp LIKE komp.
    DATA:kalsm TYPE t005-kalsm.
    DATA:pc_komv LIKE komv OCCURS 0 WITH HEADER LINE.
    DATA : taxcom TYPE taxcom.
      CALL FUNCTION 'REFRESH_TAX_TABLES'
        EXCEPTIONS
          OTHERS = 1.
      SELECT SINGLE * FROM ekko
             WHERE ebeln = w_ebeln.    "<-----PO number
      SELECT SINGLE * FROM ekpo
              WHERE ebeln = ekko-ebeln   "<-----PO number
                AND ebelp = w_ebelp .     "<-----PO item
      taxcom-bukrs = ekpo-bukrs.
      taxcom-budat = ekko-bedat.
      taxcom-waers = ekko-waers.
      taxcom-kposn = ekpo-ebelp.
      taxcom-mwskz = ekpo-mwskz.
      taxcom-txjcd = ekpo-txjcd.
      taxcom-shkzg = 'H'.
      taxcom-xmwst = 'X'.
      IF ekko-bstyp EQ 'F'.
        taxcom-wrbtr = ekpo-netwr.
      ELSE.
        taxcom-wrbtr = ekpo-zwert.
      ENDIF.
      taxcom-lifnr = ekko-lifnr.
      taxcom-land1 = ekko-lands.                     
      taxcom-ekorg = ekko-ekorg.
      taxcom-hwaer = ekko-waers.
      taxcom-llief = ekko-llief.
      taxcom-bldat = ekko-bedat.
      taxcom-matnr = ekpo-matnr.      
      taxcom-werks = ekpo-werks.
      taxcom-bwtar = ekpo-bwtar.
      taxcom-matkl = ekpo-matkl.
      taxcom-meins = ekpo-meins.
      IF ekko-bstyp EQ 'F'.
        taxcom-mglme = ekpo-menge.
      ELSE.
        IF ekko-bstyp EQ 'K' AND ekpo-abmng GT 0.
          taxcom-mglme = ekpo-abmng.
        ELSE.
          taxcom-mglme = ekpo-ktmng.
        ENDIF.
      ENDIF.
      IF taxcom-mglme EQ 0.
        taxcom-mglme = 1000.
      ENDIF.
      taxcom-mtart = ekpo-mtart.
      IF NOT ekko-llief IS INITIAL.
        taxcom-lifnr = ekko-llief.
      ENDIF.
      CALL FUNCTION 'CALCULATE_TAX_ITEM'
        EXPORTING
          i_taxcom     = taxcom
          display_only = 'X'
          dialog       = ' '
        IMPORTING
          e_taxcom     = taxcom
    *    nav_anteil   = hwert
      TABLES
         t_xkomv      = pc_komv    "Tax Table
      EXCEPTIONS
          OTHERS       = 01.

  • 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

Maybe you are looking for

  • Asset usefullife

    hi sap gurus, when i am defining new asset in AS02 useful life is not coming automatically. In oayz I have given dep key for all asset class. There useful life column is dumb. When i am defining useful life in multilevel it does not get copied while

  • No Webobjects in "New Project" Assistant

    Hello, I would like to learn how to program with Webobjects. I installed Xcode 3.0 and failed to include the Webobject option, I then went back to the DVD and installed the Webobject pacakge. When I open up Xcode and click on "New Project" There is n

  • How to print content of the swing components?Example:JTextArea.

    I have a application,it include a JTextArea,and when user click newfile menu, it will load a txt file.but how can I print the txt file content? now ,I can only print the panel of the application! Thank you!

  • Robohelp 7 - Runtime error when publishing

    Hi all - Of course I have a go live tomorrow night, and when I tried to publish changes tonight, I am getting a runtime error - I've never had this problem before. I have tried rebooting, didn't help. I closed all open apps, no help. I have not made

  • ISA B2B caltaog "Show Related terms"

    Hi Experts, We have a requirement in catalog search to implement "Show Related terms" functionality similar like google does when user enter worng spell or wrong keyword e.g. "Did you mean: advil". Anybody has an idea how can we achieve this. Thanks