Hi,
I'm trying to copy the ddic user in the shadowinstance for the SPDD/SPAU. This action gives me a shortdump indicating that the table UCMP000 doesn't exist. I tryied to activate this table from se11, but that also gives me error.
Beginning of shortdump
Runtime Errors DBIF_RSQL_TABLE_UNKNOWN
Date and Time 2010-04-16 09:29:58
Short text
A table is unknown or does not exist.
What happened?
Error in the ABAP Application Program
The current ABAP program "CL_UC_PERSONALIZATION=========CP" had to be
terminated because it has
come across a statement that unfortunately cannot be executed.
What can you do?
Note down which actions and inputs caused the error.
To process the problem further, contact you SAP system
administrator.
Using Transaction ST22 for ABAP Dump Analysis, you can look
at and manage termination messages, and you can also
keep them for a long time.
Error analysis
A table is referred to in an SAP Open SQL statement that either does not
exist or is unknown to the ABAP Data Dictionary.
The table involved is "UCMP000 " or another table accessed in the statement.
How to correct the error
Probably the only way to eliminate the error is to correct the program.
-
Please check the entries in the system log (Transaction SM21).
Internal call code.........: "[RSQL/INSR/UCMP000 ]"
If the error occures in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following
keywords:
"DBIF_RSQL_TABLE_UNKNOWN" " "
"CL_UC_PERSONALIZATION=========CP" or "CL_UC_PERSONALIZATION=========CM001"
"IF_PERS_EXTERNAL_TABLE~SAVE_BUFFER"
From se11
TABL UCMP000 activated
Check table UCMP000 (DDIC/10-04-16/09:40)
Enhancement category for table missing
Enhancement category for include or subtype missing
Table UCMP000 was checked with warnings
Any ideas?
Edited by: Carl-Johan Cedlert on Apr 16, 2010 9:41 AM