ABAP Runtime Errors

GEN_NO_GENINFO_FOR_DATID SAP ABAP Runtime Error gen no geninfo for datid







GEN_NO_GENINFO_FOR_DATID 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: I - Internal Kernel Error

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.


GEN_NO_GENINFO_FOR_DATID ABAP Runtime Error

Use transaction SYNT for troubleshooting. No generation information for DATID <runtime parameter>. Please see internal error for more details about the possible cause of this runtime error and how it could be avoided.

There is no generation information for internal ID <runtime parameter>. This is most probably due to an invalid DATID or to an object type that no generation information is normally kept for.

Possible causes of the error include the following:
- An RSYN programming error
- the following internal constants were used: %_ENDIAN, %_CHARSIZE, %_MINCHAR, %_MAXCHAR, %_HORIZONTAL_TAB, %_VERTICAL_TAB, %_NEWLINE, %_CR_LF, %_FORMFEED or %_BACKSPACE. For optimization reasons, no generation information is created for these constants. These constants can only normally be used for the VALUE specification of DATA, CONSTANTS and the like. Please see internal gen error for more details about the possible cause of this runtime error and how it could be avoided.