Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

QCM* table showing up in SPUMG but not in SE14 (invalid table list)

Former Member
0 Kudos

HI

We are performing a UC conversion from Single Code (1100) ECC 6.0 Non unicode system to a unicode system.

While executing the SPUMG - Consistency Check, we get one error pertaining to the table QCM8ZPP_MANPOWER.

The message type is 1

We checked in SE14 > Extras > Invalid Temp objects but it says there is no objects.

We checked in se14 for this table it says its not active in database, we checked using sql prompt in database level and could not find this table for deletion.

We also checked as per the UC conversion guide

SE11 > Database Object > Check its says that object does not exist in databse

SE11 > Runtime Object > Check its says "Active DDIC source for QCM8ZPP_MANPOWER missing or incorrect"

When we checked the entries for the below namtab tables,

1. DDFTX

SQL> select * from DDFTX

2 where tabname='QCM8ZPP_MANPOWER';

no rows selected

2. DDNTF

SQL> select tabname from DDNTF

2 where tabname='QCM8ZPP_MANPOWER';

TABNAME

-


QCM8ZPP_MANPOWER

3. DDNTT

SQL> select * from DDNTT

2 where tabname='QCM8ZPP_MANPOWER';

TABNAME V UUID CRTIMESTMP

-


- -


-


ABTIMESTMP DYTIMESTMP FLDCNT TABLENGTH KEYCNT KEYLENGTH

-


-


-


-


-


-


CLIENTPOS T T REFNAME HFLAG B BUFPARM

-


- - -


-


- -


ALIGN POINTERLG UNICODELG COMPCNT LEAFCNT

-


-


-


-


-


QCM8ZPP_MANPOWER B 47AE6BEE46226EC4E10000000A500A3E 20080102185051

20080102185051 20080102185051 20 158 4 32

1 T T 020000000000 0

0 0 1 0 0

Can you ignore this error message and proceed with our conversion can you please help us to overcome this error

Thanks

2 REPLIES 2

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Senthil,

please have a look at

and check, if this helps.

Please be careful and make absolutely sure that nametab entry is not needed anymore before deleting it !

Best regards,

Nils

Former Member
0 Kudos

Thank you the issue is resolved