What are Profiles In SAP System
- A profile in the SAP system is an operating system file containing parameters and configuration information of an instance. Since a SAP system might contain from one to several instances, many profiles may also exist. Individual setup parameters can be customized to the requirements of each instance
- The profiles are an essential part of technical and basis settings of the system, and the values they contain play the most important role when tuning the system.
- The profiles are used when starting and stopping the system since they are in charge of allocating or deallocating the necessary resources as specified in the profile parameters
These individual parameters let you customize the following:
- The runtime environment of the instance (resources such as main memory size, shared memory, roll size)
- Which services are available for the instance (which work processes and how many)
- Where other services are located (database host, message server, etc.)
- The profile files are located under the directory /usr/sap/
/SYS/profile (logically should point to the directory /sapmnt/ /profile) which is shared by all application servers belonging to the same SAP system (same SID). An edited profile is not active (its values are not considered by the system) until the corresponding instance is restarted. - If you edit the parameter from RZ11 transaction code the parameters are dynamic changes no need to restart the SAP application server to reflect this changes but will restore to old value once you restart the SAP application server
- If you edit the parameters from RZ10 transaction code in the profiles the parameters will be static and to apply this changes you need to restart the SAP application server
Profile Types
There are several types of profiles available on the SAP R/3 system for correct setup and configuration. These
profiles are as follows:
- The start profile, which defines the R/3 services to start. There might be as many start profiles as instances.
- The default profile, which acts as a common configuration of profile values for instances taking part of the SAP system. There is only one default profile in a SAP system.
- The instance profile, which contains specific instance parameter values. There might be as many as the number of instances.
All the SAP profiles are located under a common directory, /usr/sap//SYS/profile, shared by all
instances belonging to the same SID.
Comments
Post a Comment