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
Exporting FREE_SPACE TYPE DEF_PAR_FU-FREESPACE Space available in KB
Importing FILE_PATH TYPE DEF_PAR_FU-PATHNAME Full path of directory or file.
Importing DEST_TYPE TYPE DEF_PAR_FU-REQ_MODE 'D' = DB; 'L' = Local; 'S' = Specify via params.
Importing I_LOCAL_REMOTE TYPE DEF_PAR_FU-LOC_REMOTE 'LOCAL', 'INTERN' or 'REMOTE'
Importing I_LOGICAL_DEST TYPE RFCDES-RFCDEST logische Destination (Wird bei Funktionsaufruf a
Exception ANSWER_IS_NOT_YET_AVAILABLE TYPE Please wait - answer has not yet arrived.
Exception COMMUNICATION_ERROR TYPE Network or RFC timeout, +?.
Exception GENERAL_REQ_ERROR TYPE Other error making request (Internal -- no info)
Exception CANT_FIND_DESTINATION TYPE Server or Logical Destination not found .
Exception CANT_GET_DESTINATIONS TYPE Destinations Unavailable
Exception UNKNOWN_ERROR TYPE See /usr/sap/tmp/dev_coll --- bad filepath?
Exception ILLEGAL_DEST_TYPE TYPE Must be 'D', 'L' or 'S'.
Exception UNSUPPORTED_UNC_PATH TYPE UNC path must contain NT machine that is dest
               
Processing Type
Normal Function Module  
Remote-Enabled 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