SAP ABAP Class CL_FILE_SYSTEM_MANAGER (Manager for Loading Directories and Files)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON (Application Component) Monitoring
     SCSM (Package) CCMS Central System Management
Properties
Class CL_FILE_SYSTEM_MANAGER  
Short Description Manager for Loading Directories and Files    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCSM   CCMS Central System Management 
Created 20020228   SAP 
Last change 20080612   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FILE_SYSTEM_MANAGER has no forward declaration.
Interfaces
Class CL_FILE_SYSTEM_MANAGER has no interface implemented.
Friends
Class CL_FILE_SYSTEM_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DESTINATION Instance attribute Private Type reference (TYPE) RFCDEST Destination for Reading File System Information 20020228
2 INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_FILE_SYSTEM_MANAGER Manager for Loading Directories and Files 20020228
3 LOGICAL_DIRECTORY_NAME Instance attribute Private Type reference (TYPE) CHAR128 Logical Directory Name 20020301
4 PHYSICAL_DIRECTORY_NAME Instance attribute Private Type reference (TYPE) CHAR512 Physical Directory Name 20020301
Methods
# Method Level Visibility Method type Description Created on
1 GET_INSTANCE Static method Public Method Return Instance of this Singleton Class 20020228
2 GET_PHYSICAL_DIRECTORY_NAME Instance method Public Method Return Physical Directory Name 20020301
3 LOAD_DIRECTORY Instance method Public Method Load Contents of a Directory into a Table 20020228
4 LOAD_FILE Instance method Public Method Load Contents of a File into a Table 20020228
5 MAP_LOGICAL2PHYSICAL_DIRNAME Instance method Public Method Map Logical to Physical Directory Name 20020301
6 SET_DESTINATION Instance method Public Method Set Agent Destination 20020228
7 SET_LOGICAL_DIRECTORY_NAME Instance method Public Method Set Logical Directory Name 20020301
Events
Class CL_FILE_SYSTEM_MANAGER has no event.
Types
Class CL_FILE_SYSTEM_MANAGER has no local type.
Method Signatures

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INSTANCE Value transfer Object reference (TYPE REF TO) CL_FILE_SYSTEM_MANAGER Manager zum Laden von Verzeichnissen und Dateien 20020228

Method GET_INSTANCE on class CL_FILE_SYSTEM_MANAGER has no exception.

Method GET_PHYSICAL_DIRECTORY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PHYSICAL_DIRNAME Value transfer Type reference (TYPE) CHAR512 physische Verzeichnisname 20020301

Method GET_PHYSICAL_DIRECTORY_NAME on class CL_FILE_SYSTEM_MANAGER has no exception.

Method LOAD_DIRECTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DIRECTORY Call by reference Type reference (TYPE) CSMDIRENTRTAB Tabellentyp für CSMDIRENTR 20020228
2 Importing DIRECTORY_NAME Call by reference Type reference (TYPE) CHAR512 Physischer Name des zu holenden Verzeichnisses 20020301

Method LOAD_DIRECTORY on class CL_FILE_SYSTEM_MANAGER has no exception.

Method LOAD_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FILE_AS_STRING Call by reference Type reference (TYPE) STRING Inhalt der Datei als String 20041027
2 Exporting FILE_CONTENT Call by reference Type reference (TYPE) CCMCTLTXTTAB Inhalt der Datei 20020228
3 Importing FILE_NAME Call by reference Type reference (TYPE) CHAR512 Name der zu ladenden Datei 20020301

Method LOAD_FILE on class CL_FILE_SYSTEM_MANAGER has no exception.

Method MAP_LOGICAL2PHYSICAL_DIRNAME Signature

Method MAP_LOGICAL2PHYSICAL_DIRNAME on class CL_FILE_SYSTEM_MANAGER has no parameter.
# Exception Resumable Description Created on
1 CX_MAP_ERROR Anzeigen von Traces des CCMS-Agentenverzeichnisses 20020322

Method SET_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEST Call by reference Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20020228

Method SET_DESTINATION on class CL_FILE_SYSTEM_MANAGER has no exception.

Method SET_LOGICAL_DIRECTORY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LDIR_NAME Call by reference Type reference (TYPE) CHAR128 logische Verzeichnisname 20020301

Method SET_LOGICAL_DIRECTORY_NAME on class CL_FILE_SYSTEM_MANAGER has no exception.
History
Last changed by/on SAP  20080612 
SAP Release Created in 630