cancel
Showing results for 
Search instead for 
Did you mean: 

Manually implement CRT

Former Member
0 Kudos

Hi all!

What i have to do to manually implement this CRT ?


  *$*$----------------------------------------------------------------$*$*
  *$ Correction Inst.         0120061532 0001234874                     $*
  *$ Req. Corr. Instructions  0120031469 0000872606 Note 0001467470     $*
  *$--------------------------------------------------------------------$*
  *$ Valid for       :                                                  $*
  *$ Software Component   SAP_BASIS  SAP Basiskomponente                $*
  *$  Release 701          To SAPKB70107                                $*
  *$*$----------------------------------------------------------------$*$*
  *&--------------------------------------------------------------------*
  *& Object          REPS LSNR2F30
  *& Object Header   FUGR SNR2
  *&--------------------------------------------------------------------*
  *& FORM CHECK_OBJECT
  *&--------------------------------------------------------------------*
  ...
  *         GOTSTATE      =
  *         DD02V_WA      =
  *         DD09L_WA      =
  *>>>> START OF DELETION <<<<<
       TABLES
           DD03P_TAB     = i_dd03p
  *>>>> END OF DELETION <<<<<<<
  *>>>> START OF INSERTION <<<<
  *     TABLES
  *         DD03P_TAB     =
  *>>>> END OF INSERTION <<<<<<
  ...
  *&--------------------------------------------------------------------*

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

tomas_black
Employee
Employee
0 Kudos

Hello Alexander,

basically you need to edit program LSNR2F30 in SE38, performing the actions described on the note. That is, to delete the line where you read TABLES and the line below where you read DD03P_TAB = i_dd03p. Then you need to insert the line where it says TABLES and the next line where it says DD03P_TAB = .

In other words, just delete the "i_dd03p" entry

For this, you need an user with the properly rights ==> an user with de Developer Key. When you save the changes, you'll be prompted for a change request. Just create a new one stating your actions and you're done!

I hope this helps.

Best regards,

Tomas Black