Receipts & Payment report for a particular period

Dear Team,
PFA of receipts & payment report which has to be executed in SAP without development. Kindly request to check & suggest.
Thanks & Regards,
Sai

Hi Babu,
For receipts go to FBL5N dynamic selections select special GL indicator as "A" and select document type "DZ (if you are using the different doc type for receipt posting, then select those document types"  and in the selection screen select all items and select check box special GL transactions and execute it. Then you will get customer receipts.
Same procedure will apply for payments, you just select the t.code.FBL1N & document type(KZ, if other than this select those documents) and execute it.
Regards,
Mukthar

Similar Messages

  • WIP QTY. AND VALUE IN SINGLE REPORT FOR A PARTICULAR PERIOD

    Is there any report for a particular period that we can get the WIP qty. and value in single report. If there what the fileds we have to select.
    Ex. We want what is the consumption qty. and value and what is the GR qty. and value for the period ending June 08.

    Hi,
    You can use the T-Code KKAS to get the WIP Qty against a given plant/material combination.
    some of the other supporting t-codes are:
    KKAO                 WIP Calc.: Collective Processing
    KKAQ                 Display WIP - Collective Processing
    KKAT                 WIP Display for Product Cost Coll.
    KKAV                 WIP Calculation for Cost Object Hier
    KKAW                 WIP Display Cost Object Hierarchy
    KKAX                 WIP Calculation for Order
    KKAY                 WIP Display for Order
    Regards,
    JLN

  • Excess Material Consumption Report - For a Particular Period

    Hi,
    For a particular Time Period, say 30 days, I require excess material consumption report. This report is for the materials ( say ROH, or HALB) that are confirmed through co11n. Taking MTS into consideration with Strategy Group 40, please suggest a standard report (if there is any).
    Regards,
    Pavan

    The T code for viewing the standard report for
    Material Analysis - MCP5.
    Production Order - MCP3.
    Material Usage Analysis - MCRE.
    Please try it.
    Regards
    R.Brahmankar

  • WIP- WIP Qty & Individual part  nos - Report for a Particular Period

    Dear All
    As a month end activity, period close is done and production orders settlement happens and WIP entry posted to GL
    Is there is any T.Code in Sap to locate the part no as individual piece part level, WIP qty and amount to match with WIP Gl amount after settlement of production orders
    With Regards,
    Francis

    Hi,
    You can use the T-Code KKAS to get the WIP Qty against a given plant/material combination.
    some of the other supporting t-codes are:
    KKAO                 WIP Calc.: Collective Processing
    KKAQ                 Display WIP - Collective Processing
    KKAT                 WIP Display for Product Cost Coll.
    KKAV                 WIP Calculation for Cost Object Hier
    KKAW                 WIP Display Cost Object Hierarchy
    KKAX                 WIP Calculation for Order
    KKAY                 WIP Display for Order
    Regards,
    JLN

  • Report of Balance GRs for a particular period.

    Dear Gurus,,
    How can I generate a report of balance/pending GRs for a particular period for invoice parking.i.e Materials recd.,GR prepared but Invoice is not recd.or parked againest such GRs.
    Thanks

    Hi
    Try with ME2N or ME2M or ME2L with selection parameter RECHNUNG - open invoice.
    Thanks/karthik

  • Report for analyse the sales realisation for a particular period

    Hi guys,
    Is there any report for analyse the sales realisation for a particular period.
    thanks
    murali

    Able to find the solutin the report S_AHR_61016532 it self.

  • Customer Cllection details for a particular period

    Hi All,
    is there any report which shows customer collection details ( payments received ) for a particular
    posting period..?
    Is there any other way we can extract this other than display line items..?
    Thanks,
    jaya

    Hi Jaya,
    U can follow any of the below two option:
    S_ALR_87012177 - Customer Payment History  report
    or
    Go to FBL5N
    Run the report for the required period with document type DZ in dynamic section.
    By this u would get only the payment entries for the said period.
    Regards,
    Kiran

  • T Code for Project Stock for a particular period

    I want to check my project stock for a particular period, is there any Standard T Code, if not how to find the solution. Please revert me the solution.
                                                                                    Thank you.

    Hi
    Please check the following Report
    S_P00_07000140 - Inventory and Raw Material for Special Stock Report
    To access the report, from the SAP Easy Access menu, choose Accounting >> Financial Accounting >> General Ledger >> Reporting >> Tax Reports >> Thailand >> Inventory and Raw Material for Special Stock Report
    OR
    please try to create a Query by using the following tables..
    MSPR
    MARA
    MAKT
    Tnx.
    Abdul

  • How to find expense and revenue of a company code for a particular period

    Hi Gurus,
    I am new to FI. I need to find out the revenue, expense and gross profit of a company code for a particular period.
    for eg: I need to find the revenue, expense and GP of a comapany code 'ZYZM' for the month of july. Is there
    any standard report for this or any way to see P&L statement for this period?
    Thanks and regards,
    Ashish Kumar

    Hi Ashish
    You can use report S_PL0_86000030 - G/L Account Balances (New)  for the period wise report.
    You can select as Mani mention P&L account statement type as X in dynamic selection and give the period for which you require the balance.
    The report will give you the three balances
    Opening
    Till previous period
    for the period
    Hope this report will help you.
    Regards
    Pankaj P

  • How do we calculate Accumulated Depreciation for a Particular Period

    Dear Members,
    How do we calculate the Accumulated Depreciation for a particular asset. It would be great if some body can explain me ,what tables should we use.
    I read that Accumulated Depreciation is nothing but deprn_reserve column in fa_deprn_summary table. I have to make a report which should show the accumulated depreciation for an asset by period name. (eg : For MAY-07 the report should give the accumulated depreciation for that asset).
    Please give your suggestions.
    Thanks
    sandeep

    Hi,
    You can use DEPRN_RESERVE from fa_deprn_summary to get accumulated deprn. Make sure you select the latest row from fa_deprn_summary for a particular period.
    Use FA_DEPRN_PERIODS to join with period_counter if you wnat to use Period Name as criteria.
    Cheers
    Sunil Chawla

  • Configuring syslog and generating logs for a particular period.

    Hi...
    I have configured syslog server and the loggin enabled on ASA device... I want to generate the complete logs for a particular period of time. How can I generate this report.. Please help me

    Hello,
    I have an idea how it might work, but it is not certainly the best solution so if you will not find any other, this might work for you.
    Enable sending logs to syslog server:
    logging source-interface loopback    
    logging
    configure EEM script to run "show log" periodicaly:
    event manager applet test
    event timer watchdog name test_name time 60 ! in seconds -> every minute
    action 1.0 cli command "show log"
    Best Regards
    Please rate all helpful posts and close solved questions

  • Stock Report for selected posting period!

    Dear All,
    Is there any standard program on Stock Report for selected posting period, which shows PRODUCT| UNITS| OPE.STOCK| PURCHASE| SALES| CLO.STOCK|
    I want report on this, anybody can help me out on the same. Or is there any standard report.
    Need urgently.
    Thanks & regards,
    Abhay.

    Hi Abhay
    There is no standard report available as format given by you.
    You have to develop a Z Program for the same. We have also developed
    the same requirement.
    Regards
    Harish

  • How can we block, a particular payment term for a particular vendor.

    Dear Experts,
    How can we block, a particular payment term for a particular vendor.
    BR.
    Chandra

    Hi Chandra,
    If you want to block payment term for "particular vendor" then you need to define a validation rule.
    As per my understanding, the link provided by Owen will block term for all vendors.
    Regards,
    Ankit K. Agarwal

  • How to increase or Decrease Budget for a Particular Period

    Hello All,
    Can some tell me how to increase/decrease fund for a particular period.

    You can pass the manual entry & ensure to choose the balance type to budget
    To increase the balance for a specific period- Input the balance to debit side
    To decrease the balance for a specific period- Input the balance to credit side
    No need to balance the debit & credit totals for budget journals.

  • Cost Center does not exist for a particular period - Solution

    We have encountered an error in the subject,
    COST CENTER does not exist for a particular period
    Solution:
    1) Either extend the Posting period for the invoicing  date
    2) Or enter the Cost Center as PO number in Sales Order
    Please do add your comments if there are different ways to solve this error

    The Post contains a solution

Maybe you are looking for

  • Possible to skip the validate phase in a valuechangelistener?

    Hi, I'm using MyFaces 1.1.6. Does anyone know how I can skip the validation phase of the JSF lifecycle from within a valuechangelistener method? I'm trying this ...     public void updateTimePrefs(ValueChangeEvent vce) {         vce.setPhaseId(PhaseI

  • How do i include this 'select' stmt in a 'procedure'.

    create or replace procedure proc1 AS BEGIN select table1.name,table1.symbol,table1.quantity,table2.price,(table1.quantity*table2.price) AS Total from table1,table2 where table2.date=(select date from table2,table1,table3 where table1.date=table3.date

  • Adobe Forms Error Message 'Error when transforming object data'

    Hi,   When i tried to save(Adobe Forms) after making changes in Layout its giving an error message 'Error when transforming object data' and takes me out of the transaction. How do i solve this ? Can anyone help me out. Thanks and Regards, Franklin.

  • What are benefits and drawbacks of deleting cookies?

    I see articles about how to delete cookies and problems that seem to relate to having cookies or having deleted cookies but nothing (that I could find) about the benefits and drawbacks of cookies. Seems before deleting or preventing, it would be usef

  • Boot from disc problem

    trying to boot from start up disc - hold down the 'c' key on restart with disc installed and it just sticks in a loop of restarting, never coming up to a screen to work from