Hi,
I have an internal table with the fields sales order and item number. I also want to add another field to this internal table which can show 'Serial No'.
For ex:
The present internal table:
Order Item
35 10
35 30
37 20
The requirement:
S.No Order Item
1 35 10
2 35 30
3 37 20
Can you tell me the best logic to get this extra field? Is there any standard SAP field that can calculate these serial numbers?
Thanks and best regards,
Krishen