DFKKBIXCIT_GEN SAP (Generation Info for Consumption Item Class) Table details

Dictionary Type: Table
Description: Generation Info for Consumption Item Class




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




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

DFKKBIXCIT_GEN is a standard SAP Table which is used to store Generation Info for Consumption Item Class data and is available within R/3 SAP systems depending on the version and release level.

The DFKKBIXCIT_GEN table consists of various fields, each holding specific information or linking keys about Generation Info for Consumption Item Class data available in SAP. These include GENTMSTMP (Time Stamp of Generation of Consumption Item Class), GENSTAT (Generation Status of Consumption Item Class), GENPROD (Release Status of Consumption Item Class), CONFTMSTMP (Time Stamp of Configuration of Consumption Item Class).. 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 DFKKBIXCIT_GEN 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
CITCATConsumption Item Class CITCAT_KKCHAR4Assigned to domainCITCAT_KKFKK_BIX_CITCAT
GENTMSTMPTime Stamp of Generation of Consumption Item Class CITCAT_GEN_TMSTMP_KKDEC15TZNTSTMPS
GENSTATGeneration Status of Consumption Item Class CITCAT_GENSTAT_KKCHAR1CITCAT_GENSTAT_KK
GENPRODRelease Status of Consumption Item Class CITCAT_GENPROD_KKCHAR1BITCAT_GENPROD_KK
CONFTMSTMPTime Stamp of Configuration of Consumption Item Class CITCAT_CONF_TMSTMP_KKDEC15TZNTSTMPS
GENNAMEName of User Who Last Changed Generation CITCAT_GENNAM_KKCHAR12USNAM
GENDATEDate of Last Change to Generation of Class CITCAT_GENCPDT_KKDATS8DATUM
GENTIMETime of Last Change to Generation CITCAT_GENCPTM_KKTIMS6UZEIT
LOG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKBIXCIT_GEN
INTO CORRESPONDING FIELDS OF WA_DFKKBIXCIT_GEN
WHERE...

How to access SAP table DFKKBIXCIT_GEN

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