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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Difference between cursor and a ref cursor
- What is the difference between a Homemaker and a Housewife?
- Difference Between Arraylist And Vector : Core Java Interview Collection QuestionJavaView
- Difference between Microsoft Dynamics 365 WEB API, Organization Service and Organization Data ServicROSWebAPI
- 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?
- difference with PerlApp 7.0 and PerlApp 6.0APP
- LeetCode 389. Find the DifferenceLeetCode
- The SQL vs NoSQL Difference: MySQL vs MongoDBMySqlMongoDB
- How to review diffs between commitsViewMIT
- SAP Retail Differences Between Articles and MaterialsAI
- 1344. Angle Between Hands of a Clock
- [LeetCode] 2903. Find Indices With Index and Value Difference ILeetCodeIndex
- Between validator常用驗證規則
- MySQL中BETWEEN子句的用法詳解MySql
- In-depth analysis of the comparison between AT and XA of distributed transactions
- 「萌新指南」SOA vs. 微服務:What’s the Difference?微服務
- [leetcode] 1624. Largest Substring Between Two Equal CharactersLeetCode
- 【Oracle SQL】months_between與trunc函式OracleSQL函式
- [LeetCode] 1385. Find the Distance Value Between Two ArraysLeetCode
- ISO C++ forbids comparison between pointer and integer [-fpermissive]C++ORB
- ERROR: failed to establish dependency between database db_name and diskgroupErrorAIDatabase
- Jayson Tatum is a fascinating player who has a sort of in-between kind
- PostgreSQL DBA(109) - pgAdmin(Don't do this:Don't use BETWEEN)SQL
- Find and Fix the Mismatch Between DBA_SEGMENTS and DBA_EXTENTS ViewsView
- CentOS RHEL 7 Chrony Vs NTP (Differences Between ntpd and chronyd).txtCentOS
- Current without potential difference(沒有電位差為什麼還有會電流?🤔)
- PostgreSQL/Citus 常見報錯問題分析(一)ERROR: direct joins between distributedSQLError
- odoo 開發入門教程系列-模型之間的關係(Relations Between Models)Odoo模型
- leetcode 530. Minimum Absolute Difference in BST二叉搜尋樹的最小絕對差 (簡單)LeetCode
- 【1分鐘知識點】利用「佔位塊」彌補 space-between 的不足
- mysql 資料庫無法啟動Ignoring the redo log due to missing MLOG_CHECKPOINT betweenMySql資料庫
- 醫學影像彩色化相關--20201208論文筆記Bridging the gap between Natural and Medical Images through Deep Colorization筆記
- Zero-shot Learning零樣本學習 論文閱讀(一)——Learning to detect unseen object classes by between-class attributeObject
- 經測試 mysql 的 between and 是 左閉右閉 的,用於查詢某一天資料的寫法MySql
- 彈性盒佈局之從左往右,空間不夠換行繼續從左往右(從左往右,從上往下,between效果)