‎2017 Nov 28 12:23 PM
Hi.
One can assign authorization groups to executable programs, transaction codes etc., but is it possible to assign a authorization group to a single function module?
The purpose is to block some, but not all, FM's in a function group from being executed
BR
Ole Kristian
‎2017 Nov 28 12:54 PM
Hey,
From the ABAP stand point I would use this as the first lines of code in the desired function.
As for the authorization group assigned to the function itself, I would post a question in the relevant form.
‎2017 Nov 28 1:44 PM
Yes, I think I've concluded that the only way to block a FM by authorization is to program the Authorization Check within the FM itself
‎2017 Nov 28 5:30 PM
‎2017 Nov 28 11:10 PM
You could use the authorization object S_RFC, if Your function modules are remote-enabled.