TAXCODE  AMOUNT REPORTS

Hi
In SAP stand report is avalable for Purchase Tax amount (tax code)
tax code bases report
pls.. coulnd any any one guide me about this issue
regards
sesidhar

Hi,
Try this Query Report for Purchase report.
SELECT
M.DocNum as 'A/P Invoice No.',
M.DocDate as 'Inv. Date',
M.CardCode as 'Vendor Code',
M.CardName as 'Vendor Name',
M.NumAtCard as 'Bill No. & Date',
ISNULL(L.ItemCode,'Service Item') as 'Item Code',
L.Dscription,
L.Quantity,
L.LineTotal,
L.TaxCode,
L.[VatSum],
M.WTSum AS 'TDS (Rs.)',
M.DocTotal as 'Total (Rs.)'
FROM OPCH M
LEFT OUTER JOIN PCH1 L on L.DocEntry=M.DocEntry
LEFT OUTER JOIN PCH4 T on T.DocEntry=L.DocEntry and L.LineNum=T.LineNum
LEFT OUTER JOIN PCH5 J ON M.DocEntry = J.AbsEntry
LEFT OUTER JOIN PCH3 Q ON M.DocEntry = Q.DocEntry
WHERE
(M.DocDate >= '[%0]' AND M.DocDate <= '[%1]')
AND
L.TaxCode='[%2]'
GROUP BY
M.DocNum,M.DocDate,M.CardCode,M.CardName,M.NumAtCard,L.ItemCode,L.Dscription,L.Quantity,
L.LineTotal,M.DocEntry,M.[DiscSum],L.TaxCode,L.[VatSum],M.WTSum,M.DocTotal
ORDER BY
M.DocNum,M.DocDate,M.CardCode,M.CardName,M.NumAtCard,L.ItemCode,L.Dscription,L.Quantity,
L.LineTotal,M.DocEntry,M.[DiscSum],L.TaxCode,L.[VatSum],M.WTSum,M.DocTotal
Regards,
MK

Similar Messages

  • Variance of Wagetype amounts  Report  for the previous and prest months

    Hi experts,
    our clients are wish to have the report of  Variance of Wagetypes for the Previous and Present months.
    we require the report on  new wagetypes included in the Current month along with amount and also any wagetypes deleted for the current month along with amount.We also need to have the Difference between previous gross amount and current months Gross.
    Is it possible to have the report on variation of amounts.
    Regards,
    V Sai.

    Hi,
    The quickest way is to use wage type reporter (transaction PC00_M99_CWTR, report H99CWTR0_CE).
    There you can specify two payroll periods and compare values by wage types, if necessary export result in Excel and do whatever you want.
    Cheers

  • Unsettled amount report or a WBS Element

    Hi Guys,
    While I understand that we can see the actual cost line items in CJI3 but do you know whic report can show me only the Unsettled costs for a project ?
    CJI3 treats settlement as a negative actual cost and it clubs it in the same report.
    I will explain further, if I have spent 100USD on a WBS element and 25 has been settled to an Asset, 30 to a Cost Center and 10 to a G/L, which report can just show me the balance amount of 35USD against this WBS element.
    Is there any filter option I can use in CJI3 itself on Ref. Tran etc. ??
    Appreciate any help.
    Thanks.
    Regards,
    Manish

    Hi Manish,
    Yes it is possible to view unsettled project cost in CJI3. The standard layout of CJI3 (without any filters) displays all line items including the settlement ones. This is shown as a negative amount which is deducted from the overall amount. Therefore the final total figure that you see in CJI3 is the amount that is unsettled.
    Please note that if the whole amount has been settled then CJI3 would show a value of zero (when no filters are applied).
    Regards,
    Ammar
    Edited by: Ammar Zaheer Syed on Oct 20, 2011 3:19 PM

  • Sales amount and cost amount report

    Dear all,
              One of my customer has sales item that comes from purchase and production ( the same item No.). And they would like to have the report of sales amount and cost amount of this item that separate amount that come from purchase and production. How can I manage to get these reports?
    Thanks you very much for all ideas.
    Angnam K

    Hi............
                         Refer stock posting list report........
    regards,

  • Excise amount report

    hi sap gurus
    i want report on excise amount on monthly consumptions on excisable goods.
    that report should reflect
    1.excisable goods
    2.excise amount which is to be paid or paid.
    3.quantity consumed for perticular month.
    In short Inventory report of monthly consumed excisable goods with excise amount.
    thanks

    Dear asma
    run j1i7, give Excise Group and "DLFC" in Excise Transaction Type with Excise Invoice Date.
    Thanks
    G. Lakshmipathi

  • POs Quantities and Invoice amount report

    Dear Gurus,
    I would like to know if there is a report, the gives the following information by vendor, material:
    Vendor, material , Po Number;  PO Quantity, Invoice number, invoice number, invoice amount
    If not  what would be the best tables linkage to provide me the information in a table format ?
    The objective is to provide reports for Energy Agency in order to give them per month, the invoices amount posted per month of a certain material, with the corresponding  volume quantity of that material
    Thank you in advance for your precious help
    Kindes Regards
    Jose Marques

    Check ME80FN report with PO history option.
    Regards,
    Dakshesh

  • PO dollar amount versus invoice dollar amount report?

    Hello,
    Is there a report that shows the variance between the dollar amount on a purchase order and what was actually paid on the PO's invoice?
    Thx.
    Andy Jacobs

    Use ME2L, ME2M, ME2N and kind of MB5S

  • Currency conversion in report

    We have sales amount reported by various operating units in different currencies.
    However we need to summarize in USD and in EUR at the time of report execution?
    How to ensure that data is converted in to USD,EUR using  monthend rates and summarized during execution of reporting..

    Here is an example using the the AdventureWorksDW sample datawarehouse in SQL Server 2005...
    SELECT
    frs.SalesOrderNumber,
    dt.FullDateAlternateKey AS OrderDate,
    frs.ExtendedAmount AS CurrencyUnit,
    fcre.EndOfDayRate,
    frs.ExtendedAmount * fcre.EndOfDayRate AS Converted_EURO_Currency,
    fcru.EndOfDayRate,
    frs.ExtendedAmount * fcru.EndOfDayRate AS Converted_UsDollar_Currency
    FROM FactResellerSales AS frs
    INNER JOIN DimTime AS dt ON frs.OrderDateKey = dt.TimeKey
    INNER JOIN FactCurrencyRate AS fcre ON frs.OrderDateKey = fcre.TimeKey AND fcre.CurrencyKey = 36  --EURO
    INNER JOIN FactCurrencyRate AS fcru ON frs.OrderDateKey = fcru.TimeKey AND fcru.CurrencyKey = 100 --US Dollar
    Hopefully this will get you pointed in the right direction
    HTH,
    Jason

  • Report developement Requirement.

    Dear Experts,
    I want know detaily about the reoprting in materials management.
    a) What is the difference between Script, Forms and Report.
    b) What is ABAP query, which functional consultant can use. Is it permanent report which can be used by users for long time?
    c) If suppose i want to develope a report like -
    Report Output -
    a) Material Code
    b) Vendor Code
    c) Purchase Requisition number
    d) Purchase Order Number
    e) Purchase Order Quantity
    f)  PO date
    g) Material Document number (For the same PO)
    h) Posting date of Material Document
    i) Amount in Local Currency
    j) Invoice number (For same PO)
    k) Invoice Quantity
    l) Invoice Amount
    Report input fields -
    a) Material Code
    b) Vendor Code
    c) From date to date
    d) Material Group
    e) Plant
    All the data stored in number of different Tables.
    Please explain the logic of how interlink these different tables with required fields in Connection with input fields.
    Thanks in Advance

    Hello
    ABAP query
    Whenever Developers or Functional Consultants need to generate reports without doing any ABAP coding in a quick span of time, we take the help of ABAP Queries. Sometimes, we require data to test our program. In such cases, we have to get records from different tables that satisfy our requirement, say, requirement which needs invoices whose value is greater than 1000 and order reason free of charge sample (105).
    The whole process comprises of three steps.
    1)Creation of user group
    2)Creation of infoset
    3)Creation of queries
    The transaction codes associated with ABAP Query are
    SQ01 - ABAP Query
    SQ02 - Infoset
    SQ03 - User group.
    ABAP query is used when we just want to fetch the data from the database tables and display them. We cant do any calculation or data manipulation by using query.
    The basic concept of ABAP query is that of views in programing.
    It is something similar to our database with the values.
    About the programing logic u have asked:
    The requirement u have said is not correct as you haven't mentioned whether the date is PO date or PR date.Anywayz i will explain the logic.
    The logic is like we will do the selection as per the input fields in the database tables.
    For example in the case u have asked, initially we will do the filtering in the purchase requisition table EBAN with the date range in the input.
    Then we will be having many values. Then we will do the filtering using the field plant WERKS in EBAN using a select statement.
    Thus the data with us will be getting smaller.Next with the material group and so on.
    After the selection from the requisition table EBAN, we need the purchase order details.
    In the purchase order item detail table EKPO and the requisition table EBAN, we have the common field, the requisition number.
    Now we will get all the details available from the EKPO table by filtering with the requisition number.Since the vendor details are stored at the header level in a purchase order, we will fetch the data from EKKO table ie the purchasing document header table using the purchase order number as that is the common field in the tables EKKO and EKPO.
    Now moving on to the Goods receipt area, the tables are MKPF for header details and MSEG for material document item.
    The purchase order number will be the field with which we select the required information from those tables.ANd thus go on.
    Hope the concept is clear now
    Regards
    Gregory Mathews

  • Dashboard prompt filter navigating to different tabular reports

    Hi,
    I was able to implement this halfway.
    My Dashboard prompt has 4 filters, the fourth filter has three drop down values.
    "Report with Sales Amount"
    "Report with Purchase Amount"
    "Report with both Purchase and Sales"
    when the user selects the first choice, it should navigate to my "SALES-REPORT" which is section2 of the dashboard page.
    when the user selects the second choice, it should navigate to my "PURCHASE-REPORT" which is section3 of the dashboard page.
    when the user selects the third choice, it should navigate to my "COMBINED-REPORT" which is section4 of the dashboard page.
    All three are three entirely different report, so far with previous advice, i have created the Dashboard prompt and the presentation variable, but unable to proceed further.
    Thanks for your time and help.

    I will show you how to do it with one. Repeat for the other two reports.
    1) Build a small report with any two CHAR columns. For the first column, click on the fx, copy the column name and then delete it. Type this: CASE WHEN 1=0 THEN (paste the column name you copied here) ELSE 'Report with Sales Amount' END. The second column leave as is. The reason for the second column is because OBIEE requires every report to have at least one column. Since we "dummied out" the first column, if you don't have another column, OBIEE will error.
    2) Put a filter on the first column and set it to the Presentation Variable you had for the fourth column prompt (the one the users can select "Report with Sales Amount" from).
    3) On your dashboard, drag the "SALES-REPORT" report to a section.
    4) On this section, click on the Section Properties button (NOT the report Properties button!) and select Guided Navigation.
    5) Browse to the small report you created in step 1) and click on the "when the report returns rows" radio button.
    So what this does is this: When the user selects "Report with Sales Amount" from the dashboard prompt, it will produce a row on your small report. And because of this, the Guided Navigation of the section will display this report. When the user selects anything else, the small report will return no rows and this section will not display.
    Repeat the above for the other two reports making the proper modifications.

  • Payment Summary 2011 FBT amount

    Hi Expert,
    Seek your advise as I've tried all possible solution and still cant get the right solution.I've issue for merger company from Company A to Comp. B. Our user will only provide Fringe Benefit Tax by end of financial year.Hence, now the FBT amount for previous company is not reported.I've used override table tcode (PC00_M13_PQGO) to overcome this issue, unfortunately, it didnt solve the issue. Could someone pls advise me how to get this FBT amount reported in Payment Summary for both company.Appreciate your advise.Thanks.
    Note: I've tested via offcycle run,PC00_M13_PQGO and payroll run type B.Seem the result was incorrect.
    Regards,
    RJ

    Hi Bohn!
    Could you please explain in detail if possible as how to go about doing what you suggested. I do not want to modify the standard SAP program if I can do that with any other option. Either through any adjustments or if I need to copy it to the z program then it will have to go through config chnages as well which we dont want. So if you can explain how about goig through the LISTS option would be really nice.
    Thanks in advance

  • SSAS Cube Total Amount showing correctly but monthly split up is wrong

    Dear All,
    I have created two dimensions "Detail Fields" and "Time Period" from named query.Report Amount is the measure group. 
    Our report is generated By Dropping the Prime Supplier in row fields,
    Report Year in Column Fields with Report Amount in the Data Region. Please see the below output.
                                Report Year
                                2011                   2012                     2013
                 2014                  Grand Total 
    Prime Supplier   Report Amount  Report Amount  Report Amount   Report Amount    Report Amount
    Test01                    $1500.00      $2500.00              $1520.50            $2540.00          
       $10,000.00
    Test02                    $2980.00      $1240.00              $5210.50            $5410.00          
       $15,000.00
    The issue here is the Grand Total for every supplier is fetching correctly (i.e $10,000 and $15,0000 is correct for each supplier), but the split up for every year is incorrect (i.e 1500,2500,1520,2540 for the Supplier Test01) . I don't understand why its
    showing the wrong split up. May be  Using of complex named  query or any relationship to be created if we are using named query or any other settings or any other reason.  
          Also if the record count is less we are not facing any issue, the amount is splitting perfectly for every year, but in production there we have millions of records hence the amount is splitting wrongly or the  problem with the complex
    named query if needed i can paste the query used. 

    Okay guys, let me share what went wrong.  The problem is with cube-dimension relationship. After fixing it the value showing correctly.

  • Invoice report with different currencies

    Dear friends,
    I need a report for invoices. I want to choose currency from selection screen. And report will calculate invoice amount with this currency. Does SAP have a standard report for this?
    How can I see invoice list with different currency?
    Thanks

    Thanks for your interest. But I am looking for invoce report. For example I have 3 PO
    PO number      Currency      Amount
    121100                EUR             100
    121101                TRY              200
    121102                USD              300
    I want to see a invoice list like below
    Selection screen :
    Report Currency : USD
    When I execute I want to see report like
    PO number      D.Currency      Amount          Report Currency (I choose USD and amount will exchange to USD)
    121100                EUR             100                       68
    121101                TRY              200                      150
    121102                USD              300                      300
    Is it possible?

  • What triggers occurance on Abandon Rate ecommerce report?

    Hi,
    I have a client who is concerned about the high amounts reported on the abandon rate report.  I have set up custom e-commerce reports to report abandonned orders but these do not report anything for the last month whereas the abandon rate report indicates over £9k ?
    What is the difference between these reports and which should we use to track abandoned orders?
    Many thanks, Jim

    Hi Alex
    Site URL is          www.ladiesdesignerfashions.co.uk
    No case number for this.
    Thanks for your help
    Best Regards
    Jim Stewart: Digital & Internet Marketing Specialist
    Tel: (44) 01548 531899   Mob: (44) 07906 139192   Email:  <mailto:[email protected]> [email protected]   
    Web:  <http://www.wsi-webdesigners.co.uk> www.wsi-im.co.uk

  • Virtual infoprovider with services - Navigational attributes

    Hi all,
    I have a basic cube in BI system- X , and created a virtual cube in another BI system Y with services to read data from basic cube of BI system X . In BI system Y we built a report on virtual cube. This report (on virtual cube in BI system Y) is using a characteristics say Product group ( which is a navigational attributes of prodect in BI system X).
    DataFlow is as under:
    Basic cube in BI system X:
    Product
    Year
    Amount
    and Product group is switched on as navigational attributes in this basic cube.
    Virtual cube in BI system Y:
    Product group
    Year
    Amount
    Report in BI system Y:
    Product group in rows
    Amount in column
    This report is not working.
    If I do the the following changes as follows then it works:
    1.Use Product instead of product group in report
    2. Switch off navigational attributes in basic cube.
    We are in BW 3.5 and navigational attributes option is ticked on for virtual cube.
    In summary, If I do not use navigational attributes in report and switch off navigational attributes from basic cube then report shows data.
    Could you please help me to figure out the issue.
    Thanks,
    Harry

    Thanks Naga,
    Yes, I tried adding product in virtual cube as well but it did  not work. Secondly, we do not want to add product in virtual cube because of data aggregation.
    Most strange thing is that, once we switch on any navigational attributes on basic cube, function module stop working (paasing any data to virtual cube report). report says no appropriate data found. We are using sap standard function module "RSDRI_INFOPROV_READ_RFC". I debegged this code and no data in internal tables.
    If we switch off all  navigational attributes from basic/source cube this function module provide data to internal tables in code.
    Why function module is behaving like that.
    You guys experience/support/any clue will be appreciated highly.
    Thanks,
    Harry

Maybe you are looking for