ECLOG_AIDX_SPLIT SAP (Table for Log Archive Index Split) Table details

Dictionary Type: Table
Description: Table for Log Archive Index Split




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




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

ECLOG_AIDX_SPLIT is a standard SAP Table which is used to store Table for Log Archive Index Split data and is available within R/3 SAP systems depending on the version and release level.

The ECLOG_AIDX_SPLIT table consists of various fields, each holding specific information or linking keys about Table for Log Archive Index Split data available in SAP. These include LOGID (Current operation number), FUNC (Name of Command), OBJECT (Object for function), OBJ_LNR (Current Number of Object).. 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: Can be enhanced (character-type or numeric)


SAP ECLOG_AIDX_SPLIT 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
LOGIDCurrent operation number ETLOG_IDNUMC10NUM10
FUNCName of Command ETCMD_FUNCHAR30ETCMD_FUN
OBJECTObject for function ETCMD_OBJCHAR30CHAR30
OBJ_LNRCurrent Number of Object ETOBJ_LNRNUMC8NUM8
SCRIPT_LNReCATT Current Number of Script Command ETSCR_LNRNUMC10NUM10
MOD_LNReCATT Current No. Nested ECATT in Test Configuration ETMOD_LNRNUMC10NUM10
AOBJECT_IDData object Identifier DATOBJ_IDCHAR50CHAR50
ARCHIVEKEYKey for Archive File ARKEYCHAR20ARKEY
AOFFSETArchive file data object offset ADMI_OFFSTINT410

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECLOG_AIDX_SPLIT
INTO CORRESPONDING FIELDS OF WA_ECLOG_AIDX_SPLIT
WHERE...

How to access SAP table ECLOG_AIDX_SPLIT

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