2010 Jul 29 12:28 PM
I have to count the number of lines in sub groups. I have searched in threads also. In that one, extra field is to beinserted in nternal table and display in output. but it will create problem during operations of ALV
Is there any way, using standard ALV fields ?
I have to count the number of lines in sub groups. I have searched in threads also. In that one, extra field is to beinserted in nternal table and display in output. but it will create problem during operations of ALV
Is there any way, using standard ALV fields ?
2010 Jul 29 12:55 PM
Hi Batra,
Why are you looking for ALV functionality, Instead of it count the rows using your own logic in the internal table and pass it to the ALV that should make your work easier.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |