Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to ceate RFC acess control?

Former Member
0 Kudos

Hi all:

in my r/3 System ,i have RFC :ztest; and i create two users:rfccaller1, rfccaller2; i want to Restrict the RFC acess that only rfccaller1, rfccaller1 can call/run the RFC:ztest, other users can not call/run the rfc ,can you help me?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

Please see the Authorization Object S_RFC. It has three fields

RFC_TYPE: Type of the RFC object you want to protect. This field can take the value 'FUGR' (for function group).

RFC_NAME: Name of the RFC object you want to protect. This field currently contains the name of the function group.

ACTVT: Activity. This field may take the value 16 (execute).

Thanks,

Venu

2 REPLIES 2

Former Member
0 Kudos

Hello,

Please see the Authorization Object S_RFC. It has three fields

RFC_TYPE: Type of the RFC object you want to protect. This field can take the value 'FUGR' (for function group).

RFC_NAME: Name of the RFC object you want to protect. This field currently contains the name of the function group.

ACTVT: Activity. This field may take the value 16 (execute).

Thanks,

Venu

Former Member
0 Kudos

Hi,

Have you had a look at sm59 auth objs, you need to open it up and see. It has objs using with which you can restrict RFCs being executed by unwanted users.

DO some research and find out yourself

Regards,

Brahmeshwar.