VTBL_ARC_DOKU SAP (Documentation Elements for Limit Archiving) Structure details

Dictionary Type: Structure
Description: Documentation Elements for Limit Archiving




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




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

VTBL_ARC_DOKU 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 "Documentation Elements for Limit Archiving" 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_VTBL_ARC_DOKU TYPE VTBL_ARC_DOKU.

The VTBL_ARC_DOKU table consists of various fields, each holding specific information or linking keys about Documentation Elements for Limit Archiving data available in SAP. These include ARC_MODE2 (Archiving Mode 2), ARC_MODE3 (Archiving Mode 3), DEL_MODE1 (Deletion Mode 1), DEL_MODE2 (Deletion Mode 2).. 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: Cannot Be Enhanced


SAP VTBL_ARC_DOKU 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
ARC_MODE1Archiving mode 1 TB_ARC_MODE1CHAR1CHAR1
ARC_MODE2Archiving Mode 2 TB_ARC_MODE2CHAR1CHAR1
ARC_MODE3Archiving Mode 3 TB_ARC_MODE3CHAR1CHAR1
DEL_MODE1Deletion Mode 1 TB_DEL_MODE1CHAR1CHAR1
DEL_MODE2Deletion Mode 2 TB_DEL_MODE2CHAR1CHAR1
DEL_MODE3Deletion Mode 3 TB_DEL_MODE3CHAR1CHAR1
DEL_MODE_FUTUREFlag: Delete Utilizations Determined for the Future TB_DEL_MODE_FUTURECHAR1XFELD
REL_MODE1Only Reload Limits TB_REL_MODE1CHAR1XFELD
REL_MODE2Only Reload Utilizations TB_REL_MODE2CHAR1XFELD
REL_MODE3Reload Limits and Utilizations TB_REL_MODE3CHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure VTBL_ARC_DOKU using ABAP code?

As VTBL_ARC_DOKU 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 VTBL_ARC_DOKU as there is no data to select.

How to access SAP table VTBL_ARC_DOKU

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