Difference between sap_all and sap_new
Most of the times you might have question in your mind that why you give
sap_all and sap_new everytime we create admin user (Altough some people used to
give sap_all to every one ).So here i am sharing my knowledge about differnce
between these 2 :
SAP_NEW:-
SAP_NEW is a SAP standard
Profile which is usually assigned to system users temporarily during an upgrade
to ensure that the activities and operations of SAP users is not hindered,
during the Upgrade. It contains all the necessary objects and transactions for
the users to continue their work during the upgrade. It should be withdrawn once
all upgrade activities is completed, and replaced with the now modified Roles as
it has extensive authorizations than
required.
SAP_ALL:-
SAP_ALL is a SAP standard
profile, which is used on need basis, to resolve particular issues which may
arise during the usage of SAP. It is used by Administrators/Developers only and
is applied on a need to use basis, then withdrawn. It contains all SAP system
objects and Transactions. SAP_ALL is very critical and only SAP* contains
SAP_ALL attached to it in the production system. No other dialog users have
SAP_ALL attached to them.
SAP_NEW is used in the Production environment
during a version upgrade whereas SAP_ALL shouldn’t be or not allowed be used in
Production except where necessary, in a controlled manner with all proper
approvals from the customer.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29829936/viewspace-1475818/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- What is the difference between <%, <%=, <%# and -%> in ERB in Rails?AI
- Some difference between mysql & oracleMySqlOracle
- Whats the difference between the v$sql* viewsSQLView
- Difference between business area and profit center
- What is the difference between gross sales and revenue?ROS
- The difference between literal and label.
- What is the difference between a Homemaker and a Housewife?
- Difference between prop and attr in different version of jqueryjQuery
- What is the difference between restoring and recoveringREST
- What is the difference between application server and web server?APPServerWeb
- The main difference between Java & C++(轉載)AIJavaC++
- 【Oracle】-Difference between Instance recovery and Crash RecoveryOracle
- SAP Difference between Credit memo and subsequent debits/credits
- Difference Between Arraylist And Vector : Core Java Interview Collection QuestionJavaView
- Difference between Microsoft Dynamics 365 WEB API, Organization Service and Organization Data ServicROSWebAPI
- Python中print用法及The difference between Python 2 and 3Python
- Difference between 2>&-, 2>/dev/null, |&, &>/dev/null, >/dev/null, 2>&1devNull
- What is the difference between Mysql InnoDB B+ tree index and hash index? Why does MongoDB use B-tree?MySqlIndexMongoDB
- What is the difference Put and Post and Get?
- Diffrence Between delete and truncatedelete
- length() between oracle and postgresqlOracleSQL
- Relationship between BAPI and RFCAPI
- Difference of Revoke System Privileges and Object PrivilegesObject
- difference with PerlApp 7.0 and PerlApp 6.0APP
- The SQL vs NoSQL Difference: MySQL vs MongoDBMySqlMongoDB
- LeetCode 389. Find the DifferenceLeetCode
- LintCode-Maximum Subarray Difference
- Move users between domainsAI
- sql語句 between-andSQL
- Transport of Tablespaces Between Databases (59)Database
- SAP Retail Differences Between Articles and MaterialsAI
- How to review diffs between commitsViewMIT
- Export And Import Between Different Oracle VersionsExportImportOracle
- The different between cumulative and differential incremental backupREM
- 20 Differences Between Oracle on NT and Oracle on UnixOracle
- What is the different between ALE, IDOC and BAPI?API
- 「萌新指南」SOA vs. 微服務:What’s the Difference?微服務
- Lintcode387 The Smallest Difference solution 題解