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: 

Authorization S_RFC for function group PWP2

Former Member
0 Kudos
705

Hi all,

I am currently working on 'Adapting Roles from ABAP based systems to Enterprise Portal'.

In the documentation,one of the prerequisites were mentioned as

<b>'Authorizations in the backend system: In the backend system, you need the authorization S_RFC for function group PWP2.'</b>

Can anyone explain what does this line mean?

(I am new to ABAP world!)

Thanks in advance

SwarnaDeepika

1 ACCEPTED SOLUTION

Former Member
0 Kudos
156

Hi

See this link it just explains your requirement..

http://help.sap.com/saphelp_nw04/helpdata/en/9d/8c174082fe1961e10000000a155106/content.htm

Regards

Praneeth

Message was edited by: Praneeth kumar

8 REPLIES 8

Former Member
0 Kudos
156

Hi swarna,

1. It means that

the user should have

authorisation for the object S_RFC

2. Moreover, apart from this authorisation,

inside this S_RFC itself,

he should have rights for the function group

PWP2

3. So that he can execute the FM

inside this group,

thru RFC concept.

regards,

amit m.

Former Member
0 Kudos
157

Hi

See this link it just explains your requirement..

http://help.sap.com/saphelp_nw04/helpdata/en/9d/8c174082fe1961e10000000a155106/content.htm

Regards

Praneeth

Message was edited by: Praneeth kumar

0 Kudos
156

Hi,

Thanks,for all the valuable replies.

In tcode se37 i tried viewing the Function group PWP2,yes i can do it.

but is there any method by which i can check whether i have the authorisation S_RFC for this func. group?

i chked the authorization data for my user profile-(su53)

S_RFC is not present under the <i>authorization object</i> node.

when i tried adding it,i'm unable to save it!

Regards

SwarnaDeepika.

0 Kudos
156

Hi swarna,

1. S_RFC is not present under the authorization object node.

PFCG is the tcode.

2. Please ask basis team,

they will use the PFCG tcode,

and assign this authorisation object,

to a role (which is already there in your user profile)

regards,

amit m.

0 Kudos
156

Hi Amit,

If i have the authorization S_RFC assigned to my role will i able to call any function modules inside the group PWP2? or should i ask some more permissions to the BASIS people?Please help!

Regards

SwarnaDeepika

0 Kudos
156

Hi again,

1. Yes, u will be able to do it.

2. just make sure of one more thing,

a) inside the role

b) inside the object S_RFC

c) there will be one more field for

Function Group

(in that field, basis will give the

name of the function group)

3. Moreover, if u want to check and verify,

use

AUTHORITY-CHECK statement (see F1 help on it)

to make sure about it.

regards,

amit m.

guillaume-hrc
Active Contributor
0 Kudos
156

Hi,

Authorization concept is based on role and profile.

<b>Transaction PFCG</b> allows you to create role. In this role, you have authorization object (such as S_RFC) accepting different.

S_RFC has 3 fields:

- <b>activity</b> (specify *)

- <b>RFC name</b> (specify PWP2)

- <b>RFC type</b> (specify FUGR for Function Group)

You can find profiles to rely upon with <b>transaction SUIM</b>.

Best regards,

Guillaume

Message was edited by: Guillaume Garcia

Former Member
0 Kudos
156

Hi,

su21,su22,su23 transactions

Regards

Amole