ADMI_FIDOC SAP (Archive Management for FI_DOCUMNT Object) Table details

Dictionary Type: Table
Description: Archive Management for FI_DOCUMNT Object




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




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

ADMI_FIDOC is a standard SAP Table which is used to store Archive Management for FI_DOCUMNT Object data and is available within R/3 SAP systems depending on the version and release level.

The ADMI_FIDOC table consists of various fields, each holding specific information or linking keys about Archive Management for FI_DOCUMNT Object data available in SAP. These include ARCHIV_KEY (Key for Archive File), BUKRS (Company Code), GJAHR (Fiscal Year), BLART (Document Type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP ADMI_FIDOC 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ARCHIV_KEYKey for Archive File ARKEYCHAR20ARKEY
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
OFFST_MINArchive file data object offset ADMI_OFFSTINT410
OFFST_MAXArchive file data object offset ADMI_OFFSTINT410
BKPF_CNTNumber of Documents in an Archive Segment BKPF_CNTINT410U_INT_4
BSAD_CNTNumber of Customer Items in an Archive Segment BSAD_CNTINT410U_INT_4
BSAK_CNTNumber of Vendor Items in an Archive Segment BSAK_CNTINT410U_INT_4
BSIS_CNTNumber of G/L Account Items (not OI) in an Archive Segment BSIS_CNTINT410U_INT_4
BSAS_CNTNumber of G/L Account Items (OI) in an Archive Segment BSAS_CNTINT410U_INT_4
BUDAT_MINPosting Date in the Document BUDATDATS8DATUM
BUDAT_MAXPosting Date in the Document BUDATDATS8DATUM
MONAT_MINFiscal Period MONATNUMC2MONAT
MONAT_MAXFiscal Period MONATNUMC2MONAT
AUGDT_MINClearing Date AUGDTDATS8DATUM
AUGDT_MAXClearing Date AUGDTDATS8DATUM
XIDXCOMPLTAvailability of Area Index Entries in the Archive INDEX_STA_CHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM ADMI_FIDOC
INTO CORRESPONDING FIELDS OF WA_ADMI_FIDOC
WHERE...

How to access SAP table ADMI_FIDOC

Within an ECC or HANA version of SAP you can also view further information about ADMI_FIDOC 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!