Last usage of a table

hi,
can anyone tell me where can i find the last time and date at which a table is accessed, ie.,  data is being selected or modified from a table.

The last change date of a record in a standard table will usually be in a field ERDAT, if one exists.

Similar Messages

  • Query last usage

    I am able to get the last usage of a query from the table RSZCOMPDIR.  Does this last usage take into consideration queries which are accessed from the web or bookmarks etc? Thanks

    Hi Niten,
                  Yes,It will consider the query when executed in web also.Also Once goto SE16 and execute RSRREPDIR this table.There you can find the details about purticular Report.
    Regards
    Karthik.

  • Unable to delete last entry in Custom table

    Hi,
    I have one custom table which allows only some specific entries to be maintained in the table.I have used a standard table as a check table for dis.I found no issue while maintaining entries in the table.But when i try to delete the last entry in the table i get the message "No entry exist".Long textNo entries were found when importing data from the database.
    Kindly help.

    Hi,
    If it is not possible through table maintainence then write a small Z program to delete the entries in devlopment system and then if then if you want you can transfer those to other systems.
    delete from ZTABLE where {give your condition for the last record}.
    Regards,
    Sandipan

  • How to identify the last usage of  8i database?

    Hi All,
    We are in process of decommissioning our old databases. I need to know the last usage of a 8i database.
    Is the any v$ views or DBA views to identify that?
    Thanks
    Aruna

    If you are on Unix , "ipcs -mt" should show the time of the last attach to the shared memory segment.
    When a user session connects to the SGA via a dedicated server process, it actually "attaches" to the shared memory segment.
    Check the man pages (with "man ipcs") for the command line options on your particular platform.
    Hemant K Chitale
    http://hemantoracledba.blogspot.com

  • How to get the only the last raw of the table

    Hello All,
    While fetching a table into internal table, how to get only the last record of the table.?
    Thanks and Regards, Pradeep

    I hope following code will solve your problem.
    DATA : it_bseg TYPE TABLE OF bseg,
           x_bseg TYPE bseg,
           v_index TYPE i.
    SELECT COUNT(*)
      FROM bseg
      INTO v_index.
    SELECT *
      FROM bseg
      INTO TABLE it_bseg.
    READ TABLE it_bseg INTO x_bseg INDEX V_INDEX.
    First SELECT will give you the number of rows in a table in v_index. Second SELECT will fetch all table data and then READ will give you the last record of the table in a structure x_bseg.
    Reward points if the answer is helpful.

  • Bookmark in the PDF goes to last page of the table

    Why would converting a Word document with a multiple page table that has repeating Headers, cause the bookmark in the PDF go to the last page of the table not the first page?
    I'm using Word 2010, Windows 7, Acrobat X Pro

    Thanks David ! What are my options (tuning) at my end. Indicies at the database end, Cache the Report anything else ? Also download to excel is taking long time.
    Regards,
    Sam

  • Stale Data Error in Last Page of the Table

    Hi,
    we are getting stale data error if we are performing any action in the Last Page of the Table.....
    It is working fine when we are performing an action on any other page... but when we are performing action on the Last Page of the Table we are encountering this Error
    Can someone please help me out of this Issue??
    Thanks,
    Sravanth

    if i click the next row's show hide then its shows the same result as ist row, and i try to use show/hide link more thann three times then it throws stale data error given below.
    >>> Seems like your VO linking is not proper. Does your VO have primary keys defined? Do you have any custom code on these VO?
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Fetch last record from database table

    hi,
    how to fetch last record from database table.
    plz reply earliest.
    Regards,
    Jyotsna
    Moderator message - Please search before asking - post locked
    Edited by: Rob Burbank on Dec 11, 2009 9:44 AM

    abhi,
    just imagine the table to be BSEG or FAGLFLEXA... then what would be performance of the code ?
    any ways,
    jyotsna, first check if you have a pattern to follow like if the primary key field have a increasing number range or it would be great if you find a date field which stores the inserted date or some thing..
    you can select max or that field or order by descending using select single.
    or get all data.. sort in descending order.(again you need some criteria like date).
    read the first entry. using read itab index 1

  • Know the Last column of the table

    Hello 
    i use vb.net with excel
    I have a table
    with a spreadsheet, I want to know the Last
    column of the table 
    please help me ??

    i have a table in Excel file and i want to add the last column of this table in datagridview 
    i want to set ShtRange to give me the last column 
    i use this but don't give me a result 
    With Form1.xlWorkSheet
    Dim ShtRange As Range
    Dim dt As New System.Data.DataTable
    ShtRange = Form1.xlWorkSheet.Cells(1, Form1.xlWorkSheet.Columns.Count).End(XlDirection.xlToLeft)
    For Cnum As Integer = 1 To ShtRange.Columns.Count
    dt.Columns.Add(New DataColumn(TryCast(ShtRange.Cells(1, Cnum), Excel.Range).Value.ToString()))
    Next
    dt.AcceptChanges()
    Dim columnNames As String() = New String(dt.Columns.Count - 1) {}
    For i As Integer = 0 To dt.Columns.Count - 1
    columnNames(0) = dt.Columns(i).ColumnName
    Next
    For Rnum As Integer = 2 To ShtRange.Rows.Count
    Dim dr As DataRow = dt.NewRow()
    For Cnum As Integer = 1 To ShtRange.Columns.Count
    If TryCast(ShtRange.Cells(Rnum, Cnum), Excel.Range).Value2 IsNot Nothing Then
    dr(Cnum - 1) = TryCast(ShtRange.Cells(Rnum, Cnum), Excel.Range).Value2.ToString()
    End If
    Next
    dt.Rows.Add(dr)
    dt.AcceptChanges()
    Next
    Me.DataGridView1.DataSource = dt
    End With
    this is my table :

  • Check what is the last operation for a table

    Hi expert,
    I need to check what is the last operation for a table ? ( such as insert/delete/truncte.......), will show me the function or sql to get that?
    Many Thanks,

    hi,
    please take a look at this link
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1590655700346557237
    regards,

  • File Export use last usage settings of File Export Wizard

    how convert a color photo to grayscale? cs6 fireworks / adobe cloud,...    File > Export use last usage settings of File > Export Wizard???

    There are a lot of different ways to create greyscale images. Here are three methods:
    Select the bitmap and choose Commands > Creative > Convert to Grayscale.
    This is a quick but destructive method, meaning that it modifies your original image. To preserve your original image, you could first make a copy using the Edit > Clone command.
    Select the bitmap and apply a Hue/Saturation effect.
    This effect can be found in the Properties panel within the Filters menu, under Adjust Color. Set Saturation to -100.
    Select the bitmap and apply the Convert to Alpha effect.
    This effect can be found in the Properties panel within the Filters menu, under Other. Set the document canvas to White.
    At least one of these should work for you.
    Unfortunately, I can't quite understand the portion of your question regarding File > Export and the Export Wizard. If English is not your native language, you might try using Google Translate to compose your question.

  • Mismatch in last entry in OJDT table and Nextval in series numbering setup

    Dear Support Team,
    We are getting FIRST DEFINE THE NUMBERING SERIES IN THE ADMINISTRATION MODULE ERROR ON ADDING ANY DOCUMENT.
    We checked for authorisation , group and posting periods. Everything in it's place.
    There is a mismatch in the last transid of OJDT table and the Nextval generated in document numbering series setup.
    How do we correct this.
    Any help would be greatly appreciated.
    Thanking you
    Pradnya

    Hi,
    We solved it by locking the erroneous series and by creating a new one. But your suggestion was more right and practical.
    Thanks for the valuable suggestion. We will keep this in mind.
    Thanking you
    Pradnya

  • Going to the last page of a table when adding a new object

    I added a Table(com.sun.rave.web.ui.component.Table) on my page and a button outside of that table to add new object rows. My problem is that I want the table to move to the last page when I add a new object. Instead the default bahaviour is showing the first page. Even if the newly added row is on a page > page 1.
    e.g If I have a table with 5 pages and I am on page 1 and I add an object I want to see the last page of the table where I added the new object. In other words I want it to go to page 5 or page 6 in case the number of the new object is > the number of displayable rows of a page.
    I did it with Javascript but I just dont like it. I wanna do it programmatically.
    Any help?
    Thanks in advance guys!!!

    Hi!
    Try to look here:
    http://forum.java.sun.com/thread.jspa?threadID=5142038&tstart=45
    Thanks,
    Roman.

  • Total Last Cell from last row, last column into another table

    What I'm trying to do is create a sum in a final table that will add together all the last cell Sums in the last column, last row from all Ten tables.
    Example of where I want to get the information from:
    I know I could use something like this *=SUM(Table 1 :: K45,Table 2 :: D9)* but in the future I want to be able to add extra rows in the Ten tables and therefore have the final table calculate the last cell without having to manualy change the cell numbers in the Sum.
    Message was edited by: Pongify

    Pongify wrote:
    Your "Bingo" solution worked a treat, now with Ten tables do I have to put the code in the last table cell Ten times changing the table number on each?
    Yes you have, the last table is perfectly unable to guess from which table it must grab datas.
    CAUTION There is an oddity which I call a bug.
    If you rename one of the table from which you grab datas, the two first occurences (in bold) in the formula will be adjusted accordingly but the 3rd one will not (the underlined one).
    =INDIRECT(ADDRESS(ROWS( *Tableau 1* :: A),COLUMNS( *Tableau 1* :: 1:1),,,"_Tableau 1_"))
    My guess is that the designers forgot that this "string" has exactly the same status as the first two occurences. Of course it's reported to Apple but at this time, we have to live with it.
    Here is a slightly modifier formula:
    =INDIRECT(ADDRESS(ROWS(Tableau 1 :: A),COLUMNS(Tableau 1 :: $1:$1),,,"Tableau "&ROW()))
    I replaced 1:1 (in the COLUMNS operand) which was modified during the fill down process by $1:$1 which remains unchanged.
    As I am lazy, I modified the last reference to the tables so it is automatically adjusted during the fill down process (my tables are named Tableau 1 thru Tableau 10).
    Yvan KOENIG (from FRANCE dimanche 6 juillet 2008 16:27:30)

  • How to find the last records of the table in adventure work db

    hi all,
    i want to find out " how to receive a last records of the table (eg:  person.emailaddress ) in sql 2008 and 2005"
    Thanks

    If you are looking for the latest record( the one which got inserted/modified last) then use this query
    select top 1 * from person.emailaddress
    Order by ModifiedDate desc
    Satheesh
    My Blog |
    How to ask questions in technical forum

Maybe you are looking for

  • Is it possible to use non gif/jpg images in Swing?

    hi, is it possible to use bmp, png or other formats in Swing (eg as part of ImageIcon) without using the imaging libraries? I can't find anything in the docs but was hoping its supported somewhere? thanks, asjf

  • What are your favorite apps/new features you like after the 2.0 upgrade?

    I discovered one feature by mistake, after finally getting my iPhone going again! I pressed the top button and home button at the same time once and saw a white flash on the screen! It turns out it works like a print screen button!! Very cool! Whatev

  • Corrupt e-mail

    I have a message in my inbox, from a known customer, that will not delete, move or accept any action. The body of the message has disappeared. When trying to delete , the box says may have already been moved or deleted. Verizon tech, out of country,

  • Help with Master-Detail implementation

    I'd like to create one table with summary info with each row linked to the details about the items in that row. How can the application figure out which master table row the user selected and make the corresponding details available for display? I tr

  • Select from remote DB, insert into another remote DB

    Does any one know how I can use sqlplus to connect to a remote db, and use the result to insert in another remote db? sort of like insert into remoteConnectionB.tableA values (select one, two, three from remoteConnectionA.tableA) Some background I th