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
687

HI all,

How to write select query in SECATT test script?

HI all,

How to write select query in SECATT test script?

4 REPLIES 4
Read only

Former Member
0 Likes
661

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
661

Hi,

in qn ABAP endabap block

Thanks,

Sunil Reddy.

Read only

0 Likes
661

can u clearly mention the problem

Read only

Former Member
0 Likes
661

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