2006 Sep 08 3:49 AM
2006 Sep 08 3:50 AM
Hi Nelson.
data : v_lines type i.
describe table itab lines v_lines.
write : v_lines.
Dear All
how I get the total records of internal table.
2006 Sep 08 3:50 AM
Hi Nelson.
data : v_lines type i.
describe table itab lines v_lines.
write : v_lines.
2006 Sep 08 3:52 AM
use the describe statement,
describe table itab lines <int>
int contains the number of rows of internal table
2006 Sep 08 4:04 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |