SAP ABAP Function Module PC_BUILD_COMPLETE_FILENAME (Builds complete file name from disk drive, path, file name and extension)
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_BUILD_COMPLETE_FILENAME | Builds complete file name from disk drive, path, file name and extension |
Function Group | C0PC | PC interface (file name checks) |
Program Name | SAPLC0PC | |
INCLUDE Name | LC0PCU01 |
Parameters
Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
---|---|---|---|---|---|---|---|
![]() |
COMPLETE_FILENAME | TYPE | PCFILE-PATH | Complete file name with disk drive, path, name | |||
![]() |
DRIVE | TYPE | PCFILE-DRIVE | SPACE | Disk drive specification without colon (A..Z) | ||
![]() |
EXTENSION | TYPE | SPACE | File name extension (without leading period) | |||
![]() |
NAME | TYPE | SPACE | File name without extension and without path | |||
![]() |
PATH | TYPE | PCFILE-PATH | SPACE | Path specification without disk drive and without file name | ||
![]() |
CHECK_DOS_FORMAT | TYPE | RC27X-FLG_SEL | SPACE | Kennzeichen: Auf DOS-Format prüfen | ||
![]() |
FILENAME_TOO_LONG | TYPE | The complete file name has more than 66 characters | ||||
![]() |
INVALID_DRIVE | TYPE | The disk drive specification is incorrect (not A..Z) | ||||
![]() |
INVALID_EXTENSION | TYPE | The file name extension is incorrect | ||||
![]() |
INVALID_NAME | TYPE | The file name is incorrect | ||||
![]() |
INVALID_PATH | TYPE | The path specification is incorrect | ||||
![]() |
MISSING_FILENAME | TYPE | No file name was specified | ||||
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 |