ADMI_FILE_DAVLNK SAP (Link Between the Archive File and the WebDAV Ressource) Table details

Dictionary Type: Table
Description: Link Between the Archive File and the WebDAV Ressource




ABAP Code to SELECT data from ADMI_FILE_DAVLNK
Related tables to ADMI_FILE_DAVLNK
Access table ADMI_FILE_DAVLNK




Table field list including key, data, relationships and ABAP select examples

ADMI_FILE_DAVLNK is a standard SAP Table which is used to store Link Between the Archive File and the WebDAV Ressource data and is available within R/3 SAP systems depending on the version and release level.

The ADMI_FILE_DAVLNK table consists of various fields, each holding specific information or linking keys about Link Between the Archive File and the WebDAV Ressource data available in SAP. These include WEBDAV_DEST (HTTP Connection to XML DAS for WebDAV), ARCHIVE_STORE (Archive Store (XML-Based Archiving)), URI (URI of a Resource or a Collection), DAS_HOST (Name of Target Host).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ADMI_FILE_DAVLNK table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ARCHIV_KEYKey for Archive File ARKEYCHAR20ARKEY
WEBDAV_DESTHTTP Connection to XML DAS for WebDAV ADMI_WEBDAV_DESTINATIONCHAR32Assigned to domainRFCDEST
ARCHIVE_STOREArchive Store (XML-Based Archiving) ADMI_ASTORECHAR50
URIURI of a Resource or a Collection ADMI_URI_ADKCHAR255
DAS_HOSTName of Target Host RFCHOST_EXTCHAR1024RFCHOST_EXT
DAS_PORTSystem ID RFCSYSIDCHAR8SYCHAR08
IS_STOREDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
EXPIRATION_DATEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
START_RETENTIONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
FDT_DEC_TAB_UUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
POS_INH_OBJ_NAMENatural Number INT4INT410INT4
INH_OBJ_NAMEILM Object LRM_OBJECT_TYPECHAR30LRM_OBJECT_TYPE
POS_ORG_PART1Natural Number INT4INT410INT4
NAME_ORG_PART1Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
POS_ORG_PART2Natural Number INT4INT410INT4
NAME_ORG_PART2Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
POS_ORG_PART3Natural Number INT4INT410INT4
NAME_ORG_PART3Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
POS_ORG_PART4Natural Number INT4INT410INT4
NAME_ORG_PART4Field Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
POS_DATE_PARTNatural Number INT4INT410INT4
NAME_DATE_PARTField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
MAX_RETENTIONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
DATA_OBJ_KINDData Object Type LRM_DATA_OBJECT_KINDCHAR1LRM_DATA_OBJECT_KIND

Key field Non-key field



How do I retrieve data from SAP table ADMI_FILE_DAVLNK using ABAP code

The following ABAP code Example will allow you to do a basic selection on ADMI_FILE_DAVLNK to SELECT all data from the table
DATA: WA_ADMI_FILE_DAVLNK TYPE ADMI_FILE_DAVLNK.

SELECT SINGLE *
FROM ADMI_FILE_DAVLNK
INTO CORRESPONDING FIELDS OF WA_ADMI_FILE_DAVLNK
WHERE...

How to access SAP table ADMI_FILE_DAVLNK

Within an ECC or HANA version of SAP you can also view further information about ADMI_FILE_DAVLNK and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!