2008 Feb 24 10:23 AM
hi,
which system field contains number of selected lines
2008 Feb 25 3:17 AM
2008 Feb 25 3:52 AM
hi,
use this syst variable
sy-dbcnt
OR you can also use this syntax:
When you extract the data from Database into an internal table, use the DESCRIBE TABLE syntax for fetching the number of lines returned.
Syntax :
DESCRIBE TABLE ITAB lines l_lines.
where l_lines is the no. of lines returned.
reward if helpful
Rohan
2008 Feb 25 5:04 AM
sy-dbcnt system field displays the number of records for which the desired database operation was actually carried out.
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |