TEXT_ARCH_CTRL SAP (Control table for Exposure Archiving) Table details

Dictionary Type: Table
Description: Control table for Exposure Archiving




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




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

TEXT_ARCH_CTRL is a standard SAP Table which is used to store Control table for Exposure Archiving data and is available within R/3 SAP systems depending on the version and release level.

The TEXT_ARCH_CTRL table consists of various fields, each holding specific information or linking keys about Control table for Exposure Archiving data available in SAP. These include COMPANY_CODE (Company Code), ARCHIVE_DATE (Eligible Archive Date for This Run), EXECUTION_STATUS (Archive Report Execution status), EXECUTION_DATE (First Entered on).. 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 TEXT_ARCH_CTRL 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
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
ARCHIVE_DATEEligible Archive Date for This Run FTR_ARCHIVE_DATEDATS8FTR_EXPOSURE_DATE
EXECUTION_STATUSArchive Report Execution status FTR_ARCH_EXE_STATUSNUMC1FTR_ARCH_EXE_STATUS
EXECUTION_DATEFirst Entered on DERFDATS8DATUM
EXECUTION_TIMETime of Initial Entry TERFTIMS6TIMES
EXECUTED_BYEntered by RERFCHAR12SYCHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM TEXT_ARCH_CTRL
INTO CORRESPONDING FIELDS OF WA_TEXT_ARCH_CTRL
WHERE...

How to access SAP table TEXT_ARCH_CTRL

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