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

ATC Check Result using a Function Module.

former_member203215
Participant
0 Likes
3,610

Hi Experts,

I need to get the ATC check results using a Function Module. Becos we need the get the object list from TR and we need to pass the object name to the ATC function module and get the list of ATC exceptions.

Thank you

1 ACCEPTED SOLUTION
Read only

GK817
Active Contributor
0 Likes
2,589

Hi Ravi,

You can use the class CL_SATC_API_FACTORY. How to use this class to get TR objects and check - see this link

Gaurav

2 REPLIES 2
Read only

GK817
Active Contributor
0 Likes
2,590

Hi Ravi,

You can use the class CL_SATC_API_FACTORY. How to use this class to get TR objects and check - see this link

Gaurav

Read only

2,589

ravichand.s

Hi Ravi,

to add to Gaurav's reply:

There's also a neat demo-program of how to use CL_SATC_API_FACTORY which I mention in this blog post from a while ago: How to trigger multiple ATC-checks in one go

Cheers

Bärbel