Skip to Content
0
Former Member
Jun 30, 2009 at 10:02 AM

problem on transaction kp26

149 Views

Hi experts,

I've just upgrade my system from 4.7 to ECC6.

When I run transaction KP26 i've got runtime error with message

The current ABAP program "SAPLKPP0" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "COCC2011 " in include "RKCCAI02 in

line 1248:

"The data object "ITDAT1" has no component called "TXTUPL", but there is a component called "TXTUP"."

When i open program RKCCAI02 on ECC6 and i compare it with RKCCAI02 in 4.7 i've found that in ECC6 there are adding line like these

*Note 699504: Upload Text

WHEN uattr_txtupl.

itdat1-txtup = 'X'.

IF NOT itdat1-txtupl IS INITIAL.

itdat1-txflg = 'X'.

ENDIF.

and

itdat1-txtupl

Then i tried to open note 699504 i've got message that the note is not present or is an internal note...

Is(are) there any solution for my problem?

Kind regards,

-kris-