2014 Apr 01 1:01 PM
how to count dynamic internal table row using system variable ???
2014 Apr 01 1:10 PM
Use
DATA lv_count type i.
DESCRIBE TABLE <itabname>.
lv_count = sy-tfill.
WRITE lv_count.
Use
DATA lv_count type i.
DESCRIBE TABLE <itabname>.
lv_count = sy-tfill.
WRITE lv_count.
2014 Apr 01 1:10 PM
Use
DATA lv_count type i.
DESCRIBE TABLE <itabname>.
lv_count = sy-tfill.
WRITE lv_count.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |