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

Select query in SECATT

Former Member
0 Likes
697

HI all,

How to write select query in SECATT test script?

can u clearly mention the problem

4 REPLIES 4
Read only

Former Member
0 Likes
671

In the secatt tool, they are different types of recording types in that select abap to end abap recording type , with which you can able to write a select query in the test script.

Read only

Former Member
0 Likes
671

Hi,

in qn ABAP endabap block

Thanks,

Sunil Reddy.

Read only

0 Likes
671

can u clearly mention the problem

Read only

Former Member
0 Likes
671

Hello,

In transaction SECATT , create a script and within the script in the command editor , add ABAP .... ENDABAP from the pattern in the tool bar.

You should enclose the select statment within the ABAP ENDABAP statements.

eg:

ABAP.

Select......

ENDABAP.

Thanks & Best regards,

Ajay