IHC_TAB_ARCH_IDX SAP (IHC: Archive Index Table) Table details

Dictionary Type: Table
Description: IHC: Archive Index Table




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




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

IHC_TAB_ARCH_IDX is a standard SAP Table which is used to store IHC: Archive Index Table data and is available within R/3 SAP systems depending on the version and release level.

The IHC_TAB_ARCH_IDX table consists of various fields, each holding specific information or linking keys about IHC: Archive Index Table data available in SAP. These include OBJECT_ID (IHC: Archive Index; Identification Session), ARCHIVE_KEY (IHC: Archive Index; Key of Archive File), ARCHIVE_OFFSET (IHC: Archive Index; Offset in Archive File), TIME_STAMP (IHC: Archive Index, Time Stamp).. 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: Can be enhanced (character-type or numeric)


SAP IHC_TAB_ARCH_IDX 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
OBJECT_IDIHC: Archive Index; Identification Session IHC_DTE_ARCHIVE_OBJECT_IDCHAR50
ARCHIVE_KEYIHC: Archive Index; Key of Archive File IHC_DTE_ARCHIVE_KEYCHAR20ARKEY
ARCHIVE_OFFSETIHC: Archive Index; Offset in Archive File IHC_DTE_ARCHIVE_OFFSETINT410INT4
TIME_STAMPIHC: Archive Index, Time Stamp IHC_DTE_ARCHIVE_TIME_STAMPNUMC21TZNTSTMPLL
VARIANT_NAMEIHC: Archive Index, Variant Name IHC_DTE_ARCHIVE_VARIANT_NAMECHAR14Assigned to domainIHC_DOM_SELECTION_VARIANT
UNIT_FROMIHC: Archive Index, Lower Limit of Bank Area IHC_DTE_ARCHIVE_UNIT_FROMCHAR4_UNITIHC_DOM_UNIT
UNIT_TOIHC: Archive Index, Lower Limit of Bank Area IHC_DTE_ARCHIVE_UNIT_TOCHAR4_UNITIHC_DOM_UNIT
PN_NUMBER_FROMIHC: Archive Index, Lower Limit of Payment Order Number IHC_DTE_ARCHIVE_PN_NUMBER_FROMNUMC10IHC_DOM_PN_NUMBER
PN_NUMBER_TOIHC: Archive Index, Upper Limit of Payment Order Number IHC_DTE_ARCHIVE_PN_NUMBER_TONUMC10IHC_DOM_PN_NUMBER
YEAR_FROMIHC: Archive Index, Lower Limit of Payment Order Year IHC_DTE_ARCHIVE_PN_YEAR_FROMNUMC4JAHR
YEAR_TOIHC: Archive Index, Upper Limit of Payment Order Year IHC_DTE_ARCHIVE_PN_YEAR_TONUMC4JAHR

Key field Non-key field



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

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

SELECT SINGLE *
FROM IHC_TAB_ARCH_IDX
INTO CORRESPONDING FIELDS OF WA_IHC_TAB_ARCH_IDX
WHERE...

How to access SAP table IHC_TAB_ARCH_IDX

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