SAP Profile Parameters List

Below we have the SAP Profile Parameters list with default values and short description. The SAP parameters plays an important role starts with post installation activities, system configuration, memory management, logon security rules, internet security, port numbers configuration etc.

The SAP profile parameters can be configured in RZ10 transaction via profiles and some of the parameters in RZ11 transaction.

Note:

  • Only the dynamic SAP parameters can be configured in RZ11 transaction, this will take effective with out system restart.
  • All the static SAP parameters needs system restart to take effective.
  • We can check whether the parameter is dynamic or static in RZ11 transaction by displaying the parameter, if the parameter have change option in RZ11 then we can consider it as dynamic parameter, if no change option then it is static.

Example: the Profile parameter rdisp/max_wprun_time is dynamic parameter.

Parameter Properties

You can use transaction RZ11 to display properties of profile parameters and to dynamically change the values of profile parameters. The properties of the profile parameter act as the basis for checking the default profiles and instance profiles in the system (transaction RZ10).

Metadata of Profile Parameters

Name: Name of Profile Parameter.

Parameter Type: Assignment of a profile parameter to a type. For each parameter type, there is a standard check. This check is always executed if there is no separate check function for the parameter.

The following types are currently defined:

1. Integer: This is an integral value. You can also specify a maximum and/or a minimum value.

Example:

rdisp/TRACE

Error situations:
a. Non-numerical values -> error
b. Larger than the maximum -> error
c. Smaller than the minimum -> error

2. Double: This is a floating point number. You can also specify a maximum and/or a minimum value.

Error situations:
a. Non-numerical values -> error
b. Larger than the maximum -> error
c. Smaller than the minimum -> error

3. Boolean: This is a switch with two statuses. Only the following values are permitted. All other values are interpreted as errors.

Example:

gw/keep_process

Permitted values: TRUE, FALSE, 0, 1, ON, OFF, YES, NO. The comparison is not case-sensitive.

4. Character String: This is any character string. No check is made.

Example:

abap/locale_ctype

5. Enumerations: These are enumerations. The parameter can only contain certain values.

Example:

rdisp/bufrefmode

Restrictions: The parameter type can be restricted further:

  • Parameter type Integer to a range with a minimum value and a maximum value.
  • Parameter type Double to a range with a minimum value and a maximum value.
  • Parameter type Character String to a fixed number of parameter values that can be chosen. For example, “DIA BTC UPD UP2 SPO ENQ”.

Unit: A parameter value can have a unit. The following units are available:

  • Bytes
  • Kilobytes
  • Megabytes
  • Gigabytes
  • Milliseconds
  • Seconds
  • Minutes
  • Hours
  • Days
  • Percent

Parameter Group: The parameter group describes the application area in which the parameter is used. The following values are defined:

  • System
  • Dispatcher
  • Internet Communication Manager (ICM)
  • Enqueue
  • Message Server
  • ABAP
  • Background Processing
  • Perf
  • Syslog
  • Spool
  • Database
  • Alert
  • J2EE Engine
  • GUI

Parameter Description: Short description of the parameter. Is always written in English, since this text is not translated.

System-Wide Parameter: If the parameter has this property, the value of the parameter is fetched on each server during the check and the system checks whether the values are the same. The value must be the same on all servers.

Dynamic Parameter: If the parameter has this property, the value of the parameter can be changed dynamically, that is, during running operation. In this case, a “Change Value” button is automatically displayed in RZ11. If the user chooses the button, a dialog box appears, in which he or she can enter the new value for the parameter. In the dialog box, the user can check the “Switch on All Servers” field. This means that the value is changed on all servers of the system.

Changes are recorded both in the syslog as well as in the change history. The change history contains the last 10 changes and is deleted with every restart of the server.

In addition to the metadata, rz11 also displays information as to the source of the current parameter value. If the value has been changed manually, the source is displayed as “dynamic switch”, together with a link for calling the change history.

In some cases, the current value can deviate from the profile value, although it has not been changed manually. These cases are also viewed as dynamic changes. However, since there is no change history here, the comment “(kernel)” is displayed instead of a link to the change history. One example of a parameter where this effect can occur is rsdb/max_blocking_factor. If the profile value is -1, the parameter value will be changed by the kernel to the default value of the database interface (see SAP Note 1296224).

Vector Parameter: If the parameter has this property, the parameter can be set more than once in a vector. Example: icm/server_port can be configured as icm/server_port_0, icm/server_port_1, and so on.

Has Subparameters: If the parameter has this property, the parameter value consists of subparameters. Example: icm/ssl_config has the subparameters CRED, CACHESIZE, LIFETIME, VCLIENT, and CIPHERS.

Display the Current Values

  • Kernel Default: Default value of the parameter, as defined in the SAP kernel.
  • Default Profile: Default value of the parameter, as defined in the default profile DEFAULT.PFL.
  • Instance Profile: Value of the parameter, as defined in the instance profile. If the parameter is not defined in the instance profile, the default value is used.
  • Current Value: The value of the parameter as it is currently used in the system.

Below is the complete list of SAP Profile parameters.

  • You can use the search functionality to get the relevant parameters.
  • Click on the parameter and use right arrow to see the all columns.
Parameter Name System Default Value System Default Value(Unsubstituted Form) Description
ApplianceType
DIR_ATRA /usr/sap/SID/D01/data $(DIR_DATA) Laufzeitanalyse: Verzeichnisname f?r Me?datendateien
DIR_AUDIT /usr/sap/SID/D01/log (Default) Directory for security audit files
DIR_BINARY /usr/sap/SID/SYS/exe/run $(DIR_EXECUTABLE)
DIR_CCMS /usr/sap/ccms $(DIR_SEP)usr$(DIR_SEP)sap$(DIR_SEP)ccms
DIR_CLIENT_ORAHOME %(CLIENT_ORACLE_HOME) Root-path of Oracle software on client side
DIR_CT_LOGGING /usr/sap/SID/SYS/global $(DIR_GLOBAL)
DIR_CT_RUN /usr/sap/SID/SYS/exe/uc/linuxx86_64 $(DIR_EXE_ROOT)$(DIR_SEP)$(OS_UNICODE)$(DIR_SEP)linuxx86_64
DIR_CT_SAPJVM /usr/sap/SID/SYS/exe/jvm/linuxx86_64/sapjvm_ $(DIR_EXE_ROOT)$(DIR_SEP)jvm$(DIR_SEP)linuxx86_64$(DIR_SEP)s
DIR_DATA /usr/sap/SID/D01/data (Default) directory for datas
DIR_DBMS /usr/sap/SID/SYS/SAPDB (Default)
DIR_EPS_ROOT /usr/sap/trans/EPS $(DIR_SEP)usr$(DIR_SEP)sap$(DIR_SEP)trans$(DIR_SEP)EPS root path for EPS file transfer
DIR_EXECUTABLE /usr/sap/SID/SYS/exe/run $(DIR_EXE_ROOT)$(DIR_SEP)$(EXETYPE)
DIR_EXE_ROOT /usr/sap/SID/SYS/exe (Default)
DIR_EXTRACT /usr/sap/SID/D01/data $(DIR_DATA) directory for extract file
DIR_GEN /usr/sap/SID/SYS/gen/dbg $(DIR_GEN_ROOT)$(DIR_SEP)dbg
DIR_GEN_ROOT /usr/sap/SID/SYS/gen (Default)
DIR_GLOBAL /usr/sap/SID/SYS/global (Default)
DIR_GRAPH_EXE /usr/sap/SID/SYS/exe/run $(DIR_EXECUTABLE)
DIR_GRAPH_LIB /usr/sap/SID/SYS/exe/run $(DIR_EXECUTABLE)
DIR_HOME /usr/sap/SID/D01/work (Default) home directory
DIR_ICMAN_ROOT /usr/sap/SID/D01/data/icmandir (Default) ICM root directory
DIR_INSTALL /usr/sap/SID/SYS $(DIR_SEP)usr$(DIR_SEP)sap$(DIR_SEP)$(SAPSYSTEMNAME)$(DIR_SE
DIR_INSTANCE /usr/sap/SID/D01 $(DIR_SEP)usr$(DIR_SEP)sap$(DIR_SEP)$(SAPSYSTEMNAME)$(DIR_SE
DIR_JKIT /usr/sap/SID/SYS/exe/run/jkit $(DIR_EXECUTABLE)$(DIR_SEP)jkit
DIR_JKIT_JRE_BIN_VM /usr/sap/SID/SYS/exe/run/jkit/jre/bin/cvm $(DIR_JKIT)$(DIR_SEP)jre$(DIR_SEP)bin$(DIR_SEP)cvm
DIR_LIBRARY /usr/sap/SID/SYS/exe/run $(DIR_EXECUTABLE)
DIR_LIBRARY_RMT /usr/sap/SID/SYS/exe/uc/linuxx86_64 $(DIR_CT_RUN)
DIR_LOGGING /usr/sap/SID/D01/log (Default)
DIR_MEMORY_INSPECTOR /usr/sap/SID/D01/data $(DIR_DATA) path for memory inspector files
DIR_ORAHOME %(ORACLE_HOME)
DIR_PAGING /usr/sap/SID/D01/data $(DIR_DATA) directory for paging file
DIR_PERF /usr/sap/tmp $(DIR_SEP)usr$(DIR_SEP)sap$(DIR_SEP)tmp
DIR_PROFILE /usr/sap/SID/SYS/profile (Default)
DIR_PROTOKOLLS /usr/sap/SID/D01/log (Default)
DIR_PUT /usr/sap/put $(DIR_SEP)usr$(DIR_SEP)sap$(DIR_SEP)put Root directory for the R/3 upgrade
DIR_REORG /usr/sap/SID/D01/data $(DIR_DATA) directory for reorganization
DIR_ROLL /usr/sap/SID/D01/data $(DIR_DATA) directory for roll file
DIR_RSYN /usr/sap/SID/SYS/exe/run $(DIR_EXECUTABLE)
DIR_SAPJVM /usr/sap/SID/SYS/exe/run/sapjvm_5 $(DIR_EXECUTABLE)$(DIR_SEP)sapjvm_5
DIR_SAPUSERS . .
DIR_SDM_HOME /usr/sap/SID/SYS/sdm (Default)
DIR_SEP / /
DIR_SERVER_ORAHOME %(ORACLE_HOME) Root-path of ORACLE software on the database server
DIR_SETUPS /usr/sap/SID/SYS/profile $(DIR_PROFILE)
DIR_SORTTMP /usr/sap/SID/D01/data $(DIR_DATA) directory for external sort
DIR_SOURCE /usr/sap/SID/SYS/src (Default)
DIR_TEMP /tmp $(DIR_SEP)tmp directory for temporary datas
DIR_TRANS /usr/sap/trans $(DIR_SEP)usr$(DIR_SEP)sap$(DIR_SEP)trans root directory for transports
DIR_VMC /usr/sap/SID/SYS/exe/run/cfw $(DIR_EXECUTABLE)$(DIR_SEP)cfw
EM/TOTAL_SIZE_MB 262144 262144 Quota for maximum consumption of extended memory on that server
ENHA_Identifier none none
ES/SHM_BASE_ADDR 0 0 Base virtual address to start allocating segments
ES/SHM_DISC_BLK_MAX 4 4 Max blocks to not disclaim
ES/SHM_DISC_BLK_MIN 0 0 Min Blocks to not disclaim
ES/SHM_DISC_BLOCK_PER_SEG 2 2 Number of blocks per seg to not disclaim
ES/SHM_DISC_SEGMENTS 1024 1024 Number of segments to not disclaim blocks in
ES/SHM_DISC_SEG_INIT_CNT 100 100 # of seg operations before averaged disclaim starts
ES/SHM_DISC_SEG_MAX 4096 4096 Max segments to not disclaim blocks in
ES/SHM_DISC_SEG_MIN 10 10 Min number of segments to not disclaim blocks in
ES/SHM_FLAGS 3620866 3620866 Internal SHM Segs settings
ES/SHM_IDLE_SEGMENT 10 10 Min segments in use to continue averaging
ES/SHM_MAX_PRIV_SEGS 2 2 Max segments for private context usage
ES/SHM_MAX_SHARED_SEGS 1 1 Max segemnts used for shared contexts
ES/SHM_PROC_SEG_COUNT 3 3 Number of segments to use for each work process
ES/SHM_SEG_COUNT 1024 1024 Maximum number of segments to use for ES
ES/SHM_SEG_SIZE 4096 4096 Segment size in MBytes
ES/SHM_SYS_FREE_MAX 20 20 Max num of unused seg’s before returned to system
ES/SHM_SYS_INIT_SEGS 25 25 Initial number of seg’s to allocate from system
ES/SHM_USER_COUNT 1024 1024 Number of ES users to support
ES/TABLE UNIX_STD UNIX_STD Selection of ES implementation
EXETYPE run run
FILE_SEP : :
FN_ABAPPROT ABAPPROT ABAPPROT$(FT_LOG) Filename for List of ABAP-warnings
FN_ALALERTS ALALERTS ALALERTS$(FT_DAT) generic filename for CCMS Monitoring Architecture alerts
FN_ALFILTER ALFILTER ALFILTER$(FT_DAT) syslog filter parameters for alert generation
FN_ALMTTREE ALMTTREE ALMTTREE$(FT_DAT) generic filename for CCMS Monitoring Architecture MTE tree structure
FN_ALPARAMS ALPARAMS ALPARAMS$(FT_DAT) limits, high-water-marks alert data
FN_ALPERFHI ALPERFHI ALPERFHI$(FT_DAT) generic filename for CCMS Monitoring Architecture 24 hour performance history
FN_ASTAT astat astat$(FT_DAT) Filename der Anwendungsstatistk Datei
FN_ATRAPATH AT01++++ AT$$++++$(FT_DAT) Laufzeitanalyse: Generischer Me?datendateiname
FN_AUDIT audit_++++++++ audit_++++++++$(FT_AUDIT) Name of security audit file
FN_BATALTLOG JOBLOG01 JOBLOG$$$(FT_LOG) File name for old batch logfile
FN_BATLOG JOBLOG JOBLOG$(FT_LOG) File name for joblog file
FN_BDCALTLOG REkluxv72201 RE$(SAPLOCALHOST)$$$(FT_LOG) File name for old batch input logfile
FN_BDCLOG BIkluxv72201 BI$(SAPLOCALHOST)$$$(FT_LOG) File name for batch input logfile
FN_CHECK sapcheck sapcheck$(FT_EXE) File name for program sapcheck
FN_DBMS BINDBE $(dbms/id)DBE$(FT_DBE) File name for database
FN_DBPASSWD DBPASSWD DBPASSWD$(FT_DAT) File name for database password file
FN_DPLCOM dplcomlib.so dplcomlib$(FT_DLL)
FN_DW disp+work disp+work$(FT_EXE) File name for dispatcher process
FN_EDITOR ++++++++ ++++++++$(FT_DAT) Generic Filename fo ABAP-Editor Backup-File
FN_ENQBCK ENQBCK ENQBCK$(FT_DAT) File name for enqueue backup file
FN_ENQLOG ENQLOG++ ENQLOG++$(FT_DAT) File name for enqueue log file
FN_ENQRPT ENQLIS ENQLIS$(FT_DAT) File name for enqueue reporting file
FN_ENQRPVAL ENQRPVAL ENQRPVAL$(FT_DAT)
FN_ENQSTAT ENQSTAT ENQSTAT$(FT_DAT) File name for enqueue statistic file
FN_EUFILE EU++++++ EU++++++$(FT_DAT) Generic filename for development environment
FN_EXTRACT E_kluxv722_SID_01_+++++++ E_$(rdisp/myname)_+++++++$(FT_DAT) file name mask for extract file
FN_GBMAT gbmat gbmat$(FT_EXE) File name for graphic executable
FN_GBUSG gbusg gbusg$(FT_EXE) File name for graphic executable
FN_GEN_PRGM ++++++++ ++++++++ Generic file name for executable
FN_GGANT ggant ggant$(FT_EXE) File name for graphic executable
FN_GHELP ++++++++ ++++++++$(FT_DAT) File name for graphic executable
FN_GHIER ghier ghier$(FT_EXE) File name for graphic executable
FN_GHPGL ghpgl ghpgl$(FT_EXE)
FN_GLANG ++++++++ ++++++++$(FT_DAT)
FN_GMENU gmenu gmenu$(FT_EXE)
FN_GSCLD gscld gscld$(FT_EXE)
FN_GUCFG ++++++++ ++++++++$(FT_DAT)
FN_GWRD gwrd gwrd$(FT_EXE) File name for gateway process
FN_GWSTARTUP gwstartup gwstartup$(FT_DAT) file name for gateway startup file
FN_ICMAN icman icman$(FT_EXE) File name for Internet Communication Manager (ICM)
FN_ICMBND icmbnd icmbnd$(FT_EXE)
FN_JCONTROL jcontrol jcontrol$(FT_EXE)
FN_JLAUNCH jlaunch jlaunch$(FT_EXE)
FN_JSTART jstart jstart$(FT_EXE)
FN_JVM libjvm.so $(FT_DLL_PREFIX)jvm$(FT_DLL)
FN_LCOM lcomlib.so lcomlib$(FT_DLL)
FN_LCOMENV lcom_env lcom_env$(FT_TXT)
FN_MSCSAEXE sapmscsa sapmscsa$(FT_EXE) File name for executable sapmscsa
FN_MSG_SERVER msg_server msg_server$(FT_EXE)
FN_MS_ACL_INFO ms_acl_info ms_acl_info$(FT_DAT)
FN_OSCOL saposcol saposcol$(FT_EXE) File name for system collector
FN_PAGE PAGFIL01 PAGFIL$$$(FT_DAT)
FN_PRXY_INFO prxyinfo prxyinfo$(FT_DAT)
FN_REG_INFO reginfo reginfo$(FT_DAT)
FN_REORG R+++++++ R+++++++$(FT_DAT)
FN_ROLL ROLLFL01 ROLLFL$$$(FT_DAT)
FN_SAPTRAP saptrap saptrap$(FT_EXE)
FN_SCSASHM scsashm scsashm$(FT_DAT)
FN_SEC_INFO secinfo secinfo$(FT_DAT) File name for security file
FN_SLCOLEXE rslgcoll rslgcoll$(FT_EXE)
FN_SLCOLPID rslgcpid rslgcpid$(FT_DAT)
FN_SLFLMSG rslgmsgt rslgmsgt$(FT_DAT)
FN_SLOG SLOG01 SLOG$$$(FT_LOG)
FN_SLOGJOI SLOGJ SLOGJ$(FT_LOG)
FN_SLOGJOIO SLOGJO SLOGJO$(FT_LOG)
FN_SLOGO SLOGO01 SLOGO$$$(FT_LOG)
FN_SLSNDEXE rslgsend rslgsend$(FT_EXE)
FN_SLSNDPID rslgspid rslgspid$(FT_DAT)
FN_SLSNDSTAT rslgssta rslgssta$(FT_DAT)
FN_SLSWEXE rslgswap rslgswap$(FT_DAT)
FN_SORT_FILE S+++++++ S+++++++$(FT_DAT)
FN_SPOOLDIH D+++++++ D+++++++$(FT_DAT) Dateinamen-Maske f?r Ger?teinitialisierungsdateien
FN_SPOOLDTH ++++++++ ++++++++
FN_SPOOLEXE rspoget2 rspoget2$(FT_EXE)
FN_STAT stat stat$(FT_DAT)
FN_TEMU saptemu saptemu$(FT_EXE)
FN_TP tp tp$(FT_EXE)
FN_TRACE TRACE+01 TRACE+$$$(FT_LOG)
FN_TRACEN TRACE TRACE
FN_VMCDEBUGPROXY jre/bin/java jre$(DIR_SEP)bin$(DIR_SEP)java$(FT_EXE)
FN_VMCEXTTIMER vmcexttimer vmcexttimer$(FT_EXE)
FT_AUDIT File extension for audit log files (not supported)
FT_BIN File extension for binary files
FT_DAT File extension for data files
FT_DBE File extension for database files
FT_DLL .so .so
FT_DLL_PREFIX lib lib
FT_DLL_SHR .so .so
FT_EXE File extension for executables
FT_LOG File extension for log files
FT_PID File extension for pid files
FT_STA File extension for statistics file
FT_TXT
GetDsSpecCtrl get dataset specification for operating system
INSTANCE_NAME D01 $(INSTANCE_SRVTYPE)$$ Instance Identification
INSTANCE_SRVTYPE D D Service type of the instance
OS_BITLENGTH 64 64
OS_PLATFORM linuxx86_64 linuxx86_64
OS_UNICODE uc uc
PHYS_MEMSIZE 64 64 Available main memory for SAP instance
SAPARGC 1 1 number of arguments passed to the programm
SAPARGV pf=/usr/sap/SID/SYS/profile/SID_DVEBMGS01_sapSID pf=/usr/sap/SID/SYS/profile/SID_DVEBMGS01_sapSID argument string passed to the programm
SAPCRYPTOLIB /usr/sap/SID/SYS/exe/run/libsapcrypto.so $(DIR_LIBRARY)$(DIR_SEP)$(FT_DLL_PREFIX)sapcrypto$(FT_DLL)
SAPDBHOST sapSID-db sapSID-db
SAPDIAHOST sapSID-db $(SAPDBHOST)
SAPFQDN
SAPGLOBALHOST sapSID sapSID
SAPJVM_VERSION
SAPLOCALHOST kluxv722 kluxv722
SAPLOCALHOSTFULL kluxv722.eu.infineon.com $(SAPLOCALHOST).$(SAPFQDN)
SAPMSHOST sapSID-db $(SAPDBHOST) Hostname where message server is located
SAPPROFILE
SAPPROFILE_IN_EFFECT /usr/sap/SID/SYS/profile/SID_DVEBMGS01_sapSID /usr/sap/SID/SYS/profile/SID_DVEBMGS01_sapSID
SAPSYSTEM $$ $$ Number to identify a SAP system
SAPSYSTEMNAME SID SID Identifier for SAP system
SAPTYPE_HF AMD/Intel x86_64 with Linux AMD/Intel x86_64 with Linux
SAPUC2_ID1 SAP universal character with wide range SAP universal character with wide range Kernel description: non-Unicode or Unicode
SAPUC2_ID2 SAP universal character differs from wchar_t SAP universal character differs from wchar_t Kernel description: compare SAP_UC and wchar_t
SAPUC2_ID3 SAP universal character == UTF-16 SAP universal character == UTF-16 Kernel description: SAP_UC
SAPUC2_ID4 wchar_t uses proprietary coding wchar_t uses proprietary coding Kernel description: compare wchar_t and Unicode
SAPUC2_ID5 wchar_t has 4 bytes wchar_t has 4 bytes Kernel description: size of wchar_t
SAPon SAPonSYS5 SAPonSYS5_4 SAPonUNIX SAPonSYS5 SAPonSYS5_4 SAPonUNIX identifier for operating system
SDM_ADMIN_PORT
SDM_GUI_PORT
SDM_HOST
SDM_HTTP_PORT
SDM_SYSNR
SECUDIR /usr/sap/SID/D01/sec $(DIR_INSTANCE)$(DIR_SEP)sec
WP_ID Work process ID (number)
__1_DIR_AUDIT /usr/sap/SID/D01 $(DIR_INSTANCE)
__1_DIR_DATA /usr/sap/SID/D01 $(DIR_INSTANCE)
__1_DIR_DBMS /usr/sap/SID/SYS $(DIR_INSTALL)
__1_DIR_EXE_ROOT /usr/sap/SID/SYS $(DIR_INSTALL)
__1_DIR_GEN_ROOT /usr/sap/SID/SYS $(DIR_INSTALL)
__1_DIR_GLOBAL /usr/sap/SID/SYS $(DIR_INSTALL)
__1_DIR_HOME /usr/sap/SID/D01 $(DIR_INSTANCE)
__1_DIR_ICMAN_ROOT /usr/sap/SID/D01/data $(DIR_DATA)
__1_DIR_LOGGING /usr/sap/SID/D01 $(DIR_INSTANCE)
__1_DIR_PROFILE /usr/sap/SID/SYS $(DIR_INSTALL)
__1_DIR_PROTOKOLLS /usr/sap/SID/D01 $(DIR_INSTANCE)
__1_DIR_SDM_HOME /usr/sap/SID/SYS $(DIR_INSTALL)
__1_DIR_SOURCE /usr/sap/SID/SYS $(DIR_INSTALL)
__2_DIR_AUDIT log log
__2_DIR_DATA data data
__2_DIR_DBMS SAPDB SAPDB
__2_DIR_EXE_ROOT exe exe
__2_DIR_GEN_ROOT gen gen
__2_DIR_GLOBAL global global
__2_DIR_HOME work work
__2_DIR_ICMAN_ROOT icmandir icmandir
__2_DIR_LOGGING log log
__2_DIR_PROFILE profile profile
__2_DIR_PROTOKOLLS log log
__2_DIR_SDM_HOME sdm sdm
__2_DIR_SOURCE src src
__SAPPROFILE_C $Id: //bas/722_STACK/src/flat/sapparam.c#7 $ SAP $Id: //bas/722_STACK/src/flat/sapparam.c#7 $ SAP source sccs id
__SAPPROFILE_CALLS 2049 2049
__SAPPROFILE_CALL_LAST_NAME ipc/sem_permission_46 ipc/sem_permission_46
__SAPPROFILE_DEFAULT /usr/sap/SID/SYS/profile/DEFAULT.PFL /usr/sap/SID/SYS/profile/DEFAULT.PFL
__SAPPROFILE_MALLOCS 1365656 1365656
__SAPPROFILE_n_DEFAULT 46 46 number of entries in DEFAULT.PFL
__SAPPROFILE_n_PF_FILE 137 137 number of entries in instance profile
abap/SIGCHILD_default on on
abap/aab_log_field_size_limit 1024 1024 maximum log size for individual fields in ASSERT-Log (in Bytes)
abap/aciinternal Internal settings for “ACI” module of ABAP runtime
abap/activate_precompiled_header syntax-check syntax-check Mode of Operation of Precompiled Header Usage
abap/allow_tabhid2_ovfl -1 -1
abap/apg_settings
abap/atra_split_trace_file 0 0
abap/atrapath /usr/sap/SID/D01/data/AT01++++ (Default) Laufzeitanalyse: Generischer Me?datendateiname
abap/atrasizequota 30000 30000 Laufzeitanalyse: Warnung bei dieser Speicherlimit
abap/authority_to_catch_for_debugging debug_change debug_change how to check the authority for catching a process for debugging
abap/buffer_fragments
abap/buffersize 300000 300000 Program Buffer Size
abap/cache_area 1000000 1000000 Size of Cachebuffer (EXPORT TO CACHE)
abap/check_program_buffer_consistency 0 0
abap/collation/icu_sortkey_factor 11 11 size of internal ICU sortkeys
abap/collation/strxfrm_min_factor 2 2
abap/comp_diagnostic
abap/compile_mult_pass on,demand on,demand
abap/deferred_generation off off Enables/Disables deferred generation within ABAP generation
abap/dumponerror 0 0 Generate Dump on Error Message
abap/dyn_abap_log off off
abap/dyn_abap_log_deletion_rows 10000 10000
abap/dyn_abap_log_storage_days 27 27
abap/editor_file /usr/sap/SID/SYS/global/++++++++ (Default) Generic Pathname for Editor
abap/ext_debugging_possible 0 0 To restrict the usage of extern/HTTP debugging
abap/extrsyn External RSYN (for interal use only)
abap/fieldexit no no Customer only: Exit on dynpro fields allowed
abap/force_local_update_task 0 0
abap/format 2 2
abap/functiontrace
abap/heap_area_dia 2000000000 2000000000 Limit of heap memory per dialog work process
abap/heap_area_nondia 2000000000 2000000000 limit of heap memory per non dialog work process
abap/heap_area_total 2000000000 2000000000 limit of heap on Appl.Server
abap/heaplimit 40000000 40000000 if this limit is reached, wp will be killed at next chance
abap/hostname_for_sapgui Host name of an appl. server for SAPGUI-Logon
abap/hotspot_trace on on
abap/ignore_icc 0 0 ABAP/4 Consistency Check
abap/import_char_conversion 1 1 Automatic conversion in ABAP-statement IMPORT
abap/initrc_degree 1 1 determines the degree of the initial record compression
abap/list/listparser off off Enabling of parsing list structure
abap/list/printQuickInfos off off Print Quickinfos
abap/locale_ctype C C Character Set for the SAP System
abap/maximal_defenv_size 10000 10000
abap/memory_inspector_file abDbgMemory abDbgMemory prefix for filename
abap/memory_inspector_files_limit_MB 2000 2000
abap/message_output 0 0 Developer Traces (SAP Internal Use)
abap/no_dsql95 ADA ALL DB4 DB6 INF MSS ORA SQL SYB ADA ALL DB4 DB6 INF MSS ORA SQL SYB Switches version of Native-SQL Interface
abap/no_sapgui_rfc 0 0
abap/nondia_allocation_sequence default default
abap/objmgr/tracelevel 0 0 ABAP Objects Object Manager Trace Level
abap/p_a_type P_A-Optimization Level in ABAP-Interpreter
abap/package_check on on
abap/package_check_exceptions
abap/package_check_version 0 0
abap/parallelism off off
abap/pclose_at_rollout no_wait no_wait
abap/programs 100 100
abap/protfile /usr/sap/SID/SYS/global/ABAPPROT (Default)
abap/pxa shared shared Mode of Operation of Program Buffer
abap/pxaclients 32 32
abap/rabax_no_debug off off Disallow debugging in case of a short dump
abap/restricted_dset_open yes yes
abap/rsyntextln 180000 180000 Buffer Size for ABAP/4 Compiler
abap/rtm_high_water 20000000 20000000
abap/rtm_memory1_size 160000 160000
abap/rtm_memory2_size 40000 40000
abap/rtm_memory3_entries 1000 1000
abap/saptrap /usr/sap/SID/SYS/exe/run/saptrap (Default)
abap/set_textenv/ignore_errors 0 0
abap/set_textenv/skip_all 0 0
abap/shared_objects_size_MB 20 20 Size of Shared Objects Memory in MB
abap/slin_intcheck off off
abap/sourcedir /usr/sap/SID/SYS/src $(DIR_SOURCE)
abap/sqlm/main_switch on on
abap/sqlm/replace_request_n0 REQ=URL,PATT=”/\~[^/]*”,REPL=”/\~[..]” REQ=URL,PATT=”/\~[^/]*”,REPL=”/\~[..]”
abap/sqlm/replace_request_n1 REQ=URL,PATT=”([0-9] REQ=URL,PATT=”([0-9]
abap/sqlm/replace_request_n2 REQ=URL,PATT=”(19 REQ=URL,PATT=”(19
abap/sqlm/replace_request_n3
abap/sqlm/replace_request_n4
abap/sqlm/replace_request_n5
abap/sqlm/replace_request_n6
abap/sqlm/roll_memory_size 100000 100000
abap/string_cache_size 5839 5839
abap/string_sharing on on Switch on/off ABAP SHM String Sharing
abap/super open open
abap/swap_reserve 20000000 20000000 reserve on Appl.Server
abap/table_sharing on on Enables sharing of internal tables
abap/test_generation default default Handling of test code during the load generation
abap/time database database Time Synchronization
abap/timeout 512 512
abap/unicode_check off off Unicode check for ABAP programs
abap/use_max_bcd 0 0
abap/use_mm 1 1
abap/use_paging 0 0 activation switch
abap/warn2error_release 700 700 Set syntax check release compatibility for warnings
abap/warnings Reaction to Runtime Warnings
alert/ALERTS /usr/sap/SID/D01/log/ALALERTS (Default) CCMS Monitoring Architecture: filename for intermediate storage of alerts
alert/GREEN_ALERTS 0 0
alert/MONI_SEGM_SIZE 60000000 60000000 number of bytes for CCMS monitoring infrastructure (in shm key 13)
alert/MTTREE /usr/sap/SID/D01/log/ALMTTREE (Default) CCMS Monitoring Architecture: filename for intermediate storage of treestructure
alert/PERFHIST /usr/sap/SID/D01/log/ALPERFHI (Default) CCMS Monitoring Architecture: 24 hour history of performance monitor attributes
alert/TRACE 1 1
alert/cache/size_MB 0 0 CCMS Monitoring: size in MB of central cache for monitoring data
alert/max_mtes_per_autoabap_run 0 0
as4/dbmon/central_collector 0 0 Use central database performance collector for IBM i
as4/dbmon/classic 0 0 switch between classic DB monitor and plan cache dump
as4/dbmon/enable ON ON dbmon functionality enabled ?
as4/dbmon/memory_size 20 20 Gr??e des Speicherbereiches f?r DBMON
as4/dbmon/output_schema Schema with database performance data for IBM i
auth/auth_number_in_userbuffer Maximum number of authorizations in user buffer (obsolete)
auth/authorization_trace Every trace will be logged once in table USOBX
auth/check/calltransaction 2 2
auth/new_buffering 4 4 Method of storing authorizations in user buffer
auth/no_check_in_some_cases Y Y Activation of the Profile Generator
auth/object_disabling_active Y Y Value ‘N’ prohibits disabling of authorization objects
auth/rfc_authority_check 1 1 Ausf?hrung der RFC-Berechtigungspr?fung
auth/shadow_upgrade
auth/su53_buffer_entries 100 100 Number of SU53 shared buffer entries per work process
auth/tcodes_not_checked Disables Tcode checking for SU53 & SU56 auth analysis
auth/trfc_no_authority_check 0 0
backproc/steplevel_db_write on on background processing: db-write for each step vs end-of-job
batch/altlogfile /tmp/JOBLOG01 (Default)
batch/logfile /usr/sap/SID/SYS/global/JOBLOG (Default)
bdc/bdel_auth_check 0 0 batch-input: check authorisation for activity DELE when delete TA
bdc/protocol/errorforceend off off cancel batch-input processing when log-error occurs
bdc_iob_size 10240 10240
bgrfc/context_check/auth_check 0 0 activate authorisation check for RFC_CHECK_CONTEXT_ID
bgrfc/disable_integrity_check 0 0 deactivate the transactional integrity check for Units in background RFC
bgrfc/extern/auth_check 0 0 activating authorisation check for ARFC_DEST_SHIP_EXTERN
bgrfc/loadbalancing/auth_check 0 0 activate authorisation check for RFC_SERVER_GROUP_RESOURCES
bgrfc/supportability/auth_check 0 0 activate authorisation checks for bgRFC supportability remote function modules
ccl/fips/enable 0 0
codepage/R2host IBM_EBCDIC IBM_EBCDIC Specify codepage of R2 system / used by R2 sapgui
cpuid/before_first . . Truncate After Character for computer names
cpuid/behind_last computername behind seperator character
cpuid/trunc_left 1 1 Which side to truncate computer name
cpuid/trunc_size 0 0 When truncating computer names, number of remaining c.
csi/SAP/csa_lib /usr/sap/SID/SYS/exe/run/libsapcsa.so $(DIR_EXECUTABLE)$(DIR_SEP)$(FT_DLL_PREFIX)sapcsa$(FT_DLL) Path and fille name for the external content scan adapter (shared library)
csi/enable 1 1 Enable content scan interface in ICM
csi/exception
dbms/id BIN BIN
dbms/type
dbosc/cm/sap_signature_verify 1 1
dbs/ada/dbroot Home Directory of ADABAS
dbs/ada/dbservice sql6 sql6 ADABAS service
dbs/ada/logsegmentsize 49990 49990 Minimal size of the LogSegment (ADABAS)
dbs/ada/maxlocks 30000 30000 Minimal number of MaxLocks (ADABAS)
dbs/ada/schema SAPR3 SAPR3
dbs/db2/cli_trace 0 0 DB2/390: switch on/off CLI trace
dbs/db2/cli_trace_dir /usr/sap/SID/D01/work $(DIR_HOME) DB2/390: CLI trace directory
dbs/db2/con_profile /usr/sap/SID/SYS/global/connect.ini $(DIR_GLOBAL)/connect.ini Connection Profile for DB2/390
dbs/db2/generic
dbs/db2/hosttcp TCP address of database host
dbs/db2/icli_trusted_connections 0 0 specifies the use of a secure connection
dbs/db2/net_stats 0 0
dbs/db2/planname DB2/390 plan name for dynamic SAP database interface
dbs/db2/schema SAPR3 SAPR3 Owner of database objects for this component
dbs/db2/sql_trace 0,ALL 0,ALL DB2/390: set SQL trace level
dbs/db2/ssid DB2 subsystem/group attachment name
dbs/db2/ssid_standby SSID for standy subsystem
dbs/db2/use_accounting 0 0
dbs/db2/use_define_no 0 0 DB2-z/OS: Switch for usage of DEFINE NO
dbs/db2/use_hints abap->1 abap->1
dbs/db2/use_wlm 0 0
dbs/db2/user sapr3 sapr3
dbs/db4/allow_cancel Allow cancel of SQL operations using ‘Stop Transaction’
dbs/db4/concurrent_access
dbs/db4/dbcurs_dump_curs D D
dbs/db4/dbcurs_dump_tab QDB4CURSOR QDB4CURSOR
dbs/db4/dbcurs_keep_time 14 14
dbs/db4/dbsl_alternate_package Switch to an alternate set of SQL packages
dbs/db4/dbsl_buffersize Maximum number of bytes transferred per request
dbs/db4/dbsl_trace DB2/400: dbsl trace settings.
dbs/db4/driver_type Database driver type used by DBSL
dbs/db4/install_no_cmtctl OFF OFF switch off commitment control for installation
dbs/db4/max_hostvars 2000 2000 specifies the maximum number of hostvars
dbs/db4/opticonnect OFF OFF ‘1’ means opticonnect is used
dbs/db4/parallel_alter_instance Override selection of Parralel Alter Lock Manager
dbs/db4/parallel_alter_tables Allow ALTER TABLE while INSERTS occur in parallel
dbs/db4/rdbname Name of ASP group for independent ASP
dbs/db4/sql_deflate_table
dbs/db4/use_lock_queue
dbs/db4/xdn_port TCP port used by XDNLISTEN and XDNSERVER
dbs/db4/xdn_trace_file Trace file created by XDN
dbs/db6/bw_keep_hierarchy_views 0 0
dbs/db6/bw_stats_on_tmp_tables N N
dbs/db6/ccms_maintenance 1 1 DB6: CCMS maintenance enabling
dbs/db6/dbsl_cli_trace 0 0 DB2 UDB CLI trace
dbs/db6/dbsl_cstrace 0 0 DB6: level for cumulative trace (CS-TRACE)
dbs/db6/dbsl_dyn_notification generic parameter for dynamic DBSL notifications
dbs/db6/dbsl_trace 0 0 DB6: DbSl trace level
dbs/db6/dbsl_trace_deadlock_time 0 0 DB6: DbSl trace deadlock detection interval (seconds)
dbs/db6/dbsl_trace_dir Trace directory for DBSl Trace
dbs/db6/dbsl_trace_iocount 5 5 DB6: DbSl trace: number of I/O records to be traced
dbs/db6/dbsl_trace_str_len 64 64 DB6: DbSl trace display length for string/raw data
dbs/db6/dbsl_trace_string DB6: DbSl trace search string
dbs/db6/dbsl_trace_time 0 0 DB6: DbSl trace min time limit to be exceeded for tracing
dbs/db6/optlevel 5 5 DB2/CS Optimization Level
dbs/db6/schema SAPR3 SAPR3
dbs/hdb/cmd_buffersize 1048576 1048576
dbs/hdb/input_parameters 8192 8192
dbs/hdb/max_array 100000 100000
dbs/hdb/stmt_cache_size 1000 1000
dbs/hdb/stmtlng 1048576 1048576
dbs/inf/array_fetch_off 0 0 controls usage of array fetch feature
dbs/inf/blob_truncation_off 0 0 controls usage of buffer offset for blobs
dbs/inf/cursor_insert_off 0 0 controls usage of cursor insert feature
dbs/inf/free_cursor_off 0 0 controls usage of free cursor feature
dbs/inf/insert_buffer_size 4096 4096 size of buffer for ‘cursor insert’
dbs/inf/optmsg_level 15 15 controls level of optimized message passing
dbs/inf/optofc_off 0 0 controls usage of optofc feature
dbs/inf/schema SID $(SAPSYSTEMNAME)
dbs/inf/select_buffer_size 67584 67584 size of buffer for ‘array fetch’ or ‘bulk fetch’
dbs/inf/stmt_cache_reset_size 10000000 10000000 maximum size for automatic statement cache reset
dbs/inf/stmt_cache_reset_time 0 0 time interval for automatic statement cache reset
dbs/inf/stmt_cache_size 225 225 size of statement cache
dbs/mss/client_aware 1 1
dbs/mss/conn_opts
dbs/mss/dbname SID $(SAPSYSTEMNAME) name of database
dbs/mss/dbsl_profile 0 0 MSSQL: Enable dbsl profile trace
dbs/mss/packet_size 0 0 size of network packet
dbs/mss/par_stmt_prepare 1 1 MSSQL: Prepare parameterized statements
dbs/mss/schema dbo dbo Schema name (or sql server user name). Always SID in lowercase.
dbs/mss/select_asterisk 0 0
dbs/mss/server sapSID-db $(SAPDBHOST) name of host machine for SQL Server
dbs/mss/update_with_updlock 0 0 MSSQL: Set UPDLOCK hint on all UPDATE SQL statements
dbs/ora/_retry_on_sql_error
dbs/ora/array_buf_size -1 -1 Size of input/output buffer used for array operations
dbs/ora/close_stmt_after_exec 0 0 Close SQL statement after execution
dbs/ora/register_appl_info 1 1 Register application information in the Oracle Shared SQL Area
dbs/ora/schema SAPR3 SAPR3 Owner of database objects for this component
dbs/ora/stmt_cache_size -1 -1 Size of statement cache
dbs/ora/substitute_literals 0 0 global setting for openSQL hint SUBSTITUTE_LITERALS
dbs/ora/tnsname SID $(SAPSYSTEMNAME) Logischer Name einer ORACLE Datenbank
dbs/ora/tnsname_standby Service Name for a Standby Database Instance (Oracle SQL*NET V2)
dbs/ora/use_hints -1 -1 Generierung von Optimizer Hints bei Oracle
dbs/syb/dbname SID $(SAPSYSTEMNAME) name of database
dbs/syb/odbc_trace 0 0 Sybase ASE: Enable ODBC Trace
dbs/syb/packet_size 0 0 size of network packet
dbs/syb/par_stmt_prepare 1 1 Sybase ASE: Prepare parameterized statements
dbs/syb/port port of Sybase ASE database
dbs/syb/schema dbo dbo Schema name (or ASE user name). Usually SAPSR3.
dbs/syb/server sapSID-db $(SAPDBHOST) name of host machine for Sybase ASE
dbs/syb/sql_trace 0 0 Sybase ASE: Enable dbsl SQL trace
dbs/syb/tds_cap 0 0 Sybase ASE: Capture TDS Packets
diag/tc_column_check 1 1
dir/account /usr/sap/SID/D01 $(DIR_INSTANCE)
dir/arch/id other other
dir/datafiles /usr/sap/SID/D01/data $(DIR_DATA)
dir/dbms /usr/sap/SID/SYS/SAPDB $(DIR_DBMS)
dir/executables /usr/sap/SID/SYS/exe/run $(DIR_EXECUTABLE)
dir/install /usr/sap/SID/SYS $(DIR_INSTALL)
dir/libraries /usr/sap/SID/SYS/exe/run $(DIR_LIBRARY)
dir/protokolls /usr/sap/SID/D01/log $(DIR_PROTOKOLLS)
dir/temporary /tmp $(DIR_TEMP)
dta/allow C:\TMP C:\TMP
dta/ftp/account
dta/ftp/cmd /usr/bin/ftp -n /usr/bin/ftp -n
dta/ftp/pass SAP SAP ftp password
dta/ftp/user SAPR3 SAPR3 remote ftp user
dta/mechanism ftp ftp tool for download
dta/remsh/cmd /usr/bin/rsh /usr/bin/rsh remote shell command
dynp/checkskip1screen OFF OFF Activate/Deactivate check start transaction with “skip first screen”
dynp/confirmskip1screen OFF OFF
dynp/luw_id_format 1 1 format of luw id (used for update key)
dynp/usrmasking OFF OFF
dynp/xsrf_tester OFF OFF
dynpro/global_fields NO NO Enables/disables the usage of global fields.
dynpro_language_area 150000 150000 Size of Dynpro Language- Dependent Load Area
eg/max_pointers_registered 0 0
eg/mm_diagmode 0 0
eg2/max_extend_size_MB DEFAULT DEFAULT
eg2/small_object_size 1024 1024
em/address_space_MB 4096 4096 Space reserved for user context in work processes
em/address_space_emode_MB 64 64
em/as4/max_free_list -1 -1 maximum number of elements on list
em/blocksize_KB 4096 4096 Block size for extended memory
em/execute_protection 1 1
em/global_area_MB 96 96 Size of the extended global memory area (EG) im MB
em/initial_size_MB 4096 4096 Initial size of extended memory pool
em/max_dump_lines 6291456 6291456
em/max_size_MB 4096 4096 Maximum size of extended memory pool
em/mm_diagmode 0 0 Dagnostic options for internal memory management
em/stat_log_size_MB 20 20 Insert into history buffer over MB used
em/stat_log_timeout 0 0 Write buffer onto disk all … minutes
em/use_emode_mapping 0 0
em2/implementation map map Defines implementation of MM
enque/adm-queue/size 1000 $(enque/server/max_requests)
enque/adm-queue/spincount 1000000 1000000
enque/adm-queue/use_spinning 0 0
enque/async_req_max 100 100 Max. number of subsequent asynchronous requests
enque/backup_file /usr/sap/SID/D01/log/ENQBCK (Default) Name (full path) of the backup file
enque/con_retries 60 60 Number of connect retries to standalone enqueue server
enque/con_timeout 5000 5000 Timeout for connect establishment to standalone enqueue server
enque/delay_jitter 400 400 Offset for enqueue/wait operations
enque/delay_log_level 1 1 Log level for delays
enque/delay_log_time 300 300 Log time for delays
enque/delay_max 5 5 Number of retries if enqueue request is rejected
enque/delay_max_refine 1 1 Maximum refine for Enqueue/wait operations
enque/deque_wait_answer 0 0 Dequeue: wait for answer of enqueue server?
enque/disable_replication 2 2 Disables the enqueue replication system
enque/encni/bindhost
enque/encni/hostname sapSID $(enque/serverhost)
enque/encni/max_clients 1000 $(enque/server/max_clients)
enque/encni/max_fragment_count 100 100
enque/encni/port sapdp06 sapdp$(enque/serverinst)
enque/encni/repl_port 50616 5$(enque/serverinst)16
enque/encni/select_time 20000 20000
enque/encni/threadcount 1 $(enque/server/threadcount)
enque/encni/timeout 5000 5000
enque/enq-queue/size 1000 $(enque/server/max_requests)
enque/enq-queue/spincount 1000000 1000000
enque/enq-queue/use_spinning 0 $(enque/server/use_spinning)
enque/enrep/inactive_action sleep sleep
enque/enrep/keepalive_count 0 0
enque/enrep/keepalive_timeout 1000 1000
enque/enrep/poll_interval 0 0
enque/enrep/poll_timeout 60 60
enque/enrep/poll_timeout_max 120 120
enque/enrep/req_block_count 1000 $(enque/server/max_requests)
enque/enrep/stop_retries 1 1
enque/enrep/stop_timeout_s 300 300
enque/enrep/store_size 1000 $(enque/server/max_requests)
enque/fast_table 1 1 Select fast or slow enqueue table implementation
enque/lock_owner/check 1 1
enque/lock_owner/rabax 0 0
enque/log_file /usr/sap/SID/D01/work/ENQLOG++ (Default) enqueue related logfiles for all workprocesses (path)
enque/logging 0 0 Switch enqueue logging on/off
enque/process_location REMOTESA REMOTESA Communication between work process and Enqueue Server
enque/query_condense 1 1
enque/repl-queue/size 1000 $(enque/server/max_requests)
enque/repl-queue/spincount 1000000 1000000
enque/repl-queue/use_spinning 0 0
enque/repl_val_file /usr/sap/SID/D01/log/ENQRPVAL (Default)
enque/replication_dll Name of the shared library for the enque replication
enque/replication_failed_cmd Command string to be executed when repl. reload fails
enque/report_file /usr/sap/SID/SYS/global/ENQLIS (Default)
enque/server/acl_file
enque/server/codepage 4103 $(install/codepage/appl_server)
enque/server/exit_on_cleanup_fail 1 1
enque/server/internal_replication 0 $(enque/server/replication)
enque/server/max_clients 1000 1000
enque/server/max_query_requests 100 100
enque/server/max_query_size 131072 131072
enque/server/max_request_size 32768 32768
enque/server/max_requests 1000 1000
enque/server/query_block_count 100 $(enque/server/max_query_requests)
enque/server/query_block_size 131072 $(enque/server/max_query_size)
enque/server/replication 0 0
enque/server/replication_dll
enque/server/replication_local 0 0
enque/server/replication_multi_thread 0 0
enque/server/replication_thread_count 1 1
enque/server/req_block_count 1000 $(enque/server/max_requests)
enque/server/req_block_size 32768 $(enque/server/max_request_size)
enque/server/response_reduce_percentage 85 85
enque/server/threadcount 1 1
enque/server/use_spinning 0 0
enque/serverhost sapSID sapSID
enque/serverinst 6 6
enque/statistics_file /usr/sap/SID/D01/data/ENQSTAT (Default) Statistics file for Enqueue (full path)
enque/table_size 32768 32768 Size of Enqueue Table
enque/top_list_length 10 10 Length of the top lists in case of table overflows
enque/use_pfclock2 0 0 Use pfclock2 to measure times in enqueue processing
es/filename_prefix / /
es/implementation std std Defines implementation of MM on UNIX based OS
es2/blocksize_KB 1024 1024 Block size for extended memory
es2/disclaimLevel 0 0
es2/filename_prefix / $(es/filename_prefix)
es2/initial_size_MB 256 256 Initial size of extended memory pool
es2/use_external_file_mapping 0 0
eu/controlled_modification 1 1 Customizing modifications on repository Objects
eu/filename /usr/sap/SID/SYS/global/EU++++++ (Default)
eu/iwb/help_type Info Workbench: Type of Extended Help (format/access)
eu/iwb/installed_languages Info Workbench: Installed Help Languages
eu/iwb/path_mac Info Workbench: File path for Help on Mac Platforms
eu/iwb/path_os2 Info Workbench: File path for Help on OS/2 platforms
eu/iwb/path_unix Info Workbench: File path for Help on UNIX platforms
eu/iwb/path_win16 Info Workbench: File path for Help on Win16 platforms
eu/iwb/path_win32 Info Workbench: File path for Help on Win32 platforms
eu/iwb/server_mac Info Workbench: HTTP server for Help on Mac platforms
eu/iwb/server_os2 Info Workbench: HTTP server for help on OS/2 platforms
eu/iwb/server_unix Info Workbench: HTTP server for help on UNIX platforms
eu/iwb/server_win16 Info Workbench: HTTP server for Help on Win16 platforms
eu/iwb/server_win32 Info Workbench: HTTP server for help on Win32 platforms
exe/alpha_term /usr/sap/SID/SYS/exe/run (Default)
exe/centralprgm /usr/sap/SID/SYS/exe/uc/linuxx86_64/++++++++ (Default)
exe/check /usr/sap/SID/SYS/exe/run/sapcheck (Default)
exe/clock (Default) (Default)
exe/debug_proxy /usr/sap/SID/SYS/exe/run/jkit/jre/bin/java (Default)
exe/disp+work /usr/sap/SID/SYS/exe/run/disp+work (Default) Name of dispatcher executable
exe/gbmat /usr/sap/SID/SYS/exe/run/gbmat (Default)
exe/gbusg /usr/sap/SID/SYS/exe/run/gbusg (Default)
exe/ggant /usr/sap/SID/SYS/exe/run/ggant (Default)
exe/ghier /usr/sap/SID/SYS/exe/run/ghier (Default)
exe/ghpgl /usr/sap/SID/SYS/exe/run/ghpgl (Default)
exe/gmenu /usr/sap/SID/SYS/exe/run/gmenu (Default)
exe/gscld /usr/sap/SID/SYS/exe/run/gscld (Default)
exe/gwrd /usr/sap/SID/SYS/exe/run/gwrd (Default) Name of gateway executable
exe/icman /usr/sap/SID/SYS/exe/run/icman (Default) Name of Internet Communication Manager (ICM) executable
exe/icmbnd /usr/sap/SID/SYS/exe/run/icmbnd (Default) Name of external binding executable for ports
exe/j2ee /usr/sap/SID/SYS/exe/run/jstart (Default) name of SAP J2EE Engine executable or batch file
exe/localprgm /usr/sap/SID/SYS/exe/run/++++++++ (Default)
exe/log_server /usr/sap/SID/SYS/exe/run (Default)
exe/msg_server /usr/sap/SID/SYS/exe/run/msg_server (Default)
exe/os_collector /usr/sap/SID/SYS/exe/run (Default)
exe/saposcol /usr/sap/SID/SYS/exe/run/saposcol (Default)
exe/saptemu /usr/sap/SID/SYS/exe/run/saptemu (Default)
exe/spool_server /usr/sap/SID/SYS/exe/run (Default)
exe/tcp_client (Default) (Default)
exe/tcp_server (Default) (Default)
exe/vmcexttimer /usr/sap/SID/SYS/exe/run/vmcexttimer (Default)
exe/work_process /usr/sap/SID/SYS/exe/run (Default) path of work processes
graph/help /usr/sap/SID/SYS/exe/run/++++++++ (Default)
graph/lang /usr/sap/SID/SYS/exe/run/++++++++ (Default)
gw/accept_remote_trace_level 1 1 CPIC and RFC: adopt remote trace level?
gw/accept_timeout 60 60
gw/acl_file ACL (access control list) file of the gateway
gw/acl_mode 1 1 Mode for non existing ACL file
gw/autoreload 0 0
gw/close_routes 120 120 Timer to close inactive routes between gateways
gw/compatibility 0 0 Compatible to version older than 3.0
gw/conn_disconnect 900 900 Timeout to remove connections in state DISCONNECT
gw/conn_pending 60 60 timeout for pending connections
gw/cpic_timeout 20 20 Max. waiting time to establish connections
gw/deallocate_timeout 600 600 timeout for deallocate and socket close
gw/export_trace_level 0 0 Export trace level to external clients, gateways, …
gw/export_trace_level_strict 0 0
gw/external_trace_level 0 0 Tracelevel for programs started from the gateway
gw/frag_timeout 120 120
gw/gw_disconnect 1800 1800 Timeout to cancel inactive gateway connections
gw/internal_timeout 0 0 Timeout for read/write calls
gw/ipv6_via_router 0 0
gw/keepalive 300 300 Timer for check unused connections
gw/listen_queue_len 512 512
gw/local_addr 0.0.0.0 0.0.0.0 use local address for connections
gw/logging ACTION= LOGFILE=gw_log-%y-%m-%d SWITCHTF=day MAXSIZEKB=100 ACTION= LOGFILE=gw_log-%y-%m-%d SWITCHTF=day MAXSIZEKB=100
gw/max_conn 500 500 Maximum number of active connections
gw/max_overflow_size 10000000 10000000 Size of local memory area for SAP gateway
gw/max_overflow_usage 20 20 Percentage of overflow area
gw/max_shm_req Maximum number of requests put into shared memory
gw/max_sleep 20 20 Timeout for gateway reader for select
gw/max_sockets 2048 2048 max number of sockets for gateway
gw/max_sys 1000 1000 Maximum number of gateway clients
gw/monitor 1 1 Enables or disables monitor commands
gw/netstat_once 1 1 Get own IP addresses only during startup
gw/ni_dns_trc_limit 2000 2000
gw/nibuf_max number of entries in network hostname buffer
gw/nibuf_retry timeout for ‘invalid’ entries in hostname buffer
gw/nitrace 0 0 enable/disable tracing for network layer (NI)
gw/one_sided_frag_write 1 1
gw/prxy_info /usr/sap/SID/D01/data/prxyinfo (Default)
gw/reg_error_timeout 60 60
gw/reg_info /sapmnt/SID/global/reginfo /sapmnt/SID/global/reginfo External security filename for gateway
gw/reg_keepalive 300 300 timer for check waiting registered server programs
gw/reg_lb_default 20 20 Default value for load
gw/reg_lb_ip Define load value for specific IP addresses or ranges of IP addresses
gw/reg_lb_level 1 1 Load balancing level for registered programs
gw/reg_no_conn_info 1 1 Setzen von Security Leveln f?r sec- und reg_info
gw/reg_timeout 60 60 Timeout to allocate registererd programs
gw/rem_start REMOTE_SHELL REMOTE_SHELL How to start remote executables
gw/remsh /usr/bin/ssh /usr/bin/ssh Remote shell command
gw/req_stack_size 30 30 Number of stacks for CPI-C communication
gw/resolve_phys_addr 1 1
gw/resolve_timeout 2000 $(gw/ni_dns_trc_limit) Timeout for net lookup calls
gw/sec_info /sapmnt/SID/global/secinfo /sapmnt/SID/global/secinfo External security filename for gateway
gw/sim_mode 0 0 Startet den Simulations Modus f?r reg_info und sec_info
gw/so_keepalive 1 1 Enable/disable socket option SO_KEEPALIVE
gw/ssh /usr/bin/ssh /usr/bin/ssh Secure shell command
gw/stack_size 100 100 Gateway stack size for internal communication
gw/start_in_homedir 1 1
gw/startup /usr/sap/SID/D01/data/gwstartup (Default) File read during startup to start external server
gw/stat 0 0 Statistic switch
gw/timeout 0 0 Timeout for connect to other gateways
gw/use_udp 0 0 enable/disable UDP port
http/security_context_cache_size 2500 2500 size (number of entries) of the HTTP security session context cache
http/security_session_timeout 1800 1800 (Inactivity) Timeout for Http Security Sessions [in seconds]
http/systemcall 1 1
http/zone_separator ~ ~
i18n/bidi/logic UC2 UC2 BIDI logic during printing
i18n/bidi/logical_number_printing 0 0
i18n/export_to/code_page_attr normal normal
icf/accept_client_profile_level 0 0 accept client switch of profile level for internet communication framework
icf/accept_client_recorder_level 0 0 accept client switch of recorder level for internet communication framework
icf/accept_remote_profile_level 0 0 accept external switch of profile level for internet communication framework
icf/accept_remote_recorder_level 0 0 accept external switch of recorder level for internet communication framework
icf/dump_connection_info 0 0
icf/max_handle_key 100 100
icf/option_list Optionsliste f?r ICF
icf/reject_expired_passwd 0 0
icf/set_HTTPonly_flag_on_cookies 3 3 Set HTTPonly-Flag for Cookies.
icf/shared_memory_cache_off 0 0 switch the ICF memory cache on/off
icf/ssocookie_mandatory 0 0
icf/user_recheck 1 1 Recheck user by following requests in stateful HTTP communication
icm/HTTP/ASJava/disable_url_session_tracking 1 1
icm/HTTP/admin_0 PREFIX=/sap/admin,DOCROOT=/usr/sap/SID/D01/data/icmandir/adm PREFIX=/sap/admin,DOCROOT=$(DIR_ICMAN_ROOT)/admin,AUTHFILE=$
icm/HTTP/allow_invalid_host_header 1 1
icm/HTTP/auth_0 PREFIX=/,FILTER=SAP PREFIX=/,FILTER=SAP
icm/HTTP/client/keep_alive_timeout 10 10
icm/HTTP/context_quota 90 90 Quota (in percent) for number of contexts in backend system
icm/HTTP/error_templ_path /usr/sap/SID/D01/data/icmandir/error_templ $(DIR_ICMAN_ROOT)/error_templ Description where the error templates can be found
icm/HTTP/file_access_0 PREFIX=/sap/public/icmandir/,DOCROOT=/usr/sap/SID/D01/data/i $(icm[$(system/type)]/HTTP/file_access_0)
icm/HTTP/j2ee_0
icm/HTTP/logging_0
icm/HTTP/max_request_size_KB 102400 102400 Maximum size of HTTP-request which is accepted by ICM
icm/HTTP/mod_0 PREFIX=/ PREFIX=/
icm/HTTP/redirect_0
icm/HTTP/request_timer 0 0
icm/HTTP/server_cache_0 PREFIX=/, CACHEDIR=/usr/sap/SID/D01/data/cache PREFIX=/, CACHEDIR=$(DIR_DATA)/cache
icm/HTTP/server_cache_0/clear 1 1
icm/HTTP/server_cache_0/expiration 86400 86400
icm/HTTP/server_cache_0/max_entries 10000 10000
icm/HTTP/server_cache_0/max_name_len 256 256
icm/HTTP/server_cache_0/max_net_frag_size 0 0
icm/HTTP/server_cache_0/max_obj_size_MB 50 50
icm/HTTP/server_cache_0/max_ufo_entries 2000 2000
icm/HTTP/server_cache_0/memory_size_MB 50 50
icm/HTTP/server_cache_0/size_MB 400 400
icm/HTTP/server_cache_0/ufo_List 0 0
icm/HTTP/server_cache_0/ufo_codelist 404 404
icm/HTTP/server_cache_0/ufo_expiration 60 60
icm/HTTP/show_server_header 1 1
icm/HTTPS/client_certificate_chain_header_prefix SSL_CLIENT_CERT_CHAIN_ SSL_CLIENT_CERT_CHAIN_
icm/HTTPS/client_certificate_header_name SSL_CLIENT_CERT SSL_CLIENT_CERT
icm/HTTPS/client_cipher_suite_header_name SSL_CIPHER_SUITE SSL_CIPHER_SUITE
icm/HTTPS/client_key_size_header_name SSL_CIPHER_USEKEYSIZE SSL_CIPHER_USEKEYSIZE
icm/HTTPS/context_quota 90 90 Quota (in percent) for number of contexts in backend system
icm/HTTPS/trust_client_with_issuer trust client with a certificate signed by this issuer
icm/HTTPS/trust_client_with_subject trust client with a certificate of this subject
icm/HTTPS/verify_client 1 1 SSL Client Certificate required?
icm/IIOP/max_request_size_KB 12288 12288
icm/P4/max_request_size_KB 12288 12288
icm/SMTP/context_quota 90 90 Quota (in percent) for number of contexts in backend system
icm/accept_forwarded_cert_via_http 0 0
icm/accept_remote_trace_level 0 0 Accept external switch of trace level
icm/authfile /usr/sap/SID/SYS/global/security/data/icmauth.txt $(DIR_GLOBAL)$(DIR_SEP)security$(DIR_SEP)data$(DIR_SEP)icmau Path and name of ICM authentication file
icm/cancel_strategy 1 1 Cancel strategy of ICM
icm/ccms_monitoring 1 1 Switch on / off CCMS monitoring of ICM
icm/ccms_refresh_rate 30 30 Time interval (sec.) for CCMS alerting information of ICM
icm/conn_timeout 5000 5000 Timeout for outgoing connections
icm/failover_timeout 120 120
icm/host_name_full Full qualified host name
icm/keep_alive_timeout 60 60 Keep alive timeout for inactive connections
icm/listen_queue_len 512 512 Maximum number of requests in state waiting for connection
icm/log_level 0 0 Level for syslog writing
icm/max_conn 500 500 Maximum number of open connections at one time
icm/max_plugins 30 30
icm/max_services 30 30 maximum number of ICM services (port/protocol)
icm/max_sockets 2048 2048 Maximum numer of sockets to use
icm/max_threads 250 250 Maximum number of worker threads of ICM
icm/max_timeout_wp 500 500
icm/min_spare_threads 3 3 Number of worker threads ICM tries to keep free
icm/min_threads 10 10 Minimum number of threads of ICM
icm/ms_keepalive_s 60 60
icm/no_keepalive_rollout 0 0
icm/plugin_0
icm/plugin_1
icm/plugin_2
icm/plugin_3
icm/plugin_4
icm/plugin_5
icm/plugin_6
icm/plugin_7
icm/plugin_8
icm/plugin_9
icm/req_queue_len 1000 1000 Maximum number of requests waiting for processing
icm/security_log LOGFILE=dev_icm_sec,MAXSIZEKB=500 LOGFILE=dev_icm_sec,MAXSIZEKB=500 Configuration of ICM security log
icm/server_port_0 PROT=HTTP,PORT=0,TIMEOUT=60,PROCTIMEOUT=60 $(icm[$(system/type)]/server_port_0)
icm/server_port_1 PROT=SMTP,PORT=0,TIMEOUT=120,PROCTIMEOUT=120 $(icm[$(system/type)]/server_port_1)
icm/server_port_2 $(icm[$(system/type)]/server_port_2)
icm/server_port_3 $(icm[$(system/type)]/server_port_3)
icm/server_port_4 $(icm[$(system/type)]/server_port_4)
icm/server_port_5 $(icm[$(system/type)]/server_port_5)
icm/server_port_6 $(icm[$(system/type)]/server_port_6)
icm/server_port_7 $(icm[$(system/type)]/server_port_7)
icm/server_port_8 $(icm[$(system/type)]/server_port_8)
icm/server_port_9 $(icm[$(system/type)]/server_port_9)
icm/stacksize_KB 512 512
icm/trace_secured_data 0 0
icm/trusted_reverse_proxy_0
icm/wp_mpi_available 5 5 Min. number of MPIs which have to be available for roll-in
icm/wp_roll_timeout 15 15 Maximum work process blocking time
icm[ABAP]/HTTP/file_access_0 PREFIX=/sap/public/icmandir/,DOCROOT=/usr/sap/SID/D01/data/i PREFIX=/sap/public/icmandir/,DOCROOT=$(DIR_ICMAN_ROOT),ARCHI
icm[ABAP]/server_port_0 PROT=HTTP,PORT=0,TIMEOUT=60,PROCTIMEOUT=60 PROT=HTTP,PORT=0,TIMEOUT=60,PROCTIMEOUT=60
icm[ABAP]/server_port_1 PROT=SMTP,PORT=0,TIMEOUT=120,PROCTIMEOUT=120 PROT=SMTP,PORT=0,TIMEOUT=120,PROCTIMEOUT=120
icm[ABAP]/server_port_2
icm[ABAP]/server_port_3
icm[ABAP]/server_port_4
icm[ABAP]/server_port_5
icm[ABAP]/server_port_6
icm[ABAP]/server_port_7
icm[ABAP]/server_port_8
icm[ABAP]/server_port_9
icm[DS]/HTTP/file_access_0 PREFIX=/sap/public/icmandir/,DOCROOT=/usr/sap/SID/D01/data/i PREFIX=/sap/public/icmandir/,DOCROOT=$(DIR_ICMAN_ROOT),ARCHI
icm[DS]/server_port_0 PROT=HTTP,PORT=5$$00,TIMEOUT=60,PROCTIMEOUT=600 PROT=HTTP,PORT=5$(SAPSYSTEM)00,TIMEOUT=60,PROCTIMEOUT=600
icm[DS]/server_port_1 PROT=P4,PORT=5$$04 PROT=P4,PORT=5$(SAPSYSTEM)04
icm[DS]/server_port_2 PROT=IIOP, PORT=5$$07 PROT=IIOP, PORT=5$(SAPSYSTEM)07
icm[DS]/server_port_3 PROT=TELNET,PORT=5$$08,HOST=localhost PROT=TELNET,PORT=5$(SAPSYSTEM)08,HOST=localhost
icm[DS]/server_port_4 PROT=SMTP,PORT=0,TIMEOUT=120,PROCTIMEOUT=120 PROT=SMTP,PORT=0,TIMEOUT=120,PROCTIMEOUT=120
icm[DS]/server_port_5
icm[DS]/server_port_6
icm[DS]/server_port_7
icm[DS]/server_port_8
icm[DS]/server_port_9
icm[J2EE]/HTTP/file_access_0
icm[J2EE]/server_port_0 PROT=HTTP,PORT=5$$00,TIMEOUT=60,PROCTIMEOUT=600 PROT=HTTP,PORT=5$(SAPSYSTEM)00,TIMEOUT=60,PROCTIMEOUT=600
icm[J2EE]/server_port_1 PROT=P4,PORT=5$$04 PROT=P4,PORT=5$(SAPSYSTEM)04
icm[J2EE]/server_port_2 PROT=IIOP, PORT=5$$07 PROT=IIOP, PORT=5$(SAPSYSTEM)07
icm[J2EE]/server_port_3 PROT=TELNET,PORT=5$$08,HOST=localhost PROT=TELNET,PORT=5$(SAPSYSTEM)08,HOST=localhost
icm[J2EE]/server_port_4
icm[J2EE]/server_port_5
icm[J2EE]/server_port_6
icm[J2EE]/server_port_7
icm[J2EE]/server_port_8
icm[J2EE]/server_port_9
icm[SMDA]/HTTP/file_access_0
icm[SMDA]/server_port_0
icm[SMDA]/server_port_1
icm[SMDA]/server_port_2
icm[SMDA]/server_port_3
icm[SMDA]/server_port_4
icm[SMDA]/server_port_5
icm[SMDA]/server_port_6
icm[SMDA]/server_port_7
icm[SMDA]/server_port_8
icm[SMDA]/server_port_9
icm[]/HTTP/file_access_0
icm[]/server_port_0
icm[]/server_port_1
icm[]/server_port_2
icm[]/server_port_3
icm[]/server_port_4
icm[]/server_port_5
icm[]/server_port_6
icm[]/server_port_7
icm[]/server_port_8
icm[]/server_port_9
ict/disable_cookie_urlencoding 0 0
ict/exclude_compression *.zip,*.rar,*.arj,*.z,*.gz,*.tar,*.lzh,*.cab,*.hqx,*.ace,*.j *.zip,*.rar,*.arj,*.z,*.gz,*.tar,*.lzh,*.cab,*.hqx,*.ace,*.j
ict/max_form_fields 5000 5000
ict/min_compression_size 1024 1024
ict/odata_compatible_urls 0 0
igs/ip/bwgis bwgis.so bwgis$(FT_DLL_SHR)
igs/ip/chart gfwchart.so gfwchart$(FT_DLL_SHR)
igs/ip/imgconv imgconv.so imgconv$(FT_DLL_SHR)
igs/ip/rspoconnector rspoconnector.so rspoconnector$(FT_DLL_SHR)
igs/ip/xmlchart xmlchart.so xmlchart$(FT_DLL_SHR)
igs/ip/zipper zipper.so zipper$(FT_DLL_SHR)
igs/listener/http 4$$80 4$(SAPSYSTEM)80
igs/listener/rfc IGS.SID,kluxv722,sapgw$$,60 IGS.$(SAPSYSTEMNAME),$(SAPLOCALHOST),sapgw$(SAPSYSTEM),60
igs/mux/ip kluxv722 $(SAPLOCALHOST)
igs/mux/port 4$$00 4$(SAPSYSTEM)00
igs/pw/1/lf 3 3
igs/pw/1/port 4$$01 4$(SAPSYSTEM)01
igs/pw/2/lf 3 3
igs/pw/2/port 4$$02 4$(SAPSYSTEM)02
igs/tracelevel 1 1
install/codepage/FRONT_CONVERSION 0 0 Screen input field data upper case translation
install/codepage/MNLS_CONVERSION 0 0 Don’t translate Japanese characters to upper case
install/codepage/appl_server 4103 4103 codepages installed on the application server
install/codepage/db/non_transp sapparam.c: Don’t use sapparam.c: Don’t use Don’t use:code page used for non-transparent db tables
install/codepage/db/transp sapparam.c: Don’t use sapparam.c: Don’t use Don’t use: Code page used in database
install/uid sapsys sapsys User identification used by whole R/3 towards the operating system
install/umask 7 7 mask for modifying the file permission bits
ipc/evt_gl_count 0 0
ipc/evt_os_key_bottom 3000000 3000000
ipc/evt_os_key_top 3999999 3999999
ipc/evt_pr_count 20 20
ipc/evt_pr_set_count 60 60
ipc/evt_vr_count 79 79
ipc/msq_os_key_bottom 40000 40000
ipc/sem_gl_count 5 5
ipc/sem_mon_level 0 0
ipc/sem_mon_rec 100 100
ipc/sem_os_key_bottom 20000 20000
ipc/sem_os_key_top 29999 29999
ipc/sem_pr_count 78 78
ipc/sem_vr_count 19 19
ipc/shm_malloc_reserve 0 0
ipc/shm_os_key_bottom 10000 10000
ipc/shm_os_key_top 20999 20999
ipc/shm_psize_10 200000000 200000000
ipc/shm_psize_12
ipc/shm_psize_14
ipc/shm_psize_19
ipc/shm_psize_20 0 0
ipc/shm_psize_33
ipc/shm_psize_40 110000000 110000000
ipc/shm_psize_42
ipc/shm_psize_43
ipc/shm_psize_44
ipc/shm_psize_45
ipc/shm_psize_47
ipc/shm_psize_50 1048576 1048576
is/HTTP/default_root_hdl j2ee j2ee Default HTTP handler for root-URLs (“/”)
is/HTTP/lb_capacity
is/HTTP/server_header
is/HTTP/show_detailed_errors 0 0 Form of HTTP error pages (short or detailed)
is/HTTP/show_server_header 1 1
is/HTTP/virt_host_0 *:*; *:*; Definition of virtual server for HTTP
is/HTTP/virt_host_1 Definition of virtual host for HTTP
is/HTTP/virt_host_2 Definition of virtual host for HTTP
is/HTTP/virt_host_3 Definition of virtual host for HTTP
is/HTTP/virt_host_4 Definition of virtual host for HTTP
is/HTTP/virt_host_5 Definition of virtual host for HTTP
is/HTTP/virt_host_6 Definition of virtual host for HTTP
is/HTTP/virt_host_7 Definition of virtual host for HTTP
is/HTTP/virt_host_8 Definition of virtual host for HTTP
is/HTTP/virt_host_9 Definition of virtual host for HTTP
is/SMTP/virt_host_0 *:*; *:*; Definition of virtual host for SMTP
is/SMTP/virt_host_1 Definition of virtual host for SMTP
is/SMTP/virt_host_2 Definition of virtual host for SMTP
is/SMTP/virt_host_3 Definition of virtual host for SMTP
is/SMTP/virt_host_4 Definition of virtual host for SMTP
is/SMTP/virt_host_5 Definition of virtual host for SMTP
is/SMTP/virt_host_6 Definition of virtual host for SMTP
is/SMTP/virt_host_7 Definition of virtual host for SMTP
is/SMTP/virt_host_8 Definition of virtual host for SMTP
is/SMTP/virt_host_9 Definition of virtual host for SMTP
is/hostbuffer_timeout_invalid_entry 600 600
is/hostbuffer_timeout_valid_entry 600 600
is/instname_encoding none none Define the encoding of the instance name
is/server_name SAP NetWeaver Application Server SAP NetWeaver Application Server
is/server_version 7.22 7.22
is/socket_buffer_size 65536 65536
is/use_IPv6 0 0
is/use_uds 1 1
itsp/LocalRepository
itsp/MaxFrames 50 50 SAP Gui for HTML, maximum number of frames
itsp/MaxStates 50 50 SAP Gui for HTML, maximum syncronisation states
itsp/MaxSubscreenNames 20 20 SAP Gui for HTML, maximum subscreen names
itsp/MaxSubscreens 50 50 SAP Gui for HTML, maximum number of subscreens
itsp/SAPjulep/AutoPreProc include(“system”,””,”sapxjutil.html”);include(“system”,””,”s include(“system”,””,”sapxjutil.html”);include(“system”,””,”s SAP Gui for HTML, sapjulep automatic preprocessing
itsp/SAPjulep/MaxExFunctions 81 81 SAP Gui for HTML, maximum external functions
itsp/SAPjulep/MaxExModules 16 16 SAP Gui for HTML, maximum number of external modules
itsp/SAPjulep/MaxHtmlPPs 256 256 SAP Gui for HTML, maximum preparsed trees
itsp/SAPjulep/Profiling 0 0 SAP Gui for HTML, sapjulep profiling
itsp/SearchhelpResultPerPage 100 100 SAP Gui for HTML, Search help number of results per page
itsp/Security/ITSAppletPSE 0 0 enable ITS’s own PSE for Applet Handshaking
itsp/Security/allow_designs_from limit access through ~design_base_url
itsp/Traces/SAPagi/TraceLevel 1 1 SAP Gui for HTML, additional developer trace, agi interface
itsp/Traces/SAPalvgrid/TraceLevel 1 1 ITS/WebGUI ALV Gridview Control Trace
itsp/Traces/SAPautom/TraceLevel 2 2 SAP Gui for HTML, additional developer trace, automation
itsp/Traces/SAPdiag/TraceLevel 2 2 SAP Gui for HTML, additional developer trace, html diag
itsp/Traces/SAPdp/TraceLevel 1 1 SAP Gui for HTML, additional developer trace, dataprovider
itsp/Traces/SAPjulep/TraceLevel 1 1 SAP Gui for HTML, additional developer trace, sapjulep
itsp/Traces/SAPplugin/TraceLevel 2 2 SAP Gui for HTML, additional developer trace, itsp plugin
itsp/Traces/SAPxgdk/TraceLevel 2 2 SAP Gui for HTML, additional developer trace, sapxgdk
itsp/Traces/render/TraceLevel 1 1
itsp/TreeNodesPerPage 100 100 SAP Gui for HTML, maximum tree nodes per page
itsp/cachecontrol/maxage 43200 43200 Integrated ITS, max-age for its mimes
itsp/devmode/contextdump 0 0 Integrierter ITS, HTML Kontextdump erlauben
itsp/enable 1 1 Enable the ITS / Web GUI kernel plugin
itsp/ignorefromurl Integrated ITS, remove parameter from url
itsp/max_eg_mem_percent 80 80 High water mark for the ITS kernel plugin
itsp/memory_check 1 1 Turn on memory check in the ITS / Web GUI kernel plugin
itsp/sessionid_path_position 1 1
itsp/startokcode 0 0 Integrated ITS, allow additional okcode for start transaction
ixml/dtd_restriction none none Restriction of DTD processing for iXML
ixml/xml_expansion_factor 10 10 XML expansion factor for the iXML DTD restriction
j2ee/HTTP/request_DEFAULT_0 0,7,2,0,1,0 0,7,2,0,1,0
j2ee/HTTP/request_DEFAULT_1 0,3,3,0.9,0.01,1 0,3,3,0.9,0.01,1
j2ee/HTTP/request_DEFAULT_2 0,2,6,1,1,0.01 0,2,6,1,1,0.01
j2ee/HTTP/request_DEFAULT_3 0,5,2,0,0.01,1 0,5,2,0,0.01,1
j2ee/HTTP/request_DEFAULT_4 1,4,1,0,1,0.8 1,4,1,0,1,0.8
j2ee/HTTP/request_DEFAULT_5 1,3,1,0,1,0.2 1,3,1,0,1,0.2
j2ee/HTTP/request_DEFAULT_6 1,6,1,0,20,0.5 1,6,1,0,20,0.5
j2ee/HTTP/request_DEFAULT_7 1,4,3,0,0.0001,0.0001 1,4,3,0,0.0001,0.0001
j2ee/HTTP/session_DEFAULT_0 0,7,2,0,1,0 0,7,2,0,1,0
j2ee/HTTP/session_DEFAULT_1 1,4,1,0,1,1 1,4,1,0,1,1
j2ee/HTTP/session_DEFAULT_2 1,4,3,0,0.0001,0.0001 1,4,3,0,0.0001,0.0001
j2ee/IIOP/request_DEFAULT_0 0,11,2,0,1,0 0,11,2,0,1,0
j2ee/IIOP/request_DEFAULT_1 1, 1,1,0,1,1 1, 1,1,0,1,1
j2ee/P4/request_DEFAULT_0 0,10,2,0,1,0 0,10,2,0,1,0
j2ee/P4/request_DEFAULT_1 1, 1,1,0,1,1 1, 1,1,0,1,1
j2ee/Telnet/request_DEFAULT_0 0,12,2,0,1,0 0,12,2,0,1,0
j2ee/Telnet/request_DEFAULT_1 1, 1,1,0,1,1 1, 1,1,0,1,1
j2ee/cpu_count 2 2
j2ee/cpu_count_percentage 100 100
j2ee/dbdriver Database driver location
j2ee/dbhost Hostname of the J2EE database instance
j2ee/dbname Name of the J2EE database instance
j2ee/dbtype Type of the J2EE database instance
j2ee/enq/host $(j2ee/scs/host)
j2ee/enq/port 32 32$(j2ee/scs/system)
j2ee/gw/host $(j2ee/scs/host)
j2ee/gw/port 33 33$(j2ee/scs/system)
j2ee/gw/snc/port 48 48$(j2ee/scs/system)
j2ee/instance_id J2EE instance ID
j2ee/ms/host $(j2ee/scs/host)
j2ee/ms/port 36 36$(j2ee/scs/system)
j2ee/phys_memsize 15951 15951
j2ee/phys_memsize_percentage 80 80
j2ee/scs/host
j2ee/scs/system
javascript/DumpProp __abjsScripts __abjsScripts CL_JAVA_SCRIPT: Pattern for display of global Object
javascript/FrameStack 8192 8192 CL_JAVA_SCRIPT: size of internal call stack in bytes
javascript/Options CL_JAVA_SCRIPT: various settings
javascript/RuntimeHeap 600000 600000 CL_JAVA_SCRIPT: memory usage before garbage collection
javascript/TraceLevel 0 0 CL_JAVA_SCRIPT: switch on/off trace files, “0” no “50” max. trace
javascript/TraceSize 500000 500000 CL_JAVA_SCRIPT: max. Size of Tracefiles in Bytes
jstartup/DIR_CLUSTER /usr/sap/SID/D01/j2ee/cluster $(DIR_INSTANCE)$(DIR_SEP)j2ee$(DIR_SEP)cluster
jstartup/DIR_SDM_CONFIG /usr/sap/SID/D01/SDM/program/config $(DIR_INSTANCE)$(DIR_SEP)SDM$(DIR_SEP)program$(DIR_SEP)confi
jstartup/DIR_SDM_PROGRAM /usr/sap/SID/D01/SDM/program $(DIR_INSTANCE)$(DIR_SEP)SDM$(DIR_SEP)program
jstartup/bootstrap yes yes
jstartup/bootstrap_on_restart no no
jstartup/debug_mode no no
jstartup/environment
jstartup/framework_jars jstartup.jar:jvmx.jar jstartup.jar$(FILE_SEP)jvmx.jar
jstartup/gw_properties /usr/sap/SID/SYS/exe/run/gw.properties $(DIR_EXECUTABLE)$(DIR_SEP)gw.properties
jstartup/icm_properties /usr/sap/SID/SYS/exe/run/icmext.properties $(DIR_EXECUTABLE)$(DIR_SEP)icmext.properties
jstartup/ignore_console_shutdown no no
jstartup/instance_properties /usr/sap/SID/SYS/exe/run/icmext.properties:/usr/sap/SID/D01/ $(jstartup/icm_properties)$(FILE_SEP)$(jstartup/j2ee_propert Path list for property files to be read at startup
jstartup/j2ee_properties /usr/sap/SID/D01/j2ee/cluster/instance.properties $(jstartup/DIR_CLUSTER)$(DIR_SEP)instance.properties
jstartup/keep_old_logfiles 2 2
jstartup/max_errors 4 4
jstartup/max_heap_size 64 64
jstartup/max_processes 20 20
jstartup/native_stack_size 1048576 1048576
jstartup/numAliases 200 200
jstartup/numApplications 100 100
jstartup/numBrSessions 1000 1000
jstartup/numCaches 100 100
jstartup/numDebugRecs 50000 50000
jstartup/numEjbSessions 1000 1000
jstartup/numEjbs 200 200
jstartup/numEntryPoints 100 100
jstartup/numFcaConnections 500 $(icm/max_conn)
jstartup/numFcaQueues 10 10
jstartup/numProcesses 20 20
jstartup/numRoConnections 1000 1000
jstartup/numThreads 1000 1000
jstartup/numWebSessions 10000 10000
jstartup/protocol on on Extended trace on/off
jstartup/recorder %javaPath%/bin/java -classpath ../j2ee/cluster/bootstrap/sap %javaPath%$(DIR_SEP)bin$(DIR_SEP)java -classpath ../j2ee/clu
jstartup/release new new Version string for backward compatibility 640 to 620
jstartup/sdm_properties /usr/sap/SID/D01/SDM/program/config/sdm_jstartup.properties $(jstartup/DIR_SDM_CONFIG)$(DIR_SEP)sdm_jstartup.properties
jstartup/security_level 0 0
jstartup/shutdown_timeout 120 120
jstartup/start_mode process process
jstartup/startup_properties /usr/sap/SID/SYS/exe/run/startup.properties $(DIR_EXECUTABLE)$(DIR_SEP)startup.properties
jstartup/trimming_interval 900 900
jstartup/trimming_properties off off
jstartup/vm/debug_params
jstartup/vm/home /usr/sap/SID/SYS/exe/run/sapjvm_5 $(DIR_SAPJVM)
jstartup/vm/ignore_unrecognized 0 0
jstartup/vm/monitor_params
jstartup/vm/monitoring on on
jstartup/vm/trace_at 1 1
jstartup/wait_for_cluster 30 30
jstartup/wait_for_reconnect 3600 3600
jvmx/blocksize_KB 1024 $(es2/blocksize_KB)
jvmx/max_global_heap_extend_size_MB DEFAULT $(eg2/max_extend_size_MB)
jvmx/mtx_spin_count 100 100
jvmx/mtx_yield_count 30 30
lcom/max_conn 200 200
ldap/autoregister 0 0
ldap/namingcontext
ldap/options DirType=NT5ADS DirType=NT5ADS
ldap/saprdn
ldap/servers
login/accept_sso2_ticket 0 0 Accept SSO ticket logon for this (component) system
login/certificate_mapping_rulebased 0 0
login/certificate_request_ca_url https://tcs.mySAP.com/invoke/tc/usercert https://tcs.mySAP.com/invoke/tc/usercert URL of the certificate authority (for certificate requests)
login/certificate_request_subject CN=&UNAME, OU=&WPOU, O=mySAP.com User, C=DE CN=&UNAME, OU=&WPOU, O=mySAP.com User, C=DE Template for the subject of a certificate request
login/create_sso2_ticket 0 0 Create SSO tickets on this system
login/disable_cpic 0 0 Disable Incoming CPIC Communications
login/disable_multi_gui_login 0 0 disable multiple sapgui logons (for same SAP account)
login/disable_password_logon 0 0 login/disable_password_logon
login/failed_user_auto_unlock 0 0 Enable automatic unlock off locked user at midnight
login/fails_to_session_end 3 3 Number of invalid login attempts until session end
login/fails_to_user_lock 5 5 Number of invalid login attempts until user lock
login/isolate_rfc_system_calls 0 0
login/min_password_diff 3 3 min. number of chars which differ between old and new password
login/min_password_digits 0 0 min. number of digits in passwords
login/min_password_letters 0 0 min. number of letters in passwords
login/min_password_lng 6 6 Minimum Password Length
login/min_password_lowercase 1 1 minimum number of lower-case characters in passwords
login/min_password_specials 0 0 min. number of special characters in passwords
login/min_password_uppercase 1 1 minimum number of upper-case characters in passwords
login/multi_login_users list of exceptional users: multiple logon allowed
login/no_automatic_user_sapstar 1 1 Control of the automatic login user SAP*
login/password_change_for_SSO 1 1 Handling of password change enforcements in Single Sign-On situations
login/password_change_waittime 1 1 Password change possible after # days (since last change)
login/password_charset 2 2 character set used for passwords
login/password_compliance_to_current_policy 1 1 current password needs to comply with current password policy
login/password_downwards_compatibility 0 0 password downwards compatibility (8 / 40 characters, case-sensitivity)
login/password_expiration_time 0 0 Dates until password must be changed
login/password_hash_algorithm encoding=RFC2307, algorithm=iSSHA-1, iterations=1024, saltsi encoding=RFC2307, algorithm=iSSHA-1, iterations=1024, saltsi encoding and hash algorithm used for new passwords
login/password_history_size 5 5 Number of records to be stored in the password history
login/password_logon_usergroup users of this group can still logon with passwords
login/password_max_idle_initial 3 3 maximum #days a password (set by the admin) can be unused (idle)
login/password_max_idle_productive 0 0 maximum #days a password (set by the user) can be unused (idle)
login/password_max_new_valid
login/password_max_reset_valid
login/quiet_mode 1 1
login/server_logon_restriction 0 0
login/show_detailed_errors 1 1
login/system_client 0 0 System default client
login/ticket_expiration_time 08:00 08:00 login/ticket_expiration_time
login/ticket_only_by_https 0 0 generate ticket that will only be sent via https
login/ticket_only_to_host 1 1 ticket will only be sent back to creating host
login/ticketcache_entries_max 1000 1000 maximim number of entries for the SAP Logon Ticket cache
login/ticketcache_off 0 0 switch off caching for the SAP Logon Ticket
login/update_logon_timestamp m m update frequency / accuracy of logon timestamp
mdm/network_timeout 30000 30000 Sets the timeout value of the MDM ABAP API communication
mpi/buffer_size 65536 65536 Buffer size for memory pipes (MPI)
mpi/total_size_MB 80 80 Total memory size in MB used for MPI
ms/acl_file_admin ACL (access control list) file of the message server admin port
ms/acl_file_ext ACL (access control list) file of the external message server port
ms/acl_file_extbnd ACL (access control list) file of the message server ext. bind port
ms/acl_file_int ACL (access control list) file of the internal message server port
ms/acl_info /usr/sap/SID/SYS/global/ms_acl_info /usr/sap/SID/SYS/global/ms_acl_info File with access control list for message server
ms/admin_port Administration port for external clients
ms/audit 1 1 Option to trace events into trace file
ms/comment message server SID message server $(SAPSYSTEMNAME) Short description of message server
ms/conn_timeout 300 300 Connection timeout for clients
ms/ext_client_quota 50 50
ms/extbnd_port
ms/http_bufferln 65536 65536 Maximum buffer length for HTTP requests
ms/http_domain 1 1 Use client’s domain for redirect requests
ms/http_enable_handler 1 1 Enable/disable HTTP handler routines called by message server
ms/http_handler_retry 10 10
ms/http_handler_timeout 60 60
ms/http_logging 0 0 dynamically change HTTP logging
ms/http_lookup 1 1 Lookup for SAP specific URL attributes
ms/http_max_clients 500 500 Maximum number of HTTP clients
ms/http_max_ports 20 20 Maximum number of listening HTTP ports
ms/http_port Port where HTTP requests arrive
ms/http_proctime 60 60
ms/http_timeout 20 20 Timeout for HTTP and HTTPS requests
ms/http_was_required 0 0 SAP Web AS with ABAP stack required for dispatching requests
ms/https_port Port where HTTPS requests arrive
ms/icf_info_server name of the application to load icf information for loadbalancing
ms/j2ee_reconnect_timeout_p1 60 60
ms/j2ee_reconnect_timeout_p2 30 30
ms/j2ee_reconnect_type 0 0
ms/keepalive 300 300 Timer for check of unused connections
ms/listen_queue_len 512 512
ms/max_clients 600 600 Number of clients
ms/max_open_requests 10000 10000 Number of open requests
ms/max_sleep 20 20 Timeout for message server for select
ms/max_vhost 16 16 maximum number of virtual hosts
ms/monitor 0 0 Enable/disable external monitor
ms/nitrace 0 0 enable/disable tracing for network layer (NI)
ms/redirect_version 1 1 status code for redirect requests
ms/sapevt_lb 0 0
ms/urlmap_secure 0 0
ms/urlprefix_secure 0 0
nobuf/max_attempts 1200 1200 Maximum number of attempts to get the number range buffer semaphore
nobuf/max_attempts_mtx 0 0
nobuf/max_no_buffer_entries 1000 1000 Number Range Buffer Size
nobuf/server Name of Number Range Server
nobuf/trc_obj
rdisp/PG_FAST_REL OFF OFF
rdisp/PG_KEEP 30 30 Size of keep queue
rdisp/PG_LOCAL 150 150 Size of the Local Work Process Paging Buffer
rdisp/PG_MAXFS 131072 131072 Maximum size of SAP paging file
rdisp/PG_SHM 32768 32768 Size of paging buffer
rdisp/ROLL_MAXFS 131072 131072 Maximum roll file size
rdisp/ROLL_SHM 32768 32768 Roll buffer size
rdisp/TRACE 1 1 Set developer trace level
rdisp/TRACE_COMPS all, FJM all, FJM Enable/disable trace for components
rdisp/TRACE_HIDE_SEC_DATA on on Set hide mode for developer trace
rdisp/TRACE_LOGGING on, 50 m on, 50 m Switch on/off trace logging
rdisp/TRACE_PATTERN_0 Search pattern for trace logging
rdisp/TRACE_PATTERN_1 Search pattern for trace logging
rdisp/TRACE_PATTERN_2 Search pattern for trace logging
rdisp/TRACE_RESOLUTION 1 1 Maximum number of time stamps in tracefile per second
rdisp/TRACE_SEARCH_LIST all all List of trace file types for automatic search
rdisp/accept_remote_trace_level 1 1 accept external switch of trace level
rdisp/acl_file Access Control List for SAP GUI connections
rdisp/addump_period 0 0
rdisp/allow_block_softcancel 1 1
rdisp/appc_ca_blk_no 1000 1000 Buffer Size for CPI-C Communications
rdisp/apply_note_1913285 1 1
rdisp/apply_note_1954214 1 1
rdisp/apply_note_1987707 1 1
rdisp/arfc_prior_to_srfc 0 0
rdisp/asyncTraceThreshold 0 0
rdisp/async_dialog_timeout 120000 120000 timeout for asynchronous dialog RFCs
rdisp/atp_server List of the ATP server names
rdisp/attach_disp_to_all_shm_seg ON ON
rdisp/auto_vb_stop 1 1 DB errors will stop update task automatically
rdisp/autoabaptime 300 300 Specifies the time cycle in seconds SAPMSSY6 is running
rdisp/autoabapuser Specifies the user for automatic SAPMSSY6 processing
rdisp/autoccmstime 60 60
rdisp/autojavatime 60 60 Specifies the time cycle in seconds autojava is running
rdisp/autojavauser $(rdisp/autoabapuser)
rdisp/autothtime 60 60 Time cycle for periodical taskhandler checks
rdisp/avoidTraceInSigHandler on on
rdisp/btc_bad_out_rq 0 0
rdisp/btcname sapSID_SID_01 sapSID_SID_01 Name of application server that processes events
rdisp/btctime 60 60 Start Interval for Background Scheduler
rdisp/bufrefmode sendoff,exeauto sendoff,exeauto Buffer Refresh Mode
rdisp/bufreftime 120 120 Refresh Interval in Distributed Systems
rdisp/build_tid_millisec_based 0 0
rdisp/calculateLoadAverage ON ON
rdisp/call_system 1 1 switch on/off CALL ‘SYSTEM’
rdisp/check_master_slave_active 3 3
rdisp/commTableCheck off off
rdisp/configurable_wp_no DEFAULT DEFAULT
rdisp/convert_old_epp_recs on on
rdisp/debug_jvm_startup debug java vm startup
rdisp/delayed_call_interval 60 60 Time cycle for invoke of delayed functions
rdisp/delete_ddlog on on Cyclic Refresh of Table DDLOG
rdisp/dev_loop OFF OFF
rdisp/dp_check_logoff_flags 0 0
rdisp/dplcomlib_path /usr/sap/SID/SYS/exe/run/dplcomlib.so (Default)
rdisp/dynamic_wp_check 1 1
rdisp/early_snc_handshake 0 0
rdisp/elem_per_queue 2000 2000 Number of Requests per Work Process
rdisp/enq_serv_reset 1 1
rdisp/enqname sapSID_SID_01 sapSID_SID_01 Name of the Enqueue Server
rdisp/ext_timer_stop_delay 300 300
rdisp/fileTableCheck off off
rdisp/frfc_fallback on on
rdisp/gui_auto_logout 0 0 Maximum Time of no Input at the GUI
rdisp/gui_cleanup_delay 0 0
rdisp/http_check 1 1 Enable dispatcher check for HTTP/SMTP requests
rdisp/http_min_wait_dia_wp 1 1 Number of waiting dialog work processes
rdisp/icm_startup_args
rdisp/invalidate_memory 0 0
rdisp/j2ee_error 10 10 Number of start errors before deactivating restart
rdisp/j2ee_libpath /usr/sap/SID/D01/j2ee/os_libs $(DIR_INSTANCE)$(DIR_SEP)j2ee$(DIR_SEP)os_libs j2ee path for shared library
rdisp/j2ee_op 0 0 internal opcode for monitoring
rdisp/j2ee_profile /usr/sap/SID/SYS/profile/SID_DVEBMGS01_sapSID $(SAPPROFILE_IN_EFFECT) alternative name for SAP J2EE Engine profile
rdisp/j2ee_start 0 0 Enable start of J2EE engine
rdisp/j2ee_start_control 1 1 control start J2EE engine
rdisp/j2ee_start_lazy 0 0 start J2EE engine after ABAP initialastion
rdisp/j2ee_timeout 60 60 Reconnect timeout for J2EE Engine
rdisp/jvm_max_no DEFAULT DEFAULT
rdisp/jvm_pool SERVLET=on, RFC=on SERVLET=on, RFC=on pooling of java vms active ?
rdisp/jvm_pool_timeout SERVLET=1800, RFC=1800 SERVLET=1800, RFC=1800 Timeout for pooled java VMs
rdisp/keepalive 1200 1200 Timer for check of unused connections
rdisp/keepalive_timeout 60 60 Timeout for connection to SAPGUI
rdisp/lcom_env_path /usr/sap/SID/D01/work/lcom_env (Default)
rdisp/lcomlib_path /usr/sap/SID/SYS/exe/run/lcomlib.so (Default)
rdisp/limit_core_file_size DEFAULT DEFAULT
rdisp/logoff_check 2 2
rdisp/maxAppcBlocksInQueue 50 50
rdisp/maxWpBlocksInQueue 80 80
rdisp/max_alt_modes 6 6 Maximum number of alternative modes
rdisp/max_arq 500 500 Max. number of internal asynchronous messages
rdisp/max_child_procs 200 200 maximum number of processes that can be forked via popen
rdisp/max_cmdrun_time 0 0 Maximum command run time
rdisp/max_comm_entries 500 500 Maximum number of communication entries
rdisp/max_cs_delays 0 0
rdisp/max_debug_lazy_time 600 600 Maximum hold time for work processes in DEBUG mode
rdisp/max_dynamic_wp_alive_time 300 300
rdisp/max_file_entries DEFAULT DEFAULT
rdisp/max_gateways 1000 1000 Maximum number of remote gateways
rdisp/max_hold_time 60 60 Maximum hold time of work process
rdisp/max_jvm SERVLET=DEFAULT, RFC=DEFAULT SERVLET=DEFAULT, RFC=DEFAULT Configure maximal number of Java VMs
rdisp/max_listener 100 100
rdisp/max_mbuf_entries 500 500
rdisp/max_priv_time 600 600 Maximum hold time for work processes in PRIV mode
rdisp/max_sleep 20 20 Time after which the dispatcher queues are processed
rdisp/max_slock_entries DEFAULT DEFAULT Size of shared lock table
rdisp/max_snc_hold_time 120 120 Maximum hold time while priv SNC
rdisp/max_vb_server 50 50 Maximum number of update servers
rdisp/max_vm_debug_attach_time 60 60
rdisp/max_vm_forced_sgc_time 10 10 Maximum time before starting a force SGC for a specific VM
rdisp/max_vm_priv_no SERVLET=0, RFC=0 SERVLET=0, RFC=0
rdisp/max_vm_priv_time SERVLET=300, RFC=300 SERVLET=300, RFC=300
rdisp/max_vm_sgc_lazy_time 600 600
rdisp/max_wprun_time 600 600 Maximum work process run time
rdisp/min_jvm SERVLET=DEFAULT, RFC=DEFAULT SERVLET=DEFAULT, RFC=DEFAULT Configure minimal number of pooled Java VMs
rdisp/ms_keepalive 60 60 Timer for check of message server connection
rdisp/ms_keepalive_timeout 300 300 Timeout for connection to Message Server
rdisp/ms_param_refresh 300 300
rdisp/mshost sapSID sapSID Hostname where message server is located
rdisp/msserv sapmsSID sapmsSID Message Server service
rdisp/msserv_internal 3906 3906 internal port for server communication
rdisp/myname kluxv722_SID_01 $(SAPLOCALHOST)_$(SAPSYSTEMNAME)_$$ Name of the local Application Server
rdisp/no_core_info 0 0 Enable/disable writing core information
rdisp/no_hooks_for_sqlbreak 0 0
rdisp/no_rfc_commit_in_update_task 1 1 no rfc commit in update task
rdisp/no_statistic Exclude SAP statistic for some types of processing
rdisp/nop_method 0 0
rdisp/nop_period 3 3
rdisp/noptime 0 0 Periodical nop for SAP work processes
rdisp/os_heap_for_restart 1G 1G
rdisp/plugin_auto_logout 1800 1800 Maximum time of no action for plugins (HTTP, ..)
rdisp/queue_size_check_value on,50,30,40,500,50,500,80 on,50,30,40,500,50,500,80
rdisp/reinitialize_code_page 0 0 Reinitialize code page when processing request?
rdisp/remind_force_restart 1 1
rdisp/reqCheckUserid on on
rdisp/restartable_wp DIA, BTC, UPD, UP2, SPO DIA, BTC, UPD, UP2, SPO Types of work processes for automatic restart
rdisp/reverse_name_lookup 1 1 Switch on/off reverse hostname lookup in dispatcher
rdisp/rfc_check DEFAULT DEFAULT Enable dispatcher check for asynchronous RFC
rdisp/rfc_max_comm_entries 90 90 Quota for use of communication entries
rdisp/rfc_max_login 90 90 Quota for logins
rdisp/rfc_max_own_login 25 25 Quota for own logins
rdisp/rfc_max_own_used_wp 75 75 Quota for own used work processes
rdisp/rfc_max_queue 5 5 Quota for dispatcher request queue
rdisp/rfc_max_wait_time 15 15 Maximum wait time after load check
rdisp/rfc_min_wait_dia_wp 1 1 Number of waiting dialog work processes
rdisp/rfc_snc_recover_cpic_rc 1 1
rdisp/rfc_use_quotas 1 1 Switch to enable/disable RFC quotas
rdisp/rm_max_tbl_size 1000 1000 max. number of entries for resource table
rdisp/rollin_locking 0 0
rdisp/rpag_file /usr/sap/SID/D01/data/PAGFIL01 (Default) Name of paging file
rdisp/rrol_file /usr/sap/SID/D01/data/ROLLFL01 (Default) Name of roll file
rdisp/security_context_array_termination 0 0
rdisp/security_context_enhanced_trace 0 0
rdisp/sem_recover_level 1 1
rdisp/ses_tab_max_no 200 $(rdisp/tm_max_no)
rdisp/sessionTableCheck on on
rdisp/shutdown/abap_trigger_timeout 600 600 Max. time to read the shutdown trigger inside AUTO ABAP
rdisp/shutdown/disable_gui_login off off Disable GUI login during shutdown
rdisp/shutdown/gui_auto_logout 1800 1800 Max. lazy time for online user during shutdown
rdisp/shutdown/idle_wp_timeout 600 $(rdisp/max_wprun_time) Max. time to wait for idle workprocesses during shutdown
rdisp/shutdown/j2ee_timeout 600 600 Max. time for J2EE server shutdown
rdisp/shutdown/load_balance_wait_time 180 180 Max. wait time for load balance refresh during shutdown
rdisp/shutdown/message_frequency 600 600 Frequency to request logoff during shutdown
rdisp/sna_gateway SNA gateway host
rdisp/sna_gw_service SNA Gateway service
rdisp/softcancel_notrace 0 0
rdisp/softcancel_sequence 10,15,-1 10,15,-1 Sequence of delays for the signals sent at a softcancel
rdisp/softcancel_timeout 5 5 Soft cancel timeout
rdisp/start_icman 1 1 start internet communication manager
rdisp/startup_time 20 20
rdisp/suppress_R47 0 0
rdisp/suppress_R47_from_icman 0 0
rdisp/sys_info ABAP, JAVA ABAP, JAVA
rdisp/system_user_handshake 0 0
rdisp/tableCheck SESSION SESSION
rdisp/tableCheckMode ALLOCATED ALLOCATED
rdisp/test_roll NORMAL_ROLL NORMAL_ROLL Activate SAP roll test
rdisp/thsend_order 1 1
rdisp/time_intervals OFF OFF Activate/deactivate kernel time intervals
rdisp/tm_array_traversal 0 0
rdisp/tm_max_no 200 200 Maximum number of entries in tm_adm
rdisp/traffic_control Connection timeout for clients
rdisp/umask
rdisp/update_max_attempt_no 10 10 Number of retries after DB errors in update task
rdisp/use_rfc_dest_lookup OFF OFF Enable lookup of RFC destination for backward GUI connection
rdisp/use_sqlbreak ON ON
rdisp/vb2_context 3 3 Mode of update dispatching for V2 updates
rdisp/vb_async_redispatch OFF OFF
rdisp/vb_auto_sync 100 100 Auto sync after specified number of updates
rdisp/vb_context 3 3 Mode of update dispatching for V1 updates
rdisp/vb_delete_after_execution 1 1 Delete update requests after execution?
rdisp/vb_dequeue_after_commit_error 0 0
rdisp/vb_dispatching 1 1 Switch to activate/deactivate update dispatching
rdisp/vb_factor Load balancing for Update Servers
rdisp/vb_hold_when_inactive 1 1
rdisp/vb_included_server List of the update server used for dispatching
rdisp/vb_inline_wait_when_inactive 0 0
rdisp/vb_key_comp /HOST/SYNR/WPNR/DATE/TIME/STMP/ /HOST/SYNR/WPNR/DATE/TIME/STMP/ Verbuchungskey: Reihenfolge der Key-Komponenten
rdisp/vb_key_use_hostname 0 0
rdisp/vb_lock_mode release release Handling of SAP enqueues after update error
rdisp/vb_mail_user_list $ACTUSER $ACTUSER List of users to receive mails in case of update errors
rdisp/vb_refresh_info 3600 3600 Elapsed time for refreshing update server info
rdisp/vb_stop_active 1 1 Make the update deactivation impossible
rdisp/vb_v2_auto_sync 0 0 Auto sync for V2 update requests?
rdisp/vb_v2_start 1 1 Start v2 update requests automatically?
rdisp/vbdelete 50 50 Delete old update requests
rdisp/vbmail 1 1 Send mail in case of an update error
rdisp/vbname Name of the Update Server
rdisp/vbreorg 0 0 Delete uncomplete update requests
rdisp/vbstart 1 1 Perform initial update requests after start-up
rdisp/verbose_level full full Verbose level (for short dumps, system log, ..)
rdisp/vm_alarm_time 100 100 alarm timer for vm container
rdisp/vmcRollOutCheck on on
rdisp/vmc_timeout_prio HIGH HIGH Configure priority for VMC timeouts
rdisp/wait_after_deadlock 1000 1000 Wait time for dead lock situations
rdisp/wall_entry_max_no 0 0
rdisp/workdir /usr/sap/SID/D01/work $(DIR_HOME) Name of working directory
rdisp/wp_abap_restart 0 0 Automatic work process restart
rdisp/wp_auto_restart 0 0 Automatic work process restart
rdisp/wp_ca_blk_no 1000 1000 Work Process Communication Blocks
rdisp/wp_max_no DEFAULT DEFAULT maximum number of startable work processes
rdisp/wp_no_btc 0 0 Number of background work processes
rdisp/wp_no_dia 2 2 number of dialog work processes
rdisp/wp_no_enq 0 0 Number of Enqueue work processes
rdisp/wp_no_restricted 0 0 Number of restricted work processes
rdisp/wp_no_spo 0 0 Number of spool work processes
rdisp/wp_no_spo_Fro_max 1 1 Maximum number of spool workprocesses used for frontend printing
rdisp/wp_no_vb 0 0 Number of update work processes
rdisp/wp_no_vb2 0 0 Number of update work processes for V2
rdisp/wp_restart_interval 5 m 5 m Configure workprocess restart time
rdisp/wpdbug_max_no default default Max. number of work processes in SAP debug mode
rdisp/wppriv_max_no DEFAULT DEFAULT Maximum number of work processes in PRIV mode
rdisp/writeAbapStackOnAdm off off
rec/client OFF OFF Activate/Deactivate table auditing
reorg/file /usr/sap/SID/D01/data/R+++++++ (Default) Pathname for Archive Files
rfc/callback_security_method 1 1
rfc/cp_convert/conversion_char 23 23 default conversion character in case rfc/cp_convert/ignore_error = 1
rfc/cp_convert/ignore_error 1 1 default whether rfc character conversion errors are ignored
rfc/disable_debugger_command_field 1 1 Disable command field during RFC debugging
rfc/disable_gui_for_external_rfc 0 0
rfc/dump_client_info 0 0
rfc/dump_connection_info 0 0
rfc/enable_trfc_dbg_user_switch 0 0 Enable tRFC/qRFC user switch for debugging
rfc/ext_debugging 3 3 Activate HTTP-Debugging for RFC
rfc/inb_sched_resource_threshold 0 0
rfc/option_list Optionsliste f?r RFC
rfc/prefer_rfcdes 0 0 forces the use of the tables rfcdes contend instead of resolving the destinaton
rfc/reduce_tracelevel 0 0 reduces the RFC-information which is written into the WP and RFC-Traces
rfc/reject_expired_passwd 0 0
rfc/set_standard_destination 1 1 for internal use only
rfc/signon_error_log -1 -1 Ausgabe von Informationen bzgl. misslungener RFC-Anmeldung
rfc/use_gwstart 0 0
rfc/wait_rollout 500 500
rfc/wan_compress/threshold 251 251
rsau/SQL-Audit/filename SQL_++++++++.AUD SQL_++++++++.AUD Pattern for the Filenames of the SQL Audit
rsau/SQL-Audit/filesize 645M 645M Maximum Size of a File of the SQL Audit
rsau/SQL-Audit/logdir /usr/sap/SID/D01/log $(DIR_LOGGING) Directory for the Files of the SQL Audit
rsau/SQL-Audit/switch off off Switch for the SQL Audit
rsau/enable 0 0 Enable Security Audit
rsau/integrity 0 0
rsau/log_peer_address 0 0
rsau/max_diskspace/local 100M 100M Maximum space for security audit file
rsau/max_diskspace/per_day 0 0 Maximum size of all security audit files per day
rsau/max_diskspace/per_file 0 0 Maximum size of one single security audit file
rsau/selection_slots 2 2 Number of selection slots for security audit
rsau/user_selection 0 0 Defines the user selection method used inside kernel functions
rscp/ccc/protect 1 1
rscp/intu 0 0
rscp/mbc_copy 0 0 How to handle missing double-byte characters
rscp/mbc_in_sbcs 0 0 Asian multibyte characters in singlebyte codepages
rscp/transcribe/1/codepage intermediate code page to handle transcription
rscp/transcribe/2/codepage 2nd intermediate code page to handle transcription
rscp/transcribe/dynp/intensify 0 0 Use highlightning to indicate transcriptions
rscp/transcribe/dynp/matchcode 1 1 Use matchcode identification to indicate transcriptions
rscp/transcribe/list/blinking 0 0 Use blinking to indicate transcriptions
rscp/transcribe/list/reverse 1 1 Use reverse video to indicate transcriptions
rscp/transcribe/list/underscore 0 0 Use underscore to indicate transcriptions
rsdb/MB_CUR_MAX 1 1 Maximum bytes per character of the DBMS characterset
rsdb/as4/db_connect_type SOCK SOCK
rsdb/as4/keep_dbperf_data 2 2
rsdb/cua/buffersize 3000 3000 CUA Buffer Size
rsdb/cua/mutex_n 0 0 Number of mutexes in CUA Buffer
rsdb/db2jcl_library Full path name of library for JCL submission service
rsdb/dbhome /usr/sap/SID/D01/work $(DIR_HOME)
rsdb/dbhost sapSID-db $(SAPDBHOST) database host
rsdb/dbid SID $(SAPSYSTEMNAME) SID of the Database Server
rsdb/esm/buffersize_kb 4096 4096 Size of ‘export to/import from shared memory’-(ESM)-buffer [kB]
rsdb/esm/large_object_size 8192 8192 Expected size of the largest objects in ESM buffer
rsdb/esm/max_objects 2000 2000 Maximum number of objects in ESM buffer
rsdb/esm/mutex_n 0 0 Number of mutexes in ESM-Buffer
rsdb/icli_library Full path name of ICLI client shared library
rsdb/max_blocking_factor -1 -1 Split factor for FOR ALL ENTRIES queries
rsdb/max_in_blocking_factor -1 -1 Max. split factor for FOR ALL ENTRIES queries (IN opt)
rsdb/max_union_blocking_factor -1 -1
rsdb/min_blocking_factor -1 -1 Min. split factor for FOR ALL ENTRIES queries
rsdb/min_in_blocking_factor -1 -1 Min. split factor for FOR ALL ENTRIES queries (IN opt)
rsdb/min_union_blocking_factor -1 -1
rsdb/ntab/entrycount 200000 200000 number of nametabentries administrated
rsdb/ntab/ftabsize 250000 250000 data area size for field description buffer
rsdb/ntab/irbdsize 30000 30000 data area size for Initial records buffer
rsdb/ntab/sntabsize 15000 15000 data area size for Short NTAB buffer
rsdb/obj/buffersize 8192 8192 Size of export/import buffer [kB]
rsdb/obj/large_object_size 512000 512000 Expected size of the largest objects in export / import buffer
rsdb/obj/max_objects 2000 2000 Maximum number of objects in export / import buffer
rsdb/obj/mutex_n 0 0 Number of mutexes in Export/Import-Buffer
rsdb/oracle_host_standby Hostname of a Standby Database Host
rsdb/oracle_sid_standby Oracle SID of a Standby Database Instance
rsdb/otr/buffersize_kb 4096 4096 Size of Online Text Repository Buffer [kB]
rsdb/otr/max_objects 2000 2000 Maximum number of objects in Online Text Repository Buffer
rsdb/otr/mutex_n 0 0 Number of mutexes in Online Text Repository Buffer
rsdb/prefer_fix_blocking -1 -1 Set if fix blocking for FOR ALL ENTRIES is desired
rsdb/prefer_in_itab_opt -1 -1 set if IN (…) shall be used for FOR ALL ENTRIES (if possible).
rsdb/prefer_join -1 -1 set if JOIN shall be used for FOR ALL ENTRIES
rsdb/prefer_union_all -1 -1 set if UNION ALL shall be used for FOR ALL ENTRIES
rsdb/rclu/opt_level -1 -1 Set optimistic cluster level
rsdb/rda off off
rsdb/reco_add_error_codes add or remove DB error codes that lead to DB reconnect
rsdb/reco_ping_cmd Syntax of the ping command
rsdb/reco_sleep_time 5 5 Influence the Sleeptime between two DB-Reconnect Attempts
rsdb/reco_sosw_for_db OFF OFF Activation of a Database-Reconnect feature for Switch Over Software
rsdb/reco_sync_all_server OFF OFF Activation of the Synchronisation of all AppServer during the Database-Reconnect
rsdb/reco_tcp_service login login TCP-Service-Name
rsdb/reco_trials 3 3 Activation of the Database-Reconnect without Restart of the Workprocess
rsdb/rep/fast_touch off off accelerate touch by not locking source before updating time stamp
rsdb/ssfs_connect 1 1
rsdb/staton 1 1 Activate Extended Table Statistics
rsdb/stattime 0 0 Table Access Times in Extended Statistics
rsdb/tb/preload 0 0
rsdb/trace_modules Database Interface Trace Options
rsdb/vmcj/codepage_compatibility 2 2 Grad der von Open SQL f?r JTS unterst?tzten Codepage Konvertierungen
rsec/securestorage/keyfile /usr/sap/SID/SYS/global/security/data/SecStoreDBKey.pse $(DIR_GLOBAL)$(DIR_SEP)security$(DIR_SEP)data$(DIR_SEP)SecSt Path to file with key for the secure storage
rsec/ssfs_datapath /usr/sap/SID/SYS/global/security/rsecssfs/data $(DIR_GLOBAL)$(DIR_SEP)security$(DIR_SEP)rsecssfs$(DIR_SEP)d Directory for the data files of the Secure Storage in the File System (ABAP)
rsec/ssfs_keypath /usr/sap/SID/SYS/global/security/rsecssfs/key $(DIR_GLOBAL)$(DIR_SEP)security$(DIR_SEP)rsecssfs$(DIR_SEP)k Directory for the key files of the Secure Storage in the File System (ABAP)
rslg/alert_filter_params /usr/sap/SID/D01/log/ALFILTER (Default)
rslg/append/lock 58900301 589003$$
rslg/central/file /usr/sap/SID/SYS/global/SLOGJ (Default) Central Log File
rslg/central/old_file /usr/sap/SID/SYS/global/SLOGJO (Default) Central Log Switch File
rslg/collect_daemon/exe_file /usr/sap/SID/SYS/exe/run/rslgcoll (Default) Log Collector Executable
rslg/collect_daemon/host sapSID-db $(SAPDBHOST) Central Log Host
rslg/collect_daemon/listen_port 1401 14$$ Log Collector Listen Port
rslg/collect_daemon/pid_file /usr/sap/SID/D01/data/rslgcpid (Default) File containg the pid of the running collector process
rslg/collect_daemon/talk_port 1501 15$$ Log Collector Talk Port
rslg/local/file /usr/sap/SID/D01/log/SLOG01 (Default) Local Log File Name
rslg/local/old_file /usr/sap/SID/D01/log/SLOGO01 (Default)
rslg/max_diskspace/central 4000000 4000000 maximum diskspace used for the central syslog file(s)
rslg/max_diskspace/local 1000000 1000000 maximum size of the local syslog file
rslg/messages/flat_file /usr/sap/SID/SYS/global/rslgmsgt (Default) File to store or read syslog messages for SE92
rslg/new_layout
rslg/send_daemon/autostart 0 0 flag for auto start of sender process
rslg/send_daemon/exe_file /usr/sap/SID/SYS/exe/run/rslgsend (Default) Log Sender Executable
rslg/send_daemon/listen_port 1201 12$$ Log Sender Listen Port
rslg/send_daemon/pid_file /usr/sap/SID/D01/data/rslgspid (Default) pid file of sender process
rslg/send_daemon/status_file /usr/sap/SID/D01/data/rslgssta (Default) statusfile of syslog sender
rslg/send_daemon/talk_port 1301 13$$ Log Sender Talk Port
rslg/swap/lock 58900201 589002$$ internal syslog use
rslg/swap_daemon/exe_file /usr/sap/SID/SYS/exe/run/rslgswap (Default) executable name for swap daemon
rslg/write_sync_disk 1 1 synchronous write to disk of syslog messages
rspo/archive_format 2 2 Format for output data for the ArchiveLink archiver
rspo/auth/pagelimit 0 0 Activation of page limit check for spool devices
rspo/check_memory 0 0 Activate internal memory checking
rspo/default_archiver ARCH ARCH Default device for ArchiveLink requests
rspo/devinit/datafile /usr/sap/SID/D01/data/D+++++++ (Default) Pathname for file containing device initialization
rspo/global_shm/action_list 20 20 Startup-Gr??e f?r Spool-Aktions-Liste
rspo/global_shm/job_list 300 300 Number of entries in spool system’s request queue
rspo/global_shm/printer_list 150 150 Anzahl Eintr?ge in einem Shared-Memory-Cache des R/3 Spool Systems
rspo/global_shm/server_list 100 100 Startup cache size for spool server cache
rspo/host_spool/answer_format lpq lpq No longer used
rspo/host_spool/dfA_with_hostname Use instance and not host name in control file names
rspo/host_spool/print cd &p; /usr/bin/lpr -P&P -J&f -r -h -#&C &f 2>&&1 cd &p; /usr/bin/lpr -P&P -J&f -r -h -#&C &f 2>&&1 Print command for host system (access method L)
rspo/host_spool/print_answer No longer used
rspo/host_spool/print_answer_id Identification string for host job ID
rspo/host_spool/print_answer_ignore1 Discard insignificant message from host spooler
rspo/host_spool/print_answer_ignore2 Discard insignificant message from host spooler
rspo/host_spool/print_answer_ignore3 Discard insignificant message from host spooler
rspo/host_spool/print_answer_ignore4 Discard insignificant message from host spooler
rspo/host_spool/print_method file file Not used
rspo/host_spool/query /usr/bin/lpq -P&P /usr/bin/lpq -P&P Command to request the status of the print job
rspo/local_print/server Server used for frontend printing
rspo/log/level 0 0 not used
rspo/log/level_A 0 0 Not used
rspo/log/maxerror 20 20 Not used
rspo/novell_modifier /noff/nb /noff/nb Not used
rspo/req_lifetime 8 8 Not used
rspo/rspoget2_daemon/exe_file /usr/sap/SID/SYS/exe/run/rspoget2 (Default) Not used anymore
rspo/rspoget2_daemon/saplpd_block_size 32768 32768 Maximum packet size for saplpd
rspo/rspoget2_daemon/tcp_block_size 1024 1024 Maximum packet size for access method U
rspo/spool_id/chunk 100 100 Determines the number of spool IDs reserved at one time
rspo/spool_id/loopbreak 99000 99000 Maximum loopcount for spool ID check
rspo/spool_id/max_number 99000 99000 Upper limit of spool ID number range
rspo/store_location db db Controls where TemSe stores data from R/3 spool
rspo/tcp/relay/enable 0 0 Not used
rspo/tcp/relay/hostname Not used
rspo/tcp/relay/portnumber 1515 1515 Not used
rspo/tcp/retries 3 3 Number of attempts to connect to remote printer
rspo/tcp/retrytime 300 300 Delay between attempts to establish LPD communication
rspo/tcp/timeout/connect 10 10 Connect timeout
rspo/tcp/timeout/read 60 60 Read timeout
rspo/tcp/timeout/write 60 60 Write timeout
rspo/to_host/datafile /usr/sap/SID/D01/data/++++++++ (Default) Name of file to send to host spooler
rspo/to_host/global_datafile /usr/sap/SID/SYS/global/++++++++ (Default)
rstr/accept_remote_trace 0 0 SAP trace: pass trace to RFC server
rstr/auth_delim_tab 0 0
rstr/buffer_size_kB 200 200 Size of trace internal buffer
rstr/filename /usr/sap/SID/D01/log/TRACE (Default) Basic name of the tracefiles
rstr/max_files 10 10 Maximum number of trace files
rstr/max_filesize_MB 16 16 Maximum size of one trace file (MB)
rstr/max_lock_try 500 500 Internal use only
rstr/send_global_trace 0 0
rstr/stacksize 10 10 Internal use only
rsts/ccc/cache07 Size of cache for long multibyte characters
rsts/ccc/cachesize 6000000 6000000 rsts/ccc/cachesize
rsts/dd_mismatch/action cont cont Define action for data dictionary checks in TemSe
rsts/filename &c&5.5n/&4p&.15n &c&5.5n/&4p&.15n Rule for creation of TemSe directory and filename
rsts/files/root/G /usr/sap/SID/SYS/global/&c&5.5n/&4p&.15n $(DIR_GLOBAL)/$(rsts/filename) Rule for building TemSe file names
rsts/files/root/L /usr/sap/SID/D01/data/&c&5.5n/&4p&.15n $(DIR_DATA)/$(rsts/filename) Rule for building TemSe file names
rsts/files/root/T /tmp/&c&5.5n/&4p&.15n $(DIR_TEMP)/$(rsts/filename) Rule for building TemSe file names
rtbb/buffer_length 10000 10000 Size of single key buffer (partial buffer)
rtbb/frame_length 4 4 Size of Table Buffer Memory Frames
rtbb/max_tables 500 500 Directory entries in single key buffer (partial buffer)
sap/buf_shared no no
sap/bufdir_count_limit 50 50
sap/bufdir_entries 2000 2000
sapgui/nwbc_scripting 0 0
sapgui/signature_color Set the SAP GUI signature color to be used with this system
sapgui/theme TRADESHOW TRADESHOW Set the SAP GUI theme to be used with this system
sapgui/user_scripting 0 0 Enable or disable user scripting on the frontend.
sapgui/user_scripting_disable_recording 0 0 Disable the recording capabilities of SAP GUI Scripting
sapgui/user_scripting_force_notification 0 0 Prevent users from disabling the SAP GUI Scripting notifications.
sapgui/user_scripting_per_user 0 0 Check user priviledges to determine if user scripting should be enabled.
sapgui/user_scripting_set_readonly 0 0 Enable or disable a read-only version of SAP GUI Scripting.
saphelp
saphelptype DISK DISK
sapstart/lockfile
scsa/autocreate 1 1 create missing SCSA automatically
scsa/create_daemon/exe_file /usr/sap/SID/SYS/exe/run/sapmscsa (Default) program to allocate SCSA
scsa/shm/file /usr/sap/SID/D01/data/scsashm (Default) Identifier for Shared Common System Area
scsa/shm/key 58900101 589001$$ Identifier for Shared Common System Area
scsa/shm/size 4096 4096 Shared Common System Area Size
scsa/shm/start 0 0 Start address for Shared Common System Area
sec/dsakeylengthdefault 1024 1024 Default keylength of DSA-PSEs
sec/libsapsecu /usr/sap/SID/SYS/exe/run/libsapcrypto.so $(SAPCRYPTOLIB) complete path and filename for SAPSECULIB
sec/ral_enabled_for_rfc 0 0
sec/rsakeylengthdefault 1024 1024 Default keylength of RSA-PSEs
secstorefs/DIR_LIB /usr/sap/SID/SYS/global/security/lib $(DIR_GLOBAL)$(DIR_SEP)security$(DIR_SEP)lib
secstorefs/keyfile /usr/sap/SID/SYS/global/security/data/SecStore.key $(DIR_GLOBAL)$(DIR_SEP)security$(DIR_SEP)data$(DIR_SEP)SecSt
secstorefs/secfile /usr/sap/SID/SYS/global/security/data/SecStore.properties $(DIR_GLOBAL)$(DIR_SEP)security$(DIR_SEP)data$(DIR_SEP)SecSt
service/protectedwebmethods
service/umask
slic/activate_server
slic/buffer_entries_dig_sig 5 5 Number of entries in buffer for digitally signed license keys
slic/high_available Activate high available SAPlicense
slic/netid_servers Network ID servers for flexible license mechanism
slic/server/keepalive_interval 180 180
slic/server/reconnect_interval 20 20
slic/server/request_timeout 20 20
slic/serverhost
slic/serverport
slic/use_buffer 1 1 Saplicense-Puffer benutzen
smc/mcon 0 0 Switch on/off synchroneous matchode writing
snc/accept_insecure_cpic 0 0 Accept insecure CPIC-connections to SNC-enabled Server
snc/accept_insecure_gui 0 0 Accept insecure SAPGUI logins to SNC-enabled Server
snc/accept_insecure_r3int_rfc 1 1 Accept insecure internal RFCs on SNC-enabled Server
snc/accept_insecure_rfc 0 0 Accept insecure RFC-connections to SNC-enabled Server
snc/data_protection/max 3 3 Limit for data protection of Secure Network Comm.
snc/data_protection/min 2 2 Min. required data protection for incoming connections
snc/data_protection/use 9 9 Level of data protection for R/3 initiated connections
snc/enable 0 0 Enable SNC-Module (Secure Network Communications)
snc/extid_login_diag 0 0 Enable login with external identity (DIAG)
snc/extid_login_rfc 0 0 Enable login with external identity (RFC)
snc/force_login_screen 0 0 Display login screen for each SNC-protected login
snc/gssapi_lib Filename for external GSS-API shared library
snc/identity/as Name of application server for external Security Syst.
snc/log_unencrypted_rfc 0 0
snc/only_encrypted_gui 0 0 Enforce encrypted SAPGUI connections
snc/only_encrypted_rfc 0 0 Enforce encrypted RFC connections
snc/permit_insecure_start 0 0 Permit to start insecure programs when SNC is enabled
snc/r3int_rfc_qop 8 8 Quality of protection for internal RFCs with SNC
snc/r3int_rfc_secure 0 0 Use SNC for internal RFC-Communications
spnego/construct_SNC_name 111 111
spnego/enable 0 0
spnego/krbspnego_lib /usr/sap/SID/SYS/exe/run/libsapcrypto.so $(SAPCRYPTOLIB)
ssf/name SAPSECULIB SAPSECULIB Name of the external SSF security toolkit
ssf/ssf_md_alg SHA1 SHA1 Message Digest Algorithm for SSF
ssf/ssf_symencr_alg DES-CBC DES-CBC Symmetric Encryption Algorithm for SSF
ssf/ssfapi_lib /usr/sap/SID/SYS/exe/run/libsapcrypto.so $(SAPCRYPTOLIB) complete path and filename for SSF API external library
ssf2/name Name of the 2nd external SSF security toolkit
ssf2/ssf_md_alg SHA1 SHA1 Message Digest Algorithm for 2nd SSF toolkit
ssf2/ssf_symencr_alg DES-CBC DES-CBC Symmetric Encryption Algorithm for 2nd SSF toolkit
ssf2/ssfapi_lib complete path and filename for 2nd SSF API external library
ssf3/name Name of the third external SSF security toolkit
ssf3/ssf_md_alg SHA1 SHA1 Message Digest Algorithm for 3nd SSF toolkit
ssf3/ssf_symencr_alg DES-CBC DES-CBC Symmetric Encryption Algorithm for third SSF toolkit
ssf3/ssfapi_lib complete path and filename for third SSF API external library
ssl/ciphersuites
ssl/pse_provider ABAP $(ssl/pse_provider[$(system/type)])
ssl/pse_provider[ABAP] ABAP ABAP
ssl/pse_provider[DS] ABAP ABAP
ssl/pse_provider[J2EE] JAVA JAVA
ssl/pse_provider[SMDA]
ssl/pse_provider[]
ssl/ssl_lib /usr/sap/SID/SYS/exe/run/libsapcrypto.so $(SAPCRYPTOLIB) Filename for external SSL shared library
start_menu S000 S000
stat/adrec 0 0 Max. number of ad statistic records, created for one statistic record
stat/as_bufsize 500000 500000 Anwendungsstatistik: Groesse des SHM-Puffers
stat/as_collect 2 2 Anwendungsstatistik-Saetze sammeln
stat/as_file /usr/sap/SID/D01/data/astat (Default) Anwendungsstatistik: Filename
stat/as_level 1 1 Anwendungsstatistik: Schalter ein/aus
stat/as_max_files 48 48 Number of astat-Files which can be held at a time
stat/as_max_init 10000 10000 Anwendungsstatistik: max. Anzahl INITS (parallel)
stat/as_use_hypind_locking off off
stat/btcrec 50 50 Max. number of btc step statistic records for one statistic record
stat/bufsize 500000 500000 Size of the work process specific statistic buffer
stat/checks OFF OFF Activate runtime checks for SAP statistic
stat/clock sap_clock sap_clock Clock for SAP statistic
stat/compression ON ON compress statistic records
stat/correct_processing_time 0 0 Correct processing time in case of overflow of roll-wait time
stat/dbconrec 10 10 Maximum number of DB connection statistic-records
stat/dbprocrec 0 0 Max. number of db procedure statistic records, created
stat/eppitemrec 5 5
stat/esirec 20 20
stat/externalize/enabled 0 0
stat/externalize/regdir /usr/sap/tmp/extstat /usr/sap/tmp/extstat
stat/file /usr/sap/SID/D01/data/stat (Default) Name of the statistic file
stat/httprec 5 5
stat/index 1 1 Write additional index(file) for statistics
stat/level 1 1 level of the sap statistics
stat/max_files 48 48 Number of stat-Files which can be held at a time
stat/normal_clock sap_clock sap_clock Welche Uhr wird fuer die Performancemessung benutzt
stat/plausi_overdrawn_resptime 0 0
stat/recex/memory_check 0 0
stat/rfc/distinct 0 0
stat/rfc/distinct_depth 5 $(stat/rfcrec)
stat/rfcrec 5 5 Max. number of rfc statistic records for one statistic record
stat/round_factor 1800 1800 Rundungswert des Time-factors der Statistik
stat/runtime_clock sap_clock sap_clock SAP runtime clock
stat/smtprec 5 5
stat/sporec 5 5 Max. number of spool statistic records created for one statistic record
stat/tabrec 0 0 Max. number of table statistic records, created for one statistic record
stat/tabrec_tcode_0
stat/tabrec_tcode_1
stat/tabrec_tcode_2
stat/tabrec_tcode_3
stat/tabrec_tcode_4
stat/tiintrec 0 0
stat/trexrec 20 20
stat/umask 22 22 Permission umask for stat-files
stat/version 2 2 version of statistic information
stat/vmcrec 10 10 Max. number of vmc statistic records created for one statistic record
stat/webservicerec 50 50 Max. number of webservice statistic records for one statistic record
system/description Verbal description of the system
system/type ABAP ABAP
system/uuid Universal Unique Identifier of the System
term/tm_class TERM TERM
transport/during_upgrade OFF OFF Flag for Transportsystem to work upgrade-specific
transport/systemtype CUSTOMER CUSTOMER System class (SAP or CUSTOMER)
transport/tp_logging ON ON Usage of interface to transport program is logged in the database (table TPLOG).
ucon/rfc/active 0 0
vmc/max_stacks 1 1
vmcj/TRACE_1 0x0, 0x0L, 0x0 0x0, 0x0L, 0x0 trace flags for java vm at trace level 1
vmcj/TRACE_2 0x0, 0x0L, 0x0 0x0, 0x0L, 0x0 trace flags for java vm at trace level 2
vmcj/TRACE_3 0x0, 0x0L, 0x0 0x0, 0x0L, 0x0 trace flags for java vm at trace level 3
vmcj/asyncCompilation on on configure asynchronous compilation for VMC
vmcj/availability/enable on on
vmcj/availability/file /usr/sap/SID/D01/work/VMCavailable.log $(DIR_HOME)$(DIR_SEP)VMCavailable.log
vmcj/availability/interval 1H 1H
vmcj/cloning on on activate cloning for java vms
vmcj/debug_proxy/cfg/allowedPorts debugproxy.allowedPorts = 8000, 8001, 8002, 8003, 8004 debugproxy.allowedPorts = 8000, 8001, 8002, 8003, 8004 Line to define the allowed ports for the Java Debug Proxy
vmcj/debug_proxy/cfg/defaultPort debugproxy.defaultPort = 8000 debugproxy.defaultPort = 8000 Line to define the default port for the Java Debug Proxy
vmcj/debug_proxy/cfg/fileName /usr/sap/SID/D01/work/jtmp/backend.properties $(vmcj/property/java.io.tmpdir)$(DIR_SEP)backend.properties Name of generated config file for the Java Debug Proxy
vmcj/debug_proxy/cfg/generate on on Generation of config file of the Java Debug Proxy
vmcj/debug_proxy/cfg/listenport debugproxy.listenport = %d debugproxy.listenport = %d Line to define the listen port for the Java Debug Proxy
vmcj/debug_proxy/cfg/loglevel debugproxy.loglevel = INFO debugproxy.loglevel = INFO Line to define the log level the Java Debug Proxy
vmcj/debug_proxy/cfg/msHost ms.host = sapSID ms.host = $(rdisp/mshost) Line to define the message server host for the Java Debug Proxy
vmcj/debug_proxy/cfg/msPort ms.port = sapmsSID ms.port = $(rdisp/msserv) vmcj/debug_proxy/cfg/msPort
vmcj/debug_proxy/cfg/strategy_jars debugproxy.strategies.jars = /usr/sap/SID/SYS/exe/run/cfw/to debugproxy.strategies.jars = $(DIR_VMC)/tools/debug_proxy/de
vmcj/debug_proxy/cfg/waitTimeout debugproxy.waitTimeout = 30000 debugproxy.waitTimeout = 30000 Line to define the wait timeout for the Java Debug Proxy
vmcj/debug_proxy/param_0 -Xcp:/usr/sap/SID/SYS/exe/run/cfw/tools/debug_proxy/debug_pr -Xcp:$(DIR_VMC)/tools/debug_proxy/debug_proxy.jar$(FILE_SEP) Class path for Java Debug Proxy
vmcj/debug_proxy/param_1 com.sap.rdebug.proxy.BackendJ2EE com.sap.rdebug.proxy.BackendJ2EE Start Class for the Java Debug Proxy
vmcj/debug_proxy/param_2 Additional parameter for the Java Debug Proxy
vmcj/debug_proxy/param_3 /usr/sap/SID/D01/work/jtmp/backend.properties $(vmcj/debug_proxy/cfg/fileName) Additional parameter for the Java Debug Proxy
vmcj/debug_proxy/param_4 Additional parameter for the Java Debug Proxy
vmcj/debug_proxy/param_5 /usr/sap/SID/SYS/exe/run/cfw/tools/debug_proxy/logging.prope $(DIR_VMC)$(DIR_SEP)tools$(DIR_SEP)debug_proxy$(DIR_SEP)logg Additional parameter for the Java Debug Proxy
vmcj/debug_proxy/param_6 Additional parameter for the Java Debug Proxy
vmcj/debug_proxy/param_7 Additional parameter for the Java Debug Proxy
vmcj/debug_proxy/param_8 Additional parameter for the Java Debug Proxy
vmcj/debug_proxy/param_9 Additional parameter for the Java Debug Proxy
vmcj/debug_proxy/port 55555 55555 Listen port for the Java Debug Proxy
vmcj/deleteVmIfSoftCancel off off
vmcj/dynamic_options
vmcj/enable off off enable vm container
vmcj/guard_page_num 4 4
vmcj/jni_strategy USE_MARKUP USE_MARKUP define strategy for JNI methods
vmcj/keepAutoJavaVm 1 1
vmcj/max_admin_heap_MB 1 1
vmcj/max_admin_heap_per_vm_KB 100 100
vmcj/max_error_count 5 5 maximum number of errors before the vmc is deactivated
vmcj/max_inline_sleeps NORMAL=120,ROLL_OUT=10 NORMAL=120,ROLL_OUT=10 Max. number of inline sleeps during VMC processing
vmcj/max_sgc_exceed_count 100 100
vmcj/max_vm_heap_MB 64 64 max. vm heap
vmcj/nested_lock_loops -1 -1 max loops to get a nested lock
vmcj/option/cp/ad /usr/sap/SID/SYS/exe/run/cfw/lib:/usr/sap/SID/SYS/exe/run/jk $(DIR_VMC)/lib$(FILE_SEP)$(DIR_JKIT)/lib
vmcj/option/debugPortRange 8000-8100 8000-8100 Port range for VMC debugging
vmcj/option/gc/sharedWaterMark 0 0 VMC: watermark for shared garbage collector
vmcj/option/jit/sharedCodeCacheSize 32M 32M shared code cache size for the VMC
vmcj/option/maxJavaHeap 200M 200M max. java heap
vmcj/option/percentageCopyOnlySC 1 1
vmcj/option/percentageMinOldGen 10 10
vmcj/option/percentageSharedClasses 1 1
vmcj/option/percentageYoungGen 15 15
vmcj/option/ps 512M 512M poolsize for the VMC
vmcj/option/ss 256k 256k Java Stack Size
vmcj/option/traceThreadId 1 1
vmcj/option/traceVmId 1 1
vmcj/poolRfcVmBeforeRoll on on
vmcj/prof/directory /usr/sap/SID/D01/data/profiling $(DIR_DATA)$(DIR_SEP)profiling Directory for the VMC profiling
vmcj/prof/maxAge 30 30 Max age of VMC profiling sessions
vmcj/property/APP.REPOSITORIES vmcdb: vmcdb:
vmcj/property/CLASSES.BASE /usr/sap/SID/SYS/exe/run/cfw/lib $(DIR_VMC)/lib
vmcj/property/SAPVM 1 1
vmcj/property/java.io.tmpdir /usr/sap/SID/D01/work/jtmp $(rdisp/workdir)$(DIR_SEP)jtmp
vmcj/property/java.protocol.handler.pkgs com.sap.vmc.classload.impl.protocol com.sap.vmc.classload.impl.protocol
vmcj/property/vmc.config.file /usr/sap/SID/SYS/exe/run/cfw/config.properties $(DIR_VMC)/config.properties
vmcj/recenterrors/enable off off
vmcj/recenterrors/file /usr/sap/SID/D01/work/VMCrecenterrors.log $(DIR_HOME)$(DIR_SEP)VMCrecenterrors.log
vmcj/restrictedPackage_0 com.sap.vmc com.sap.vmc
vmcj/restrictedPackage_1
vmcj/restrictedPackage_2
vmcj/restrictedPackage_3
vmcj/restrictedPackage_4
vmcj/restrictedPackage_5
vmcj/restrictedPackage_6
vmcj/restrictedPackage_7
vmcj/restrictedPackage_8
vmcj/restrictedPackage_9
vmcj/sgc_after_import off off
vmcj/sgc_options TEMPLATE_CLEANUP TEMPLATE_CLEANUP Configure VMC options for the shared Garbage Collection
vmcj/start_debug_proxy off off
vmcj/vm_auto_restart Automatic VM restart
vmcj/vm_lib /usr/sap/SID/SYS/exe/run/jkit/jre/bin/cvm/libjvm.so (Default)
vmcj/vm_lib_path
vmcj/vm_shared_lock_statistics off off Switch on/off statistics for shared locks
vmcj/vmcContainerClass com.sap.vmc.bootstrap.Bootstrap com.sap.vmc.bootstrap.Bootstrap
vmcj/vmcContainerStartMethod main main
vmcj/waitForVmTime 30 30 Max. waiting time for a free VM
vmcj/write_core off off
vsi/cache/size_MB 128 128 Maximum size of mega bytes which should be scanned in memory
vsi/disable 0 0
vsi/enable 1 1
vsi/reload 0 0
zcsa/calendar_area 500000 500000 Size of Calendar Buffer
zcsa/calendar_ids 200 200 Directory Entries in the Calendar
zcsa/db_max_buftab 5000 5000 Directory entries in generic key buffer (table buffer)
zcsa/exchange_mode on on switch for displacement of the table buffer
zcsa/installed_languages DE DE Anmeldesprachen eines Applikation-Servers
zcsa/inval_reload_c 5 5 value of the load counter
zcsa/moddatfm 1 1 Default date format for creation of users with SU01 and SU10
zcsa/moddcpfm Default decimal format for creation of users with SU01 and SU10
zcsa/modtimefm 0 0 Default-Zeitformat beim Anlegen von Benutzern
zcsa/presentation_buffer_area 4400000 4400000 Size of the buffer allocated for screens (Dynpros)
zcsa/reorg_mode on on switch of reorganization mode of TBX buffer
zcsa/request_unit 2000 2000 Counter for displacement and reorganisation
zcsa/second_language D D 2nd try if text in zcsa/system_language is missing
zcsa/sync_reload_c 5 5 value of the load counter
zcsa/system_language E E Default-Anmeldesprache
zcsa/table_buffer_area 30000000 30000000 Size of generic key buffer (table buffer)
zcsa/tablp_exchange_mode on on switch for displacement of the partial buffer
zcsa/tablp_reorg_mode on on switch of reorganization mode of the partial buffer
zcsa/tablp_request_unit 2000 2000 Counter for displacement and reorganisation of the partial buffer
zdate/DSTswitch_contloctime on on Switches continuous system time on/off
zdate/contloctime_trace 1 1
ztta/cua_area 500000 500000 Size of the CUA work area
ztta/diag_area 250000 250000 max size for sapgui description
ztta/dynpro_area 800000 800000 Size of the Dynpro Load Buffer
ztta/hold_data_area 4000 4000 Buffer for User Set/Get Values
ztta/max_memreq_MB 2047 2047 Limit for a single request to memory
ztta/parameter_area 32000 32000 Buffer Size for SPA/GPA Parameters
ztta/roll_area 6500000 6500000 Maximum roll area per user context
ztta/roll_extension 2000000000 2000000000 Quota for Extended Memory per user context
ztta/roll_extension_dia 2000000000 $(ztta/roll_extension) Extended Memory quota for dialog processes
ztta/roll_extension_nondia 2000000000 $(ztta/roll_extension) Extended Memory quota for non dialog processes
ztta/roll_first 1 1 First used part of memory in ztta/roll_area
ztta/short_area 3200000 3200000 Size of short term memory
Related Post