DFKKBIXCITX_DELH SAP (History Table for Deletion of Excepted Items) Table details

Dictionary Type: Table
Description: History Table for Deletion of Excepted Items




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




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

DFKKBIXCITX_DELH is a standard SAP Table which is used to store History Table for Deletion of Excepted Items data and is available within R/3 SAP systems depending on the version and release level.

The DFKKBIXCITX_DELH table consists of various fields, each holding specific information or linking keys about History Table for Deletion of Excepted Items data available in SAP. These include CITCAT (Consumption Item Class), CITSTATUS (Status of Consumption Item), CIT_DBTAB (Database Table That Contains Consumption Items), CITDELDATE (Date on Which Rated Consumption Items Were Deleted).. 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 DFKKBIXCITX_DELH 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
CITCATConsumption Item Class CITCAT_KKCHAR4Assigned to domainCITCAT_KKFKK_BIX_CITCAT
CITSTATUSStatus of Consumption Item CITSTATUS_KKCHAR1CITSTATUS_KK
CIT_DBTABDatabase Table That Contains Consumption Items CIT_DBTAB_KKCHAR16DBOBJ_NAME
CITDELDATEDate on Which Rated Consumption Items Were Deleted CITDELDATE_KKDATS8DATS
CITDELTIMETime at Which Rated Consumption Items Were Deleted CITDELTIME_KKTIMS6TIMS
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
CITEXCDATE_TOException Date Up to Which Excepted Items Are Deleted CITEXCDATE_TO_KKDATS8DATS
CITEXCDATE_FIRSTOldest Exception Date of CIT Table CITEXCDATE_FIRST_KKDATS8DATS
CITEXCDATE_LASTMost Recent Exception Date of CIT Table CITEXCDATE_LAST_KKDATS8DATS
CIT_DBTAB_RECNUMNumber of Consumption Items CIT_DBTAB_RECNUM_KKDEC20

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKBIXCITX_DELH
INTO CORRESPONDING FIELDS OF WA_DFKKBIXCITX_DELH
WHERE...

How to access SAP table DFKKBIXCITX_DELH

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