Hi All,
Thanks for your reply and suggestion. Those suggestion really help me to reach to my solution.
I have resolved this by implicit enhancement at the time of saving the authorization object in SU21.
As I have found the PGMID = R3TR, OBJECT = SUSO and OBJ_NAME = ZTEST (Authorization object name).
| Implicit Enhancement | Purpose of Enhancement | Comments |
1 | LTMW_PROJECT_LOCKF01 | When transport request will save then in this Include we can trigger our code | Useful for our requirement |
We can do it programmatically in other ways also but in my case we required to implement it into Implicit enhancement point only.
Other options are also we can consider as below.
| BADI Name | Purpose of BADI | Comments |
1 | CTS_CURRENT_PROJECT | On the basis of Authorization object check (SUSO) we can proceed to our requirement | Useful for our requirement |