ARCH_OHEAD SAP (Archive File Overhead) Table details

Dictionary Type: Table
Description: Archive File Overhead




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




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

ARCH_OHEAD is a standard SAP Table which is used to store Archive File Overhead data and is available within R/3 SAP systems depending on the version and release level.

The ARCH_OHEAD table consists of various fields, each holding specific information or linking keys about Archive File Overhead data available in SAP. These include SAPRELEASE (SAP Release), FILE_OHEAD (Size of an Archive File in Bytes).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP ARCH_OHEAD 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
OBJECTArchiving Object OBJCT_TR01CHAR10Assigned to domainOBJCT_TR01OBT
SAPRELEASESAP Release SAPRLCHAR4SAPRL
FILE_OHEADSize of an Archive File in Bytes ADMI_SIZEFLTP16(16) FLOATING

Key field Non-key field



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

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

SELECT SINGLE *
FROM ARCH_OHEAD
INTO CORRESPONDING FIELDS OF WA_ARCH_OHEAD
WHERE...

How to access SAP table ARCH_OHEAD

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