Wednesday, May 20, 2015

TIP: Adding an authorization to a user using a function module

Note: Only recommended for Dev environments to test your authorizations and how they work for your programs...
Call function PRGN_INTERFACE_USER with the following parameters:
  •  Profile: Authorization profile you need to add
  • User: User to add the profile to
  • Action: I = Insert, D = Delete
  • Perform checks = <blank>

No comments:

Post a Comment