cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP patch import error - SAPKH60007, SAPK-60007INFICA, SAPK-60007INFICAX

Former Member
0 Kudos

Hi,

I am importing several ABAP patches for my ERP 6.0 system, they are:

- SAP_APPL (SAPKH60007-SAPKH60009)

- FI-CA (SAPK-60007INFICA-SAPK-60009INFICA)

- FI-CAX (SAPK-60007INFICAX-SAPK-60009INFICAX)

The patches are in the same queue.

But the import is stopped with info.:

<b> - Error in phase: DDIC_ACTIVATION

- Reason for error: TP_STEP_FAILURE

- Return code: 0008

- Error message: OCS Package SAPK-60007INFICA, tp step A, return code 008</b>

I find no detailed info. about the error in SAPK-60007INFICA log, the same for SAPK-60007INFICAX log. But in the log of SAPKH60007, I find out the following info.:

<b> Table WVKOMP could not be activated

(E- WVKOMP-ZZAUFMENG (combination reference table/field WVKOMP-ZZME does not exist) )

Table Type W_TT_KOMP could not be activated

(E- Row type WVKOMP is not active or does not exist )

Table KONBBYH was activated (error in the dependencies)</b>

I try to manually activate table WVKOMP, but error occur with the same info.:

<b> TABL WVKOMP was not activated

WVKOMP-ZZANZ (combination reference table/field WVKOMP-ZZME does not exist)

WVKOMP-ZZAUFMENG (combination reference table/field WVKOMP-ZZME does not exist)

Field name KNUMV can be provided in this system. Please do not use.

Field name .INCLUDE can be provided in this system. Please do not use.

</b>

I also try to re-import but nothing new. Now I cannot reset or delete the queue to try other ways, I must going import the patches.

Please help.

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

former_member185954
Active Contributor
0 Kudos

Hi Toan,

Have a look at SAP Note 1005422 - Cannot exchange global data from WVK1

Regards,

Siddhesh

Answers (3)

Answers (3)

Former Member
0 Kudos

Dears expert,

i'm facing the same problem but i could not change the datatype CHAR into UNIT. Anyone have an idea?

Thank you.

Best regards,

Pascal.

Former Member
0 Kudos

Also answered in [messageID=4864259|;

angus_macaulay
Explorer
0 Kudos

just found this thread !

appears to have worked for me too.

happy new year !

A/

Former Member
0 Kudos

Hi,

I used to take a look at this SAP Note also.

Now I find out that the root cause is field ZZME of structure YCACS_S_TELCO. This field is the reference field for WVKOMP-ZZANZ & -ZZAUFMENG.

I changed data type of the field from CHAR -> UNIT. Finally, table WVKOMP was then activated successfully.

It's really bored to deal with this kind of error.

former_member185954
Active Contributor
0 Kudos

True i can understand , when you get such errors you feel like tearing your hair out

Anyways if your problem is solved, you should mark the question as answered.

Regards,

Siddhesh

Former Member
0 Kudos

Hi,

I had the same problem. Changed the domain's data type from CHAR --> UNIT and the structure WVKOMP was activated. And the patching was OK afterwards.

Thanks guys.

Mohan.