cancel
Showing results for 
Search instead for 
Did you mean: 

ECC 6 to EHP 6 with DDIC ACTIVATION ERRORS and RETURN CODE

Former Member
0 Kudos

Hi Friends,

During Upgradation from ECC6 to EHP 6, its throwing some error, pls help me to rectify this problem.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

DDIC ACTIVATION ERRORS and RETURN CODE in D:\usr\sap\PRD\SUM\abap\log\SAPA-20009INIWBEP.PRD

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

<NO ERROR LINES FOUND, BUT HIGHEST EXIT CODE WAS: "8">

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

DDIC ACTIVATION ERRORS and RETURN CODE in SAPA702EPU.PRD

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  3 EDT014XActivate dependent table "CVERI_CLNT"

  2WEDT192 Enhancement category for table missing

  2WEDT193 Enhancement category for include or subtype missing

  1EEAD696 Generic key field is missing from logical cluster "MANDT""CVERI_CLNT"

  3 EDT015 Dependent table "CVERI_CLNT" was not activated

1EEDO519 "Table" "CVERI_CLNT" could not be activated

  3 EDT014XActivate dependent table "M_PREMA"

  2WEAD275 Foreign key "M_PREMA"-"BUKRS" (dependency factor "REF" is incorrect here)

  2WEAD275 Foreign key "M_PREMA"-"OBRA" (dependency factor "REF" is incorrect here)

  1EEDT354 Search field "M_PREMA"-"FILIA" not contained in search help attachment

  3 EDT015 Dependent table "M_PREMA" was not activated

  3 EDO525XActivate dependent view "M_PREMA"

  1 EDH202 Check dependent search help "PREMA"

  1 EDH103 Search help "PREMA" is consistent

  3 EMC763 Key field "T7BRAP"-"GRPBR" missing

  2WEMC732 All fields are evaluated as key field

  3 EMC728 View must be deleted from the database and created again

  3 EDO526 View was activated with warnings"M_PREMA"

1EEDO519 "Table" "M_PREMA" could not be activated

  3 EDT014XActivate dependent table "V_7BR_PREMA"

  2WEAD275 Foreign key "V_7BR_PREMA"-"BUKRS" (dependency factor "REF" is incorrect here)

  2WEAD275 Foreign key "V_7BR_PREMA"-"OBRA" (dependency factor "REF" is incorrect here)

  1EEDT354 Search field "V_7BR_PREMA"-"FILIA" not contained in search help attachment

  3 EDT015 Dependent table "V_7BR_PREMA" was not activated

  3 EDO525XActivate dependent view "V_7BR_PREMA"

  1 EDH202 Check dependent search help "HRPADBRA"

  1 EDH103 Search help "HRPADBRA" is consistent

  3 EMC763 Key field "T7BRAP"-"GRPBR" missing

  2WEMC732 All fields are evaluated as key field

  3 EMC728 View must be deleted from the database and created again

  3 EDO526 View was activated with warnings"V_7BR_PREMA"

1EEDO519 "Table" "V_7BR_PREMA" could not be activated

  3 EDT014XActivate dependent table "V_T7BRAP"

  1EEDT354 Search field "V_T7BRAP"-"FILIA" not contained in search help attachment

  3 EDT015 Dependent table "V_T7BRAP" was not activated

  3 EDO525XActivate dependent view "V_T7BRAP"

1EEDO519 "Table" "V_T7BRAP" could not be activated

1 ETP111 exit code          : "8"

-Thanks in Advance

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182657
Active Contributor
0 Kudos

Hi Siva,

Are you getting option to continue the upgrade by choosing the option 'Accept non-severe errors and repeat the phase.If yes then you can choose that and continue the upgrade and similar has already been mentioned under SAP Note as earlier recommended to you by Reagan Benjamin.

Regards,

Gaurav

0 Kudos

Hi All,

Please change the name of the first fiekld to mandt. Acvtuallly system expect the same name for fields as definhed in table cluster.

I have done the same and it is working.

Br,

Rajeev.

Former Member
0 Kudos

how sovle this.thanks

Former Member
0 Kudos

Hi,


Please try manually activate tables in SE11 and show check the error. System is giving error related to MANDT field in cluster table  then add same name for field MANDT in cluster table.


Please do not select option 'Accept non-severe errors and repeat the phase untill you are pretty sure about the table usage.



Regards

Satya

Former Member
0 Kudos

thank satya, it is correct.

Former Member
0 Kudos

but the issue not  be solved now.

Former Member
0 Kudos

Hi,

Please paste the error you are getting after activation of table? Please send the activation errors.

Regards

Satya

Former Member
0 Kudos

the error is this:

Former Member
0 Kudos

Hi,

Could you please check the note 902817 - Inconsistencies: Cluster tables (log. vs. phys. field name)

Solution

Before upgrades and particularly before Unicode migrations, you must ensure that the physical cluster tables CLU4 and VER_CLUSTR are consistent and that they do not contain any entries.

  • The table clusters CLU4 and VER_CLUSTR are consistent when both the runtime object and the database object are consistent. Display the table clusters in transaction SE11. Then:
  • Choose 'Utilities -> Runtime Object -> Check' to check the runtime object.
  • Choose 'Utilities -> Database Object -> Check' to check the database object.

           If inconsistencies exist, check whether the physical table contains entries. If entries exist, delete these (see below) and then activate the table cluster.

  • If the table clusters CLU4 or VER_CLUSTR contain data, delete the table entries (for example,
  • using database means).
  • With transaction SE14: Enter the table name CLU4 or VER_CLUSTR and choose 'Edit'. On the next screen, choose 'Delete database table' and then choose 'Create database table'.

In an upgrade shadow system, the above steps cannot be applied. The cleanup should always be carried out before the upgrade or the system migration.

if this steps not solved please Search for notes containing the <object name>   and keyword   upgrade    or  activatio

Regards

Satya Velivela

Former Member
0 Kudos

156045 - Dependent activation of table CVERI_CLNT during upgrade returns error AD696


Solution

In general, you can ignore activation errors for ABAP Dictionary objects in the package SVER.

If the upgrade tool (SUM, SPAM, etc.) does not allow activation errors to be ignored, you have the following options:

1)You manually import the attached report into the correct (see below) system and you execute the report.

2)You delete the table CVERI_CLNT in the correct (see below) system.

3)You adjust the table cluster VER_CLUSTR manually in the correct (see below) system and change the name of the first field from MANDT to CLIENT.

  All of the actions described above must be executed in the system in which the activation takes place. In the case of an upgrade with a shadow system, this is therefore the shadow system; otherwise, it is the original system. In addition, the system might have to be unlocked

Former Member
0 Kudos

Hi york liu,


Issue is solved, so kindly close the thread.


Regards

Satya

Former Member
0 Kudos

hi satya,

sorry,the issue is still there now . i delete the table CVERI_CLNT, the error message is same.

york

Former Member
0 Kudos

the correct solution is run that abap program in notes 2156045.

Reagan
Advisor
Advisor
0 Kudos

Good Day

The SAP note 1909524 - Error in ACT_TRANS phase (Tables M_PREMA, V_7BR_PREMA and V_T7BRAP ) is addressing this issue. Have you checked it ?

Regards

RB

Former Member
0 Kudos

Dear Sir,

During Up-gradation, it throws error Log. In that it is asking to activate one Cluster Table (CVERI_CLNT), when am trying to activate this Cluster Table it is showing this error

Inline image 1

, Please help me to short out this Bug.

Reagan
Advisor
Advisor
0 Kudos

I am not able to see the screen shot attached by you. Regarding the cluster table CVERI_CLNT inconsistency check the SAP note 902817 - Inconsistencies in cluster tables (log vs phys field name) is applicable to you.

Cheers

RB

Former Member
0 Kudos

Dear

I have tried to apply that Notes 902817 - Inconsistencies in cluster tables (log vs phys field name) also, it's Showing cannot be Implemented, and i tried the manual Method, what they have mentioned their, like (delete Data), Even Though its not Working. Still throwing Error!!

Reagan
Advisor
Advisor
0 Kudos

The SAP note 902817 cannot be implemented as it does not contain any corrections. It only provides a recommendation to be carried out manually under the "Solution" part. Are you now getting the error mentioned in the SAP note 1909524 ?

Former Member
0 Kudos

Am facing This Error, Reagan,

3 EDT014XActivate dependent table "CVERI_CLNT"

  2WEDT192 Enhancement category for table missing

  2WEDT193 Enhancement category for include or subtype missing

  1EEAD696 Generic key field is missing from logical cluster "MANDT""CVERI_CLNT"

  3 EDT015 Dependent table "CVERI_CLNT" was not activated

1EEDO519 "Table" "CVERI_CLNT" could not be activated

for this, i tried the solution, what SAP have recommended in Notes 902817 Manually !!!

Even though, its not working.

Reagan
Advisor
Advisor
0 Kudos

Try to activate the table CVERI_CLNT manually from Tx SE11 and see if that helps and if not you may raise an OSS message.