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 |
|---|---|---|---|---|---|---|---|
| |
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 | PCFILE-PATH | The path (without disk drive and file name) | |||
| |
COMPLETE_FILENAME | TYPE | PCFILE-PATH | The file name to be split | |||
| |
CHECK_DOS_FORMAT | TYPE | RC27X-FLG_SEL | Kennzeichen: Auf DOS-Format prüfen | |||
| |
INVALID_DRIVE | TYPE | Incorrect disk drive specification | ||||
| |
INVALID_EXTENSION | TYPE | Incorrect file name extension | ||||
| |
INVALID_NAME | TYPE | Incorrect file name | ||||
| |
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 | 19931201 |
| SAP Release Created in |