ARC_CHGR_STRUN SAP (File Conversion: Archive Files for Archiving Sessions) Table details

Dictionary Type: Table
Description: File Conversion: Archive Files for Archiving Sessions




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




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

ARC_CHGR_STRUN is a standard SAP Table which is used to store File Conversion: Archive Files for Archiving Sessions data and is available within R/3 SAP systems depending on the version and release level.

The ARC_CHGR_STRUN table consists of various fields, each holding specific information or linking keys about File Conversion: Archive Files for Archiving Sessions data available in SAP. These include STATUS_CONV (File Conversion: Status of Individual Archive File), STATUS_DATE (Set Expiration Date: Status of an Individual Archive File), JOBNAME_CONV (Name of Conversion Job), JOBCOUNT_CONV (ID Number for Conversion Job).. 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 ARC_CHGR_STRUN 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
ARCHIV_KEYKey for Archive File ARKEYCHAR20ARKEY
STATUS_CONVFile Conversion: Status of Individual Archive File ARC_CHGR_STCONVCHAR1ARC_CHGR_ST
STATUS_DATESet Expiration Date: Status of an Individual Archive File ARC_CHGR_STDATECHAR1ARC_CHGR_ST
JOBNAME_CONVName of Conversion Job ARC_CHGR_CONV_JOBNACHAR32CHAR32
JOBCOUNT_CONVID Number for Conversion Job ARC_CHGR_CONV_JOBCNCHAR8CHAR8
JOBNAME_DATEName of the Job (Expiration Date to Set) ARC_CHGR_DATE_JOBNACHAR32CHAR32
JOBCOUNT_DATEID Number of the Job (Set Expiration Date) ARC_CHGR_DATE_JOBCNCHAR8CHAR8

Key field Non-key field



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

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

SELECT SINGLE *
FROM ARC_CHGR_STRUN
INTO CORRESPONDING FIELDS OF WA_ARC_CHGR_STRUN
WHERE...

How to access SAP table ARC_CHGR_STRUN

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