‎2011 Mar 19 12:00 PM
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.
‎2011 Mar 19 12:03 PM
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?
‎2011 Mar 19 1:02 PM
You can directly check in table with the key ltdx(rh) ID ltdxkey and corss-check .
‎2011 Mar 21 8:32 AM
I already check LTDX table entries at Runtime. its present in table but not execute import statement and giving Dump
‎2011 Mar 21 10:25 AM
I got some point that CLUSTR CLUSTD and field are not correct. So how can I know these field value any idea??
‎2011 Mar 21 10:42 AM
Thinking the monikeys are getting duplicated in your system. what version you are on?
take a look at OSS 1064524
Cheers
Amit
‎2011 Mar 21 10:56 AM
I have ECC 6.0. and dump is giving only for my id. becuse i modified my username entries
‎2011 May 12 10:15 AM