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

ECATT How to get an output value (Getgui command ?)

Former Member
0 Likes
675

Dear all,

I am registering an transaction with eCATT and, in a particular screen, I would like to copy the content of a field into another field.

How can I do that ?

I think I have to use the GETGUI command... but I don't have any command patern for that. So, is there another solution ?

Already thank's

Nicolas

<i>PS : If I go to the online eCATT tutorial of SAP I have a chapiter "Improve the SAPGUI Recording". They explain the use of "SAPGUI (Attach) command [which is not present in the patern] and the use of GETGUI command to get a field value in a screen... but it doesn't work for me because these commands are not recognised ?!?</i>

Dear all,

I am registering an transaction with eCATT and, in a particular screen, I would like to copy the content of a field into another field.

How can I do that ?

I think I have to use the GETGUI command... but I don't have any command patern for that. So, is there another solution ?

Already thank's

Nicolas

<i>PS : If I go to the online eCATT tutorial of SAP I have a chapiter "Improve the SAPGUI Recording". They explain the use of "SAPGUI (Attach) command [which is not present in the patern] and the use of GETGUI command to get a field value in a screen... but it doesn't work for me because these commands are not recognised ?!?</i>

2 REPLIES 2
Read only

christian_wohlfahrt
Active Contributor
0 Likes
517

Hi Nicolas!

I found the command pattern in the group UI, but the usage seems to be more complicated. Have a look at the <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/53/f3383fe58d5900e10000000a114084/frameset.htm">help to GETGUI</a>.

Regards,

Christian

Read only

0 Likes
517

I think the problem is linked to the fact that the version of my system SAP didn't support commands GETGUI.

I don't have acces to the pattern of the group UI :o(

Is there another way to get the value of a displayed field with the SAPGUI mode of eCATT ?

(I cannot use TCD because I'm working on an enjoy transaction...)