Application Development 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: 

Revoke Teco authorization

Former Member
0 Kudos

Hi Experts,

We need to withdraw authorization to do revoke teco from all end users. Please see the below image. I want to stop users to do revoke technical

completion. what is the authorization object for it? Please help me.

Asad

1 REPLY 1

m_coenjaerts
Explorer
0 Kudos

Hello Khandokar

I suspect your question provides too little information. "Revoke Technical Completion" is a action, in a certain transaction. It may be difficult for "us" as security experts to determine the involved SAP transaction based on a screenshot (unless you accidentally have functional experise in that area). So that makes it difficult to answer the question. In general i would to the following to determine the involved authorization object.

  1. Determine the SAP transaction used
  2. Check in SU24 which objects are involved in the transaction. Read the documentation of these authorization objects to see if some objects/fields are related to technical completion
  3. If this does not provide a answer, you can always start a authorization trace and execute the transaction in a non production system to see if the 'revoke teco' action triggers a authorization check.

If there is really no check triggered, then you may be able to build one in, if possible via a user-exit. But this requires some custom development.

Hope this helps in your search.