ABAP Runtime Errors

DDIC_TYPE_RECURSION SAP ABAP Runtime Error ddic type recursion







DDIC_TYPE_RECURSION 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.


DDIC_TYPE_RECURSION ABAP Runtime Error

Please see internal error for more details about the possible cause of this runtime error and how it could be avoided.

Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.

An error was discovered during access to the description of dictionary structure <runtime parameter>. Type <runtime parameter> was used in its own definition. this type of recursion is not permitted. During the definition of type "<runtime parameter>" this type itself was used. The Dictionary type <runtime parameter> could not be read. There is probably a recursive type definition or a loop in the type definition. Check the runtime object of type <runtime parameter> in the Dictionary (transaction SE11).

A renewed activation of type <runtime parameter> may solve the problem. If the error persists, the definition of <runtime parameter> is wrong.

Please see internal error for more details about the possible cause of this runtime error and how it could be avoided.

Please see internal error for more details about the possible cause of this runtime error and how it could be avoided.