ARCH_PARAM SAP (Cross-Object Customizing Data Archiving) Table details

Dictionary Type: Table
Description: Cross-Object Customizing Data Archiving




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




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

ARCH_PARAM is a standard SAP Table which is used to store Cross-Object Customizing Data Archiving data and is available within R/3 SAP systems depending on the version and release level.

The ARCH_PARAM table consists of various fields, each holding specific information or linking keys about Cross-Object Customizing Data Archiving data available in SAP. These include MONITOR (Data Archiving Monitor On/Off), CHECK_FS (File System: Switch On/Off File Access Check), CHECK_AS (Archive System: Switch on/off File Access Check), VERI_WRIT (Create Verifiable Archive Files).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ARCH_PARAM 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
MONITORData Archiving Monitor On/Off ARC_MONITOCHAR1ARC_MONITO
CHECK_FSFile System: Switch On/Off File Access Check ARC_CHEC_FCHAR1ARC_CHEC_F
CHECK_ASArchive System: Switch on/off File Access Check ARC_CHEC_ACHAR1ARC_CHEC_A
VERI_WRITCreate Verifiable Archive Files ARC_VERI_WCHAR1ARC_VERI_W
VERI_DELEVerify Archive File when Deleting ARC_VERI_DCHAR1ARC_VERI_D
VERI_READVerify Archive Files when Reading ARC_VERI_RCHAR1ARC_VERI_R
VERI_LOADVerify Archive File When Reloading ARC_VERI_LCHAR1ARC_VERI_L
INT_MAX_HInterruption Criterion Time; Max.Duration of Write Job (Hrs) ARC_INT_HDEC4(1)
INT_MAX_MBInterrupt. Criterion; Data per Archive. Data in Session (MB) ARC_INT_MBDEC6(1)
JOBGROUPServer Group Name for Data Archiving Jobs ARC_SRVGRPCHAR40CHAR40
WEBDAV_DESTHTTP Connection to XML DAS for WebDAV ADMI_WEBDAV_DESTINATIONCHAR32Assigned to domainRFCDEST
SRS_LOCALUse Local ILM Service ('X' = 'Yes') ADMI_SRS_LOCALCHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM ARCH_PARAM
INTO CORRESPONDING FIELDS OF WA_ARCH_PARAM
WHERE...

How to access SAP table ARCH_PARAM

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