Hi Experts:
I happened DDIC_ACTIVATION error when used spam to implement support package SAPKB70007 ... SAPKW70012, The correction instruction no is 846826, the content as follows:
TADIR Entries
Object Description TADIR Entry
Program ID Object Type Object Name Program ID Object Type Object Name
LIMU REPS RADTBCHK R3TR PROG RADTBCHK
$$----
$$
$ Correction Inst. 0120061532 0000846826 $
$----
$
$ Valid for : $
$ Software Component SAP_BASIS SAP Basis component $
$ Release 700 To SAPKB70011 $
$$----
$$
&----
*& Object REPS RADTBCHK
*& Object Header PROG RADTBCHK
&----
*& FORM CHK_TABLENAME
&----
...
clear rclist. clear rc.
Check name-space for tablename
if tablenamec-existsname ' '.
*>>>> START OF DELETION <<<<<
call function 'DD_CHECK_NAME_SPACE'
exporting
*>>>> END OF DELETION <<<<<<<
*>>>> START OF INSERTION <<<<
"<KH> 20070108 active_only set to 'X' so that only
"active objects prevent activation (necessary for type
"change with still existing version of old type in N/L )
call function 'DD_CHECK_NAME_SPACE'
exporting
active_only = 'X'
*>>>> END OF INSERTION <<<<<<
...
&----
How do I implement it? Thanks a lot.