SAP ABAP Function Module CH_SPLIT_FILENAME (Splits PC File Name into Drive,Path,File and Extension)
Hierarchy
☛
ECC-DIMP (Software Component) DIMP
⤷
IS-A (Application Component) Industry Solution Automotive
⤷
DIMP_OBSOLETE (Package) Obsolete DIMP Objects
⤷
⤷
Basic Data
| Function Module | CH_SPLIT_FILENAME | Splits PC File Name into Drive,Path,File and Extension |
| Function Group | CHPC | Specification system : File Handling |
| Program Name | SAPLCHPC | Specification System : File Handling |
| INCLUDE Name | LCHPCU01 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
DRIVE | TYPE | PCFILE-DRIVE | The disk drive specification (without colon) | |||
| |
EXTENSION | TYPE | The file name extension (extension) | ||||
| |
NAME | TYPE | The file name (without extension) | ||||
| |
NAME_WITH_EXT | TYPE | The file name (with extension) | ||||
| |
PATH | TYPE | STRING | The path (without disk drive and file name) | |||
| |
COMPLETE_FILENAME | TYPE | STRING | File Name to be split | |||
| |
CHECK_DOS_FORMAT | TYPE | RC27X-FLG_SEL | Check For DOS Format | |||
| |
INVALID_DRIVE | TYPE | Incorrect disk drive specification | ||||
| |
INVALID_PATH | TYPE | Incorrect path | ||||
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 | 20050301 |
| SAP Release Created in | 46C |