DFKKBICL SAP (FI-CA Batch Input - Error Change Logs) Table details

Dictionary Type: Table
Description: FI-CA Batch Input - Error Change Logs




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




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

DFKKBICL is a standard SAP Table which is used to store FI-CA Batch Input - Error Change Logs data and is available within R/3 SAP systems depending on the version and release level.

The DFKKBICL table consists of various fields, each holding specific information or linking keys about FI-CA Batch Input - Error Change Logs data available in SAP. These include RUNID (Identification of Document Transfer Run), BIART (Data Transfer Type), DATUM (Date), UZEIT (Time).. 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 DFKKBICL 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
RUNIDIdentification of Document Transfer Run RUNID_KKCHAR13CHAR13
BIARTData Transfer Type BIART_KKCHAR2BIART_KK
DATUMDate DATUMDATS8DATUM
UZEITTime UZEITTIMS6UZEIT
LINEChanged Line from Transfer File LCHGD_KKINT410INT4
FNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
UNAMEUser Name UNAMECHAR12UNAME
STRUCTNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
VALUE_NEWNew Contents of Changed Field FLDVALN_KKCHAR80CHAR80
VALUE_OLDOld Contents of Changed Field FLDVALO_KKCHAR80CHAR80
TABKEYKey of Changed Object TABKEY_B_KKCHAR35CHAR35

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKBICL
INTO CORRESPONDING FIELDS OF WA_DFKKBICL
WHERE...

How to access SAP table DFKKBICL

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