DFKKBIXCIT4_DELH SAP (History Table for Deletion of Billed Items) Table details

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




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




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

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

The DFKKBIXCIT4_DELH table consists of various fields, each holding specific information or linking keys about History Table for Deletion of Billed Items data available in SAP. These include CITCAT (Consumption Item Class), RATINGMONTH (Month of Rating), 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 DFKKBIXCIT4_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
RATINGMONTHMonth of Rating RATINGMONTH_KKCHAR6PERIMONTHS_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
CIT_DBTAB_RECNUMNumber of Consumption Items CIT_DBTAB_RECNUM_KKDEC20

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKBIXCIT4_DELH
INTO CORRESPONDING FIELDS OF WA_DFKKBIXCIT4_DELH
WHERE...

How to access SAP table DFKKBIXCIT4_DELH

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