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

Reading Grid/Table contents using ECATT

Former Member
0 Likes
1,373

Need to retrive the SAP table/grid column or all columns contents using SECATT, please provide the solution.

Thanks in ADVANCE.

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
1,165

Hello Kishore

You need to use GUI scripting (similar like QTP=Quick Test Professional for SAP of Mercury).

Regards

Uwe

Need to retrive the SAP table/grid column or all columns contents using SECATT, please provide the solution.

Thanks in ADVANCE.

10 REPLIES 10
Read only

Former Member
0 Likes
1,165

<copy&paste_removed_by_moderator>

Edited by: Julius Bussche on Jul 30, 2008 3:18 PM

Read only

0 Likes
1,165

Hi, can you share some ecatt scripts if you have?

I am planning do some enhancements like

1. reading the grid/table contents

2. applying check points

3. how write user defined functions? etc

Read only

uwe_schieferstein
Active Contributor
0 Likes
1,166

Hello Kishore

You need to use GUI scripting (similar like QTP=Quick Test Professional for SAP of Mercury).

Regards

Uwe

Read only

0 Likes
1,165

Hi Uwe, Yes, i am looking for similar script.

Read only

0 Likes
1,165

Hi, I got the solution to read the Grid contents using ECATT, now I my query is "How to read the contents from SAP Combobox?"

Please provide the solution.

Thanks in ADVANCE.

Read only

Former Member
0 Likes
1,165

HI Kishore

can you please tell me how to read the contents of the date base table.

I want to read the value of database table field and compare with current date.

Thanks

Read only

0 Likes
1,165

Hello Srinu

For reading DB table entries eCATT provides the GETTAB pattern.

Regards

Uwe

Read only

Former Member
0 Likes
1,165

Hello Srinu,

eCATT provides following pattern to apply check points

1. CHEGUI

2. CHEVAR

3. CHETAB

You can make use of GETTAB pattern for reading the grid/table contents.

Refer the following blog... I hope it will be useful for your requirement.

SAP Network Blog: Checkpoints in eCATT (Part IX)

Regards,

Gopi

Read only

Former Member
0 Likes
1,165

Hello Colleague,

You can use GETTAB command in the pattern function of SECATT and specify the table name upon entering the key fields you will be able to retrieve all the values from table specific to that the keys values.

Also if you want to retrieve multiple entries from table then you have to use SELECT statement within ABAP ... ENDABAP command in SECATT.

Hope it answers your question.

Thanks and Best regards,

Ajay