SAP ABAP Function Module SHOW_FILEPATH_FREESPACE (Given a file path return the free space for the corresponding filesystem)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-MON-OS (Application Component) Operating System Monitors
⤷
SMOS (Package) Monitoring Operating System
⤷
⤷
Basic Data
| Function Module | SHOW_FILEPATH_FREESPACE | Given a file path return the free space for the corresponding filesystem |
| Function Group | SMON | "SAPOSCOL" (Operating System Monitor) |
| Program Name | SAPLSMON | |
| INCLUDE Name | LSMONU44 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
FREE_SPACE | TYPE | DEF_PAR_FU-FREESPACE | Space available in KB | |||
| |
FILE_PATH | TYPE | DEF_PAR_FU-PATHNAME | Full path of directory or file. | |||
| |
DEST_TYPE | TYPE | DEF_PAR_FU-REQ_MODE | 'D' = DB; 'L' = Local; 'S' = Specify via params. | |||
| |
I_LOCAL_REMOTE | TYPE | DEF_PAR_FU-LOC_REMOTE | 'LOCAL', 'INTERN' or 'REMOTE' | |||
| |
I_LOGICAL_DEST | TYPE | RFCDES-RFCDEST | logische Destination (Wird bei Funktionsaufruf a | |||
| |
ANSWER_IS_NOT_YET_AVAILABLE | TYPE | Please wait - answer has not yet arrived. | ||||
| |
COMMUNICATION_ERROR | TYPE | Network or RFC timeout, +?. | ||||
| |
GENERAL_REQ_ERROR | TYPE | Other error making request (Internal -- no info) | ||||
| |
CANT_FIND_DESTINATION | TYPE | Server or Logical Destination not found . | ||||
| |
CANT_GET_DESTINATIONS | TYPE | Destinations Unavailable | ||||
| |
UNKNOWN_ERROR | TYPE | See /usr/sap/tmp/dev_coll --- bad filepath? | ||||
| |
ILLEGAL_DEST_TYPE | TYPE | Must be 'D', 'L' or 'S'. | ||||
| |
UNSUPPORTED_UNC_PATH | TYPE | UNC path must contain NT machine that is dest | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 19990505 |
| SAP Release Created in |