SAP ABAP Function Module ARCHIVE_ADMIN_GET_FILE_INFO (Determine Information on Archive File)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-ADK (Application Component) Archive Development Kit
     SARC (Package) Archive Development Kit
Basic Data
Function Module ARCHIVE_ADMIN_GET_FILE_INFO Determine Information on Archive File  
Function Group ARCH   ADK Interface  
Program Name SAPLARCH    
INCLUDE Name LARCHU45    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting VALUES_CONSISTENT TYPE C Compatibility of Management Data in File and SAP System
Exporting FILESYSTEM TYPE C Accessibility of the Archive File in the File System
Exporting ARCHIVE_SYSTEM TYPE C Accessibility of Archive File in Storage System
Exporting OBJECT TYPE HEADA-OBJECT Archiving Object According to File
Exporting ARCHIVE_KEY TYPE ADMI_FILES-ARCHIV_KEY Identification of the Archive File According to File
Exporting ARCHIVE_CREATION_CLIENT TYPE HEADA-CLIENT Client in Which the Archive File Was Created
Exporting ARCHIVE_CREATION_DATE TYPE HEADA-DATUM Creation Date for Archive File
Exporting ARCHIVE_CREATION_RELEASE TYPE HEADA-SAPRL Release Status of SAP System at time of Archiving
Exporting ARCHIVE_CREATION_SYSTEM TYPE HEADA-SYSID Name of SAP System at Time of Archiving
Exporting ARCHIVE_CODE_PAGE TYPE TCP00-CPCODEPAGE Code Page of the Archive File
Exporting ARCHIVE_NUMBER_FORMAT TYPE TCP00-CPCODEPAGE Number Format of the Archive File
Exporting PHYSICAL_FILE_WITH_PATH TYPE ADMI_FILES-FILENAME File Name of Archive File
Exporting STORED_IN_CONTENT_REPOSITORY TYPE ADMI_FILES-CREP ADK Internal: Content Repository Containing the File
Exporting STORED_AS_DOCUMENT_ID TYPE ADMI_FILES-ARCH_DOCID ADK Internal: Document ID for File in Storage System
Exporting WEBDAV_SYSTEM TYPE C Availability of the Archive File in the WebDAV System
Exporting STORED_IN_WEBDAV_DEST TYPE ADMI_WEBDAV_DESTINATION ADK Internal: WebDAV Connection Used to Store the File
Exporting STORED_AS_URI TYPE ADMI_URI_ADK ADK Internal: URI of the File in the WebDAV System
Exporting INVALID TYPE BOOLE_D Indicates Whether the Archive File Is Invalid: TRUE (='X') and FALSE (=' ')
Importing ARCHIVE_NAME TYPE ADMI_FILES-ARCHIV_KEY Identification of an Archive File
Importing ARCHIVE_SYSTEM_ONLY TYPE C SPACE ADK Internal: Check for File in Storage System Only
Importing FILESYSTEM_ONLY TYPE C SPACE ADK Internal: Check for File in File System Only
Importing CONTENT_REPOSITORY TYPE ARCH_USR-CREP SPACE ADK Internal: Content Repository Containing the File
Importing DOCUMENT_ID TYPE ADMI_FILES-ARCH_DOCID SPACE ADK Internal: Document ID for the File in the Archive System
Importing PHYSICAL_FILENAME TYPE ADMI_FILES-FILENAME SPACE ADK Internal: Physical Name of the File (Without Path)
Importing LOGICAL_PATHNAME TYPE ADMI_FILES-PATHINTERN SPACE ADK Internal: Logical Path for File
Importing EXCEPTION_ON_ACCESS_ERROR TYPE C 'X' ADK Internal: Raise an Exception When Access Error
Importing WEBDAV_SYSTEM_ONLY TYPE C SPACE ADK Internal: Only Check File in WebDAV System
Importing WEBDAV_DEST TYPE ADMI_WEBDAV_DESTINATION HTTP Connection to XML DAS for WebDAV
Importing URI TYPE ADMI_URI_ADK URI of a Resource or a Collection
Exception NO_ARCHIVE_FILE TYPE The File is not an Archive File
Exception FILE_NOT_FOUND TYPE Data Access Not Possible Due to Lack of Management Information
Exception OPEN_ERROR TYPE Error when opening file
Exception FILE_IO_ERROR TYPE Error when reading file
               
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  20010122 
SAP Release Created in