AFX_ACTVTPAC SAP (Activity Log Package List) Table details

Dictionary Type: Table
Description: Activity Log Package List




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




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

AFX_ACTVTPAC is a standard SAP Table which is used to store Activity Log Package List data and is available within R/3 SAP systems depending on the version and release level.

The AFX_ACTVTPAC table consists of various fields, each holding specific information or linking keys about Activity Log Package List data available in SAP. These include ACTVT_ID (Activity ID), PACKAGE_NO (Number of a Package in Parallel Processing), STATUS (Status of a Package in the Archiving Run), OBJECT_CNT (Number of Selected Objects in Package).. 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 AFX_ACTVTPAC 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
ACTVT_IDActivity ID AFX_DTE_ACTVT_IDNUMC10AFX_ACTVTAFX_ACTVT_ID
PACKAGE_NONumber of a Package in Parallel Processing BANK_DTE_PP_INTERVNONUMC10NUMC10
STATUSStatus of a Package in the Archiving Run AFX_DTE_PACKAGE_STATUSNUMC2AFXPSAFX_PACKAGE_STATUS
OBJECT_CNTNumber of Selected Objects in Package AFX_DTE_OBJECT_COUNTINT410INT4
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
DURATIONDuration in Seconds AFX_DTE_DURATIONINT410INT4
LIMIT_MINObject Key Lower Limit AFX_DTE_LIMIT_MINCHAR80AFX_LIMIT
LIMIT_MAXObject Key Upper Limit AFX_DTE_LIMIT_MAXCHAR80AFX_LIMIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM AFX_ACTVTPAC
INTO CORRESPONDING FIELDS OF WA_AFX_ACTVTPAC
WHERE...

How to access SAP table AFX_ACTVTPAC

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