DFKKBIXCIT_CH SAP (Change Sequence of Changed Consumption Items) Table details

Dictionary Type: Table
Description: Change Sequence of Changed Consumption Items




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




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

DFKKBIXCIT_CH is a standard SAP Table which is used to store Change Sequence of Changed Consumption Items data and is available within R/3 SAP systems depending on the version and release level.

The DFKKBIXCIT_CH table consists of various fields, each holding specific information or linking keys about Change Sequence of Changed Consumption Items data available in SAP. These include CITCAT (Consumption Item Class), CITSTATUS (Status of Consumption Item), CITPACKUUID (GUID of a Consumption Item Package), CITPACKCNO (Sequence Number of Consumption Item in a Package).. 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 DFKKBIXCIT_CH 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
CITPACKUUIDGUID of a Consumption Item Package CITPACKUUID_KKRAW16GUID16
CITPACKCNOSequence Number of Consumption Item in a Package CITPACKCNO_KKNUMC8NUMC8
CHNAMEUser Making Change CHNAME_KKCHAR12USNAM
CHDATELast Changed On CHDATE_KKDATS8DATUM
CHTIMETime at Which the Object Was Last Changed CHTIME_KKTIMS6UZEIT
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
VALUE_CHAROld Field Value CHARVALUE_OLD_KKSSTR255CHARVALUE_KK
VALUE_NEWNew Field Value CHARVALUE_NEW_KKSSTR255CHARVALUE_KK
CITMANCRConsumption Item Was Created Manually CITMANCR_KKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKBIXCIT_CH
INTO CORRESPONDING FIELDS OF WA_DFKKBIXCIT_CH
WHERE...

How to access SAP table DFKKBIXCIT_CH

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