cancel
Showing results for 
Search instead for 
Did you mean: 

Screen Personas error handling

Former Member
0 Kudos

Hi All,

How to handle the error popup's when suppose a wrong PO number is entered in the text field in screen persona main screen for me23n t-code (script button). The std error thrown by system is "Error: Step x of the executed script failed!, Reason: control not found".

regards,

Karthik.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

That message means that step "x" of your script is trying to interact with a control on the screen, and that control (button, text box, etc.) doesn't exist. It most likely doesn't exist because the PO number you specified wasn't found and therefore the screen is not in the state you expect.

You have to write your script to deal with these errors. Use an IF action and a "control exists" or "control doesn't exist" test to do this. Here's a similar discussion that will give you an idea for what you need to do - .

If you give us more details of your script we might be able to help more.

Steve.

sivaganesh_krishnan
Contributor
0 Kudos

Hi ,

If the error message shows on which step the error has occurred then do check the script written in me23n.

Make sure the control which is been refereed by the script is available for processing . Or else do the recording again and use in the script.

Regards,

Sivaganesh