Purchase Analysis Report

Hi Experts
When I Run Purchase analysis report in SAP Business One 8.8 under individual vendor view the Open A/P Invoice (not done Payment) sowing 0.00 in the Applied amount and the purchase amount is showing negative value bacuse it is a credit memo - which is correct.
But when I run the same report in my customer site who are running SAP B1 2005 PL 43, they are not seeing 0.00 in the applied amount instead they are seeing the same negative amount which is displayed in the purchase amount.which is not correct.
Please assist me
Thanks and regards,
Vinodh
Edited by: Paul Finneran on Oct 15, 2009 12:36 PM

Hi Vinodh,
You may check these threads to see if they have anything related to your question:
Re: Purchase Analysis Report
Purchase Analysis Report not shown.
cant see Purchase analysis report of standard SAP B1
Thanks,
Gordon

Similar Messages

  • Sales and Purchase Analysis reports by Item

    The current functionality of these reports is more like an open items list rather than an analysis report.
    If you Run a Purchase Analysis report by Item with a secondary selection of Supplier, and choose GRPO - the scenario is to find out how many of which products you have received in the date range from a specific supplier. This type on data is useful to use for negotiations on pricing etc.
    Currently, the report will only display values for GRPO that have not been drawn to AP Invoice. This is supposedly system functionality, but, the report is called analysis, so should provide data for that purpose?

    Hi,
    You may double click the column header to change the sort.
    Thanks,
    Gordon

  • How can I see Foreign Currency FC balance in Purchase Analysis Report??

    Dear Experts,
    Right now in the Purchase Analysis Report, I can only see Local Currency and System Currency balances. How can I see Foreign Currency balances??
    Much Thanks!
    Warmest Regards,
    Chinho

    Hi!
    I belive its not there in Purchase\Sales Analysis Reports. You need to build a Customized report for that.

  • SBO 2005 A PL 31 Annual Purchase analysis report missing result

    My client runs on SBO2005A ( 6.80.319) SP 01 PL31. When running standard Annual Purchase Analysis report, all data is missing, any ideas which patch could resolve this. Can successfully run Annual Sales Analysis report

    Hi,
    Welcome you post on the forum.
    2005 version had out of support for such a long time. They need to upgrade to new version to fight the problem. Even 2007 version will be out of main stream support soon. Better ask them to 8.8 directly.
    Thanks,
    Gordon

  • Zero Quantity in Purchase Analysis Report

    I have create Item AP invoice on today date,  raise AP credit note for that full AP invoice on today date. Then run  purchase analysis report. (Quantity column will show zero) How can I get rid of these zero quantities.

    hi,
    Check in the Inventory tab of item master data for those items.  What is the value for in stock and available.
    If you have done a/p credit memo for those items then by default the system will show zero quantity as the system considers it as the items which are returned
    Hope its helpful
      Regards
    Darshan Desai

  • Strange figures in Purchase Analysis report

    Hello,
    I am running a purchase analysis report and am a little confused by the results. I am running the reports using goods receipts. What I am finding is that there are a vast amount of zero quantity items shown in the results. When I drill down into the good receipt I can see that there are quantities there but they are not shown in the results. The quantities that are shown are where the goods receipt is open. Where the quantities are zero the goods receipts are closed.
    Is this normal?
    Regards,
    Juan

    Hi Juan,
    This is system behavior. When you select the report to be run on basis on GRPO, it wud display all the GRPO's but when you see a qty as zero in the report, it means that the target document is created for that GRPO. As suggested by Ms. Julie, you would have to make query report to get desired data.
    Thanks,
    Joseph

  • Purchase Analysis Report not shown.

    Hi,
        Iam using SAP B1-2005B,PL-40.but it do not show Purchase Analysis report(System report) so tell me what are the possible reasons for not showing report.please help me out.
    Regards
    Sudhir.
    Edited by: Philip Eller on Jun 27, 2008 9:49 AM

    Suda,
           I had already done Form settings for Purchasing A/P>Purchase Report.still the purchase analysis report not showing in Supplier- A/P Invoice,Purchase order,GRPO of any period and the fact is it shows reports of Purchase Analysis>Items or Sales empolyees.so please help me.
    Regards
    Sudhir Pawar.

  • Cant see Purchase analysis report of standard SAP B1

    Hi friends,
    I am using SAP B1 2005 B , PL 36 facing Prob. that-
    ->though i make AP invoices , but cant able to see its report in Purchase analysis
    , it does not show any data .just empty report comes without data.
    But if i see Sales Sales Analysis report it shows perfect data in report.
    pls. guide me.
    regards,
    mahesh

    Hi Mahesh
    Sridharan is not entirely right, the purchase analysis will include all valid A/P Invoices, even if they are paid. The only ones excluded are canceled documents, and since an A/P Invoice cannot be canceled, it is not a problem. If it is credited by a credit note in full, then it will not be displayed as the nett effect is zero. The purchase analysis will look at A/P Invoice less A/P Credit Notes, or GRPO less Returns, depending on what you select.
    My suggestion is that you check all the options like from date and to date are correctly specified. Make sure you don't have properties selected that are not in use, etc.
    If you still can't get data, please give us the exact options you are selecting so we can test and help you resolve. We need to know if it is Annual/Quarterly/Monthly, AP Invoices/Purchase Order/GRPO, Individual/Group, Posting Date/Due Date/Document Date, etc.
    Kind regards
    Peter Juby

  • Sale/Purchase Analysis Report

    Hi All,
    I want to create purchase analysis and sale analysis in crystal report.
    Does anyone have a standard format for these?  If yes, please help me out?

    Hi Sadhan,
    wht kind of report u need ?
    i have sme format regarding this :-
    SELECT T0.[DocNum], T0.[DocDate], T0.NumAtCard As 'Bill No.', T0.[CardName], T1.[Dscription], T1.[Quantity], T1.Price As 'Rate', T1.[LineTotal] As 'Value', T0.[DocTotal] As 'Total Value', (ISNULL((SELECT SUM(T2.QUANTITY) FROM rpc1 T2 WHERE T2.DocEntry=T0.DocEntry),0)) RetQTY, (ISNULL((SELECT SUM(T2.LineTotal) FROM RPC1 T2 WHERE T2.DocEntry=T0.DocEntry),0)) RetValue, (isnull((SELECT SUM((case when upper(t4.STACode) like 'BED%' then T4.TaxSum else 0 end))
          FROM PCH4 T4 WHERE T4.DocEntry=T0.DocEntry ),0)) ExciseDuty,
         (isnull((SELECT SUM((case when upper(t4.STACode) like 'eCess%' then T4.TaxSum else 0 end))
          FROM PCH4 T4 WHERE T4.DocEntry=T0.DocEntry ),0)) ECess,
         (isnull((SELECT SUM((case when upper(t4.STACode) like 'hes%' then T4.TaxSum else 0 end))
          FROM PCH4 T4 WHERE T4.DocEntry=T0.DocEntry ),0)) HEdCess, (isnull((SELECT SUM((case when upper(t4.STACode) like 'VAT%' and t4.TaxRate=12.5 then T4.TaxSum else 0 end))
    FROM pch4 T4 WHERE T4.DocEntry=T0.DocEntry ),0)) As 'VAT12.5',
    (isnull((SELECT SUM((case when upper(t4.STACode) like 'VAT%' and t4.TaxRate=4 then T4.TaxSum else 0 end))
    FROM pch4 T4 WHERE T4.DocEntry=T0.DocEntry ),0))VAT4, (isnull((SELECT SUM((case when upper(t4.STACode) like 'VAT%' and t4.TaxRate=2 then T4.TaxSum else 0 end))
    FROM pch4 T4 WHERE T4.DocEntry=T0.DocEntry ),0))VAT2, (isnull((SELECT SUM((case when upper(t4.STACode) like 'CST%' and t4.TaxRate=2 then T4.TaxSum else 0 end))
    FROM pch4 T4 WHERE T4.DocEntry=T0.DocEntry ),0)) As 'CST2',
    (isnull((SELECT SUM((case when upper(t4.STACode) like 'CST%' and t4.TaxRate=4 then T4.TaxSum else 0 end))
    FROM pch4 T4 WHERE T4.DocEntry=T0.DocEntry ),0)) As 'CST4', T2.TransCat As 'Form No.'  FROM OPCH T0  INNER JOIN PCH1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN PCH12 T2 ON T0.DocEntry = T2.DocEntry WHERE (T0.[DocDate]>='[%0]' and T0.[DocDate]<='[%1]')
    may this help u if yes then send ur mail id i will send u sme more !!!!
    Thanks,
    JRAJPUT

  • Sales Analysis Report service warehouse wise

    Dear Experts,
    I've configured 4 service warehouses to an item  in SAP B1 8.8 PL:16.  And now I want to see sales analysis report of that particular item against each service warehouse. But from the Sales Analysis or purchase analysis report I can't able to see service warehouse wise sales quantity & amount.
    N.B.-Those items are created as Sales & Expense item only, no inventory.
    Plz help.
    Subrata

    Hi Subrata,
    in this case you need a customized report trough Query or through Crystal Report.
    regards,
    Fidel

  • Purchase Analysis Excluding Freight Charges

    Dear Expert,
    Our purchase analysis report by ap invoice is exclusive freight charges, is it the norm?  Is there anyway to include freight in the purchase analysis so that we can reconcile it against our purchase report?
    Regards,
    Ng

    Hi
    In purchase analysis report you got Accessable value only.  I think there is no way to add frieght charges in that report.
    With Regards
    Balaji Sampath

  • Sales and Purchase analysis, sort by date default

    Hello,
    Is there a way to default the sales and purchase analysis reports to show the most recent orders first vs. the oldest orders first in the list?  I am refering to the reports that appear when you are in Item Master Data, and then click on the graphs in the Sales Data and Purchasing data tabs.
    Thank you

    Hi,
    You may double click the column header to change the sort.
    Thanks,
    Gordon

  • With reference to contract Purchase Order Analysis report.

    Hi,
    I need SAP Standard " With reference to contract Purchase Order Analysis report"
    Regards,
    Priya.

    Hi,
    there is no standard report to get the PO list wrf to contracts,
    but you can get through SE16 from the table EKPO, where you have to pass the contract numbers ( get through ME3L,ME3M or ME3C ) in the field KONNR,
    lakshmi reddy

  • What is a purchasing data analysis report

    hell all,
    can some one plz tell me what a purchasing data analysis report is?
    thanks in advance,
    seenu
    Message was edited by:
            Seenu SAP

    Hi
    RBKP is the Invoice(vendor) header Table
    RSEG is the item table
    <b>Join RBKP and RSEG and link the RSEg EBELn and EBELP fields with the EKBE table</b>
    VTTK is the Shipment Header table and VTTP is the Item table
    VTTP has VBELN (DElivery Field) Like this like:
    Take the  EKKN (po Account assignment) -VBELN field(Sales Order) and POSNR (item) fields and pass to LIPS  to get the delivery which is nothing but the VTTP delivery.
    VTTP-VBELN pass to LIPS, take VGBEL and VGPOS (sales Order details) and pass them to EKKN Table and Take the PO and Item details.
    Reward points if useful
    Regards
    Anji

  • Sales Analysis Report - Items -- blank result

    Hi,
    I'm testing a setup and running the sales analysis report. It works for the Customer version but I get no results when running on Items.
    I'm on SBO 2007A SP01 PL07. There are open and closed invoices for inventory items; no credit memos have been posted. All Item type invoices.
    When I run by Customer, I get the correct data - open and closed invoices for that customer.
    When I run by Items, I get no results. The date range is the same for both reports.
    When I run the purchase analysis on Items, I get data for the same items I am trying to see in the sales analysis.
    Any ideas what could be causing this?
    Thank you,
    Heather

    HI Gordon,
    I left the default settings: 
    - Annual Report, Invoices, Individual Display, No Totals
    - Posting Date:  whole fiscal year
    - Main selection:  left blank/default (group = all, no properties)
    I have double/triple/quadruple-check even the Secondary SElection to make sure there's nothing there.
    I have also run it on Due Date instead of Posting Date, still no results (if run on Items).
    As I mentioned, the selection criteria is what I want but for some reason that one version, Items, does not work. The other 2 tabs work with the same selection.
    Heather

Maybe you are looking for

  • Backing up database and archivelogs with grid control.

    So I was scheduling a job to backup the entire database and archive logs to an ASM diskgroup.  Well for some reason.... the backup of both the datafiles and archivelog files keep going to my $ORACLE_HOME/db/dbs directory.  I have no clue as I've drop

  • Integration Scenario within SAP Netweaver

    Hi All, I need more information about MDM Integration with other Netweaver components like Portal, BI, XI, ECC and OCI..can anyone send me the links where I can get those related documents... would be glad if I get the appropriate one... thanks Alexa

  • Getting System Date Format...?

    How to get the system date in JSF in the format of 'dd/MM/yyyy' ???

  • Start Up Disc Full - Different from full hard drive?

    Hi, I have a mac book pro...one of the older models...around 5 or 6 years old..the silver one with the silver around the screen part. Running Mac OS X 10.6.8, 2.33 GHz, 2GB ram. Lately my computer has been rediculously slow with everything, but aside

  • Help with SQL Server 2005 http Endpoint

    I am trying to use mx:webservice to directly connect to a SQL Server 2005 HTTP Endpoint. Is this possible. Is there going to be a problem with crossdomain issues? If the Endpoint is actively listening on port 80 then IIS cannot. So I cannot place cro