Table/Structure Field list used by SAP ABAP Function Module PC_BUILD_COMPLETE_FILENAME (Builds complete file name from disk drive, path, file name and extension)
SAP ABAP Function Module
PC_BUILD_COMPLETE_FILENAME (Builds complete file name from disk drive, path, file name and extension) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | PCFILE - DRIVE | Specification of PC disc drive (without colon) | ||
| 2 | PCFILE - DRIVE | Specification of PC disc drive (without colon) | SOURCE VALUE(DRIVE) LIKE PCFILE-DRIVE DEFAULT SPACE |
|
| 3 | PCFILE - FNAME_E | PC file name with extension | ||
| 4 | PCFILE - PATH | PC path name | ||
| 5 | PCFILE - PATH | PC path name | SOURCE VALUE(COMPLETE_FILENAME) LIKE PCFILE-PATH |
|
| 6 | PCFILE - PATH | PC path name | SOURCE VALUE(PATH) LIKE PCFILE-PATH DEFAULT SPACE |
|
| 7 | RC27X - FLG_SEL | Selection indicator | ||
| 8 | RC27X - FLG_SEL | Selection indicator | SOURCE VALUE(CHECK_DOS_FORMAT) LIKE RC27X-FLG_SEL DEFAULT SPACE |
|