Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9159

Re: What is the query for reading the value of the table who's having last sy-tabix.

$
0
0

If I get you correctly, you want to have the last record of a table.

 

what you can do is this:

- Select the table into an internal table

- Use the command DESCRIBE TABLE tab_name

- Then the number of records will be in variable sy-tfill, so just use the command:

READ TABLE INTO <something> INDEX sy-tfill.


Viewing all articles
Browse latest Browse all 9159

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>