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
753

Hi,

1. how to write select query in SECATT in TCD,

2. How to handle table controles in SECATT in TCD.

Revert me asap

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
698

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.

Regarding handling of Select statment in TCD ... actually from the reusability point of view we shouldnt have both TCD (any recording for tht matter) and the table operation in the same script. You can create seperate script for the Table operation and the seperate script for the TCD operation and call both in a 3rd script for the required operation to be performed.

Regarding handling of table in TCD , you should call the TCD command multiple times based on the number of entries you want to pass. Let me know if u need further info.

Thanks & Best regards,

Ajay

Hi,

1. how to write select query in SECATT in TCD,

2. How to handle table controles in SECATT in TCD.

Revert me asap

3 REPLIES 3
Read only

Former Member
0 Likes
699

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.

Regarding handling of Select statment in TCD ... actually from the reusability point of view we shouldnt have both TCD (any recording for tht matter) and the table operation in the same script. You can create seperate script for the Table operation and the seperate script for the TCD operation and call both in a 3rd script for the required operation to be performed.

Regarding handling of table in TCD , you should call the TCD command multiple times based on the number of entries you want to pass. Let me know if u need further info.

Thanks & Best regards,

Ajay

Read only

Former Member
0 Likes
698

Hi,

You can use queires in two ways, either in between ABAP and ENDABAP. commands. Or u can use GETTAB command of ecatt and just enter the table name and field details to eb fetched. Let me know in case you have probelms using these.

Regards,

Justin

Read only

former_member131788
Active Participant
0 Likes
698

Marked assumed answered since thread exists from long time.