Taxable amount in Order / Invoice

Experts,
If there are 100 line items in an order/invoice and one of the items is tax exempted, the tax is calculated on values of the rest of the 99 items (Vertex or Taxware in US). Now, is there any place in SAP (Tables, Std. reports, Transactions etc) that I can find the total taxable amount?
Right now, no sub-total in the pricing procedure has this value and I cannot think of developing custom reports. Alternative thoughts, if any, would be appreciated.
Thanks.
UV

Hi,
Is the value stored in 'no sub-total' under a condition type?
How about you create a new condition type only to store the value which currently stored in 'no sub-total in the pricing procedure' ?
I think you can add a new condition type  just below 'no sub-total' and set the range from/to as the line number 'no sub-total' is stored.
If the value is stored in a determined condiiton type, then you should be able to track that value through query for reporting, I think...
Regards,

Similar Messages

  • Orders already invoiced status can still change the amount/qty order

    HI Experts,
    How to configure the amount/quantity of Sales Order should not be able to change the amount once the invoice is created?
    Thanks a lot!

    Dear Cecilio,
    this is possible with the user exit modification stating that
    if VA02 then make the order quantity and amount fields disable.
    user exit  : FORM USEREXIT_FIELD_MODIFICATION
    PROGRAM : MV45AFZZ.
    IF sy-tcode EQ 'VA02'.
            IF vbak-vkorg EQ 'YOUR SALES ORGNS'.
              screen-input = 0.
    Regards,
    balajia

  • Vendor Invoice w/ different exchange rate on taxable amount and tax amount

    Hi Experts,
    I have an issue with regarding the Vendor Invoice with Foreign Currency. Normally we use JPY as our base currency and system exchange rate for out Vendor Invoices. But there was an audit issue pointing out that the Original Vendor Invoice is not tallied with the SAP Invoice as the tax amount is not the same. The problem is the Original Invoice has the Vendor Exchange Rate and it is not the same with the system rate that we use. Auditor tells us that we should use the Vendor Exchange Rate for Tax Amount and use the System Exchange Rate for the Taxable Amount. Is this possible? Can we use 2 Exchange Rates in a single Invoice Document one for the taxable amount and one for the tax amount? How can we possibly do this? Or any workaround?
    Thanks a lot for the information!

    I think its a bit misleading...The requirement is to post an Invoice with a base taxable amount of  Exchange Rate A and a tax amount of Exchange Rate B. The Base Currency is JPY and the System Currency is SGD. So the Report S_ALR_87012357 should see the amount in SGD there. The Issue is caused by the different exchange rate on the tax amount submitted by the Vendor Invoice.
    Example: Vendor Invoice Amount: 926,413.00 JPY, then we created PO to Invoice with Base Currency JPYalso amounted 926,413.00 JPY. However, in the Vendor Invoice Amount, the Tax Chargeable is 923.00 SGD (based on their exchange rate 65.66 JPY per SGD). But our Exchange Rate (System Rate) is 63.49 JPY per SGD. How can we reflect the Tax Amount as 65.66 JPY but still the correct SGD amount is based on the Vendor Original Invoice Exchange Rate 65.66 and not the System Exchange Rate, 63.49 in the same Invoice Creation (MIRO)?

  • Trying to create a query that shows Sales Order/Invoice Totals as well as Paid/Outstanding/Available Down Payments

    Currently working on SAP B1 v8.82
    I'm looking to generate a query that will give an overall report for a given customer that shows Sales Order No, Invoice No, Sales Order Total, Invoice Total, Amount Paid on Invoice, Amount Remaining on Invoice, Down Payments Available, Open on Sales Order.
    I'm not sure what the best way to select the columns in bold above.  Invoice Total should be self-explanatory.  Amount Paid should be any down payments or applied payments on the invoice.  The balance due on the invoice (which seems to be T0.DocTotal if I'm not mistaken) should = 'Invoice Total' - 'Amount Paid on Invoice'. In the Down Payments Available column I want the total amount of money on the account or on down payments that aren't tied to a Sales Order.  If a client overpaid in the past for instance and there's a credit on their account, then it should contribute to this sum.  Open on Sales Order should be pretty easy.  I guess it's just the sum of everything that is still open on the Sales Order.  I'm just not sure what the best way to sum all the un-delivered freight, tax, and line items is.  Here's what my query looks like so far.
    SELECT DISTINCT T4.[DocNum] [Sales Order No],
    T0.DocNum [Invoice No],
    T4.DocTotal [Sales Order Total]
    T0.DocTotal [Amount Outstanding],
    FROM OINV T0
    INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry
    INNER JOIN DLN1 T2 ON T1.BaseEntry = T2.DocEntry AND T1.BaseLine = T2.LineNum
    INNER JOIN RDR1 T3 ON T2.BaseEntry = T3.DocEntry AND T2.BaseLine = T3.LineNum
    INNER JOIN ORDR T4 ON T3.DocEntry = T4.DocEntry
    INNER JOIN OSLP T5 ON T4.SlpCode = T5.SlpCode
    WHERE T0.CardName Like '%%[%0]%%'
    GROUP BY T4.DocNum, T0.DocNum, T0.DocTotal, T4.DocTotal
    I tried doing a little searching around for queries similar to what I need, but I could find exactly what I was looking for and I'm very unfamiliar with OJDT, JDT1, and ITR1 tables which I think might be important to finding unapplied payments...

    Thanks.  There's a few problems though.
    1)  It seems that OINV DocTotal != Balance Due.  I'm seeing a number of invoices where there was a balance due, but we applied additional money (either we took another incoming payment and applied it or applied money from the account balance, etc.) and yet it still shows a total.
    2)  It's pulling incoming payments from different customers.  I think this is because the table was joined based on "RCT2 T4 on T4.[DocEntry]  =  T3.[DocNum] and T4.[InvoiceId] = T2.[LineNum]"  In one example I have 2 incoming payments 446 and 614.  Both have the DocEntry 542, but one relates to A/R Invoice 542 (for a different client) while the other relates to Down Payment Invoice 542.  *I was able to fix this by adding WHERE T5.CardCode = [%0]*
    3)  I'm going to work with this a little bit and see if I can alter it to make it work for me.  Basically this query falls a little short on the following:
    -  Doesn't include incoming payments that aren't linked to a down payment invoice.
    -  Does not give the Invoice Total (I'd like to know how much of the SO was invoiced.  DocTotal seems to give me Amount Invoiced - Down Payments.  I'm not sure the best way to get this number.  Maybe I could do the sum of each line * tax + freight)
    -  Does not give the outstanding amount on an invoice.  The ARtotal [DocTotal] column gives me how much was owed when the invoice was created, but it doesn't tell me what is currently owed.
    -  Lastly it may complicate the query too much and could be left off, but it would be nice to see if they have any money from credits or incoming payments that has not been applied.  Perhaps this would be easily accomplished by simply pulling in their account balance.

  • Query for details of  Sale order , Invoice and COGS

    I Need the report cointing following based on month & Business partner
    Sale order, Sale Amount, Due date, Invoice Amount, Last Invoice date, COGS amount

    Hi Anantha,
    Please check below link and modify according to your requirement.
    Sales Order Query for  in SAP B1
    Query - Sales Orders linked to Deliveries
    My Top SQL Queries for SAP Business One
    Hope this helps
    Regards::::
    Atul Chakraborty

  • Sales order invoice query

    Hi
    Please send the sales order invoice query as basic columns.. Further I will modify the query according to the requirement.
    Pleas send to my personal ID: [email protected]
    Thanks
    Sree

    Thanks.  There's a few problems though.
    1)  It seems that OINV DocTotal != Balance Due.  I'm seeing a number of invoices where there was a balance due, but we applied additional money (either we took another incoming payment and applied it or applied money from the account balance, etc.) and yet it still shows a total.
    2)  It's pulling incoming payments from different customers.  I think this is because the table was joined based on "RCT2 T4 on T4.[DocEntry]  =  T3.[DocNum] and T4.[InvoiceId] = T2.[LineNum]"  In one example I have 2 incoming payments 446 and 614.  Both have the DocEntry 542, but one relates to A/R Invoice 542 (for a different client) while the other relates to Down Payment Invoice 542.  *I was able to fix this by adding WHERE T5.CardCode = [%0]*
    3)  I'm going to work with this a little bit and see if I can alter it to make it work for me.  Basically this query falls a little short on the following:
    -  Doesn't include incoming payments that aren't linked to a down payment invoice.
    -  Does not give the Invoice Total (I'd like to know how much of the SO was invoiced.  DocTotal seems to give me Amount Invoiced - Down Payments.  I'm not sure the best way to get this number.  Maybe I could do the sum of each line * tax + freight)
    -  Does not give the outstanding amount on an invoice.  The ARtotal [DocTotal] column gives me how much was owed when the invoice was created, but it doesn't tell me what is currently owed.
    -  Lastly it may complicate the query too much and could be left off, but it would be nice to see if they have any money from credits or incoming payments that has not been applied.  Perhaps this would be easily accomplished by simply pulling in their account balance.

  • Define key figures -incoming order, invoiced sales and credit memo in BW

    Hi everyone,
    I combined two ODS into one ODS from 2LIS_11_VAITM & 2LIS_13_VDITM. I want to generate reports that contain net value, cost of incoming order, invoiced sales, and credit memo'(SD module).
    I tried to create some calculated key figures in BW that contain the net value and cost of incoming order, invoiced sales and credit memo. However, i couldn't find relative fields to define them.
    Can anyone provide help regarding how to create those key figures in BW? Thank you.

    Hello John,
    I think the best way to check it out is by looking at the business content. There might be mapping already defined for the fields you are looking for. The one standing out is perhaps the net value 'ONET_VALUE'.
    Please try to use as much of content KF as possible. A good approach to finding the right info-objects is by searching the business content by info-sources and marking the grouping as 'Collect before and afterwords', it should list down all the dependent info-objects.
    Hope that helps.
    Cheers, Ashu

  • How to block material issuing after sales order invoiced?

    As the subject mentioned,  could be a possible to block material issuing since sales order invoiced, or
    in the another words, after the sales order completed?
    Or could be a possible to set sales order as closed, and then material issuing related with this sales order are
    forbidden?
    Thanks in advanced,
    Zhou Zhen

    Dear Friend
    A sales order is created say order no 10000 and for material X say 10 units this order is delivered and PGIed and invoiced and the payment too has come
    That means the order 10000 is closed
    Case 1
    Now an user goes to VA02 t code and put this order no 10000 and changes the material X qty from 10 to 12 and opens up the whole order once again
    This can be controlled by using t code OVAH choosing message class the V4 message no 083 and change from warning to error
    Case2
    But to avoid the user to add material Y to the existing order say 10000 then i think we have to go for user exit
    Because the system doesnot even throw a warning message too in case 2 (according to my knowledge) and allows another line item to be added in the same order
    But you can test it if it throws any warning message we can try to convert that error
    But in case 2 it is not happening(even warning is not there)
    Regards
    Raja

  • Report needed to view different prices applied in a sales order / invoice

    Hi Friends
                In the sales order/ Invoices there are 2 different prices , List price and another special price . These 2 condition types  are generally determined in pricing .
    Requirement is to have a report which displays these 2 prices per customer per a specified time period .
    Customer wants to see how much discount in the form of special price he received .
    Is there any standard report for this , or can this be created using ABAP queries or Net price list ?
    Regards
    Ragav...

    Hi  All ,
    Thank you all for your quick respose . Let me give your more info for a better understanding of my requirement .  Basically here two prices are to be compared . List price which is based on sales org / distribution channel and material . The other is special price matained for sales org , customer and material . 
    In my system I have 2 different pricing reports ( T- code SAP1 )  , one is based on sales org , material - This I can use to find list price . I also have another customer based report and using this I can get the special price
    But user wants to see both these prices side by side in a single report . Is there a way these two reports can be combined ?
    Regards
    Raghav

  • Partner profile and partner number in output of order/invoice.

    Hello Experts,
    I want to know how system pick partner profile from output type triggered in sales order/invoice??
    I could see partner profile is different from partner number exist in output triggered in sales order/invoice.
    I want to know the triggering point of idoc from SO/invoice.
    Thanks

    The phrase "ouptut goes to partner" indicates that the partner will be recipient of the output type.  E.g., ship-to partner will be the recipient of the delivery and the delivery note.
    The use of an output partner in the output condition record is used to control the output device used in the output determination - a completely separate issue.
    Unless you are (e.g.) using different printers for outputs which will be sent to different partners, you would likely be better off using a more generic access for your output condition records.
    HTH
    James

  • How system pick partner profile in order/invoice

    Hello Experts,
    In invoice [VF03], I could see system determine output type RD00 and partner function BP so system is taking Bill to party from invoice and putting there. I checked the output condition record for that invoice [VV33] there there partner number is not assign to partner function BP. I understand this.
    BUT my questing is, How system is picking partner profile to create the Idoc for that invoice??
    Partner profile and Bill to party both are different.
    How Idoc creating process start when we save sales order/ Invoice ???
    I want to know the triggering point from where system start idoc creating for sales order/ invoice ???
    Thanks

    INBOUND processing the IDOCs are transferred to the interface and stored in te SAP system. The document data is generated in the course of workflow.
    In this section the SAP  system is made known to the upstream system (startrfc program parameters). Conversele, the upstream system is made known to the SAP System via the port definition.
    INBOUND Processing - Create Function Module.
    This function module is called when a message type, of the ZINVRV, comes into the receiving system.  This needs to be configured.  The function module is passed the IDOC as a parameter.
    Use the T.code WE19 to test inbound function module in debugging mode.
    Use the T.code EW05 to view the IDOCs and their statuses.
    Rewards if useful.

  • Purchase order invoice

    Please urgently tell me which SAP report I can use to get the purchasing invoiced amounts in the invoiced currency...
    I know many reports but they all convert the invoiced amounts to the plant currency. I need the real invoiced amounts in the currency really used.
    The report must have at list the plant, the material, the invoiced amount and the currency, and the posting priod (or posting date).

    Hi,
    The system is indicating that you are trying to credit more than was invoiced and so it has reduced the value to the full amount invoiced so far.
    regardless of what you THINK is the amount to be creditted I would always tend to believe the SAP error message because this process has been in use for many years and has been correct up to date.
    So I would let it revese the smaller ammount that it is proposing and you will find that the PO history WILL show zero (in local currency). What has happened is that the exchange rates have varied and so the foreign currency amounts have changed, but the local currency amounts will always work out the same each time.
    Please try doing this as the system has suggested (for the lesser amount, just let it continue). You wil find that the PO history will be correct and show 0.
    Steve B

  • How to get the loaded cost for the Parked Purchase Order Invoices.

    Hi,
    Could any one of you please help me out to find out how the loaded cost is calculated for Parked Purchase Order Invoices which have not been posted. The problem is that if the invoice is posted the ekbe-wrbtr field contains the total amt for any particular line item, i.e. the (material cost + unplanned costs + taxes ).
    But for the documents which are not posted ekbe-wrbtr does not have all the key data fields as that of a posted document. Is there any way out to find the total cost for the line item which is not posted.
    Please try to help me..
    Thanks & Regards,
    Sanjay.

    in that case u have to get the document amt of that accouting Document of PO invoice.
    how --->
    get the IR number from EKBE
    CALL FUNCTION 'FI_DOCUMENT_RECORD'
        EXPORTING
          I_AWTYP            =  'RMRP'
          I_AWREF            =  W_AWREF1----->IR of Po
          I_AWORG            =  W_GJAHR1----->year
        I_AWSYS            = ' '
        I_AWTYP_INCL       = ' '
        I_AWTYP_EXCL       = ' '
        I_BUKRS            = ' '
        TABLES
          T_DOCUMENTS        = T_DOC.--->here u get the accouting document number.
    Regards
    Prabhu

  • Asset purchasing order invoice verification error

    Hi expert. I meet a problem about asset purchasing order invoice verfication. the detail as below:
    1. creat the purchasing order, the account assign category is 'A'. passed
    2. goods receipt.passed, the material document created.
    3. infoice verification. when simulate the finance document, the debit is the vendor (no problem), but the credit is empty (it should be the asset number which selected in PO). the document error.
    what can I do to solve the problem, thanks!

    HI, thanks for your reply.
    reference PO have been typed and balance is zero. when simulate the document, there is only the debit (vendor), no credit (asset).
    this function is good yesterday. I don't know who change the configuration today, I think it must be some config change lead to this problem.

  • Is there a table Sales Order #, Invoice#

    Dear All,
    Is there any table which gives Sales order#, Invoice #, customer#, materail#.
    I wanted to check for given sales orders, invoice #.. etc..
    Thanks & regards
    Venkat

    Hi,
    <b>1.</b> Fetch Sales Order # (VBAK-VBELN) and Customer (VBAK-KUNNR)(Sold-To Party) from table VBAK
    <b>2.</b> All Partners can be fetched from table VBPA based on VBPA-VBELN = VBAK-VBELN
    <b>3.</b> Fetch Material # (VBAP-MATNR) from table VBAP based on VBAP-VBELN = VBAK-VBELN
    <b>4.</b> Fetch Invoice # (VBRK-VBELN) from table VBRK.
    To get invoice number for a particular sales order, follow following steps :
       a. Fetch VBELN from table LIPS based on LIPS-VGBEL = VBAK-VBELN.
       b. Fetch VBELN from VBRP based on VBRP-VGBEL = LIPS-VBELN.
    So, VBRP-VBELN will give you an invoice no based on a sales order and delivery.
    <b>OR</b>
    Goto table VBFA, give sales order no in field VBELV and give VBTYP_N = M. You will get the invoice no in field VBELN.
    Reward points if the answer is helpful.
    Regards,
    Mukul
    Message was edited by:
            Mukul R. Kulkarni

Maybe you are looking for