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

Dictionary Type: Table
Description: XML Application Log




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




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

/AIN/KBNXLOGD 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/KBNXLOGD 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), XMLDATA_1 (Internal Representation XML).. 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/KBNXLOGD 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
XMLDATA_1Internal Representation XML /AIN/KBN_DATA_XML_RAWSCHAR250
XMLDATA_2Internal Representation XML /AIN/KBN_DATA_XML_RAWSCHAR250
XMLDATA_3Internal Representation XML /AIN/KBN_DATA_XML_RAWSCHAR250
XMLDATA_4Internal Representation XML /AIN/KBN_DATA_XML_RAWSCHAR250
XMLDATA_5Internal Representation XML /AIN/KBN_DATA_XML_RAWSCHAR250
XMLDATA_6Internal Representation XML /AIN/KBN_DATA_XML_RAWSCHAR250
XMLDATA_7Internal Representation XML /AIN/KBN_DATA_XML_RAWSCHAR250
XMLDATA_8Internal Representation XML /AIN/KBN_DATA_XML_RAWSCHAR250

Key field Non-key field



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

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

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

How to access SAP table /AIN/KBNXLOGD

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