SAP ABAP Function Module PC_SPLIT_COMPLETE_FILENAME (Divides a complete PC file name into disk drive, path, file and exten)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   PS-IS (Application Component) Information System
     CNIS (Package) Application development R/3 PS information system
Basic Data
Function Module PC_SPLIT_COMPLETE_FILENAME Divides a complete PC file name into disk drive, path, file and exten  
Function Group C0PC   PC interface (file name checks)  
Program Name SAPLC0PC    
INCLUDE Name LC0PCU06    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting DRIVE TYPE PCFILE-DRIVE The disk drive specification (without colon)
Exporting EXTENSION TYPE The file name extension (extension)
Exporting NAME TYPE The file name (without extension)
Exporting NAME_WITH_EXT TYPE The file name (with extension)
Exporting PATH TYPE PCFILE-PATH The path (without disk drive and file name)
Importing COMPLETE_FILENAME TYPE PCFILE-PATH The file name to be split
Importing CHECK_DOS_FORMAT TYPE RC27X-FLG_SEL Kennzeichen: Auf DOS-Format prüfen
Exception INVALID_DRIVE TYPE Incorrect disk drive specification
Exception INVALID_EXTENSION TYPE Incorrect file name extension
Exception INVALID_NAME TYPE Incorrect file name
Exception INVALID_PATH TYPE Incorrect path
               
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  19931201 
SAP Release Created in