Application Development and Automation 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: 
Read only

About KES1 error

Former Member
0 Likes
679

Hi Friends,

I am getting one error in ABAP application program related to Controlling module error coming is as follows

The current ABAP program "SAPLSVIM" had to be terminated because it has come across a statement that unfortunately cannot be executed. The following syntax error occurred in program "SAPL0KEA " in include "L0KEAT00"in line "The Dictionary structure or table "*T2580" is either not active or does not exist." or This problem can also a be a result of the transport problem so what will be the correct solution for this.

Hi Friends,

I am getting one error in ABAP application program related to Controlling module error coming is as follows

The current ABAP program "SAPLSVIM" had to be terminated because it has come across a statement that unfortunately cannot be executed. The following syntax error occurred in program "SAPL0KEA " in include "L0KEAT00"in line "The Dictionary structure or table "*T2580" is either not active or does not exist." or This problem can also a be a result of the transport problem so what will be the correct solution for this.

1 REPLY 1
Read only

Former Member
0 Likes
501

Hi Rahul,

SAP has a OSS note for your exact problem. Number 64490.

The solution proposed in it is:

Please execute report RKEAGENV. It reorganizes the TVDIR entries and the maintenance modules

Please go here to view the note for more details: [Service Marketplace|http://service.sap.com/notes]

Excerpt from the note:

-


Symptom

When you display or change characteristics of freely defined characteristics (transactions KES1/KES2), the following error message is output

Syntax error in L0KEAT00

Control program SAPL0KEA

Additional key words

View, enhanced table maintenance

Cause and prerequisites

For the freely defined characteristics of an operating concern, characteristic and text tables T25xx are generated and an entry is created in table TVDIR. Due to incorrect transports, entries can exist in TVDIR for non-existing T25xx tables. The modules for the table maintenance are then generated incorrectly.

This problem can also a be a result of the transport problem described in note 44501.

Solution

Please execute report RKEAGENV. It reorganizes the TVDIR entries and the maintenance modules.

-


Cheers,

Aditya