cancel
Showing results for 
Search instead for 
Did you mean: 

eCATT SAPGUI Failed for Passing Values To Subsequent Screen

Former Member
0 Kudos

Hello All,

-The SAPGUI recoding mode for passing the vales to subsequent screen is not working as expected.

-The option 'GETGUI' to read Value from SAPGUI doesn't appear anywhere in Pattern button.

-The error is 'Check of InitialScreen Element Failed'.

The system information is as follows -

=>ScriptEngine

1. GUI - WinGUI

2. Major Version - 6206

3. Revision - 6

4. Patch Level - 46

5. Minor Version - 175

(The details of this query are posted with title 'eCATT TCD recording problem' on Oct 11, 2005.)

Kindly help.

Thanks & Regards.

Accepted Solutions (1)

Accepted Solutions (1)

markus_dinkel
Explorer
0 Kudos

Hello,

please navigate to the leaf in the SAPGUI-InitialState where you want to assign your parameter to. You will find a tree structure like this:

State

Text (e.g.)

Name 'Text'

Value

Check 'X'

CheckValue 'Hugo'

If you doubleclick on the node "State", you will see the name of the property and the "Value" node on the right hand side of the tree. Supply the name of the parameter you want to assign the value to in the "Value" field.

The structure should then look like this:

State

Text (e.g.)

Name 'Text'

Value PARAMETER_NAME

Check 'X'

CheckValue 'Hugo'

You can not use the parameter in the same SAPGUI command, only in subsequent SAPGUI commands.

Best regards,

Markus

Answers (2)

Answers (2)

markus_dinkel
Explorer
0 Kudos

Hello,

to be sure that no InitialState-Checks are executed, please go the InitialState subtree and make sure that the Check-Flag on the highest possible level is empty.

Best regards,

Markus

Former Member
0 Kudos

Hello,

The highest level of 'Check' in 'InitialState' is blank. So the check is not performed for the variable which needs to be read and passed to the subsequent screen.

I tried by making 'Check' as 'X' also. But nothing worked out.

How to read the value and pass to the subsequent screen?

Thanks & Regards.

markus_dinkel
Explorer
0 Kudos

Hello,

the GETGUI command in eCATT is only available in Web Application Server as of 6.40. I guess your eCATT system is 6.20?!

If you only want to read values with the InitialState part of the SAPGUI command, I would recommend to use the option "Record with inactive Checks".

Do you want to use the value read from the InitialState in the same SAPGUI command or in a later one?

Best Regards

Former Member
0 Kudos

Hello,

The Web Application Server 6.20 is being used.

The SAPGUI Recording is used with 'Record with inactive Checks'. But still the error is appearing in the log as 'Check of InitialScreen Element Failed'.

I am using values in two ways - the value read from the InitialState in the same SAPGUI Command as well as in the subsequent SAPGUI commands (Subsequent Screens). But

not working for any of the them.

How to sort out this issue? Kindly help.

Thanks & Regards.