Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IMPORT_DECOMPRESS_FAILED

Former Member
0 Likes
1,627

Hi When I try to run PPOCW its giving Dump. So based on

Debugging I have change LTDX table entry for my id means I have copy

from other system. Now Problem is that I am unable to run PPO** transction. I also modified

table again but its not solving plz check sort dump text.

Runtime Errors IMPORT_DECOMPRESS_FAILED

Exception CX_SY_COMPRESSION_ERROR

Date and Time 18.03.2011 14:42:04

Error when decompressing during IMPORT.

What happened?

Error in the ABAP Application Program

The current ABAP program "CL_HROM_FAVORITE_MANAGER======CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

METHOD recover.

DATA: ltdxkey TYPE ltdxkey.

CALL METHOD me->combine_favorites_key

IMPORTING ltdxkey = ltdxkey.

CATCH SYSTEM-EXCEPTIONS import_mismatch_errors = 4

others = 8.

IMPORT my_oo_favorites = me->favorites

FROM DATABASE ltdx(rh) ID ltdxkey.

ENDCATCH.

IF sy-subrc 0.

EXIT.

ENDIF.

>>>>>SORT me->favorites BY favorite_text AS TEXT seqnr.

ENDMETHOD.

7 REPLIES 7
Read only

Former Member
0 Likes
1,107

I also tried to revert LTDX entries but its not solved. one reson may be Cluster id worng. So Please letg me know How this table fill?

Read only

0 Likes
1,107

You can directly check in table with the key ltdx(rh) ID ltdxkey and corss-check .

Read only

0 Likes
1,107

I already check LTDX table entries at Runtime. its present in table but not execute import statement and giving Dump

Read only

0 Likes
1,107

I got some point that CLUSTR CLUSTD and field are not correct. So how can I know these field value any idea??

Read only

0 Likes
1,107

Thinking the monikeys are getting duplicated in your system. what version you are on?

take a look at OSS 1064524

Cheers

Amit

Read only

0 Likes
1,107

I have ECC 6.0. and dump is giving only for my id. becuse i modified my username entries

Read only

Former Member
0 Likes
1,107

Thanks