PXACONTENT64 SAP (Content of ABAP Program Buffer (PXA)) Structure details

Dictionary Type: Structure
Description: Content of ABAP Program Buffer (PXA)




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




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

PXACONTENT64 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Content of ABAP Program Buffer (PXA)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PXACONTENT64 TYPE PXACONTENT64.

The PXACONTENT64 table consists of various fields, each holding specific information or linking keys about Content of ABAP Program Buffer (PXA) data available in SAP. These include CLASS (Class), LANG (Language), NAME (Program/Report Name), DATE (Date).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PXACONTENT64 structure 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
INDEXIndex in Program Buffer PXA PXA64INDEXCHAR10CHAR10
CLASSClass PXA64CFLAGCHAR1PXA_OBJCLASS
LANGLanguage PXA64DFLAGCHAR1CHAR1
NAMEProgram/Report Name PXA64REPNAMECHAR40CHAR40
DATEDate DATS_ALVDATS8DATS
TIMETime Stamp of Entry in Program Buffer PXA64TIMSTMPTIMS6UZEIT
STATStatus PXA64STATCHAR8CHAR8
SIZESize of a Program Section (Bztes) PXA64PROGPARTSZCHAR6CHAR6
OFFSETOffset in Program Buffer PXA64OFFSETCHAR9CHAR9
LOCKSNumber of Locks on an Entry in the Program Buffer PXA64LOCKSCHAR6CHAR6
USEDUsage Counter PXA64USEDCNTCHAR9CHAR9
REQIDRequest ID of an Entry in the Program Buffer PXA64REQIDCHAR16CHAR16
HASHHash Value PXA64HASHCHAR6CHAR6
HPREV 0
HNEXT 0

Key field Non-key field



How do I retrieve data from SAP structure PXACONTENT64 using ABAP code?

As PXACONTENT64 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PXACONTENT64 as there is no data to select.

How to access SAP table PXACONTENT64

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