I have an internal table
I need to move selected records into another internal table
the criteria is to check bsid-xblnr and if two or more records have same xblnr then sum bsid-wrbtr
Eg
Record no bsid-xblnr bsid-wrbtr
1 111 10
2 111 20
3 111 5
I need to make this one record and move to another internal table
record no bsid-xblnr bsid-wrbtr
1 111 35
How can I do this