ABAP Runtime Errors

INCL_DECOMPRESS_FAILED SAP ABAP Runtime Error incl decompress failed







INCL_DECOMPRESS_FAILED 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_DECOMPRESS_FAILED ABAP Runtime Error

Returns codes and what they mean:
-10 CS_E_OUT_BUFFER_LEN Invalid output length
-11 CS_E_IN_BUFFER_LEN Invalid input length
-12 CS_E_NOSAVINGS
-13 CS_E_INVALID_SUMLEN Invalid total length
-14 CS_E_IN_EQU_OUT Input buffer = Output buffer
-15 CS_E_INVALID_ADDR Input or output buffer missing
-19 CS_E_FATAL Internal error
-20 CS_E_BOTH_ZERO Input length and output length is 0.
-21 CS_E_UNKNOWN_ALG Invalid algorithm recognition
-22 CS_E_UNKNOWN_TYPE
-50 CS_E_FILENOTCOMPRESSED
-51 CS_E_MAXBITS_TOO_BIG
-52 CS_E_BAD_HUF_TREE
-53 CS_E_NO_STACKMEM
-54 CS_E_INVALIDCODE
-55 CS_E_BADLENGTH Include for return codes of function CsDecompr().