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

Runtime Errors CONTROL_NOT_FOUND

Former Member
0 Likes
1,397

Hi All,

I am getting error in CJ20n transaction when I move to one custom added TAB

Short text

CONTROL variable not found

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLXCN1" had to be terminated becau

come across a statement that unfortunately cannot be executed.

Error analysis

The CONTROL "TAB_900" was searched for but not found.

These is either an inconsistency between the screen and the program or

an incorrect ABAP statement (for example, REFRESH CONTROL .. FROM SCREEN

with incorrect control name).

Program............. "SAPLXCN1"

Screen.............. "SAPLCNPB_M 1000"

Information on where terminated

Termination occurred in the ABAP program "SAPLXCN1" - in "SYSTEM-EXIT".

The main program was "SAPLCNPB_M ".

In the source code you have the termination point in line 0

of the (Include) program " ".

Can anybody help me on this.

Regards

Sagar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,157

Hi Sagar ,

There might be some problem related with the GUI .

U can check for some OSS note for the same .

Please got thru the link Link: [;

Hope this will help u .....!

Regards

Swapnil

2 REPLIES 2
Read only

Former Member
0 Likes
1,158

Hi Sagar ,

There might be some problem related with the GUI .

U can check for some OSS note for the same .

Please got thru the link Link: [;

Hope this will help u .....!

Regards

Swapnil

Read only

Former Member
0 Likes
1,157

User exit is not transported propely.