Hi,
I have an internal table containing two fields.
One for the delivery number and another for the item number.
In the table, each delivery number can have multiple item numbers.
So if Delivery 10001 has 9 items, it will have 9 records.
How do I get this data through code?
How do I count the number of records that each delivery has in the table?