ABAP Runtime Errors

DYNPRO_UNKNOWN_VERSION SAP ABAP Runtime Error dynpro unknown version







DYNPRO_UNKNOWN_VERSION is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: Y - Error at Screen Runtime

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


DYNPRO_UNKNOWN_VERSION ABAP Runtime Error

Call report RSDYNPROVERSION and enter 34 in the version field. Then try to display the screen with transaction SE51. If this does not work, try with another version. Valid values are between 32 and 37.

Report the error to SAP if it is an SAP screen and the action described above does not work. Text from the kernel <runtime parameter>. Screen has an unknown source version. Please see dynpro error for more details about the possible cause of this runtime error and how it could be avoided.

An attempt was made to load screen <runtime parameter> <runtime parameter> with the unknown source version <runtime parameter>.

In the kernel only the following versions are known:
Rel. 30: Version 32
Rel. 31 und 40: Version 33
Rel. 4*: Version 34, 35
Rel. 6*: Version 36
Rel. 7*: Version 37

The version is defined in field MICO in table D020S. Please see dynpro error for more details about the possible cause of this runtime error and how it could be avoided.