2010 Jun 01 1:07 PM
Hi,
i'm currently upgrading from R/3 4.6C to ERP 6.0 EHP4 SP06 and the upgrade stopped in PARCONV_UPG due to non-existent field in user index VBAP~Z02. The filed in question has been removed as part of the upgrade but is still part of the customer index. For that reason PARCONV_UPG failed trying to create the index.
Now, SE11 -> display results in SYNTAX_ERROR maybe due to running upgrade.
SE11 -> change tells me that table is locked due to existing protocol.
How can i drop the index in question from ABAP Dictionary without SE11 ?
Regards,
Hi,
i'm currently upgrading from R/3 4.6C to ERP 6.0 EHP4 SP06 and the upgrade stopped in PARCONV_UPG due to non-existent field in user index VBAP~Z02. The filed in question has been removed as part of the upgrade but is still part of the customer index. For that reason PARCONV_UPG failed trying to create the index.
Now, SE11 -> display results in SYNTAX_ERROR maybe due to running upgrade.
SE11 -> change tells me that table is locked due to existing protocol.
How can i drop the index in question from ABAP Dictionary without SE11 ?
Regards,
2010 Jun 01 1:49 PM
Hi,
I am not sure if this won't end the same as operations you have tried in se11, but you can give it a try -> SE14 (ABAP Dictionary - Database Utility).
You can maintain e.g. indexes in there.
Regards,
MC
2010 Jun 01 2:22 PM
Marcin,
already tried but he told me that the table is locked due to active conversion. Trying to unlock the table in order to delete the index will remove all entries of the table which is not good.
As this is a sandbox system i tried modifying tables DD17S, DD12T and DD12L using SQL-Interface removing the index in question. It seems to work and PARCONV_UPG completed without further errors.
Regards,