Fi report to find last payment date

Hi guys
How can i find the last payment date of a customer.
Suppose a customer has a balance of 100 $ as of today and he clears an amount of 20 $ tomorrow so 21.10.2008 becomes his latest payment date, where will this be stored any idea?
Thanks

IN KNKK table there is a field CASHD & CASHA.check if this works.
otherwise do this,
there will be a doc type for customer payment (DZ or something)
give that doctype in BKPF and get the line items from BSEG and filter it based on customer number.
Sort the records based on the posting date descending.first record would give the last payment.

Similar Messages

  • How to find Last Payment date for vendor

    Hi,
    I am working on ALV  Vendor report details.
    1) How to find the last payment date for the vendor.
    2) In input paramter field  
        PARAMETERS: L_FILE  LIKE  RLGRAP-FILENAME.
       I want to validate the user input in the selction screen for downloading the file in the presentation server..
      what is the validation I have to write for the path name.
    pl help me give details.
    Thanks in advance.
    sharma

    1) use table REGUH field ZALDT or VALUT
    2) use fm like EPS_GET_FILE_ATTRIBUTES
    A.

  • Last payment date shown in credit master sheet is wrong.

    Hi,
    The last payment date and amount in the credit master sheet S_ALR_87012218 does not reflect the true last payment info. As per the payment history list, there have been more recent last payments after the last payment date shown on the credit master sheet, however i dont know why the actual last payment info is not being shown on the credit master sheet.
    Can someone help?

    Hi
    When running credit master sheet make sure you are looking into correct credit control area where the payment has been entered. I am sure to update credit master sheet you do not need to run any program, this report updates figure online (at the same time). If you want to make sure its working take any customer having outstanding invoice on account. Make entry using transaction F-28, go back to credit mast sheet correct credti contrl area and you will be able to see updated amount.
    I don`t know what t.code you are using to do incoming payment entery? Balance will not be updated properly in the reports if you are using wrong posting keys. Posting Key should be 15 inorder to update correct balance on customer report.
    Hope this will help

  • F.35 Credit Master Sheet - Last Payment Date

    In the Credit Master Sheet there is a line item 'Last Payment' in the Credit Management Master Data section. Currently 'Last Payment' is pulling the entry date of the payment and not the posting date. When payments come in they are deposited that day. Our A/R clerks apply the cash in the system the next business day and have the posting date as the deposit date. Our Credit clerks do not care when it is entered, they need to see it by deposit/posting date.
    I have tried to look into configuration to find out if this can be changed. I know the program is RFDKLI41, but I am unable to locate where it is getting the 'last payment' date from. Please advise.
    Thank you.

    dear, in F.35 there is an 'Output Lists' section - the "Layouts" button. did you try to config them ?
    just in case try t-code F.31 - look at "Layouts" button as well - it has MORE config (8 layouts) than in F.35 (5 layouts)
    regards,

  • To find last run date of custom concurrent program in oracle apps

    Hello Exports,
    Can you pls tell me how to find last run date of custom concurrent program in oracle apps.( thr Backend query )
    Thanks in advance,
    Edited by: 981527 on Mar 7, 2013 3:01 AM

    try the below:
    select fcp.user_concurrent_program_name
    ,fcr.request_date
    ,fu.user_name
    ,fcr.actual_start_date
    ,fcr.actual_completion_date
    ,fcr.phase_code
    ,fcr.status_code
    ,fcr.argument1
    ,fcr.argument2
    ,fcr.argument3
    from fnd_concurrent_programs_vl fcp
    ,fnd_concurrent_requests fcr
    ,fnd_user fu
    where fcp.user_concurrent_program_name like 'Payroll Run'
    and fcp.concurrent_program_id = fcr.concurrent_program_id
    and fcr.requested_by = fu.user_id
    order by fcr.actual_completion_date desc

  • Customer's last payment date.

    Hi everybody, I need to obtein the last payment date of a customer, somebody know if are there any function module or bapi that get that information? Regards.

    Listo

  • To find last updated date in sql developer for a procedure or a function

    hi
    how to to find last updated date in sql developer for a procedure or a function.
    i m using sql developer version in 1.2

    I think you are in the wrong forum...
    Anyway you can try
    select * from
    all_objects o
    where o.object_type in ('FUNCTION','PROCEDURE');
    you have there the created date, last DDL and timestamp

  • How to find last login date of a sql login?

    i want to disable the SQL Logins which are not logged in last 15 days. (I schedule a job every night to check and disable)
    For this 
    i want to find  last login date of all sql logins in an instance if the login didn't log in with in 15 days i want to disable them.
    In SYS.SYSLOGINS table we can see all the logins and 'isntname' tells us if it is SQL login or windows login. 
    but where to find the last login date of SQL log in ?
    Can any one help me?

    Hi HYDBA,
    If you use SQL Server 2005 or later, you can only get the current logon data using
    DMV likes:
    select
    max
    (login_time)as
    last_login_time, login_name
    from
    sys.dm_exec_sessions
    group
    by login_name;
    Related to your question there are two options:
    One is logon trigger,
    which is used to get current login time and login name comparing with the data from
    sys.dm_exec_sessions. If the current login time comparing with last login time is larger than 15 days, then prevent the current login.   
    Another one is to schedule a job, which is used to disable logon who’s current login time
    comparing with last login time is larger than 15 days.
    Hope it’s helpful for you.
    Regards, Amber zhang

  • F-21 is not updating last payment date in Credit management report

    HI Gurus
    I am working on 4.6C system . Here I am posting incoming payment through F-21 t.code. Here system not updating for last payment run in Credit management reports.
    Pls advice me in this regard.
    Thanks in advance
    Sneha

    Hi,
    F-21 T.code is for Transfer Posting, best Pratice is to use F-28 For incomming Payments.even in F-21 change the documents type to DZ and try to post.
    Thanks
    Goutam

  • Reports for PO to Payment date

    Hi
    I required the report which gives the PO No, Mat Doc no, GRN Dt.,IVno.
    IV date and Payment date/clearing date.
    My requirement is payment date/clearing date  against the PO no./ Mat Doc no./IV No
    Thanx in advance
    Vikrant Hande

    In standard report is S_ALR_87012103 - List of vendor line items,Search with help of hot keys E or W
    otherwise u need to develop customized report.

  • Standard report to show last transaction date posted to an asset

    Is there any standard report in asset accounting which shows- to view the last posting of transactions to an asset (if there were up or down movement on the asset values) excluding the depreciation posted.

    Try individual Asset transactions report , you can specify posting date ranges here and display report Asset wise -- S_ALR_87012048 - Asset transactions ,S_ALR_87012050 - Asset Acquisitions ,S_ALR_87012054 - Intracompany Asset Transfers ,S_ALR_87012052 - Asset Retirements
    Also check S_ALR_87012058 - List of Origins of Asset Debits .
    Lastly you can go with the Query SQ01 or SQVI reports.
    Regards
    Mukta

  • MBAM "Enterprise Compliance Report" not updating "Last Contact" date/time for any/all systems.

    Running BitLocker/MBAM 1.0.1237.1.
    About 1 month ago, "Last Contact" date/time listed in MBAM "Enterprise Compliance Report" stopped updating (last updated 1 month ago) for all systems. However, reporting against these exact same systems individually via
    "Computer Compliance Report" shows current/correct "Last Contact" date/time (last updated today).
    Have tried http://support.microsoft.com/kb/2620269/en-us but no luck.
    Hoping someone has experienced this before, fixed, and can share insights.
    Thx,
    DCL

    You may want to look for communication errors under the MBAM node in Event Viewer.
    You may also want to review the registry settings discussed under the
    Configure Lab Computers for MBAM Evaluation section of this TechNet article:
    HKLM\Software\Policies\Microsoft\FVE\MDOPBitLockerManagement\ClientWakeupFrequency
    HKLM\Software\Policies\Microsoft\FVE\MDOPBitLockerManagement\StatusReportingFrequency
    HKLM\Software\Microsoft\MBAM\NoStartupDelay
    Specifically the StatusReportingFrequency
    key.
    Brandon
    MDOP on the Springboard Series on TechNet

  • How to find last activites date time in BCC by all BCC internal users?

    Is there a way to find the last activities date and time in BCC by all BCC internal users?

    It looks like /DSS/TrackActivity.sdl does the job for normal commerce users, but there is no such scenario for Internal users(BCC users), so this is something we need to do for internal users.
    Is my understanding correct?

  • Portal Acitivty report to track Last login date of user

    Hi,
    We need a report which shows the last logins of Users in Portal.  We checked the Portal Activity Report but it is showing only First login.  But we need the Last login how can I configure the Portal Activity report.
    Thanks
    Naveen.

    Hi All,
    Just in case Activity Collector or Portal Activity Report is not sufficient for you and your portal management to gather important usage data, you may be interested in our SAP certified solution, Click Stream.
    May make your life a lot easier when finding the usage stats you need (Easy installation u2013 Free download u2013 Fully functional test version available).
    More information here:
    Website: [www.sweetlets.com/clickstream|http://www.sweetlets.com/clickstream]
    EcoHub reviews: [http://ecohub.sdn.sap.com/irj/ecohub/solutions/clickstream|http://ecohub.sdn.sap.com/irj/ecohub/solutions/clickstream]
    Good luck and hope that helped.

  • HOW TO FIND LAST DOCUMENT DATE BASED ON MATERIAL NUMBER

    Hi,
           I want to know how to find the last document details based on material number.
    Is there any Functional modulle or BAPI programe?
    i,e, I want know last goods receipt details (MIGO)  based on material number.
    Can u please anybody tell me.
    Thanks,
    S.Muthu.
    Edited by: Subramaniyan Marimuthu on Jan 2, 2008 9:07 AM

    Hello.
    Check the BAPI_GOODSMVT_GETITEMS
    -example--
    Get GRs after a specific date for a specific plant/ storage location and movement types
      wa_budats-sign = 'I'.
      wa_budats-option = 'GE'.
      wa_budats-low = '20071201'.
      APPEND wa_budats TO budats.
      wa_plants-sign = 'I'.
      wa_plants-option = 'EQ'.
      wa_plants-low = '1000'.
      APPEND wa_plants TO plants.
      wa_stlocs-sign = 'I'.
      wa_stlocs-option = 'EQ'.
      wa_stlocs-low = '0001'.
      APPEND wa_stlocs TO stlocs.
      wa_mvts-sign = 'I'.
      wa_mvts-option = 'EQ'.
      wa_mvts-low = '101'.
      APPEND wa_mvts TO mvts.
      wa_mvts-low = '901'.
      APPEND wa_mvts TO mvts.
      wa_mvts-low = '123'.
      APPEND wa_mvts TO mvts.
      CALL FUNCTION 'BAPI_GOODSMVT_GETITEMS'
        TABLES
          plant_ra        = plants
          stge_loc_ra     = stlocs
          move_type_ra    = mvts
          pstng_date_ra   = budats
          goodsmvt_header = header
          goodsmvt_items  = item
          return          = return.
    Reward if helpful.
    Cheers,
    George

Maybe you are looking for

  • Integration Pack for SharePoint

    I am having an issue with the Integration Pack for SharePoint. Here is my environment: Windows Server 2012 R2 Microsoft SQL Server 2012 SP1 System Center 2012 R2 Orchestrator System Center Integration Pack for SharePoint (Version 7.2.117.0) I am able

  • Navigation Link from Dropdown List

    I have dropdown boxes each with a list of things. (Don't want to use a pop ups). What I would like to do is - when the user selects one of the named list in the dropdown - it then would go to that page, simple. I can provide a button to take them bac

  • Help please w/ Analogue connect

    Hello, I have purchased an X-fi xtreme music through my local computer builder. when they ordered the card I asked them to pick up the home theater connectors. http://us.creative.com/products/product.asp?category=3&subcategory=55&product=4309 they to

  • SAP Knowledge Acceleration

    Hi experts, I downloaded from SAP partners website some files SAP Knowledge Acceleration. When i open them, sometimes the file asks me the following: Click Next to continue with the course, or select an activity from the list. When i click on an acti

  • Touch Frozen during update

    I recently attempted to update my iPod Touch (to 3.1.2 I think). When it started, it said preparing iPod for update and the iPod showed the apple logo with a blank status bar under it. I went to bed to let it finish. I didn't unplug, tamper, fiddle,