cancel
Showing results for 
Search instead for 
Did you mean: 

How to manually implement the correction instructions 846826?

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi!

You don´t need to apply this change manually. You can do it directly in transaction SNOTE with the Note Assistant. You will need to download the Note from this transaction and then apply it.

Remember you will also need to apply some manual changes, apart from the source code correction.Follow the steps mentioned on the Note:

*******

Call Transaction SE51. Enter the following parameters on the initial screen:

Program: SAPVF040

Screen number: 1002

Subobject: Layout Editor

Press the "Change" button.

Double-click the field BSEG-SGTXT. On the screen "Screen Painter: Attributes", change the defined length field attribute to 50. Save and activate the change.

***********

Regards

Antonio

Answers (0)