cancel
Showing results for 
Search instead for 
Did you mean: 

How to give only one function module execution Auth for a User ?

pr_srinivas
Contributor
0 Kudos

Dear Experts

I have reviewed S_DEVELOP auth object. It is not ful filling my requirement

Any Ideas !!

Rgds

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I guess you can do that with the combination of the 4 fields

ACTVT

DEVCLASS

OBJNAME

OBJTYPE

As far as I know Every function module has an unique OBJNAME.

Initially give activity 3 and leave all the blanks empty and later with the su53 ouput you will get to know the missing authorization for your function module provide the appropriate access.

Guess this helps

Rakesh

pr_srinivas
Contributor
0 Kudos

Rakesh...Firstly thanks for reply.

As i said i reviewed these and found it is not meeting my requirement.

As we aware We can control auth to Function modules thru object type

Filed OBJTYPE----


FUGR --> 1st control

and with Function Group Name

Field OBJNAME----


<Function Group Name> --> 2nd control

In my scenario - I have given the authroizations as below

++++++++++++++++++++++++++++++++++++++++++++++++++++

ACTVT Activity Display, Execute

DEVCLAS Package *

OBJNAME Object name ZECC_FG

OBJTYPE Object type FUGR

P_GROUP Authorization group ABAP/4 pro *

++++++++++++++++++++++++++++++++++++++++++++++++++++

The above authroization is giving all Function modules authrozation under ZECC_FG Function Group.

My Requirement

I shoudl be able to give only one Function Module of a Function group where multiple function modules exist under the same Function Group.

How can i acheiveit. Any Custom Control can be place to acheive this.

I am sure S_DEVELOP will not solve my requirement (I Beleive)

Regards

mario_marschall
Participant
0 Kudos

Hi,

I'm pretty sure that you can specify the exact name of the desired function module instead of the function group in OBJNAME. Did you try that?

Regards

Mario

pr_srinivas
Contributor
0 Kudos

Mario.

I tried - It is not working !!

Thanks

former_member185954
Active Contributor
0 Kudos

Hello,

Give the authorizations as below:

In my scenario - I have given the authroizations as below

++++++++++++++++++++++++++++++++++++++++++++++++++++

ACTVT Activity Display, Execute

DEVCLAS Package *

OBJNAME Object name <name of the SPECIFIC function module>

OBJTYPE Object type FUGR

P_GROUP Authorization group ABAP/4 pro ZECC_FG

++++++++++++++++++++++++++++++++++++++++++++++++++++

Hope that helps.

Regards,

Siddhesh

Answers (0)