PO: how to get Tax Amount of Invoice Receipt of each Goods Receipt?

Hi all,
For a PO, I have got a list GRs with their IRs via table EKBE as below:
Item 1 -> GR 1 -> IR 1
Item 2 -> GR 2 -> IR 1
And I see in table RBKP which have field VAT (WMWST1), this field VAT is VAT amount of IR 1 for both GR 1 & GR 2.
But I would like to get VAT of IR 1 separately for GR 1 & GR 2 as below:
Item 1 -> GR 1 -> IR 1 -> I would like to get VAT (tax amount = A USD).
Item 2 -> GR 2 -> IR 1 -> I would like to get VAT (tax amount = B USD).
(In table RBKP: field VAT (WMWST1) = C USD = A USD + B USD).
If anyone know which table I can get A and B separately, please help me?
Thanks a lot in advance,
Vinh

You can pass the Invoice no. + GJAHR (concatenate) to BKPF- AWKEY and output the BELNR.
Pass BKPF-BELNR to BSEG-BELNR which has fields MWART to identify the tax vlaues (DMBTR or WRBTR).

Similar Messages

  • How to get tax amounts related to PO

    Dear All,
    I have to write a report based on PO and taxes related to it.
    I have got the PO details, but how to get the tax details like service tax, Excise , SHcess.
    I get some details in KONV table but when I check the PO taxes there are more no. of taxes.
    miro  has not been done for that PO.
    Please help,
    Thanks in advance,
    Salman Zahir

    Hi,
    Please Use the FM : CALCULATE_TAX_ITEM to fetch all taxes pertaining to PO and line Item.
    Before this we have to use FM:'REFRESH_TAX_TABLES'.
    Check the sample code for your reference.:
    LOOP AT it_ekko_ekpo INTO is_ekko_ekpo.
        CALL FUNCTION 'REFRESH_TAX_TABLES'
        EXPORTING
          LIVERY        = 1
        CONCATENATE '0' is_ekko_ekpo-ebelp INTO w_ebelp.
    *"--- Assigning values to Taxcom
        is_taxcom-bukrs = is_ekko_ekpo-bukrs.
        is_taxcom-budat = is_ekko_ekpo-bedat.
        is_taxcom-ebeln = is_ekko_ekpo-ebeln.
        is_taxcom-kposn = w_ebelp.
        is_taxcom-mwskz = is_ekko_ekpo-mwskz.
        is_taxcom-lifnr = is_ekko_ekpo-lifnr.
        is_taxcom-matnr = is_ekko_ekpo-matnr.
        is_taxcom-werks = is_ekko_ekpo-werks.
        is_taxcom-land1 = is_ekko_ekpo-lands.
        is_taxcom-wrbtr = is_ekko_ekpo-netwr.
        IF is_taxcom-mwskz IS NOT INITIAL.
    *"--- Function Module to get Condition types
          CALL FUNCTION 'CALCULATE_TAX_ITEM'
            EXPORTING
              i_taxcom            = is_taxcom
            TABLES
              t_xkomv             = it_komv
            EXCEPTIONS
              mwskz_not_defined   = 1
              mwskz_not_found     = 2
              mwskz_not_valid     = 3
              steuerbetrag_falsch = 4
              country_not_found   = 5
              OTHERS              = 6.
          IF sy-subrc <> 0.
            MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          ENDIF.
          DELETE it_komv WHERE kbetr = 0.
          LOOP AT it_komv INTO is_komv.
            is_out-kschl = is_komv-kschl.
            APPEND is_out TO it_out.
          ENDLOOP.
          CLEAR: is_taxcom,
                w_ebelp.
        ENDIF.
      ENDLOOP.
    thanks
    Eswar Rao

  • How to get the amount of free physical memory?

    How to get the amount of free physical memory?
    (without sudo or root)

    vmstat will give it to you.
    Although the question depends a bit on what you mean by free memory.
    The figure vmstat labels free (in any reasonably recent version of solaris) actually represents memory mostly filled with cached file contents. So it represents memory that can be easily released if needed by something more important.
    Like most unix versions, solaris will use any free memory to cache files thats have been read/written previously just in case they are needed again

  • How to calculate tax amount

    Hi,
    I am working in driver program of service sheet entry SF. i want calculate Tax Amount of every line item of service entry sheet number.
      tax code, net value, total value  mention in line item but tax amount not.
    then How to calculate tax amount according tax code...............?

    Hi,
    Try with the below function module.
    CALCULATE_TAX_FROM_NET_AMOUNT
    Jshree

  • How to get  Unapplied Amount with SQL or API in AR/ORACLE RECEIVABLES

    Hi ,
    how to get Unapplied Amount with SQL or API in AR/ORACLE RECEIVABLES.
    who can help me ? Thank you very much !

    i get it from private API.
    SELECT SUM(decode(ra.status, 'UNAPP', nvl(ra.amount_applied, 0), 0)) unapplied_amount
    FROM ar_receivable_applications ra
    WHERE ra.cash_receipt_id = 1820
    AND ra.status IN ('UNAPP', 'ACTIVITY')

  • How to get the latest credit limit values per each customer in the report.

    Hi All,
    Can anybody give me an idea on how to get the latest credit limit values per each customer in the report.
    I have below requiremnt.
    I have cube which is having transactional data on document and customer level .and it also having master data info object in the cube which is credit management view having all the customer numbers .
    This credit management view is master data info object having credit limit key figure as attribute.These credit limit are per each customer.
    So we need these credit limits in the report as dynamic values .(I mean whatever be the current credit limit in the master data table for that paricular customer that should show up in the reporting).
    one more thing these credit limits should roll up correctly at the HTR level.
    One HTR having number of customers .
    for example HTR 100 can have customer number 200,300,400.
    Those 200,300,400 customer credit limits should roolup correctly at the HTR 100 level.
    Example below :
    Cube DATA :
    HTR Customer Doct number Credit managment view
    100 200 10001 200
    100 200 10002 200
    100 300 10004 300
    100 300 10005 300
    100 400 10006 400
    100 400 10007 400
    100 400 10008 400
    Master data tabel (P Table)(Credit managment view)
    Credit managment view Credit limits
    200 1000.00
    300 50000.00
    400 90000.00
    Please remeber :
    We can not make these credit limits as navigational becasue these are keyfigure attributes not characteristics.
    one more thing we can not make them as charatistics because we need use these credit limits to derive other calkculation. so it is not possibel to derive calculations on charactristics .

    Create a formula variable of type replacement path with reference as attibutes of Credit management view and choose your key figure credit limit,say zcredit.
    Now create a formula or CKF and use zcredit.
    This should display the credit limit in your report as normal key figure.
    I didnot get this part "one more thing these credit limits should roll up correctly at the HTR level.", may be the above will solve this too.Try it.
    Hope this helps.

  • How to get rid of J2EE Login screen for each time Client App run?

    hi there,
    How to get riud of J2EE login screen for each time client application r un?
    regards,
    elvis

    in the j2ee tutorial they say that you should run like this:
    runclient -client <appjar> -name <name> -Dj2eelogin.name=guest -Dj2eelogin.password=guest123
    the only thing is that it did not work for me...let me know if it works for you.
    chukii

  • Invoice booking (MIRO) without Goods Receipt Entry (MIGO)

    Hi,
    We have a requirement where we will create Purchase order, thereafter we will be booking invoice directly without doing goods receipt. We will not be doing goods receipt at later stage also. So accounting entry at the time of Invoice (MIRO) should be :
    Expense Dr
    Vendor  Cr
    whereas if we do not do Goods Receipt and directly book invoice, following entry is getting generated:-
    GR/IR clearing Dr
    Vendor Cr.
    How can we map the above scenario??
    Thanks & Regards,
    Jyoti

    Hi,
    When you want to do your invoice without doing a GRN, its always advisable to post your invoice thru FB60..
    Thats the best way of doing..
    Cheers..
    Redoxcube

  • Single Excise Invoice Posting against multiple Goods Receipt.

    Hi,
    We made a Purchase Order, say 4500000753, of 100 Qty,
    The Vendor sent us the Material in two different Challans but in same date and two created two Material Documents,say 5000000772 & 5000000773 for Goods Receipt.
    The Vendor sent us single Excise Invoice for both the Challans (goods receipt). Please advise how to post the Excise Invoice.
    We tried to capture Invoice against Purchase Order, but the system is giving the following message:
    Document 4500000753   does not contain any selectable items
    My Queries / doublts
    1. Is it possible to post excise document against multiple goods receipt documents.
    2. In what case we excise posting against Purchase Order and what is configuration required.
    3. Can we post excise invoice with two different Invoice Numbers like 123-A & 123-B
    Please guide.
    Regards,

    Hi Jeyakanthan,
    Thanks for the reply.
    I have gone thru the "Multiple Goods Receipts for a Single Excise Invoice " in Sap Help Documentation, what I have understood is that we can do multiple Goods Receipt against a Single Invoice. Here in this case we do the Goods Receipt against Purchase Order , do the Invoice Capture for first goods receipt againts Purchase Order and we enter the Invoice Number (say 745, sent by the Vendor) while capturing excise invoice. When the second shipment (against the same PO) comes, we do goods receipt and we refer the "Only Refer Excise Invoice" while doing the goods receipt. Finally after when we have entered all the shipments for the PO, we do the Excise Posting.
    Here in our case we have already posted the Goods Receipt (without entering the Invoice Number in first goods receipt) and now we want to capture & post excise invoice for a Single Excise Invoice (Invoice No. say 745,).
    Please correct me if my understanding is wrong.
    Here we have got two options:
    a. Reverse all the goods receipt & re-enter the goods receipt .
    b. post two separate excise invoice against each goods receipt mentioning dummy excise invoice number like 745-A & 745-B.
    Option a seems difficulty as we will have to reverse all the subsequent goods receipt & transfer posting documents.
    Option b seems legally wrong, as per understanding.
    Request you to please advise.
    Regards
    PK

  • Configuration change from MM invoice receipt to MM goods receipt

    Dear sapient
    At present i have configured
    Spro-
    Public Sector Management-Funds Management Government-Actual and Commitment Update/Integration-General Settings-Make Other Settings
    MM invoice receipt
    Now as per our client requirement i have to change the configuration from MM invoice receipt to MM goods receipt.
    will it create any problem if i will configure  and move it to production client.
    Presently budget control available during the time of PR,PO & MIRO now as per client budget control should be on PR,PO & MIGO not in MIRO.
    ECC EHP6 version
    Using BCS & Payment budget.
    Thanks & regards
    Soraj

    Hi,
    My question was whether you follow your budget up to payment itself, i.e. is it important for you to know budgetary-wise if the invoice was paid. In FM these values will be registered with '57' value type. If the answer is positive, then you cannot base your FM update only on GR: it has to be IR or IR/GR. Otherwise, you can base your FM update on GR.
    Your second point is not clear: what do you mean by making 'payment to commitment budget'?
    Regards,
    Eli

  • How to show Tax Amount bifurcation separately in A/R Invoice PLD

    Hi
        If total tax amount is 2412. BED is 1599 , Cess is 31 , HSCess is 15 , Vat 765.
        I want to show separately Bed , Sum of Cess+HSCess, Vat.
       Pls Help
    Thanks in Advance

    Hi,
    You may check this thread first:
    Sub: Tax Combinatiom. Tax rate, tax Amount in the print lay out design of t
    Thanks,
    Gordon

  • Tax Amount for Invoice Creation using BAPI_INCOMNGINVOICE_CREATE ?

    Hi,
         I am using BAPI_INCOMNGINVOICE_CREATE function module for cearting Invoice for a PO with referrence to Goods Receipt. In this case got a problem that if i did GRC for 10 Quantity for a Line Item in PO which consists 20 Quantity then i need to caliculate Tax Amount and add it to the Gross Amount of Bapi Header Structure Field Gross_Amount.
    So can any suggest me how to pass caliculate Tax for only GRC and pass to Bapi Header Gross_Amount Filed.

    I thank you, need to calculate the tax first. Add this up with your header data. You can you below function module to calculate tax:
    CALCULATE_TAX_DOCUMENT
    CALCULATE_TAX_ITEM
    Kuntal

  • How to get - Net amount for accounting doc in the SD doc flow?

    Hi,
    In my report I have to show the net amounts from the Sales doc, invoice and accounting doc, etc.
    I got the FI doc amount from BSEG, however there the gross amount is stored.
    I noticed that in the SD document flow for the accounting document the net amount is shown.
    I tried with the following calculation, however in some cases this doesn't work (eg there is separate tax item in the FI doc):
    "<lwa_bseg>-wrbtr - <lwa_bseg>-wmwst"
    Is there a function module/sap standard code to provide this data?
    Thanks in advance,
    Peter

    when u see the Item Header in SO or Billing , at the Head of Condition table u will get NET amount ?
    are u not maintaining any seperate conditions for this NET amount ?
    have a word with ur functional guys , so he can help u out.
    Regards
    Peram

  • How to get Tax condition's of Purchase Order

    Dear Gurus
    How to get all the condition types  for purchase order listed in the screen where we navigate from
    Purchase Order->purchase order item->invoice->Taxes Push button
    And I' am not saying about header conditions which we get from KONP.
    I' am saying about tax conditions which will get only by entering taxcode in item Invoice tab of Purchase order item.
    Regards,
    Rajeswar

    Hi,
    Tax condtions shd be given by functional consultants.ABAPers cant decide the tax condtions.
    you can have these condtions in KONV table.
    In item level vbrp-posnr = konv-kposn.
                      ekpo-ebelp = konv-kposn
    at header level as said in the below thread
    Just see this and get back if any concerns
    Regards
    Edited by: Rasheed salman on Dec 2, 2008 6:20 AM
    Edited by: Rasheed salman on Dec 2, 2008 6:22 AM

  • How to extract tax amount in item level from a Purchase order

    Hi experts,
    How to extract the tax amount data for each item in a Purchase order.
    I am using the data sources 2lis_02_itm, 2lis_02_scl, 2lis_02_S012.
    Please provide me which data source brings this tax amount data in item level and also the technical
    field name of tax amount.
    <Removed by moderator - soliciting points for answers is frowned upon>
    Regards,
    Bhadri M.
    Edited by: Arun Varadarajan on Nov 14, 2008 3:55 PM

    Dear Bhadri
    Did you look 2LIS_13_VDKON data source whther it can throw or not for billing related. Here you should look some billing conditions relates to particular document like taxable or not.
    (KAWRT, KAWRT_K, BIWGEO)
    Those informations will be maintained each with billing conditions.
    May not sure. Please look.
    Raju Saravanan

Maybe you are looking for

  • Ask the Expert Live Discussion – BT Infinity

    Hi All I’m pleased to announce our next live discussion with some BT experts!  It’s on a subject that is of great interest to many of you – BT Infinity!  We’ve recently announced the changes to the BT Infinity service and thought it was a great chanc

  • My iphone 4 wont let me open my text messages

    MY iphone 4 just wont let me open my text messages, its just a blank screen whenever I open it and its driving me crazy. I've already turned it off, then on again and have already done a hard reset and both failed to fix the problem. Help!

  • Is there a way of getting your photos off your lost or stolen phone using any type of app?

    hi my phone was stolen last couple of days and i was wondering.. i know icloud had it to where you can still see all of your contacts but is there a way of getting all of your pictures back?

  • Publishing Service in Service Registry from SOAMANAGER/WSPUBLISH

    Hi, When I am trying to publish services from SOAMANAGER to SERVICE REGISTRY all the services are published successfully   I am able see a message in display log.But when i check the services in service regisrty i am not able see any service ...what

  • Releated Adobe error message

    I have an imac running osx 10.8.2, which doesn't seem to be listed on the communities menu. I usually use Safari. I keep getting the following error message from different sites: "Before viewing PDF documents in this browser you must launch Adobe Rea