‎2006 Jun 09 10:14 AM
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
‎2006 Jun 09 10:17 AM
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
‎2006 Jun 09 10:17 AM
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.
‎2006 Jun 09 10:17 AM
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
‎2006 Jun 09 10:48 AM
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.
‎2006 Jun 09 11:14 AM
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.
‎2006 Jun 09 1:44 PM
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
‎2006 Jun 09 1:48 PM
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.
‎2006 Jun 09 10:24 AM
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
‎2006 Jun 09 10:51 AM