2008 Aug 01 4:28 PM
Dear
I am writing abap programme.
i want count option in abap programme.
For how many rows display in my programme.
pls suggest.
Dear
I am writing abap programme.
i want count option in abap programme.
For how many rows display in my programme.
pls suggest.
2008 Aug 01 4:32 PM
2008 Aug 01 4:34 PM
To display count of rows in ur final table use this code:
data: l_lines type i.
l_lines = lines( itab ).
write: l_lines.
2008 Aug 01 7:51 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |