Symptoms
When trying to view the contents of DSO's active table: /BIC/A00XYZ0000 in the system for example , The below dump occurs :
Steps to reproduce the issue
- Go to T-Code SE11
- Fill DB table as "/BIC/A000XYZ000"
- Display-->Select Contents --> Session terminates with the above ABAP dump.
Cause
The tables were not inactive at the dictionary level , This kind of inconsistencies could have caused due to some change in the DSO objects or transport
of the DSO from one system to another.
Resolution
To resolve such issues reactivate the DSO say "XYZ" using the report RSDG_ODSO_ACTIVATE and this will regenerate all the tables. So this will avoid such dumps in future.