DFKKBIXBITX_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 DFKKBIXBITX_DELH
Related tables to DFKKBIXBITX_DELH
Access table DFKKBIXBITX_DELH




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

DFKKBIXBITX_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 DFKKBIXBITX_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 BITCAT (Billable Item Class), BITSTATUS (Status of Billable Item), BIT_DBTAB (Database Table Containing Billable Item), BITDELDATE (Date on Which Billed Item Was 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 DFKKBIXBITX_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
BITCATBillable Item Class BITCAT_KKCHAR4Assigned to domainBITCAT_KKFKK_BIX_BITCAT
BITSTATUSStatus of Billable Item BITSTATUS_KKCHAR1BITSTATUS_KK
BIT_DBTABDatabase Table Containing Billable Item BIT_DBTAB_KKCHAR16DBOBJ_NAME
BITDELDATEDate on Which Billed Item Was Deleted BITDELDATE_KKDATS8DATS
BITDELTIMETime at Which Billed Item Was Deleted BITDELTIME_KKTIMS6TIMS
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
BITEXCDATE_TOException Date Up to Which Excepted Items Are Deleted BITEXCDATE_TO_KKDATS8DATS
BITEXCDATE_FIRSTOldest Exception Date of BIT Table BITEXCDATE_FIRST_KKDATS8DATS
BITEXCDATE_LASTMost Recent Exception Date of BIT Table BITEXCDATE_LAST_KKDATS8DATS
BIT_DBTAB_RECNUMNumber of Billable Items BIT_DBTAB_RECNUM_KKDEC20

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKBIXBITX_DELH
INTO CORRESPONDING FIELDS OF WA_DFKKBIXBITX_DELH
WHERE...

How to access SAP table DFKKBIXBITX_DELH

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