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

Finding parameter transactions that run a specific program

Former Member
0 Likes
610

I'm attempting to identify all transactions that run a specific program. While I can view table TSTC and filter on program this doesn't pick up parameter transactions where the program is referenced as a parameter value. Is there another table I can reference which contains parameter transaction values? If there another way to go about this I'm certainly open to alternatives.

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
567

Use table TSTCP. In the field PARAM specify your required program with astricks (*).

Regards,

Naimesh Patel

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
568

Use table TSTCP. In the field PARAM specify your required program with astricks (*).

Regards,

Naimesh Patel

Read only

0 Likes
567

That's it. Thanks!