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
Exporting COMPLETE_FILENAME TYPE PCFILE-PATH Complete file name with disk drive, path, name
Importing DRIVE TYPE PCFILE-DRIVE SPACE Disk drive specification without colon (A..Z)
Importing EXTENSION TYPE SPACE File name extension (without leading period)
Importing NAME TYPE SPACE File name without extension and without path
Importing PATH TYPE PCFILE-PATH SPACE Path specification without disk drive and without file name
Importing CHECK_DOS_FORMAT TYPE RC27X-FLG_SEL SPACE Kennzeichen: Auf DOS-Format prüfen
Exception FILENAME_TOO_LONG TYPE The complete file name has more than 66 characters
Exception INVALID_DRIVE TYPE The disk drive specification is incorrect (not A..Z)
Exception INVALID_EXTENSION TYPE The file name extension is incorrect
Exception INVALID_NAME TYPE The file name is incorrect
Exception INVALID_PATH TYPE The path specification is incorrect
Exception MISSING_FILENAME TYPE No file name was specified
               
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