ADMI_FIDOCT SAP (Archive Management for FI_DOCUMNT Object) Structure details

Dictionary Type: Structure
Description: Archive Management for FI_DOCUMNT Object




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




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

ADMI_FIDOCT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Archive Management for FI_DOCUMNT Object" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ADMI_FIDOCT TYPE ADMI_FIDOCT.

The ADMI_FIDOCT 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 BUKRS (Company Code), GJAHR (Not More Closely Defined Area, Possibly Used for Patchlevels), BLART (Document Type), OFFST_MIN (Archive file data object offset).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP ADMI_FIDOCT structure 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHRNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
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 structure ADMI_FIDOCT using ABAP code?

As ADMI_FIDOCT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ADMI_FIDOCT as there is no data to select.

How to access SAP table ADMI_FIDOCT

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