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

alternative to getgui command

Former Member
0 Likes
415

Hi all,

Is there any other way or method to capture the screen value apart from GETGUI command?

If so, what is the command and how to capture?

Thanks in advance,

Vijay

1 ACCEPTED SOLUTION
Read only

qianchen
Product and Topic Expert
Product and Topic Expert
0 Likes
387

You can try with TCD command and in the mode field of your TCD command interface use 'G' (for Get) instead of 'S' (for Set) - of course parameterization has to be done for the same field. But I really doubt it can solve your problem as I would suppose you are automating a transaction with some controls.

Edited by: Qian Chen on Oct 24, 2008 5:05 PM

2 REPLIES 2
Read only

qianchen
Product and Topic Expert
Product and Topic Expert
0 Likes
388

You can try with TCD command and in the mode field of your TCD command interface use 'G' (for Get) instead of 'S' (for Set) - of course parameterization has to be done for the same field. But I really doubt it can solve your problem as I would suppose you are automating a transaction with some controls.

Edited by: Qian Chen on Oct 24, 2008 5:05 PM

Read only

Former Member
0 Likes
387

Hello,

For this you will have to record the entire transaction in TCD mode from SAPGUI mode and retrieve the value in TCD by changing the mode to 'G' and parametrize the field to have the value retrieved in the variable.

Thanks and Best regards,

Ajay