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

t-codes with ActiveX controls

Former Member
0 Likes
486

As a complete novice to eCATT script development, something that I see mentioned in tutorials is - use TCD if the "t-code under test" does not have ActiveX controls.

How do I determine if my t-code has ActiveX controls or not?

Thanks!

1 ACCEPTED SOLUTION
Read only

AjayHS
Product and Topic Expert
Product and Topic Expert
0 Likes
432

It simply means do not use TCD Driver to record control intensive transactions or the SAP Enjoy transactions in simple terminology transactions which has lot of controls like tree structure and so on then dont use TCD driver instead use SAPGUI driver to record as those controls are not recognized by TCD driver.

Thanks,

Aj

2 REPLIES 2
Read only

AjayHS
Product and Topic Expert
Product and Topic Expert
0 Likes
433

It simply means do not use TCD Driver to record control intensive transactions or the SAP Enjoy transactions in simple terminology transactions which has lot of controls like tree structure and so on then dont use TCD driver instead use SAPGUI driver to record as those controls are not recognized by TCD driver.

Thanks,

Aj

Read only

Former Member
0 Likes
432

thanks again!