Tables updated when a payment is made in R12

Hi All,
Can u please tel me what tables are updated when a payment is made in R12?
googled it, but couldnt find !
Thanks and Regards,
MPH

Hi MPH,
pl.visit following link.
http://oracleapps88.blogspot.in/2011/09/oracle-r12-ap-key-tables.html
HTH
Sanjay

Similar Messages

  • EBS Accounts Payable : Which tables updated when any event fires..?

    Hi
    I request help / guide to let me know for the subject mentioned question.
    For example,
    When any invoice saved, which tables are updated?
    When payment is made , which tables are updated?
    When Create Accounting runs, what steps does it follows?
    How can I check the Create Accounting program in SQL developer?
    etc
    Can any one help / guide me ..?
    regards
    Ahsan

    When any invoice saved, which tables are updated?
    AP_INVOICES_ALL and AP_INVOICE_DISTRIBUTIONS_ALL
    In R12: AP_INVOICE_LINES_ALL
    When payment is made , which tables are updated?
    AP_CHECKS_ALL and AP_INVOICE_PAYMENTS_ALL
    Please be a bit more specific on your other 2 queries.
    Thanks

  • Tables updated when changing Transfer order

    Hi all,
    I am facing a problem when I am trying to change storage bin (NLPLA) & storage type(NLTYP) in a Transfer Order and then confirming it, I am updating 4 tables       directely i.e LTAP, LEIN, LQUA, LAGP,  but when confirming the TO, gives an SAP error. The reason of course is that something is not getting updated.
    <b>Can someone please advise what else should be updated or suggest me a FM which can change storage bin and storage type in the same TO.</b>
    I do not want to make a new TO with an FM.
    Regards
    Abhishek

    Hi,
    Try the fun module for TO update:
    L_DELIVERY_TRANSFER_ORDER_UPD
    Look at the other fun modules related to TO's.
    L_MC_TRANSFER_ORDER
    PK_GET_DATA_FOR_TRANSFER_ORDER
    WS_LM_TRANSFER_ORDER_ADD
    WS_LM_TRANSFER_ORDER_CONFIRM
    WS_LM_TRANSFER_ORDER_CREATE
    WS_LM_TRANSFER_ORDER_DISPLAY
    Regards,
    Anji

  • Trouble in table updating when getting focus or mousemove over a table.

    I have JTable and dynamically updating data in mymodel by using
    mymodel.addTableModelListener(Table) through fireTableRowsInserted()
    and fireTableRowsUpdated() method of AbstractTableModel.It just work
    fine, the problem is when i move mouse over a table or restoring the
    window the getValueAt(row,column) method is called repeatdly to
    corresponding row and column , then the value in that cell is changing.
    I incremented the value of the cell basing on perticular condition.When
    i move mouse over the table or restored then the value of the cell is
    incrementing repeatedly .Can any body give the solution , when i moved
    the mouse over a table or restore the window the value of corresponding
    cell has not to increment.
    Regards,
    Sreedhar.A

    It sounds like you do not have your table model implemented properly.
    The getValueAt() method should always return the proper value for a cell from the model data. It gets called all the time and you have no control over when it is called. You must make sure that it will always return the proper data given the params passed to the method.
    AFTER you update the data underlying the model you should fire the proper event. Then the table (view) will repaint the impacted cells (by calling a number of other methods, including the getValueAt method).
    Subclass AbstractTableModel, implement all the required methods. When implementing the methods, remember that you cannot guess in what order or how the methods will be called. Just make sure they always return the proper thing. Also make sure you fire the appropriate event when you modify the underlying data in the model.

  • Is ANLC table updated when you post a legacy transaction?

    Hi,
    We are in the process of converting data to a new system. We have a previous year retirement posted as a legacy transaction (AS92). The ANEP table (asset line items) was updated and reflects this change. However, we noticed that this legacy transaction is not reflected in the ANLC table (asset value fields).
    Is there a possible way to update ANLC when a legacy transaction is posted?
    Thanks,
    Joey

    Hello Paul,
    With AS91 these values should be updated in ANLC The fields ***. acquis. val, Accm.ord. deprec. and ther should be no values in ANEP when you have used the takeover values screen.
    True enough, the ANLC table reflects the ***. acquis. val accm. ord. deprec when the takeover values screen was first used. ANEP doesn't show this which is okay.
    But in the AS92 transaction where we posted a retirement from previous yr in the current year, values are only reflected in ANEP. Is it normal for legacy transactions (other than beginning APC & ord. dep) to appear only in ANEP and not in ANLC?
    Thanks,
    Joey

  • ICal does not update when calendar changes are made on all my other devices. Prompt that the server does not recognize the password, but the password is correct.

    I have an iPhone 5, iPhone 5s, MacBook Air and recently bought an iPad Air. Since I synced my iPad, my iCal on my Macbook no longer updates and every time I open it, this window appears even if I didn't change or forget my password. So I tried changing my password and still this window appears. I hope someone can help me. Thanks!

    As if by magic it is now working. I went away from the mac for a couple of hours, came back and it started to work. This is scary as I would expect this kind of action on a Mickysoft machine but not a Mac. Ho Hum - at least the problem has been sorted even if I don't know how.
    Chris

  • When payment is made to Vendor for an open line item. Which table's updated

    Hi,
    When an invoice has been posted for a GR. The invoice will be pending for  payment. And when the payment is made to the vendor .Which table is updated, as i need to create a functional spec for triggering a message automatically to initate vendor payment if it is due for a month. I want the table name?
    Regards
    Chandan

    Hi,
    The payment document posted is again a accounting document, the table is BKPF - Header and BSEG - Item.
    In order to know if a LIV accounting document is cleared i.e payment made could be checked in the field
    BSEG-REBZG. this field would carry the payment document number, which is again a accounting document ( table bkpf-bseg).
    hope this helps.
    Harish

  • Auto update of Ztable when ever BSID or BSAD tables updated

    Auto update of Ztable when ever DB table updated     
    Hi experts
    I want my Ztable get updated automatically when ever a record is created or updated in BSID or BSAD tables.
    Here clear requirement
    Generally using Company code & Allocation number  ( 18 char ) my programs access BSID & BSAD tables it is taking very long time for execution almost more than 30 minutes ( data in millions ).
    Step 1.
    I created a new Ztable with limited fields Company Code, Customer, Document, Allocation Number and Posting date.
    Step 2.
    Before look into BSID or BSAD my program searches Ztable for Customer number & Document number using Allocation field and Company code.
    Step 3.
    Once get the Customer & Document numbers accessing BSID & BSAD table is very easy (now just taking less than 1 minute).
    Created a new program to update Ztable every day but BSID and BSAD are live table so I want my Ztable get updated immediately when any entry posted in BSID or BSAD
    Please help me
    Satya
    Singapore

    You need to check what is the procedure (T-Code) from which the data gets updated into these tables.
    For example
    when we craete a material from MM01 the data gets updated in the corresponding table i.e. EKPO.
    In same way you need to find the process and then you can use BTE (Busineess transaction events) for that process. BTE are only for FI module and these tables are also related to FI .

  • I can't get the page numbers in my table of contents to update when I update the book.

    I'm using Framemaker 11 and I have two TOCs in my book: one in English and one in French. Each TOC links to different documents in the same book. The reference page for each TOC is set and correctly displays the heading 1 and 2 I've told it to display, but the numbers do not update when the content in my document files changes to a different page. I've checked the conditional text settings in my document files; they are correct. When I update the book, I choose to update Numbering, All Cross-References, All Text Insets, OLE Links, Generate Table of Contents, Lists, and Indexes. What am I doing wrong? Thanks.

    I just tested this out and saw the same result as Rick - a book with child books ignores all generated files within the child books. This applies to adding content from them (e.g. their titles) to actually including them in the output. This applies to all versions of FM since v.9!
    However, there is a workaround for this. You need to use the hierarchical book structure in the parent book and create Folders for each book that you want to add. Then manually add the generated files (TOC, IX, List of..., etc.) and book to the respective folder. This is what it looks like for two child books in a parent book:
    Note that the child book generated files (TOC, IOR) show as just regular files at this point in the parent book. To get the page numbering to be continuous throughout the parent book, you will need to make a couple of passes. First set folder, files and books to have the Numbering continue from the previous (if you want all sequential page numbers). This will set the page numbers correctly except for what they were in the respective book TOCs. You will need to use the starting page number of the child TOC files in each folder (it shows in the Book status bar when click on the TOC file in the master/parent book).
    To set the individual book TOCs to be correct in the parent book, open the child book and set the TOC Numbering to start at the page stated in the parent book (status bar). Now update the child book to set the correct (parent book) page numbers in the child TOC. [This is a necessary manual step, as the page number assigned in the parent book is ignored when th child book is individually updated and FM uses 1 to start off the sequence in the child book.]  Repeat for each child book in the master/parent book.
    The final step is to Update the parent book and create the PDF. You should now have all of the files included in the PDF and the child TOCs should show the correct page numbers of the master book.
    This whole process of books within books seems a bit borked and one shouldn't have to be jumping through hoops to include child generated files. Please report this as a bug via: https://bugbase.adobe.com/index.cfm

  • I cannot see the Inv total on my check stub when a partial payment is made

    On my check stub in SAP B1 (PLD layout) I would like to see the actual invoice total and then what payment was applied separately when a partial payment is made.
    Currently the Invoice total shows the same amount being paid when its a partial payment.  For example:
    invoice total = 125.00
    Partial payment made = 100.00
    Balance on Invoice = 25.00
    On the check stub it shows the 100.00 as the invoice total and 100.00 as the amount paid...
    How can I get it to show the 125.00 and then the 100.00?  Is there a system variable that will pull in the Invoice total other than the 96 currently used in a PLD?  Because that changes when you make the partial payment
    Thanks

    Max
    Can you please take this to:
    https://discussions.apple.com/thread/6013229
    And answer as many of the questions there as you can?
    Thanks,
    Peter

  • How system will automatically populate clearing date field for invoices paid similar to when payments are made to the vendors

    Hi SAP Gurus,
    Could you help me on this, How system will automatically populate clearing date field for invoices paid similar to when payments are made to the vendors.
    Regards
    Mohan

    Hi Ramakrishnappa,
    If you clear the invoice against payment, then the invoice clearing date would be payment document posting date.
    Regards,
    Mukthar

  • Unable to update when executed, table gets lock Execution does not stop Execution even for an hour

    Following is my Query unable to update when Executed table gets lock Execution does not stop even for an hour.
    update Employees 
          set Status = 'Close'
          where statusid IN (select statusid 
                                             from MyView 
                                              where DownloadedDate ='2014-07-27 00:00:00.000'
    here Employee contains 3,00,000 of records and Subquery return 1,50,000 Empid 
    i tried in various ways but not able to solve, statusid  column have no index on,  i tried using cursor but it does not work.
    plz let me know how to solve this Issue, THANKS IN ADVANCE.

    Hello,
    You should better post your question to a more related Forum, like Transact-SQL or SQL Server Database Engine; this Forum is for samples & community Projects.
    Have you checked the execution plan if indexes are used?
    You could update the data in chunks, e.g. 10.000 rows per execution. For this you have to add a TOP clause and a filter to update only those, who are not updated yet.
    update TOP (10000) Employees
    set Status = 'Close'
    where statusid IN
    (select statusid
    from MyView
    where DownloadedDate ='2014-07-27 00:00:00.000')
    AND Status <> 'Close'
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Unable to update, when executed table gets lock and Execution does not stop even for an hour.

    Following is my Query, which unables to update. When Executed, table gets lock and Execution does not stop even for an hour.
    update Employees 
          set Status = 'Close'
          where statusid IN (select statusid 
                                             from MyView 
                                              where DownloadedDate ='2014-07-27 00:00:00.000'
    here Employee contains 3,00,000 of records and Subquery return 1,50,000 Empid 
    i tried in various ways but not able to solve, statusid  column have no index on,  i tried using cursor but it does not work.
    plz let me know how to solve this Issue, Its very Important to get solve as all my further work depends on Updation
    , THANKS IN ADVANCE.

    See also your other thread with the same question:
    http://social.msdn.microsoft.com/Forums/en-US/80243625-fc3b-4ee1-bce1-4adcdbc16c14/unable-to-update-when-executed-table-gets-lock-execution-does-not-stop-execution-even-for-an-hour?forum=sqlserversamples
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Updating a table entry when remoteexception occures

    Hi,
    We are having the requirement that if remoteexception happens from EJB 1.1 then we need to update one table with status set to false.
    Since remoteexception is a system exception the transaction is marked for rollback and when we catch remoteexception and try to update the table
    it is not getting updated because the client transaction is also rolledback.
    we are actually using Websphere commerce server and we saw that WCS is able to update some of its own DB tables even when remoteexception occurs but we are not able to do it.
    So is there a way that when remotexception happens from EJB 1.1 we can update one of our tables.
    if yes then how can we do it.
    Thanks
    Ravi

    Try by putting this update code in a separate EJB with REQUIRES_NEW transaction scope.
    The the update is done in it's own transaction, and will not get affected by the other transactions 'marked for rollback' setting.
    -Roy

  • RAISING AN EVENT WHEN DATABASE TABLE UPDATES

    hi all,
             i want to raise an event when database table updates.For eg : if a price of a material has been changed then i have to raise an event and run the abap program in back ground.i know transaction SM62 to create event, i dont know about transaction SM64. please give me the procedure how to solve this problem. i dont know work flow. please give me a sample code how to raise event.
    thanka and regards
    suresh

    Hi Suresh
    It is important to understand that the SAP architecture abstracts the database from the application.
    I think that you should look for ways that the application triggers an event when an update has taken place, rather than the DB.
    Two ways of doing this that spring to mind are change pointers (for the ALE interface, see menu SALE) and Business Transaction Events (various things including CRM integration, see menu FIBF).
    The latter works very well for sending prices to CRM when they change. I am more familiar with this than ALE so I will discuss it.
    If you go to menu FIBF and then follow menu path Environment -> Info System (P/S), and then run the report for event 00503301, you can find documentation and a sample function module that you can copy.
    Once you register your new function module in the event tables then it will be called when prices are changed.
    Cheers
    Dom

Maybe you are looking for

  • Query Execution is very slow through Froms

    Hello Friends I am facing a problem with D2k Forms. when a run a Query through SQL its execution speed is very fast. the same Query when i run through Forms, like create basetable block and set_block_property and execute it is very slow. How do i ove

  • Migration from ODI 10.1.3.5 to ODI 11.1.1.7 RCC issue

    SRC_SET is used, but possibly not needed, as both the source and target Datastores are on the same Data Server I am getting this issue when i ran RCC can i know why this error occurred and what is solution to remove this error. Thanks

  • Unable to create a duplicat database through rman

    Hi, Oracle Version:10.2.0.1 Operating System:Linux Here i am having databae KKK and i need to duplicate that databae to vtldb.I take the backup of the KKK database as rman target / RMAN>Backup databsase;after that i copied all the bakup sets to my vt

  • Planning metada within Shared services

    Hello all, I see the Planning product when I access the Deployment Metadata in Shared Services. Is there a way I can remove that? Because we uninstalled Planning from this box (manually as the automatic way failed) but the metadata for Planning produ

  • Reinstall-What's needed?

    Hi All, I have a small project for a senior citizen's old iMac(NO FIREWIRE). Somehow, this 91yr. old has moved or deleted practically all the files to....who know where? She is over a hundred miles away and has no internet connection so I will find o