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

TCD vs SAPGUI record

aleb11
Participant
0 Likes
664

Hi all,

i need to test a sales process (VA01, VL01N, VF01), but i don´t know which ecatt is better for this.

can someone tell me the differences betwenn TCD and SAPGUI transaction?

Thanks

Ale.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
515

Hi,

If you want to load Active X Controls and Long text(eg - 1000 char), you need to use SAP GUI method.The drawback here is, The load time is ver slow.

TCD method is fast when compared to SAP GUI method.

If you donot know how to use eCATT, pls check website saptechnical- > tutorials->eCATT

P.S: if you have data more than 9999 records, you need to split the records and load it.

Thanks,

Felix

2 REPLIES 2
Read only

Former Member
0 Likes
516

Hi,

If you want to load Active X Controls and Long text(eg - 1000 char), you need to use SAP GUI method.The drawback here is, The load time is ver slow.

TCD method is fast when compared to SAP GUI method.

If you donot know how to use eCATT, pls check website saptechnical- > tutorials->eCATT

P.S: if you have data more than 9999 records, you need to split the records and load it.

Thanks,

Felix

Read only

Former Member
0 Likes
515

Hello,

Since the transaction mentioned by you are control intensive transaction or the enjoy transaction with lot of controls, ALV grids, tree structure and so on .

TCD driver cannot recognize if the transactions has more controls in such cases SAPGUI is the best option.

So i would recommend you to use SAPGUI for recording.

Thanks & Best regards,

Ajay