SAP Knowledge Base Article - Preview

2385739 - Short dump IMPORT_DECOMPRESS_FAILED when starting ABAPHELP

Symptom

You are getting an runtime error IMPORT_DECOMPRESS_FAILED when starting ABAPHELP:

Category                 ABAP programming error
Runtime Errors         IMPORT_DECOMPRESS_FAILED
Except.                    CX_SY_COMPRESSION_ERROR
ABAP Program          CL_ABAP_DOCU_TREE=============CP

                                          
The termination occurs in method CL_ABAP_DOCU_TREE=>GET_NODE_TEXTS statement IMPORT...FROM DATABASE abapdocu_buff(nt):

----------------------------------------------------------------------------------------------------
|Source Code Extract                                                      
----------------------------------------------------------------------------------------------------
|   17|    TRY.                                                                                   
|>>>>>|        IMPORT node_texts = node_texts                                                     
|   19|        FROM   DATABASE abapdocu_buff(nt)                                                  
|   20|        ID     abapdocu_buff_id                                                            
|   21|        TO     abapdocu_buff_wa.                                                           
|   22|        subrc = sy-subrc.                                                                  
|   23|      CATCH cx_sy_import_mismatch_error.                                                   
|   24|        subrc = 8.                                                                         
|   25|    ENDTRY.                                                                                
----------------------------------------------------------------------------------------------------  

If you try analyze the corresponding abapdocu_buff table entry by report RSINDX00, same dump will happen, which means, the table entry is damaged.


Read more...

Environment

ABAP System.

Product

SAP NetWeaver all versions

Keywords

IMPORT_DECOMPRESS_FAILED, CL_ABAP_DOCU_TREE=============CP, CL_ABAP_DOCU_TREE=============CM005, CL_ABAP_DOCU_TREE=>GET_NODE_TEXTS, abapdocu_buff, SAPMSEU0
, KBA , BC-ABA-LA , Syntax, Compiler, Runtime , Problem

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.