TEXT_ARCH_LOG SAP (Archive trace log info) Table details

Dictionary Type: Table
Description: Archive trace log info




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




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

TEXT_ARCH_LOG is a standard SAP Table which is used to store Archive trace log info data and is available within R/3 SAP systems depending on the version and release level.

The TEXT_ARCH_LOG table consists of various fields, each holding specific information or linking keys about Archive trace log info data available in SAP. These include COMPANY_CODE (Company Code), ARCHIVE_DATE (Eligible Archive Date for This Run), ARCH_LOG_ID (Archive Log ID), POSITION_ID (Exposure Position ID).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TEXT_ARCH_LOG 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_DATEDATS8Assigned to domainFTR_EXPOSURE_DATE
ARCH_LOG_IDArchive Log ID FTR_ARCH_LOG_IDNUMC10FTR_LOG_ID
POSITION_IDExposure Position ID FTR_POSITION_IDCHAR20Assigned to domainALPHAFTR_POSITION_IDTEXH_POSITION
POSITION_GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
RAW_EXPOSURE_IDRaw Exposure ID FTR_RAW_EXPOS_IDCHAR13Assigned to domainALPHAFTR_RAW_EXPOS_ID
ITEM_IDRaw Exposure Line Item ID FTR_ITEM_IDNUMC5Assigned to domainFTR_ITEM_ID
TRANSACTION_GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
XTRANSACTIONCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TEXT_ARCH_LOG
INTO CORRESPONDING FIELDS OF WA_TEXT_ARCH_LOG
WHERE...

How to access SAP table TEXT_ARCH_LOG

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