Let's say you created a new custom Tcode. Usually, to enforce a authorization check, you need ABAP code change. But you can enforce this check directly in SE93, while creating the custom Tcode. No ABAP code change needed.
However, you can only perform this check on 1 Authorization Object. If you require Authorization check for multiple Authorization Objects, then you need to make ABAP code change.
It's a good thing that most of the time, the custom Tcodes are don't need more than Auth Object. So, this is a handy trick to know.
Here's how:
However, you can only perform this check on 1 Authorization Object. If you require Authorization check for multiple Authorization Objects, then you need to make ABAP code change.
It's a good thing that most of the time, the custom Tcodes are don't need more than Auth Object. So, this is a handy trick to know.
Here's how:
- Go to Transaction Code SE93, and enter the Tcode and select Change
- Here you can enter the relevant Authorization Object and also enter the values for which you want the Tcode to be restricted
No comments:
Post a Comment