DFKKBIXCIT_LOG SAP (Log of Data Storage for Consumption Items) Table details

Dictionary Type: Table
Description: Log of Data Storage for Consumption Items




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




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

DFKKBIXCIT_LOG is a standard SAP Table which is used to store Log of Data Storage for Consumption Items data and is available within R/3 SAP systems depending on the version and release level.

The DFKKBIXCIT_LOG table consists of various fields, each holding specific information or linking keys about Log of Data Storage for Consumption Items data available in SAP. These include CITSTATUS (Status of Consumption Item), CITCAT (Consumption Item Class), CITIDTYPE (Type of Consumption Item ID), LOGMONTH (Month the Consumption Item Class Was Updated).. 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 DFKKBIXCIT_LOG 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
CITSTATUSStatus of Consumption Item CITSTATUS_KKCHAR1CITSTATUS_KK
CITCATConsumption Item Class CITCAT_KKCHAR4Assigned to domainCITCAT_KKFKK_BIX_CITCAT
CITIDTYPEType of Consumption Item ID CITIDTYPE_KKCHAR5TFK8165CITIDTYPE_KK
LOGMONTHMonth the Consumption Item Class Was Updated CIT_LOGMONTH_KKCHAR6PERIMONTHS_KK
LOGUUIDUUID in X form (binary) SYSUUID_XRAW16SYSUUID
RELTYPE_PRIMARYType of Relationship to Primary Item RELTYPE_PRIMARY_KKCHAR2RELTYPE_PRIMARY_KK
SRCTATY_PRIMARYSource Transaction Type of Primary Item SRCTATY_PRIMARY_KKCHAR5Assigned to domainSRCTATYPE_KK
CIT_DBTABDatabase Table That Contains Consumption Items CIT_DBTAB_KKCHAR16DBOBJ_NAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKBIXCIT_LOG
INTO CORRESPONDING FIELDS OF WA_DFKKBIXCIT_LOG
WHERE...

How to access SAP table DFKKBIXCIT_LOG

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