Skip to main content

What is difference b/w SCC4 and SE06 ?

 What is difference b/w SCC4 and SE06 ?


Changeability of one ABAP object (Program, Class, DDIC-Object, ..., and Customizing) is controlled by two transactions: SE06 and SCC4.

The Global Setting within the System Option Change (via SE06) opens or closes the entire system, regardless of what the Client(SCC4) setting is set to.

System Change Option in transaction SE06 provides granularity on what repository and cross-client customizing objects can be modified. 
This is more of a global setting (regardless of the client) and is only for client-independent objects.
In here, Repository objects are further subdivided into different groups (software components and name spaces) so you can set only which group can be changed.

Not modifiable in Global setting in SE06 overrides all other setting in SE06 and SCC4. 
That means, nothing in this system is changeable except some customizing defined as current setting. 
On the contrary, with modifiable as global setting it's possible to fine set some parts of this system as modifiable some as not modifiable.

Please refer to note 44268 (SE06) and note 40672 (SCC4) regarding system/client change option configurations.


SAP Wiki Link : https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=503812358

Comments

You might find these interesting

8 Must-Know Questions About Object Store on SAP Business Technology Platform

What is the problem that Object Store solves ? Modern enterprise systems increasingly deal with massive volumes of unstructured data such as documents, logs, media files, and backups. Traditional relational databases are not optimized for such workloads. What is Object Store ? Object storage—commonly referred to as blob storage—addresses this gap by providing scalable, durable, and cost-efficient storage for unstructured data. Object storage is a storage architecture designed to manage unstructured data as discrete units called objects.  Each object consists of: Binary data (file content) : Image , File etc Metadata (descriptive attributes) : File size, Content type, Last modified timestamp, Storage class (hot, cool, archive) Unique identifier (key or URL) : unique path-like string used to locate a blob inside a bucket Unlike file systems or relational databases, object storage does not rely on hierarchical file structures or schemas. The SAP BTP Object Store service is a managed, ...