/AIN/KBNXLOG SAP (XML Application Log) Table details

Dictionary Type: Table
Description: XML Application Log




ABAP Code to SELECT data from /AIN/KBNXLOG
Related tables to /AIN/KBNXLOG
Access table /AIN/KBNXLOG




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

/AIN/KBNXLOG is a standard SAP Table which is used to store XML Application Log data and is available within R/3 SAP systems depending on the version and release level.

The /AIN/KBNXLOG table consists of various fields, each holding specific information or linking keys about XML Application Log data available in SAP. These include BALLOGHNDL (Application Log: Log Handle), CALL_NUMBER (Numeric Character Field, Length 10), LINE_NUMBER (Numeric Character Field, Length 10), OBJECT (Application Log: Object Name (Application Code)).. 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 /AIN/KBNXLOG 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
BALLOGHNDLApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
CALL_NUMBERNumeric Character Field, Length 10 NUMC10NUMC10NUMC10
LINE_NUMBERNumeric Character Field, Length 10 NUMC10NUMC10NUMC10
OBJECTApplication Log: Object Name (Application Code) BALOBJ_DCHAR20Assigned to domainBALOBJBALOBJ
SUBOBJECTApplication Log: Subobject BALSUBOBJCHAR20Assigned to domainBALSUBOBJBALSUBOBJ
ALDATEApplication log: date BALDATEDATS8DATUM
ALTIMEApplication log: time BALTIMETIMS6UZEIT
ALUSERApplication log: user name BALUSERCHAR12Assigned to domainXUBNAME
EXTNUMBERApplication Log: External ID BALNREXTCHAR100BALNREXTBALEXT
DDICTYPEText field length 200 CHAR200CHAR200CHAR200

Key field Non-key field



How do I retrieve data from SAP table /AIN/KBNXLOG using ABAP code

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

SELECT SINGLE *
FROM /AIN/KBNXLOG
INTO CORRESPONDING FIELDS OF WA_/AIN/KBNXLOG
WHERE...

How to access SAP table /AIN/KBNXLOG

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