ME23N TAXES KOMV DATA

Hi Guys,
ME23N get taxes for a PO. (ME23N: "Taxes" button in "Invoice" tab in "Item Detail")
i am trying to get values from KOMV structure using
PRICING F.M but i got values conditions tab komv structure data which is after invoice tab under item details.
Please let me know the process when i click the taxes button in invoice tab under item detail tab to get data from KOMV structure data.
Thanks & Regards,
Padmaja.

Hi
I feel there is no direct fun module to fetch these taxes
have to do like this
All the taxes are to be calculated from pricing related to tables KONV and KONP
first check with EKKO-KNUMV and EKPO-EBELP by passing to KONV-KNUMV and KONV-KPOSN
you will get certain prices related to some condition types
If you don;t find
first find out the related Access sequence related table (it will be some A* table like A012 or A353 ) on which the PO taxes are defined menas based on the fields you define the taxes take the A8 table and take the KNUMH field from it and pass to KONP table and take the Tax amounts (KBETR and KWERT) fields
<b>
Reward points for useful Answers</b>
Regards
Anji

Similar Messages

  • Tax Reporting Date for Cz Republic in report S_ALR_87012357/RFUMSV00

    Hi All,
    We activated Tax reporting date as per SAP Note 1023317. However we are not able to see in the report "S_ALR_87012357 / RFUMSV00" tax reporting date column which should show which document has which date assigned to it. I executed the report with tax reporting date.
    Please help me to find out how to get the column in this report.
    Regards,
    Abishek

    hi Giovanni Baumann  .,
             will u please tell me how u added NAME1 field to on the output list Layout on the report . please guide me on this.
    Regards.,
    S.Sivakumar

  • Uploading TAX Classification data in material master

    Hi,
    I have to upload tax classification data in material master for countries DE,IT,FR,ES,CH and GB.
    I have used BAPI_MATERIAL_SAVEDATA and passing values to table TAXCLASSIFICATIONS.
    But bapi is uploading tax classification only for country DE.
    When I am creating through MM02 its getting updated.
    Can anybody tell me what is the problem ?

    Hi Ganga,
    Yes I am passing different countries to table .
    LOOP AT IT_STAX into WA_STAX.
           wa_taxclassifications-depcountry = wa_stax-aland.
            wa_taxclassifications-tax_type_1 = wa_tstl-tatyp.
            wa_taxclassifications-taxclass_1 = wa_stax-taxm1.
            wa_taxclassifications-tax_ind    = wa_stax-taxim.
            APPEND wa_taxclassifications TO it_taxclassifications.
    ENDLOOP.
        CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
          EXPORTING
            headdata           = wa_headdata
          TABLES
            taxclassifications = it_taxclassifications
            returnmessages     = it_return[].

  • Activate tax reporting date (VAT due date) Spain

    Dear all,
    My Spanish customer should start using electronic VAT book, Modelo 340. If I understood correct VAT due date (activate tax reporting date) is a prerequisite for this? If I activate this functionality in their system, what affect will this have except a new field?
    Is it possible to do this during a year or should it be done in the beginning of a new year, from 1st of January? Does it matter?
    What affect will it have on already existing documents?
    If they start to use electronic VAT book, do they not need to use the ordinary Tax report, transaction S_ALR_87100833, then and use only this instead?
    Please help me to understand how to tell the customer of how this will affect them.
    BR L

    Hi Paul,
    I have already red these notes but don´t think that my questions are answered by these. Escpecially the question if ordinary tax report, program RFUMSV00 (transaction S_ALR_87100833) are replaced by Modelo 340, is not answered.
    Could you please help?
    BR L

  • Withholding tax master data report changes in SAP FI

    Hi All,
    In our client according to new audit requirements improvements have to be done for the withholding tax report. According to the the requirements changes only functionality has to be added to the main selection screen of the withholding tax master data report.
    Changes only functionality has to be added to the selection screen of the report, the report has to display changes made to the tax master data with in a range of period, this was achieved easily by making program changes. Only issue now is when we do it in development client its showing us properly but when we do it in production it is not working because when ever we do any configuration changes we do it in the development client and transport it to production client so the changes done to any configuration with respect to WHT are not recorded in the production environment as they are transported from development client.
    So, we are unable to achieve this in production client, please help me out with this issue.
    Tthanks in advance

    hi
    i need field
    withholding tax exemption no, exemption from date, todate, Exemption reason, 
    as a master data it is saved in vendor master data > withholding tax accounting
    but i need where it is saved in transaction data.
    thanks

  • Po tax related data

    hi experts,
                   can u tell me where the tax related data is stored(tables) for the po created

    Kiran,
    KONV-KSCHL = Condition type.
    KONV-KBETR = Condition value.

  • Substitution for Tax reporting date

    Hi,
    I have created a substitution at document header level to change Tax Reporting date field.
    It works correctly when I enter a fixed value or another field value, but when I enter a user exit it does not work in VF11 transaction
    Which could be the problem?
    Thanks

    Dear expert
    Problems calculating tax reporting date in VF11 transaction
    user exit VF11 for accounting
    Regards
      Ajeesh.s

  • Report of all materials with tax classif data under a certain plant

    Hi All,
    I need a report which will show the list of all materials and their tax classification data .(
    under a certain plant ).
    Preethi.

    Hi,
    You create the Query in SQVI by joining the tables --MARC, MVKE,MLAN.
    So include the selection fields with Plant, Sales organization, Dist channel, Country, etc..
    Out put fields you can include as per your requirements from all these tables .
    rgds
    gsc

  • Tax Reporting Date Active in Documents

    Hello,
    I have activated the flag "Tax Reporting Date Active in Documents" and I want to select which data the system must take.
    I have found the option to select the Document Data instead of the Posting Data in OBCK transaction but I need to take the payment due date data, is it possible????
    Thank you very much

    Hi,
    Read OSS Note & Do the necessary process:
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1147151
    Note 1147151 - FF 786 although tax reporting date cannot be entered
    Regards
    Viswa

  • Tax Reporting Date(VATDATE)

    Hi All,
              We activated the Tax Reporting Date (VAT DATE)  in global parameters for a Company Code so that this field will be populated in all Financial Documents.
                  Sap had given BADI to populate this field based on Document/Posting Date but we had our own substitution logic, but we want to make this field Display only so that user will not have an impression of Input field. Now in screens(FB60,FB01) it is input field.
                      Is there anyway we could do this.

    Hello Sarat,
    May I ask how and when you substituted the logic to populate the VAT DATE?
    Thank you!

  • Activation of Tax Reporting Date

    Hello,
    In global paramenters, Company code data, we have "Tax reporting date active". If this is made active, then for the company code the tax Reporting date gets populated automatically in all the accounting documents whereever we use tax codes.
    My Query is "Is it possible to populate the tax reporting date only when we give the Tax code in the document?
    This has come out as requirement.
    Appreciate if you couls help me.
    Regards,
    MG

    Hi Mallikarjuna,
    Could you please share how you achieved the above requirement. Is there any standard functionality available to get it done or any ABAP customization involved. Thanks in advance.

  • Error FF786:"Enter a tax reporting date"

    Hello,
    I have activated "Tax reporting date" field in a company. I have activated in customizing "Company code global data" Tax reporting date active field and I have loaded the 5 option in "Foreign Currency Translation for Tax Items" fields.
    Then when I use FB60 transaction I have no problems, the VATDATE field is automatically filled with the posting date. But in anothe transactions as FBCJ or VF01 there is an error that says " Enter a tax reporting date"
    Why does this error appears?
    Thank you very much
    Edited by: Beatriz Amezua on Dec 31, 2008 11:04 AM

    Hi Sameek,
    Please refer the below link. Hope it helps.
    http://scn.sap.com/thread/1435286
    Regards,
    Chandan.

  • Tax classification data is not  saving in QAT

    Hello Gurus,
    I have a issue  with tax classification data in Quality.
    When i give tax classification data in developement server its saving the data , i transported the same request to  quality  here it is not saving the tax classification.
    Note -In master   data  tax classification data is  saving in delopement but its not saving  master data tax  classification  data in quality.
    looking for inputs.
    Thank you all  inadvance
    Regards
    venkat

    Hi JP,
    The relevant condition type are maintained in OVK1, OVK3, OVK4
    the problem is still same,
    Looking for some more inputs .
    thanks&regards
    venkat
    Edited by: K.Venkata Chalapathi on Jul 31, 2010 3:16 PM

  • Unable to view field "Tax Report date" (BKPF-VATDATE) in accounting doc

    Hi friends,
    I am unable to get and view the field "Tax Report date" (BKPF-VATDATE) in accounting document when the invoices are atutomatically posted via SD(Transaction VF01) and MM(MIRO transactions). But we can get and view the same field if we post the invoice manually through the transaction FB60.
    Could you please let me know where is the control even to get the same field when the invoices are automatically posted through SD and MM.
    Regards,
    Srinivas

    Hi Paco
    Thank You for your response and sorry for the delay in reply for your message.
    This is solved with the help of SAP Note 1232484. We have run the SAPFACCG and RFBIPPGO and now can be able to see the the field.
    Regards,
    Srinivas

  • Tax reporter date

    Hi Experts,
      Is there any table where the tax reporter date is stored in tables or clusters; I want to know the tax reporter date for a given year.
    Thanks.

    Do U mean to say that U want to trace on which date Tax report has been used?
    If this is the case then U can setup report start log in config (V_T599R).
    Then run the T-code S_AHR_61016381
    ~BiSu

Maybe you are looking for

  • What are the best disc doctor tools

    Okay, my G5 is running like a Commodore 64! It is SLOW and freezing all the time! it freezes on iPhoto, Mail, ..... just about anything actually to the point where it won't force quit and we are having to hold down the old international reset button.

  • Problem in Uploading Data using a Tab Separated File?

    Hi All, I am trying to upload a file which tab separated containing customer and bank details and my file structure somewhat in the following manner. 10     21169     abcde     xyz     kdHDHLk     gdh     ghgah  (Customer Details) 20     21169     DE

  • Posting date in RFEBKA00 format MT940

    Hi, According to the tests I've done and to the document I've read, it seems that the date rules when importing statements through Transaction FF.5 program RFEBKA00, format SWIFT MT940 unstructured are the following: - Statement date comes the segmen

  • Something about classpath

    i always get ClassNotFoundException. is there any program or method to search where is the .class/.jar or path located?? for example, if i search for com.sun.jndi.ldap.LdapCtxFactory how can i know where is this class located?? Thx!!

  • DEFECT: Ignores new PK Column order

    I have an existing table with an existing primary key. I add a new column to that pk and place it as the first column in that key. The column is actually added as the last column in the key, not the first column in the key. I have to physically drop