Application Development and Automation 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: 
Read only

Adding Authorization object to existing Role?

Former Member
0 Likes
2,148

Hi,

I am working on Basis Abap programming and my requirement as follows,

I want to add authorization to existing role say for example: Role => Testrole with 3 authorization object and now i have to add one or more authorization object to it i know we can do this using PFCG tcode but here is the different scenario i will be given auth object name and its attribute , attribute values , and this i have to do by using RFC. Me and my collegue figure out the table involved in this operation but when i insert the appropriate table entry and run a report which regenerate the all roles in the system but this is not working out,

now i want to know is there any function module or program by SAP which i can used for this task, i know this look easy but it is not

first i want to get confirm is this possible in R/3 is yes let me know the solution. and is there any webservices which can do the above process in netweaver.

Thanks,

John.

3 REPLIES 3
Read only

Former Member
0 Likes
671

Hi,

Check this site for info:

http://www.sappoint.com/basis.html

regards

Aveek

Please award points if the link is useful.

Read only

Former Member
0 Likes
671

Hi John,

The following is the list of reports which might be of great help to you for looking into this problem.

RSUSR070 (roles),

RSUSR020 (profiles),

RSUSR030 (authorizations),

and RSUSR040 (authorization objects)

Cheers,

Disha

Read only

0 Likes
671

Dear,

Can you solve this problem?

I created a new client in R/3 system, created a user for it.

I assigned a SAP_ALL profile to that user in SU01 tcode. And assigned few Tcodes in PFCG.

But when Im trying to edit any data from a Tcode say SALE, its giving a Message that- "No Maintenance Authorization for reqested data".

Can you tell me how to maintain Full Authorizations for a User?