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 | Instance attribute | Private | Type reference (TYPE) | RFCDEST | Destination for Reading File System Information | 20020228 | |||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_FILE_SYSTEM_MANAGER | Manager for Loading Directories and Files | 20020228 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | CHAR128 | Logical Directory Name | 20020301 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | CHAR512 | Physical Directory Name | 20020301 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Return Instance of this Singleton Class | 20020228 | |
| 2 | Instance method | Public | Method | Return Physical Directory Name | 20020301 | |
| 3 | Instance method | Public | Method | Load Contents of a Directory into a Table | 20020228 | |
| 4 | Instance method | Public | Method | Load Contents of a File into a Table | 20020228 | |
| 5 | Instance method | Public | Method | Map Logical to Physical Directory Name | 20020301 | |
| 6 | Instance method | Public | Method | Set Agent Destination | 20020228 | |
| 7 | 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 | 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 | 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 | DIRECTORY | Call by reference | Type reference (TYPE) | CSMDIRENTRTAB | Tabellentyp für CSMDIRENTR | 20020228 | |||
| 2 | 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 | FILE_AS_STRING | Call by reference | Type reference (TYPE) | STRING | Inhalt der Datei als String | 20041027 | |||
| 2 | FILE_CONTENT | Call by reference | Type reference (TYPE) | CCMCTLTXTTAB | Inhalt der Datei | 20020228 | |||
| 3 | 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 | 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 | 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 | 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 |