J_1APROLOG SAP (Log table for Inflation Adjustment Programs) Table details

Dictionary Type: Table
Description: Log table for Inflation Adjustment Programs




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




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

J_1APROLOG is a standard SAP Table which is used to store Log table for Inflation Adjustment Programs data and is available within R/3 SAP systems depending on the version and release level.

The J_1APROLOG table consists of various fields, each holding specific information or linking keys about Log table for Inflation Adjustment Programs data available in SAP. These include REPID (ABAP Program Name), GROUPID (Group name: Batch input session name), QID (Queue identification (unique key)), DATUM (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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP J_1APROLOG 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
REPIDABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
GROUPIDGroup name: Batch input session name APQ_GRPNCHAR12CHAR12
QIDQueue identification (unique key) APQ_QUIDCHAR20CHAR20
DATUMDate DATUMDATS8DATUM
EXENONumber of execution (Counter) J_1AXEXCNONUMC2NUMC2
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PROVIExecution was not a final one J_1APROVISCHAR1XFELD
ERRORErrors in execution of the Program J_1AERRORSCHAR1XFELD
SESDLBTCI session deleted by the program from table APQI J_1ASESDELCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1APROLOG
INTO CORRESPONDING FIELDS OF WA_J_1APROLOG
WHERE...

How to access SAP table J_1APROLOG

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