cancel
Showing results for 
Search instead for 
Did you mean: 

Error in DDIC_Activation phase for SAP_APPL Patch

Former Member
0 Kudos

Dear Friends,

I am importing several ABAP patches for my IDES 6.0 SR2 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.

I have received a stop error in the DDIC_ACTIVATION phase.

It says "View VSCAUFV_CN could not be activated". Please help me resolving the problem since I am not able to process further.

Appreciate your help and reward points too.

The log file of which last few lines are pasted below :

2 ED0348XServer Usage ************************************************************

2 ED0313 Server..............|Workp|Tasks|Error|.Timesum|Objcount|ms/Obj|..KCosts|ms/KCs

2 ED0313 -


2 ED0313 ides60_IDS_00.......|....2|....2|.....|.......0|......13|.....0|.......7|.....0

2 EDO678 Parallel execution: "0" sec., Phase out time: "0" sec., Load: "1,0000000000000000E+02" percent

1 ED0301X*************************************************************************

1 ED0306 "Object Activation"

1 ED0322 End phase "001" ***********************************************************

1 ED0320XStart phase "002" **********************************************************

1 ED0306 "Final log"

1 ED0301 *************************************************************************

1 EDO578XFollowing objects not activated/deleted or activated/deleted w. warning:

2WEDO517X"Table" "VSAFKO_CN" was activated (error in the dependencies)

2WEDO517 "Table" "VSAUFK_CN" was activated (error in the dependencies)

1EEDO519 "View" "VSCAUFV_CN" could not be activated

2WEDO549 "Srch Help" "MGV_COVS" was activated (warning for the dependent tables)

2WEDO549 "View" "V_AUKVB" was activated (warning for the dependent tables)

2WEDO549 "View" "V_AUKVC" was activated (warning for the dependent tables)

2WEDO549 "View" "V_AUKVE" was activated (warning for the dependent tables)

2WEDO549 "View" "V_AUKVF" was activated (warning for the dependent tables)

2WEDO549 "View" "V_AUKVG" was activated (warning for the dependent tables)

2WEDO549 "View" "V_VGNVA" was activated (warning for the dependent tables)

2WEDO549 "View" "V_VGNWA" was activated (warning for the dependent tables)

1 ED0301X*************************************************************************

1 ED0306 "Final log"

1 ED0322 End phase "002" ***********************************************************

1 ED0320XStart phase "003" **********************************************************

1 ED0306 "Statistics on Activated and Deleted Objects"

1 ED0301 *************************************************************************

1 EDO601XNumber of objects to be activated............: "52"

1 EDO605 Objects not activated........................: "1"

1 EDO606 Activated objects with errors in dependencies: "2"

1 EDO604 Objects activated with warning...............: "8"

1 EDO603 Successfully activated objects...............: "41"

1 EDO602 Number of objects to be deleted..............: "0"

1 EDO608 Objects not successfully deleted.............: "0"

1 EDO607 Successfully deleted objects.................: "0"

1 EDO609 Tables/views with DROP/CREATE................: "0"

1 EDO610 No. of them marked for DROP/CREATE: "0"

1 EDO611 Not marked for DROP/CREATE: "0"

1 EDO620 Number of nametabs to be deleted.............: "0"

1 EDO622 Successfully deleted nametabs................: "0"

1 EDO621 Nametabs that were not successfully deleted..: "0"

1 ED0301X*************************************************************************

1 ED0306 "Statistics on Activated and Deleted Objects"

1 ED0322 End phase "003" ***********************************************************

1 ED0302X=========================================================================

1 ED0314 Mass Activation

1 ED0302 =========================================================================

1 ED0327 Process..................: "ides60_13"

1 ED0319 Return code..............: "8"

1 ED0313 Phase 001..................: 00:00:07 (Object Activation)

1 ED0314 Phase 002..................: < 1 sec. (Final log)

1 ED0314 Phase 003..................: < 1 sec. (Statistics on Activated and ...)

1 ED0309 Program runtime..........: "00:00:07"

1 ED0305 Date, time...............: "20.01.2008", "19:19:00"

1 ED0318 Program end==============================================================

1 ETP155 ACTIVATION OF DD-OBJECTS

1 ETP110 end date and time : "20080120191900"

1 ETP111 exit code : "8"

1 ETP199 ######################################

Accepted Solutions (1)

Accepted Solutions (1)

former_member185954
Active Contributor
0 Kudos

Hi Satyajit,

I simply ran a check on sap notes:

Note 124690 - Termination when generating view CAUFV or VSCAUFV_CN

The above note should help.

Regards,

Siddhesh

Former Member
0 Kudos

Hi Siddhesh,

Thanks for your reply.

I went through the note, the instruction set does not match for the solution.

I just want to activate the table VSCAUFV_CN.

When I try to activate it manually from SE11, logs are recorded with message -

View VSCAUFV_CN could not be activated

(E- View must be deleted from the database and created again)

How can we do the changes in the DB?

I have SQL 2005 SP2 installed.

Regs.

SAT

Former Member
0 Kudos

This is the information which I am getting in the system--

The view to be activated must still be adjusted in the database to the new definition in the

ABAP/4 Dictionary.

Procedure

Generally the view is adjusted in the database system by the activating program itself (or

in the release upgrade by a subsequent step of the upgrade process). If this is not

successful, the view is not activated so that there are no inconsistencies between the

ABAP/4 Dictionary and the database system.

Answers (1)

Answers (1)

Former Member
0 Kudos

Abaper helped me to activate the view.