SlideShare ist ein Scribd-Unternehmen logo
1 von 50
SAP SECURITY
ONLINE
TRAINIG
 Security

 SAP Security Components

 Security Solution Map

 Access control concepts

 PFCG

 Conclusion
SECURITY
 Prevent Unauthorized Access
SAP Security Components
Security Solution Map
An Overview of R/3 Security
Services
Access control in SAP is
composed of several concepts
 Program code

 Authorization fields

 ACTIVITY

 COMPANY_CODE

 Authorization objects

 Authorizations

 Profiles

 Role

 Users
Program Code
That calls an authorization check using the authority-check statement. This
will look something like
 authority-check object id field
Authorization fields: That define a scope of possible values.
Examples of authorization fields would be

 ACTIVITY: defines the type of activity the user is doing with the data.
Possible values are 'DISPLAY', 'MODIFY', 'DELETE', etc.

 COMPANY_CODE: possible values are any single value, or any range of
values, or any combination thereof such as '0438' and '0600' thru '1100'
Authorization fields
Authorization fields: That define a scope of possible
values. Examples of authorization fields would be
ACTIVITY: defines the type of activity the user is doing
with the data. Possible values are 'DISPLAY',
'MODIFY', 'DELETE', etc.
COMPANY_CODE: possible values are any single
value, or any range of values, or any combination thereof
such as '0438' and '0600' thru '1100'
Authorization objects
Authorization objects that define a group of fields.
For example, an authorization object called
'CO_MDATA', containing fields ACTIVITY and
COMPANY_CODE, might used to control access
to the company master data tables.
Authorizations
Authorizations, each of which belong to exactly one authorization
object, that define authorizationvalues (within the scopes defined by
the authorizationobjects) to be granted to users. Note that an
authorization is different from an authorizationobject!! Extending
our previous examples, we might have an authorization, belonging to
the authorizationobject 'CO_MDATA',called
'CO_MDATA_ALL', that grants all access to all company master
data. Then 'CO_MDATA_ALL'would have the following values:
FIELD VALUE
ACTIVITY *
COMPANY_CODE *
Profiles
1. Profiles, each of which may contain several authorizations or profiles. A
simple profile contains a group of authorizations. A composite profile
contains a group of profiles (simple or composite). [Profiles can be
conceptualized as forming the structure of a tree, in which end nodes (leaves)
are authorizations, and all other nodes are profiles. Simple profiles are nodes
whose children are all end nodes, and composite profiles are nodes, other than
end nodes, who have no end nodes for children.]
 Profiles are designed to define set or one or more functions or positions. For
example, a functional profile might define all the authorizations that are
required for doing a goods receipt, or for making a payment in the AP
module. A position profile, on the other hand, might define all of the
authorizations that are granted to an accountant, or to a warehouse supervisor.
Often, a position profile is a composite profile consisting of several functional
profiles.
Roles
Roles are collectionsof activities which allow a user to use one or more
business scenarios of an organization.
According to the standard SAP role concept,roles containingaccess
rights are assigned to users. These authorizationsare then checked
when the user performs certain actions, such as starting a transaction.
Assigning a Standard Role to a User
Changing Standard Roles
Creating Composite Roles
Note: The term activity group was replaced with the term role in SAP R/3 Release 4.6C.
Composite roles
 Composite roles can simplify the user administration.
 They consist of single roles. Users who are assigned a
composite role are automatically assigned the
associated single roles during the compare. Composite
roles do not themselves contain authorization data.
 Setting up composite roles are useful for example if some
of your users need authorization for several roles. You can
create a composite role and assign it to the users instead of
putting each user in each required single role.
Derive Roles
Derive Roles: There are two possible reasons for deriving a role from
an existing role:
 The role menus are identical but the authorizations for the
menu actions are different in the derived role.

 The menu and authorizations of the derived role are identical, but
the organizational levels are different in the derived role.
What is PFCG
 The Profile Generator is a SAP tool.
 Can be used to automatically create profiles and assign
them easily to users.
 Only selects and uses the necessary authorization
objects, avoiding excessive validations in the system and
thereby improving performance.
 Facilitates functional communication between security or the
authorization administrator and end users or consultants.
 Makes defining and maintaining authorization
profiles easier.
Configuring PFCG
Beforeusing the PFGC for the first time, there are 4 steps that are required to
configure and work with PFCG Tool.
1) Activate the PFCG
 Based on Instance Profile parameter “auth/no_check_in_some_cases=y
 2) Set Up the Initial Copy of Profile Generator Configuration Tables (T-Code
SU25)
 Transfer the SAP transactions and authorization objects from SAP tables
USOBT and USOBX to customer USOBT_C and USOBX_C.
 You can then maintain these tables using T-Code SU24.
 Table USOBT includes the relation between the transactions and the
authorization objects.
3) Maintain the Scope of Authorizations Object Checks in Transactions (T-Code
SU24)
 This is not a mandatory step, but can be used by customers to maintain their own
authorizationobjects to custom transactions.
4) Generate the Company Menu
 Generate the SAP Standard menu and then the company menu.
Create Roles
1. Choose the pushbutton Create role or the transaction PFCG in the
initial transaction SAP Easy Access. You go to the role maintenance.
2. Specify a name for the role. The roles delivered by SAP have the prefix
'SAP_'. Do not use the SAP namespace for your user roles.
3. SAP does not distinguish between the names of simple and composite
roles. You should adopt your own naming convention to distinguish
between simple and composite roles.
4. Choose Create.
5. Enter a meaningful role description text. You can describe the activities in
the role in detail. To assign Knowledge Warehouse documentation to the
role, choose Utilities ® Info object ® Assign. The user of the role can
then display the documentation.
MENU TAB
2. Assign transactions, programs and/or web addresses to the
role in the MENU tab. The user menu which you create
here is called automatically when the user to whom this
role is assigned logs on to the SAP System. You can
create the authorizations for the transactions in the role
menu structure in the AUTHORIZATIONS tab.
MENU
SAP Menu
You can copy complete
menu branches from
the SAP menu by
clicking on the cross in
front of it in the user
menu. Expand the
menu branch if you
want to put lower-level
nodes or individual
transactions/programs
in the user menu.
ABAB REPORT
 Choose a report and a variant.
You can skip the selection
screen.
 You can generate a transaction
code automaticallyand copy
the report description by setting
checkboxes.

 Save and Move to
Authorizations Tab.
Generating Authorizations
 To create authorizationsfor a
role, choose AUTHORIZATIONS
in the role maintenance.
 The AUTHORIZATIONS tab
displays creation and change
information as well as
information on the authorization
profile (includingthe profile
name, profile text and status).
 Click on the change
authorization
Choose Change
Authorization Data
1. Choose the menu Click on the expand menu go to the respective
authorization object and check the activity field assign the activity
to be performed.
2. Save.
Assign Profile Name
 Save the Profile and Click on Generate
 You will be prompted with Default System generated Profile Name
 You can keep this or you can change the Name of the Profile
 Once Generated You can assign the profile to Users.
ASSIGN PROFILES TO
USERS
 Assign Profile to USERS
 Comparing the new
profile with existing
profiles by using USER
COMPARISION
 Old profile is
overwritten by
new profile.
 Save
MiniApps
 MiniApps for the role

 MiniApps are simple intuitive
Web applications. The
assignment of MiniApps to a
role determines which
MiniApps the user sees in his
or her mySAP Workplace.

 Save and Exit
CONCLUSION
It sounds complicated
, but once you start working with
authorizations, it's
pretty easy.
About Approva
 Founded in 2001, Approva Corporation
provides enterprise controls management
software that enables Finance, IT, and

Audit to automate and strengthen business
controls. Approva’s software product,
BizRights, enables companies to perform:
Approva Provides
Approva provides enterprise controls management
software that enables Business, Finance, IT and Audit to
automate and strengthen business controls.
On-Demand
Testing
Closed-Loop
Remediation
Continuous
Exception-
Based
Monitoring
What Is BizRights?
BizRights is a web-based, cross-application, cross-platformenterprise controls application. This
means that BizRights can monitor security and transactionaldata from any ERP system or
platform, as well as multiple systems and platforms. Examples of what BizRights can tell you:
If the same user performed the same transactions in two different SAP clients
If user profiles for SAP and Oracle create a security risk or SegregationofDuties (SoD)violation
If a user performed sensitive transactions that should be monitored
If a user changedMasterData records
If a SAP client is configured to reduce risk
If transactions were performed of an unusually high monetary value, such as purchase orders
that exceeda million dollars
What your business is doing, according to your business rules
BizRights can monitor millions of records and thousands of transactions any time you want,
as often as you want.
BizRights is designedfor functional business professionals as wellas technical
specialists, including:
FinancialAuditors, Internal Controls staff, Compliance staff, Business Process
Owners, IT Security Auditors, External Auditors
More than just finding and fixing SoD violations, BizRights can monitorbusiness process
transactions, including Procure-to-Pay, Financial Close, Order-to-Cash, and Payroll.
Segregation of Duties
 Segregation of duties is a basic, key internal control and one
of the most difficult to achieve. It is used to ensure that
errors or irregularities are prevented or detected on a timely
basis by employees in the normal course of business.
Segregation of duties provides two benefits: 1) a deliberate
fraud is more difficult because it requires collusion of two
or more persons, and 2) it is much more likely that innocent
errors will be found. At the most basic level, it means that
no single individual should have control over two or more
phases of a transaction or operation. Management should
assign responsibilities to ensure a crosscheck of duties.
CATEGORIES
There are four general categories of duties or
responsibilities which are examined when segregation of
duties are discussed: authorization, custody, record keeping
and reconciliation. In an ideal system, different employees
would perform each of these four major functions. In other
words, no one person should have control of two or more of
these responsibilities. The more negotiable the asset, the
greater the need for proper segregation of duties - especially
when dealing with cash, negotiable checks and inventories
Authorization
Authorization: the process of reviewing and approving
transactions or operations. Some examples are:
> Verifying cash collections and daily balancing reports.
> Approving purchase requisitions or purchase orders.
> Approving time sheets, payroll certifications,
leave requests and cumulative leave records.
> Approving change orders, computer system design
or programming changes.
Custody
Having access to or control over any physical asset such as cash,
checks, equipment, supplies, or materials. Some examples are:
Access to any funds through the collectionof funds, or
processingof payments.
> Access to safes, lock boxes, file cabinets or other places
where money, checks or other assets are stored.
> Custodianof a petty cash or change fund. > Receivingany
goods or services.
> Maintaining inventories.
> Handlingor distributingpaychecks/advices, limited
purchasechecks or other checks.
Record Keeping
The process of creating and maintainingrecords of revenues,
expenditures, inventories, and personnel transactions. These may be
manual records or records maintainedin automatedcomputer
systems. Some examples are:
> Preparingcash receipt back-ups or billings, purchase
requisitions, payroll certifications, and leave records.
> Entering charges or posting payments to an accounts
receivablesystem.
> Maintaining inventoryrecords.
Reconciliation
Verifying the processing or recording of transactionsto ensure that
all transactionsare valid, properlyauthorized and properlyrecorded
on a timely basis. This includesfollowing up on any differences or
discrepancies identified. Examples are:
> Comparing billing documentsto billing summaries.
> Comparing funds collectedto accountsreceivable postings.
> Comparing collectionsto deposits.
> Performing surprise counts of funds.
> Comparing payroll certifications to payroll summaries.
> Performing physical inventory counts.
> Comparing inventory changes to amounts purchased and sold.
> Reconciling departmental records of revenue, expenditure, and
payroll transactionsto the PeopleSoft management reports.
Pleasecontact

Weitere ähnliche Inhalte

Was ist angesagt?

Sap GRC Basic Information | GRC 12 online training
Sap GRC Basic Information | GRC 12 online trainingSap GRC Basic Information | GRC 12 online training
Sap GRC Basic Information | GRC 12 online traininggrconlinetraining
 
081712 isaca-atl-auditing sap-grc
081712 isaca-atl-auditing sap-grc081712 isaca-atl-auditing sap-grc
081712 isaca-atl-auditing sap-grchkodali
 
Authorisation Concept In SAP | http://sapdocs.info
Authorisation Concept In SAP | http://sapdocs.infoAuthorisation Concept In SAP | http://sapdocs.info
Authorisation Concept In SAP | http://sapdocs.infosapdocs. info
 
Sap security interview question & answers
Sap security interview question & answersSap security interview question & answers
Sap security interview question & answersNancy Nelida
 
Fiori and S/4 authorizations: What are the biggest challenges, and where do t...
Fiori and S/4 authorizations: What are the biggest challenges, and where do t...Fiori and S/4 authorizations: What are the biggest challenges, and where do t...
Fiori and S/4 authorizations: What are the biggest challenges, and where do t...akquinet enterprise solutions GmbH
 
SAP GRC 10 Access Control
SAP GRC 10 Access ControlSAP GRC 10 Access Control
SAP GRC 10 Access ControlNasir Gondal
 
sap security interview_questions
sap security interview_questionssap security interview_questions
sap security interview_questionssumitmsn2
 
SU01 - Background and Instruction
SU01  - Background and InstructionSU01  - Background and Instruction
SU01 - Background and InstructionMart Leepin
 
Sap security-administration
Sap security-administrationSap security-administration
Sap security-administrationnanda nanda
 
Grc 10 training
Grc 10 trainingGrc 10 training
Grc 10 trainingsuresh
 
sap basis transaction codes
sap basis transaction codessap basis transaction codes
sap basis transaction codesEOH SAP Services
 
SAP GRC AC 10.1 - ARM Workflows
SAP GRC AC 10.1 - ARM WorkflowsSAP GRC AC 10.1 - ARM Workflows
SAP GRC AC 10.1 - ARM WorkflowsRohan Andrews
 
Authorisations in SAP: best practices
Authorisations in SAP: best practicesAuthorisations in SAP: best practices
Authorisations in SAP: best practicesJonathan Eemans
 

Was ist angesagt? (20)

Sap GRC Basic Information | GRC 12 online training
Sap GRC Basic Information | GRC 12 online trainingSap GRC Basic Information | GRC 12 online training
Sap GRC Basic Information | GRC 12 online training
 
081712 isaca-atl-auditing sap-grc
081712 isaca-atl-auditing sap-grc081712 isaca-atl-auditing sap-grc
081712 isaca-atl-auditing sap-grc
 
Authorisation Concept In SAP | http://sapdocs.info
Authorisation Concept In SAP | http://sapdocs.infoAuthorisation Concept In SAP | http://sapdocs.info
Authorisation Concept In SAP | http://sapdocs.info
 
Sap security interview question & answers
Sap security interview question & answersSap security interview question & answers
Sap security interview question & answers
 
Fiori and S/4 authorizations: What are the biggest challenges, and where do t...
Fiori and S/4 authorizations: What are the biggest challenges, and where do t...Fiori and S/4 authorizations: What are the biggest challenges, and where do t...
Fiori and S/4 authorizations: What are the biggest challenges, and where do t...
 
165373293 sap-security-q
165373293 sap-security-q165373293 sap-security-q
165373293 sap-security-q
 
SAP BI 7 security concepts
SAP BI 7 security conceptsSAP BI 7 security concepts
SAP BI 7 security concepts
 
SAP GRC 10 Access Control
SAP GRC 10 Access ControlSAP GRC 10 Access Control
SAP GRC 10 Access Control
 
sap security interview_questions
sap security interview_questionssap security interview_questions
sap security interview_questions
 
SAP Security interview questions
SAP Security interview questionsSAP Security interview questions
SAP Security interview questions
 
Day5 R3 Basis Security
Day5 R3 Basis   SecurityDay5 R3 Basis   Security
Day5 R3 Basis Security
 
Sap Security
Sap SecuritySap Security
Sap Security
 
SU01 - Background and Instruction
SU01  - Background and InstructionSU01  - Background and Instruction
SU01 - Background and Instruction
 
Sap security-administration
Sap security-administrationSap security-administration
Sap security-administration
 
Grc 10 training
Grc 10 trainingGrc 10 training
Grc 10 training
 
sap basis transaction codes
sap basis transaction codessap basis transaction codes
sap basis transaction codes
 
SAP Risk Management
SAP Risk ManagementSAP Risk Management
SAP Risk Management
 
SAP GRC AC 10.1 - ARM Workflows
SAP GRC AC 10.1 - ARM WorkflowsSAP GRC AC 10.1 - ARM Workflows
SAP GRC AC 10.1 - ARM Workflows
 
Authorisations in SAP: best practices
Authorisations in SAP: best practicesAuthorisations in SAP: best practices
Authorisations in SAP: best practices
 
SAP GRC
SAP GRC SAP GRC
SAP GRC
 

Andere mochten auch

Upgrade to sap ecc 6 from short overview
Upgrade to sap ecc 6 from short overviewUpgrade to sap ecc 6 from short overview
Upgrade to sap ecc 6 from short overviewH.C. Chen
 
Sap security for audit seminar
Sap security for audit seminarSap security for audit seminar
Sap security for audit seminarAmit Gupta
 
SAP security made easy
SAP security made easySAP security made easy
SAP security made easyERPScan
 
SAP ADMINISTRATION
SAP ADMINISTRATIONSAP ADMINISTRATION
SAP ADMINISTRATIONAly Adel
 
Sap Net Weaver Ourview
Sap Net Weaver OurviewSap Net Weaver Ourview
Sap Net Weaver Ourviewguest2e979d
 
Sap Change And Transport Management
Sap Change And Transport ManagementSap Change And Transport Management
Sap Change And Transport ManagementRavi Jain
 
Implementing SAP security in 5 steps
Implementing SAP security in 5 stepsImplementing SAP security in 5 steps
Implementing SAP security in 5 stepsERPScan
 
Quick Walk Through -SAP Transportation Management.How It Is Beneficial?
Quick Walk Through -SAP Transportation Management.How It Is Beneficial?Quick Walk Through -SAP Transportation Management.How It Is Beneficial?
Quick Walk Through -SAP Transportation Management.How It Is Beneficial?Anjali Rao
 
Transportation in sap
Transportation in sapTransportation in sap
Transportation in sapshantdey
 
SAP Transport System; Step-by-step guide from concept to practical
SAP Transport System; Step-by-step guide from concept to practicalSAP Transport System; Step-by-step guide from concept to practical
SAP Transport System; Step-by-step guide from concept to practicalNasir Gondal
 

Andere mochten auch (16)

Practical guide for sap security
Practical guide for sap security Practical guide for sap security
Practical guide for sap security
 
Upgrade to sap ecc 6 from short overview
Upgrade to sap ecc 6 from short overviewUpgrade to sap ecc 6 from short overview
Upgrade to sap ecc 6 from short overview
 
Sap security for audit seminar
Sap security for audit seminarSap security for audit seminar
Sap security for audit seminar
 
SAP security made easy
SAP security made easySAP security made easy
SAP security made easy
 
64716tms
64716tms64716tms
64716tms
 
SAP ADMINISTRATION
SAP ADMINISTRATIONSAP ADMINISTRATION
SAP ADMINISTRATION
 
Sap Net Weaver Ourview
Sap Net Weaver OurviewSap Net Weaver Ourview
Sap Net Weaver Ourview
 
Sap Change And Transport Management
Sap Change And Transport ManagementSap Change And Transport Management
Sap Change And Transport Management
 
Implementing SAP security in 5 steps
Implementing SAP security in 5 stepsImplementing SAP security in 5 steps
Implementing SAP security in 5 steps
 
Quick Walk Through -SAP Transportation Management.How It Is Beneficial?
Quick Walk Through -SAP Transportation Management.How It Is Beneficial?Quick Walk Through -SAP Transportation Management.How It Is Beneficial?
Quick Walk Through -SAP Transportation Management.How It Is Beneficial?
 
Transportation in sap
Transportation in sapTransportation in sap
Transportation in sap
 
Internet Security
Internet SecurityInternet Security
Internet Security
 
SAP HR - PPT
SAP HR - PPTSAP HR - PPT
SAP HR - PPT
 
SAP Transport System; Step-by-step guide from concept to practical
SAP Transport System; Step-by-step guide from concept to practicalSAP Transport System; Step-by-step guide from concept to practical
SAP Transport System; Step-by-step guide from concept to practical
 
SAP - Transportation Module Study material
SAP - Transportation Module Study materialSAP - Transportation Module Study material
SAP - Transportation Module Study material
 
99 Facts on the Future of Business in the Digital Economy
99 Facts on the Future of Business in the Digital Economy99 Facts on the Future of Business in the Digital Economy
99 Facts on the Future of Business in the Digital Economy
 

Ähnlich wie What is sap security

Salesforce Spring 14 Release Developer Overview
Salesforce Spring 14 Release Developer OverviewSalesforce Spring 14 Release Developer Overview
Salesforce Spring 14 Release Developer OverviewRoy Gilad
 
CRM WebClient UI for Interaction Center_C4H_CRM702_BB_ConfigGuide_EN_XX.doc
CRM WebClient UI for Interaction Center_C4H_CRM702_BB_ConfigGuide_EN_XX.docCRM WebClient UI for Interaction Center_C4H_CRM702_BB_ConfigGuide_EN_XX.doc
CRM WebClient UI for Interaction Center_C4H_CRM702_BB_ConfigGuide_EN_XX.docKrisStone4
 
96593102 sap-cs
96593102 sap-cs96593102 sap-cs
96593102 sap-csnvsvijay
 
Hr structural auths
Hr   structural authsHr   structural auths
Hr structural authshkodali
 
Oracle Human Capital Management Setup Document
Oracle Human Capital Management Setup DocumentOracle Human Capital Management Setup Document
Oracle Human Capital Management Setup DocumentRajendra Gudla
 
CSI Authorization Auditor 2014 Brochure
CSI Authorization Auditor 2014 BrochureCSI Authorization Auditor 2014 Brochure
CSI Authorization Auditor 2014 BrochureCSI tools
 
ORACLE FUSION FINANCIAL CLOUD FEATURES - CREATING IMPLEMENTATION USERS
ORACLE FUSION FINANCIAL CLOUD FEATURES - CREATING IMPLEMENTATION USERSORACLE FUSION FINANCIAL CLOUD FEATURES - CREATING IMPLEMENTATION USERS
ORACLE FUSION FINANCIAL CLOUD FEATURES - CREATING IMPLEMENTATION USERSIQ Online Training
 
Salesforce.com Winter '14 Release Overview
 Salesforce.com Winter '14 Release Overview Salesforce.com Winter '14 Release Overview
Salesforce.com Winter '14 Release OverviewSumitkumar Shingavi
 
Winter24-Welly Release Overview - Stephen Stanley.pdf
Winter24-Welly Release Overview - Stephen Stanley.pdfWinter24-Welly Release Overview - Stephen Stanley.pdf
Winter24-Welly Release Overview - Stephen Stanley.pdfAnna Loughnan Colquhoun
 
OTech magazine article - Principle of Least Privilege
OTech magazine article - Principle of Least PrivilegeOTech magazine article - Principle of Least Privilege
OTech magazine article - Principle of Least PrivilegeBiju Thomas
 
Fi enhancement technique how-to-guide on the usage of business transaction ...
Fi enhancement technique   how-to-guide on the usage of business transaction ...Fi enhancement technique   how-to-guide on the usage of business transaction ...
Fi enhancement technique how-to-guide on the usage of business transaction ...Rajeev Kumar
 
Fi enhancement technique how-to-guide on the usage of business transaction ...
Fi enhancement technique   how-to-guide on the usage of business transaction ...Fi enhancement technique   how-to-guide on the usage of business transaction ...
Fi enhancement technique how-to-guide on the usage of business transaction ...Kranthi Kumar
 
Open sap ui51_week_2_unit_3_acdt_exercises
Open sap ui51_week_2_unit_3_acdt_exercisesOpen sap ui51_week_2_unit_3_acdt_exercises
Open sap ui51_week_2_unit_3_acdt_exercisesvikram sukumar
 
Feature list of openbravo for distribution business
Feature list of openbravo for distribution businessFeature list of openbravo for distribution business
Feature list of openbravo for distribution businessAbul Khayer
 

Ähnlich wie What is sap security (20)

Sap basis and_security_administration
Sap basis and_security_administrationSap basis and_security_administration
Sap basis and_security_administration
 
Salesforce Spring 14 Release Developer Overview
Salesforce Spring 14 Release Developer OverviewSalesforce Spring 14 Release Developer Overview
Salesforce Spring 14 Release Developer Overview
 
CRM WebClient UI for Interaction Center_C4H_CRM702_BB_ConfigGuide_EN_XX.doc
CRM WebClient UI for Interaction Center_C4H_CRM702_BB_ConfigGuide_EN_XX.docCRM WebClient UI for Interaction Center_C4H_CRM702_BB_ConfigGuide_EN_XX.doc
CRM WebClient UI for Interaction Center_C4H_CRM702_BB_ConfigGuide_EN_XX.doc
 
96593102 sap-cs
96593102 sap-cs96593102 sap-cs
96593102 sap-cs
 
Oracle_Procurement_Cloud_Release_8_Whats_New
Oracle_Procurement_Cloud_Release_8_Whats_NewOracle_Procurement_Cloud_Release_8_Whats_New
Oracle_Procurement_Cloud_Release_8_Whats_New
 
Hr structural auths
Hr   structural authsHr   structural auths
Hr structural auths
 
R12 MOAC AND PAYABLES
R12 MOAC AND PAYABLESR12 MOAC AND PAYABLES
R12 MOAC AND PAYABLES
 
Oracle Human Capital Management Setup Document
Oracle Human Capital Management Setup DocumentOracle Human Capital Management Setup Document
Oracle Human Capital Management Setup Document
 
CSI Authorization Auditor 2014 Brochure
CSI Authorization Auditor 2014 BrochureCSI Authorization Auditor 2014 Brochure
CSI Authorization Auditor 2014 Brochure
 
SAP BASIS Training in Chennai
SAP BASIS Training in ChennaiSAP BASIS Training in Chennai
SAP BASIS Training in Chennai
 
ORACLE FUSION FINANCIAL CLOUD FEATURES - CREATING IMPLEMENTATION USERS
ORACLE FUSION FINANCIAL CLOUD FEATURES - CREATING IMPLEMENTATION USERSORACLE FUSION FINANCIAL CLOUD FEATURES - CREATING IMPLEMENTATION USERS
ORACLE FUSION FINANCIAL CLOUD FEATURES - CREATING IMPLEMENTATION USERS
 
Salesforce.com Winter '14 Release Overview
 Salesforce.com Winter '14 Release Overview Salesforce.com Winter '14 Release Overview
Salesforce.com Winter '14 Release Overview
 
Winter24-Welly Release Overview - Stephen Stanley.pdf
Winter24-Welly Release Overview - Stephen Stanley.pdfWinter24-Welly Release Overview - Stephen Stanley.pdf
Winter24-Welly Release Overview - Stephen Stanley.pdf
 
OTech magazine article - Principle of Least Privilege
OTech magazine article - Principle of Least PrivilegeOTech magazine article - Principle of Least Privilege
OTech magazine article - Principle of Least Privilege
 
Fi enhancement technique how-to-guide on the usage of business transaction ...
Fi enhancement technique   how-to-guide on the usage of business transaction ...Fi enhancement technique   how-to-guide on the usage of business transaction ...
Fi enhancement technique how-to-guide on the usage of business transaction ...
 
Fi enhancement technique how-to-guide on the usage of business transaction ...
Fi enhancement technique   how-to-guide on the usage of business transaction ...Fi enhancement technique   how-to-guide on the usage of business transaction ...
Fi enhancement technique how-to-guide on the usage of business transaction ...
 
9180 skamath wp_1
9180 skamath wp_19180 skamath wp_1
9180 skamath wp_1
 
Open sap ui51_week_2_unit_3_acdt_exercises
Open sap ui51_week_2_unit_3_acdt_exercisesOpen sap ui51_week_2_unit_3_acdt_exercises
Open sap ui51_week_2_unit_3_acdt_exercises
 
Feature list of openbravo for distribution business
Feature list of openbravo for distribution businessFeature list of openbravo for distribution business
Feature list of openbravo for distribution business
 
Dashboard
DashboardDashboard
Dashboard
 

Kürzlich hochgeladen

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 

Kürzlich hochgeladen (20)

TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 

What is sap security

  • 2.  Security   SAP Security Components   Security Solution Map   Access control concepts   PFCG   Conclusion
  • 6. An Overview of R/3 Security Services
  • 7. Access control in SAP is composed of several concepts  Program code   Authorization fields   ACTIVITY   COMPANY_CODE   Authorization objects   Authorizations
  • 9. Program Code That calls an authorization check using the authority-check statement. This will look something like  authority-check object id field Authorization fields: That define a scope of possible values. Examples of authorization fields would be   ACTIVITY: defines the type of activity the user is doing with the data. Possible values are 'DISPLAY', 'MODIFY', 'DELETE', etc.   COMPANY_CODE: possible values are any single value, or any range of values, or any combination thereof such as '0438' and '0600' thru '1100'
  • 10. Authorization fields Authorization fields: That define a scope of possible values. Examples of authorization fields would be ACTIVITY: defines the type of activity the user is doing with the data. Possible values are 'DISPLAY', 'MODIFY', 'DELETE', etc. COMPANY_CODE: possible values are any single value, or any range of values, or any combination thereof such as '0438' and '0600' thru '1100'
  • 11. Authorization objects Authorization objects that define a group of fields. For example, an authorization object called 'CO_MDATA', containing fields ACTIVITY and COMPANY_CODE, might used to control access to the company master data tables.
  • 12. Authorizations Authorizations, each of which belong to exactly one authorization object, that define authorizationvalues (within the scopes defined by the authorizationobjects) to be granted to users. Note that an authorization is different from an authorizationobject!! Extending our previous examples, we might have an authorization, belonging to the authorizationobject 'CO_MDATA',called 'CO_MDATA_ALL', that grants all access to all company master data. Then 'CO_MDATA_ALL'would have the following values: FIELD VALUE ACTIVITY * COMPANY_CODE *
  • 13. Profiles 1. Profiles, each of which may contain several authorizations or profiles. A simple profile contains a group of authorizations. A composite profile contains a group of profiles (simple or composite). [Profiles can be conceptualized as forming the structure of a tree, in which end nodes (leaves) are authorizations, and all other nodes are profiles. Simple profiles are nodes whose children are all end nodes, and composite profiles are nodes, other than end nodes, who have no end nodes for children.]  Profiles are designed to define set or one or more functions or positions. For example, a functional profile might define all the authorizations that are required for doing a goods receipt, or for making a payment in the AP module. A position profile, on the other hand, might define all of the authorizations that are granted to an accountant, or to a warehouse supervisor. Often, a position profile is a composite profile consisting of several functional profiles.
  • 14. Roles Roles are collectionsof activities which allow a user to use one or more business scenarios of an organization. According to the standard SAP role concept,roles containingaccess rights are assigned to users. These authorizationsare then checked when the user performs certain actions, such as starting a transaction. Assigning a Standard Role to a User Changing Standard Roles Creating Composite Roles Note: The term activity group was replaced with the term role in SAP R/3 Release 4.6C.
  • 15. Composite roles  Composite roles can simplify the user administration.  They consist of single roles. Users who are assigned a composite role are automatically assigned the associated single roles during the compare. Composite roles do not themselves contain authorization data.  Setting up composite roles are useful for example if some of your users need authorization for several roles. You can create a composite role and assign it to the users instead of putting each user in each required single role.
  • 16. Derive Roles Derive Roles: There are two possible reasons for deriving a role from an existing role:  The role menus are identical but the authorizations for the menu actions are different in the derived role.   The menu and authorizations of the derived role are identical, but the organizational levels are different in the derived role.
  • 17. What is PFCG  The Profile Generator is a SAP tool.  Can be used to automatically create profiles and assign them easily to users.  Only selects and uses the necessary authorization objects, avoiding excessive validations in the system and thereby improving performance.  Facilitates functional communication between security or the authorization administrator and end users or consultants.  Makes defining and maintaining authorization profiles easier.
  • 18. Configuring PFCG Beforeusing the PFGC for the first time, there are 4 steps that are required to configure and work with PFCG Tool. 1) Activate the PFCG  Based on Instance Profile parameter “auth/no_check_in_some_cases=y  2) Set Up the Initial Copy of Profile Generator Configuration Tables (T-Code SU25)  Transfer the SAP transactions and authorization objects from SAP tables USOBT and USOBX to customer USOBT_C and USOBX_C.  You can then maintain these tables using T-Code SU24.
  • 19.  Table USOBT includes the relation between the transactions and the authorization objects. 3) Maintain the Scope of Authorizations Object Checks in Transactions (T-Code SU24)  This is not a mandatory step, but can be used by customers to maintain their own authorizationobjects to custom transactions. 4) Generate the Company Menu  Generate the SAP Standard menu and then the company menu.
  • 20. Create Roles 1. Choose the pushbutton Create role or the transaction PFCG in the initial transaction SAP Easy Access. You go to the role maintenance. 2. Specify a name for the role. The roles delivered by SAP have the prefix 'SAP_'. Do not use the SAP namespace for your user roles. 3. SAP does not distinguish between the names of simple and composite roles. You should adopt your own naming convention to distinguish between simple and composite roles. 4. Choose Create.
  • 21. 5. Enter a meaningful role description text. You can describe the activities in the role in detail. To assign Knowledge Warehouse documentation to the role, choose Utilities ® Info object ® Assign. The user of the role can then display the documentation.
  • 22. MENU TAB 2. Assign transactions, programs and/or web addresses to the role in the MENU tab. The user menu which you create here is called automatically when the user to whom this role is assigned logs on to the SAP System. You can create the authorizations for the transactions in the role menu structure in the AUTHORIZATIONS tab.
  • 23. MENU
  • 24. SAP Menu You can copy complete menu branches from the SAP menu by clicking on the cross in front of it in the user menu. Expand the menu branch if you want to put lower-level nodes or individual transactions/programs in the user menu.
  • 25. ABAB REPORT  Choose a report and a variant. You can skip the selection screen.  You can generate a transaction code automaticallyand copy the report description by setting checkboxes.   Save and Move to Authorizations Tab.
  • 26. Generating Authorizations  To create authorizationsfor a role, choose AUTHORIZATIONS in the role maintenance.  The AUTHORIZATIONS tab displays creation and change information as well as information on the authorization profile (includingthe profile name, profile text and status).  Click on the change authorization
  • 27. Choose Change Authorization Data 1. Choose the menu Click on the expand menu go to the respective authorization object and check the activity field assign the activity to be performed. 2. Save.
  • 28. Assign Profile Name  Save the Profile and Click on Generate  You will be prompted with Default System generated Profile Name  You can keep this or you can change the Name of the Profile  Once Generated You can assign the profile to Users.
  • 29. ASSIGN PROFILES TO USERS  Assign Profile to USERS  Comparing the new profile with existing profiles by using USER COMPARISION  Old profile is overwritten by new profile.  Save
  • 30. MiniApps  MiniApps for the role   MiniApps are simple intuitive Web applications. The assignment of MiniApps to a role determines which MiniApps the user sees in his or her mySAP Workplace.   Save and Exit
  • 31. CONCLUSION It sounds complicated , but once you start working with authorizations, it's pretty easy.
  • 32. About Approva  Founded in 2001, Approva Corporation provides enterprise controls management software that enables Finance, IT, and 
  • 33. Audit to automate and strengthen business controls. Approva’s software product, BizRights, enables companies to perform:
  • 34. Approva Provides Approva provides enterprise controls management software that enables Business, Finance, IT and Audit to automate and strengthen business controls.
  • 36. What Is BizRights? BizRights is a web-based, cross-application, cross-platformenterprise controls application. This means that BizRights can monitor security and transactionaldata from any ERP system or platform, as well as multiple systems and platforms. Examples of what BizRights can tell you: If the same user performed the same transactions in two different SAP clients If user profiles for SAP and Oracle create a security risk or SegregationofDuties (SoD)violation If a user performed sensitive transactions that should be monitored If a user changedMasterData records
  • 37. If a SAP client is configured to reduce risk If transactions were performed of an unusually high monetary value, such as purchase orders that exceeda million dollars What your business is doing, according to your business rules BizRights can monitor millions of records and thousands of transactions any time you want, as often as you want. BizRights is designedfor functional business professionals as wellas technical specialists, including: FinancialAuditors, Internal Controls staff, Compliance staff, Business Process Owners, IT Security Auditors, External Auditors More than just finding and fixing SoD violations, BizRights can monitorbusiness process transactions, including Procure-to-Pay, Financial Close, Order-to-Cash, and Payroll.
  • 38. Segregation of Duties  Segregation of duties is a basic, key internal control and one of the most difficult to achieve. It is used to ensure that errors or irregularities are prevented or detected on a timely basis by employees in the normal course of business. Segregation of duties provides two benefits: 1) a deliberate fraud is more difficult because it requires collusion of two or more persons, and 2) it is much more likely that innocent errors will be found. At the most basic level, it means that
  • 39. no single individual should have control over two or more phases of a transaction or operation. Management should assign responsibilities to ensure a crosscheck of duties.
  • 40. CATEGORIES There are four general categories of duties or responsibilities which are examined when segregation of duties are discussed: authorization, custody, record keeping and reconciliation. In an ideal system, different employees would perform each of these four major functions. In other words, no one person should have control of two or more of
  • 41. these responsibilities. The more negotiable the asset, the greater the need for proper segregation of duties - especially when dealing with cash, negotiable checks and inventories
  • 42. Authorization Authorization: the process of reviewing and approving transactions or operations. Some examples are: > Verifying cash collections and daily balancing reports.
  • 43. > Approving purchase requisitions or purchase orders. > Approving time sheets, payroll certifications, leave requests and cumulative leave records. > Approving change orders, computer system design or programming changes.
  • 44. Custody Having access to or control over any physical asset such as cash, checks, equipment, supplies, or materials. Some examples are: Access to any funds through the collectionof funds, or processingof payments.
  • 45. > Access to safes, lock boxes, file cabinets or other places where money, checks or other assets are stored. > Custodianof a petty cash or change fund. > Receivingany goods or services. > Maintaining inventories. > Handlingor distributingpaychecks/advices, limited purchasechecks or other checks.
  • 46. Record Keeping The process of creating and maintainingrecords of revenues, expenditures, inventories, and personnel transactions. These may be manual records or records maintainedin automatedcomputer systems. Some examples are:
  • 47. > Preparingcash receipt back-ups or billings, purchase requisitions, payroll certifications, and leave records. > Entering charges or posting payments to an accounts receivablesystem. > Maintaining inventoryrecords.
  • 48. Reconciliation Verifying the processing or recording of transactionsto ensure that all transactionsare valid, properlyauthorized and properlyrecorded on a timely basis. This includesfollowing up on any differences or discrepancies identified. Examples are: > Comparing billing documentsto billing summaries. > Comparing funds collectedto accountsreceivable postings.
  • 49. > Comparing collectionsto deposits. > Performing surprise counts of funds. > Comparing payroll certifications to payroll summaries. > Performing physical inventory counts. > Comparing inventory changes to amounts purchased and sold. > Reconciling departmental records of revenue, expenditure, and payroll transactionsto the PeopleSoft management reports.