DFKKBIXBIT4_LOG SAP (Log of Data Store of Billed Items) Table details

Dictionary Type: Table
Description: Log of Data Store of Billed Items




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




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

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

The DFKKBIXBIT4_LOG table consists of various fields, each holding specific information or linking keys about Log of Data Store of Billed Items data available in SAP. These include BITCAT (Billable Item Class), BITSTATUS (Status of Billable Item), SUBPROCESS (Subprocess of Billing), SRCTATYPE (Source Transaction Type).. 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 DFKKBIXBIT4_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
BITCATBillable Item Class BITCAT_KKCHAR4Assigned to domainBITCAT_KKFKK_BIX_BITCAT
BITSTATUSStatus of Billable Item BITSTATUS_KKCHAR1BITSTATUS_KK
SUBPROCESSSubprocess of Billing SUB_PROCESS_KKCHAR4TFK8104SUB_PROCESS_KK
SRCTATYPESource Transaction Type SRCTATYPE_KKCHAR5TFK8103SRCTATYPE_KK
BILLCRDATEDate on Which Billing Document Was Created BILLCRDATE_KKDATS8DATUM
LOGUUIDUUID in X form (binary) SYSUUID_XRAW16SYSUUID
BITMONTHMonth of Origin of Billable Item BITMONTH_KKCHAR6PERIMONTHS_KK
BITCRMONTHMonth in Which Billable Item Was Created BITCRMONTH_KKCHAR6PERIMONTHS_KK
PREPAIDPrepaid PREPAID_KKCHAR1XFELD
XPRIMARYPrimary Billable Item XPRIMARY_KKCHAR1XFELD
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
CITCATConsumption Item Class CITCAT_KKCHAR4Assigned to domainCITCAT_KKFKK_BIX_CITCAT
BIT4_DBTABDatabase Table Where Billed Items Are Stored BIT4_DBTAB_KKCHAR16DBOBJ_NAMEDD_DBTB_16
BIT4_TAB_SUFFIXTable Set Containing Billed Items BIT4_TAB_SUFFIX_KKCHAR2BIT4_TAB_SUFFIX_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKBIXBIT4_LOG
INTO CORRESPONDING FIELDS OF WA_DFKKBIXBIT4_LOG
WHERE...

How to access SAP table DFKKBIXBIT4_LOG

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