ABAP Runtime Errors

INCL_ABAP_INTERNAL_TYPES SAP ABAP Runtime Error incl abap internal types







INCL_ABAP_INTERNAL_TYPES 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_ABAP_INTERNAL_TYPES ABAP Runtime Error

List of internal ABAP types:

C Text (character)
N Numerical text
D Date (YYYYMMDD)
T Time (HHMMSS)
X Hexadecimal
I Integer
P Packed number
F Floating point number
a DECFLOAT16 (decimal floating point number, 16 characters)
e DECFLOAT34 (decimal floating point number, 34 characters)
h Internal table
r Object reference
l Data reference
j Boxed references
g String of type C
y String of type X
s 2 byte integer with sign
b 1 byte integer without sign
u Structure (flat structure)
v Structure (deep structure)