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

authorization profile

Former Member
0 Likes
3,556

Hi all,

I am new to security. i have got some questions.

what is a profile?

with profile what system does?what is its necessity

can anybody give me the guides for security.

Regards,

R.Suganya

6 REPLIES 6
Read only

jurjen_heeck
Active Contributor
0 Likes
1,271

>

> can anybody give me the guides for security.

All security guides can be downloaded from SAP service marketplace: service.sap.com/security. Look for "security in Detail" in the menu on the left.

Read only

Former Member
0 Likes
1,271

Hi

The best sloution i can provide you is go through ADM940

you will come to know wat security is and ite related concepts.

Thanks

Read only

Former Member
Read only

Former Member
0 Likes
1,271

Profile has the authorizations once a role is generated. Roles are just on top of profiles and when you assign the role to a user PFCG will actually assign the profile (w authorizations) to the user. I am sure there might be several threads reg this topic.so use the search option to get more details.

Read only

0 Likes
1,271

Hallo.

To grant the access rights of a authorisation to a user, you must assign the user to the role (or tho a profile, but sap recommend to a role). You can assign users using either the Profile Generator or user administration. Based on the transactions and reports selected for each role, the Profile Generator automatically determines all authorization objects required for performing the functions specified, and creates the corresponding authorization profile (in pfcg, with object evaluation of SU24).

Authorizations are assigned using profiles in the form of roles, which are

entered into the user master record.

There is a difference between Authorization and authorizatzion profiles generated: Authorization profile contains authorizations for different authorization objects, authorization objects contain different authorization controlled in the Transaction.

You create profile in pfcg after having saved the Rolle with his own authorization.

pfcg --> role create - role model and save - profile generate.

su02 --> see authorisation in profile.

Alberto

Read only

Former Member
0 Likes
1,271

SAP profiles are operating system files that contain instance setup information. When an SAP instance is installed on a host using the SAP installation program R3INST , a start profile and an instance profile are automatically generated. If it is the first instance of an SAP System, the system also creates a default profile. Otherwise the existing default profile is simply updated.

If you refer to the link you can find steps to create a role assigned to a user using Tcode PFCG (Profile Code Generator)

http://e-mory.blogspot.com/2007/12/sap-pfcg-create-role.html

Hope this helps

Thanks