TARPACKAGESADK SAP (Archiving Engine: ADK Packages) Table details

Dictionary Type: Table
Description: Archiving Engine: ADK Packages




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




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

TARPACKAGESADK is a standard SAP Table which is used to store Archiving Engine: ADK Packages data and is available within R/3 SAP systems depending on the version and release level.

The TARPACKAGESADK table consists of various fields, each holding specific information or linking keys about Archiving Engine: ADK Packages data available in SAP. These include OBJECT (Technical Name of Scenario), P_MODE (Archiving Engine Mode), DOCUMENT (Archiving Session Number), ARCHIV_KEY (Key for Archive File).. 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: Cannot Be Enhanced


SAP TARPACKAGESADK 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
OBJECTTechnical Name of Scenario TYP_AR_OBJECTCHAR10TYP_AR_SCENARIOAREOBJ
P_MODEArchiving Engine Mode TYP_P_MODECHAR1TYP_P_MODE
DOCUMENTArchiving Session Number ADMI_RUN_DCHAR6ADMI_RUN
ARCHIV_KEYKey for Archive File ARKEYCHAR20ARKEY
PACKAGENOPackage Number TYP_PACKAGENUMBERNUMC10
ARE_LED_PACKAGESLED TYP_ARE_LED_PACKAGECHAR1CHAR1
OBJECTSNumber of Business Objects TYP_ARE_OBJEKTEINT410INT4
MASTERMaster TYP_ARE_MASTERCHAR32CHAR32
APP_SERVERApplication Server TYP_ARE_APP_SERVER_PACKCHAR32CHAR32
TASKNAMETask Name ARE_TASKNAMECHAR7CHAR7
CLIENT_BEGINStart of Package Processing on Client TYP_ARE_CLIENT_BEGINDEC15TZNTSTMPS
CLIENT_ENDEnd Package Processing on Client TYP_ARE_CLIENT_ENDDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TARPACKAGESADK
INTO CORRESPONDING FIELDS OF WA_TARPACKAGESADK
WHERE...

How to access SAP table TARPACKAGESADK

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