SAP ARCH_USR Customizing Table for Archiving Table
Overview
ARCH_USR is a standard SAP S/4HANA table that stores Customizing Table for Archiving data. There are total 23 fields in the ARCH_USR table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table ARCH_USR belongs to Archive Development Kit (BC-CCM-ADK) module and is located in the package Archive Development Kit (SARC).
In addition, following links provide an overview of foreign key relationships, if any, that link ARCH_USR to other SAP tables and standard CDS views available based on ARCH_USR table in S/4HANA 2020.
Techincal Settings of ARCH_USR
Below are technical details of the table ARCH_USR
- Buffering allowed but switched off
- Single entries of table were buffered
- Storage type is Column Store
List of ARCH_USR Fields
The following table gives you an overview of the fields available in ARCH_USR
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| OBJECT | Archiving Object | OBJCT_TR01 | ARCH_OBJ | CHAR | 10 |
| FILENAME | Logical file name | FILEINTERN | FILENAMECI | CHAR | 60 |
| ARCH_CNTRL | Control field for delete programs in archiving | ARCH_CNTRL | CHAR | 10 | |
| ARCH_LINK | Automatic Storage of Archive Files in Storage System | ARCH_LINK | CHAR | 1 | |
| ARCH_SIZE | Maximum Size of an Archive File in Megabyte | ARCH_SIZE | INT4 | 10 | |
| ARCH_COUNT | Maximum Number of Objects Allowed in an Archive File | ARCH_COUNT | INT4 | 10 | |
| ARCH_DEL | Automatic Start of Delete Program | ARCH_DEL | CHAR | 1 | |
| ARCH_LDOCU | Document type | SAEOBJART | TOADV | CHAR | 10 |
| ADMI_JOBSY | Target system on which the archive job runs | ADMI_JOBSY | CHAR | 32 | |
| DELETE_SYS | Flag: Delete jobs distributed freely in network | ADMI_DELSY | CHAR | 1 | |
| PROD_VARIA | Variant of Program for Production Mode | ARCH_VPROD | CHAR | 14 | |
| TEST_VARIA | Variant of Program for Test Mode | ARCH_VTEST | CHAR | 14 | |
| ARCH_INDEX | Indicates Whether an Index is to be Built for Data Objects | ARCH_INDEX | CHAR | 1 | |
| ARCH_LAST | Automatic post-processing flag | ARCH_LAST | CHAR | 1 | |
| LAST_VARIA | Variant for the Post Processing Program | ARCH_LPROD | CHAR | 14 | |
| CREP | Storage Repository for Physical Objects | SCMS_CREP | V_CREP_AL | CHAR | 30 |
| STORE_FRST | Indicates Whether Storing File Takes Place Before Delete | ARCH_STORE | CHAR | 1 | |
| READARCSYS | Indicates Whether Delete Program Reads from Storage System | ARCH_READ | CHAR | 1 | |
| BTCEVENTID | Background Processing Event | BTCEVENTID | CHAR | 32 | |
| BTCEVTPARM | Background Event Parameters (Such as, Jobname/Jobcount) | BTCEVTPARM | CHAR | 64 | |
| DEL_EVENT | Event-Driven Start of Delete Job | ARCH_D_EVT | CHAR | 1 | |
| DEL_REPLACED | Automatic Destruction of Replaced Files | ARCH_DEL_REPLACED | CHAR | 1 | |
| RESPONSIBLE | Person Responsible for Performing Archiving | ARCH_RESPONSIBLE | USR02 | CHAR | 12 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for ARCH_USR
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| ARCH_USR | ARCH_LDOCU | : | TOADV |
| ARCH_USR | CREP | : | V_CREP_AL |
| ARCH_USR | FILENAME | 1: CN | FILENAMECI |
| ARCH_USR | OBJECT | 1: CN | ARCH_OBJ |
| ARCH_USR | RESPONSIBLE | : | USR02 |