SAP ABAP Data Element PFEETEMP (Environment: Temporary Directory)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SBAS (Package) Miscellaneous BASIS
Basic Data
Data Element PFEETEMP
Short Description Environment: Temporary Directory  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type TEXT50    
Data Type CHAR   Character String 
Length 50    
Decimal Places 0    
Output Length 50    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Temp.dir.. 
Medium 15 Temp.dir....... 
Long 20 Temporary dir....... 
Heading 55 Temporary dir. 
Documentation

Definition


Profile parameter: DIR_TEMP
Responsible: Günter Zachmann

Meaning:

The parameter specifies under which access path in the file system the temporary files of an instantiation (-> run-time environment of an installation) are stored.
(e.g. log, spool, trace, syslog files).

This parameter is a main access path, i.e. the default values of subsidiary access paths are derived from it.

Setting the main access paths is the simplest way of customizing file access paths, but pre-supposes a standardized installation environment.

(If necessary, the access paths to certain files or groups of files can be set using user parameters, rather than the standard setting.)

Appropriate values depend upon the computer operating system type.

  • deeting the active flag for this parameters (at the right-hand edge of the screen) leads to the assumption of a standard installation environment (strongly recommended! )
  • an explicit setting of this parameter requires knowledge of the operating system and the installation environment.

other parameters affected:

  • all parameters for addressing files which are accessed using the above access path.

Related parameters:

  • DIR_INSTALL ( installed, unchangeable files)
  • DIR_INSTANCE ( installed, changeable files)
  • DIR_TEMP ( temporary files )
  • DIR_HOME ( other files for internal use )

The defaults of the following access paths are derived from DIR_INSTALL:

  • DIR_EXECUTABLE ( executables, machine type-dependent files)
  • DIR_BINARY ( other binary files)
  • DIR_LIBRARY ( .. )
  • DIR_RSYN ( access path to RSYN, ABAP syntax )
  • DIR_GRAPH_LIB ( graphic libraries )

The defaults of the following access paths are derived from DIR_INSTANCE :

  • DIR_LOGGING ( local system log )
  • DIR_CT_LOGGING ( central system log )
  • DIR_PROTOKOLLS ( error messages, other recordings )
  • DIR_DATA ( ... )

The defaults of the following access paths are derived from DIR_TEMP:

  • DIR_ATRA ( ATRA traces )
  • DIR_SORTTMP ( temporary sort files )
  • DIR_PAGING ( paging file )
  • DIR_ROLL ( roll file )

Additional notes:

  • Active and default values of current profile parameters can be displayed in profile maintenance.
  • The resulting values of profile parameters can be derived from the values of other profile parameters, or their defaults. Resulting values can be generated and displayed by the stand-alone program "sappfpar". (see also stand-alone diagnostic program "sapparar")

History
Last changed by/on SAP  20130604 
SAP Release Created in 740