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

AIS in ECC 6.0

Former Member
0 Likes
1,833

Hi,

We want to implement AIS in our ECC 6.0 system.

Kindly enlighten me how to go or infact start about it.

Regards,

Shailaja

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,586

Configuration is done using T-code SM19.

You can set two types of filters: Static(It needs a system restart) or Dynamic

Various parameters need to be set using RZ11. Their list can be found in SM19->Environment-> Profile Parameters.

This is the basic requirement. Depending on your business requirement, you can select the various audit classes which need to be audited in SM19. Through SM20 you can check the logs.

14 REPLIES 14
Read only

Former Member
0 Likes
1,587

Configuration is done using T-code SM19.

You can set two types of filters: Static(It needs a system restart) or Dynamic

Various parameters need to be set using RZ11. Their list can be found in SM19->Environment-> Profile Parameters.

This is the basic requirement. Depending on your business requirement, you can select the various audit classes which need to be audited in SM19. Through SM20 you can check the logs.

Read only

0 Likes
1,586

AIS is usually used as an acronym for "Audit Information System".

This is different from the "Security Audit Log" (SM19).

Searching for transaction SECR will help you further on the "AIS".

Cheers,

Julius

Read only

0 Likes
1,586

Hi Julius,

Thanks for correcting me!

I will look for tcode SECR. Thankyou!

Read only

0 Likes
1,586

Also see SAP Note 451960 (mentioned when you start transaction SECR).

Cheers,

Julius

Read only

0 Likes
1,586

Hi,

Thanks for the reply.can some one tell me what is system audit and business audit.

what is the diff.Should we go for both to be implemented.

and also the AIS program concept (secr) has been changed from the former menu technique to a role based maintenance now.Can some one elaborate on this.

Regards,

Shailaja

Read only

0 Likes
1,586

Read the SAP note I mentioned and go through the menu's of the roles mentioned.

It should be clear for you to start with.

Cheers,

Julius

Read only

0 Likes
1,586

Hi,

As per the said note, I have assigned the role (sap_auditor---->Z_auditor) to one test user id.

Now for that Id, in the AIS menu only business audit node is appearing

but not system audit node.

what may be the reason...

Regards,

Shailaja

Read only

0 Likes
1,586

The roles for AIS have been split into menu roles and authorization roles for easy maintenance.

Menu roles are SAP_AUDITOR* -- These have only the menus no authorizations

Authorization roles are SAP_CA_AUDITOR* -- These have only the authorizations no menu

You create a copy of these roles for your own customer specific namespace.

For system audit there are three different roles one for general system audit (SAP_AUDITOR_SA_BC), one for users and authorization audit (SAP_AUDITOR_SA_BC_CCM_USR)and one for tables and repository objects audit(SAP_AUDITOR_SA_BC_CUS_TOL).

The composite role SAP_AUDITOR contains all the business audit roles (only)in AIS.

To find individual business roles use the serach SAP_AUDITOR_BA*

Authrioization roles for BA can be found using SAP_CA_AUDITOR*

Read only

0 Likes
1,586

Have you checked the contents of the Z_auditor role? does it contain the system audit roles which are listed in the note provided by Julius?

Read only

0 Likes
1,586

checked the contents of the Z_auditor role It does not contain the system audit roles.

Added the system audit roles and the nodes are appearing.

One small info :SAP_AUDITOR_SA_CCM_USR and SAP_AUDITOR_SA_BC_CCM_USR are both same

And SAP_AUDITOR_SA_CUS_TOL and SAP_AUDITOR_SA_CUS_TOL are same.

Thank you all.

Regards,

Shailaja

Read only

0 Likes
1,586

Hi,

Kindly let me know how to implement SAP AIS? What are the questions to be asked to the client? Any questionair for requirement gathering, any step-by-step confirguration steps available etc.

Could you please guide in in this regard?

Cheers,

Read only

0 Likes
1,586

Some questions for the AIS:

- Do you hijack other people's threads?

- Do you expect others to do all your work for you without putting something back in again?

- What is your favourite RTFM?

- What is the terminal velocity of a heavily laden swallow?

- etc..

Read only

0 Likes
1,586

Shailaja,

in ECC 6.0 there are AIS specific roles, you need to just assign to the AUDITOR via su01 or create a Z_AUDITOR composite role, and assign "AIS" specific single roles.

Regards

Shailendra

Read only

Former Member
0 Likes
1,586

Hi Shailaja,

Just to add up you can check SAP_AUDITOR* standard SAP roles , which will be very useful while implementing AIS.

Regards,

Sneha