ABAP Runtime Errors

INCL_DYN_COMP SAP ABAP Runtime Error incl dyn comp







INCL_DYN_COMP 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: & - Text Include (no Short Dump, only Text Module)

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.


INCL_DYN_COMP ABAP Runtime Error

An error has occurred during processing of a statement that allows a component to be specified dynamically in the form "(CompTab)". The names of the components to be used should be taken from table "CompTab" at runtime.

The following statements or methods allow this kind of dynamic component specification.

- CREATE DATA ItabRef ... WITH KEY (CompTab) ...

- CL_ABAP_STRUCT_TYPE=>create( COMPONENTS = CompTab )