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 Error : CONTROL_NOT_FOUND in VA01 / VA02

Former Member
0 Likes
1,271

Pls go thru the below runtime error and reply ur comments how to resolve it and how it happened.

Note: The client user donno when it happened actually and said nothing he did.

Report outputRuntime Errors CONTROL_NOT_FOUND

CONTROL variable not found

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLIPW1" had to be terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

Error analysis

CONTROL " " was searched but was not found.

This is due to a data inconsistency of a screen and the program or the

ABAP statement is incorrect (for example, REFRESH CONTROL ... FROM

SCREEN with an incorrect Control name).

User and Transaction

Client.............. 100

User................ "ZKL45167"

Language key........ "E"

Transaction......... "VA01 "

Program............. "SAPLIPW1"

Screen.............. "SAPLIPW1 0200"

Screen line......... 0

Information on where terminated

The termination occurred in the ABAP program "SAPLIPW1" in "SYSTEM-EXIT".

The main program was "SAPMV45A ".

The termination occurred in line 0 of the source code of the (Include)

program " "

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
768

Hi,

It is probably your SET CURSOR that is causing the issue. Comment it and see if the dump doesn't occur.

check SAP Note 516970 that gives the solution & below blog may help you

Check the Below

Prabhudas

Hi,

It is probably your SET CURSOR that is causing the issue. Comment it and see if the dump doesn't occur.

check SAP Note 516970 that gives the solution & below blog may help you

Check the Below

Prabhudas

1 REPLY 1
Read only

Former Member
0 Likes
769

Hi,

It is probably your SET CURSOR that is causing the issue. Comment it and see if the dump doesn't occur.

check SAP Note 516970 that gives the solution & below blog may help you

Check the Below

Prabhudas