APQL SAP (Batch Input Log Directory) Table details

Dictionary Type: Table
Description: Batch Input Log Directory




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




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

APQL is a standard SAP Table which is used to store Batch Input Log Directory data and is available within R/3 SAP systems depending on the version and release level.

The APQL table consists of various fields, each holding specific information or linking keys about Batch Input Log Directory data available in SAP. These include MANDANT (Queue client), CREDATE (Queue creation date), CRETIME (Queue creation time), GROUPID (Group name: Batch input session name).. 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: Not classified


SAP APQL 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
TEMSEIDTemSe object name RSTSONAMECHAR20CHAR20
MANDANTQueue client APQ_MANDTCLNT3Assigned to domainMANDT
CREDATEQueue creation date APQ_CRDADATS8DATUM
CRETIMEQueue creation time APQ_CRTITIMS6UZEIT
GROUPIDGroup name: Batch input session name APQ_GRPNCHAR12CHAR12
QIDQueue identification (unique key) APQ_QUIDCHAR20CHAR20
CREATORQueue user ID / for historical reasons APQ_MAPNCHAR12CHAR12
DESTSYSQueue target system APQ_DESTCHAR32HOST_ID
STATUSQueue status APQ_STATCHAR1HSTAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM APQL
INTO CORRESPONDING FIELDS OF WA_APQL
WHERE...

How to access SAP table APQL

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