In some cases you need to regenerate specific coding and tables. An SGEN is too extensive for your situation.
Regenerate programs
Use program TOUCHSRC:
Or worst case program TOUCHALL:
Regenerate tables
For table regeneration run program TOUCHTAB:
And TOUCHINC for includes in table structures:
Consistency checks
To perform a check concerning the consistency between the ABAP dictionary and the runtime object, use the ABAP program RSNTABCONSISTENCY. To perform a check concerning the consistency between the database and the runtime object, use the ABAP program RUTDBCHK. Read more in OSS note 526394 – Information about ABAP Dictionary error analysis.
Background
Background OSS notes:
- 162991 – Generation tools for ABAP programs
- 2385767 – How to run the generation tools in common use for ABAP programs
Best practice notes:
- 1567187 – [Best Practice] How to solve LOAD_TYPE_VERSION_MISMATCH
- 2296826 – [Best Practice] How to solve dump LOAD_PROGRAM_CLASS_MISMATCH
- 2385757 – [Best Practice] How to solve dump LOAD_PROGRAM_INTF_MISMATCH
- 2386365 – [Best Practice] How to solve dump TYPELOAD_NEW_VERSION
- 2559989 – [Best Practice] How to solve dump LOAD_PROGRAM_TABLE_MISMATCH
- 3056298 – Fix for client dependency determination in RUTDBCHK